From fb97a464da1f9da2b47977b82a179dc9984c1b97 Mon Sep 17 00:00:00 2001 From: Sylvain Wallez Date: Sat, 5 Apr 2025 11:17:47 +0200 Subject: [PATCH 1/2] OpenAPI: update path separator, output examples as json --- .../clients_schema_to_openapi/.spectral.yaml | 3 + .../package-lock.json | 3141 +- .../clients_schema_to_openapi/package.json | 2 +- .../src/components.rs | 8 +- .../clients_schema_to_openapi/src/paths.rs | 38 +- .../clients_schema_to_openapi/src/utils.rs | 6 +- .../pkg/compiler_wasm_lib_bg.wasm | Bin 629258 -> 647313 bytes output/openapi/elasticsearch-openapi.json | 38868 ++++++++++------ .../elasticsearch-serverless-openapi.json | 22602 +++++---- 9 files changed, 40633 insertions(+), 24035 deletions(-) diff --git a/compiler-rs/clients_schema_to_openapi/.spectral.yaml b/compiler-rs/clients_schema_to_openapi/.spectral.yaml index c4f537b2af..79e618ff21 100644 --- a/compiler-rs/clients_schema_to_openapi/.spectral.yaml +++ b/compiler-rs/clients_schema_to_openapi/.spectral.yaml @@ -7,4 +7,7 @@ rules: oas3-api-servers: off # OpenAPI "servers" must be present and non-empty array. info-contact: off # Info object must have "contact" object. info-description: off # Info "description" must be present and non-empty string. + operation-description: off # Info "description" must be present and non-empty string. operation-tag-defined: off # Operation tags must be defined in global tags. + +# oas3-valid-media-example: off diff --git a/compiler-rs/clients_schema_to_openapi/package-lock.json b/compiler-rs/clients_schema_to_openapi/package-lock.json index 7407ad5617..5e4ff0e220 100644 --- a/compiler-rs/clients_schema_to_openapi/package-lock.json +++ b/compiler-rs/clients_schema_to_openapi/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@stoplight/spectral-cli": "^6.10.1", + "@stoplight/spectral-cli": "^6.14.3", "json-diff": "^1.0.6" } }, @@ -17,6 +17,7 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-4.3.1.tgz", "integrity": "sha512-EfexhJu/lwF8OdQDm28NKLJHFkx0Gb6O+rcezhZYLPIoNYKXJMh2J1vFGpwmfAcTTh+ffK44Oc2Hs1Q4sLBp+A==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -33,6 +34,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", + "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -44,6 +46,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", + "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -55,6 +58,7 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/@jsep-plugin/ternary/-/ternary-1.1.4.tgz", "integrity": "sha512-ck5wiqIbqdMX6WRQztBL7ASDty9YLgJ3sSAK5ZpBzXeySvFGCzIvM6UiAI4hTZ22fEcYQVV/zhUbNscggW+Ukg==", + "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -98,6 +102,7 @@ "version": "22.0.2", "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz", "integrity": "sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==", + "license": "MIT", "dependencies": { "@rollup/pluginutils": "^3.1.0", "commondir": "^1.0.1", @@ -118,6 +123,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "license": "MIT", "dependencies": { "@types/estree": "0.0.39", "estree-walker": "^1.0.1", @@ -133,12 +139,14 @@ "node_modules/@rollup/pluginutils/node_modules/estree-walker": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", + "license": "MIT" }, "node_modules/@stoplight/better-ajv-errors": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@stoplight/better-ajv-errors/-/better-ajv-errors-1.0.3.tgz", "integrity": "sha512-0p9uXkuB22qGdNfy3VeEhxkU5uwvp/KrBTAbrLBURv6ilxIVwanKwjMc41lQfIVgPGcOkmLbTolfFrSsueu7zA==", + "license": "Apache-2.0", "dependencies": { "jsonpointer": "^5.0.0", "leven": "^3.1.0" @@ -151,9 +159,10 @@ } }, "node_modules/@stoplight/json": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz", - "integrity": "sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==", + "version": "3.21.7", + "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.7.tgz", + "integrity": "sha512-xcJXgKFqv/uCEgtGlPxy3tPA+4I+ZI4vAuMJ885+ThkTHFVkC+0Fm58lA9NlsyjnkpxFh4YiQWpH+KefHdbA0A==", + "license": "Apache-2.0", "dependencies": { "@stoplight/ordered-object-literal": "^1.0.3", "@stoplight/path": "^1.3.2", @@ -170,6 +179,7 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/@stoplight/json-ref-readers/-/json-ref-readers-1.2.2.tgz", "integrity": "sha512-nty0tHUq2f1IKuFYsLM4CXLZGHdMn+X/IwEUIpeSOXt0QjMUbL0Em57iJUDzz+2MkWG83smIigNZ3fauGjqgdQ==", + "license": "Apache-2.0", "dependencies": { "node-fetch": "^2.6.0", "tslib": "^1.14.1" @@ -181,12 +191,14 @@ "node_modules/@stoplight/json-ref-readers/node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "license": "0BSD" }, "node_modules/@stoplight/json-ref-resolver": { "version": "3.1.6", "resolved": "https://registry.npmjs.org/@stoplight/json-ref-resolver/-/json-ref-resolver-3.1.6.tgz", "integrity": "sha512-YNcWv3R3n3U6iQYBsFOiWSuRGE5su1tJSiX6pAPRVk7dP0L7lqCteXGzuVRQ0gMZqUl8v1P0+fAKxF6PLo9B5A==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "^3.21.0", "@stoplight/path": "^1.3.2", @@ -204,9 +216,10 @@ } }, "node_modules/@stoplight/ordered-object-literal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.4.tgz", - "integrity": "sha512-OF8uib1jjDs5/cCU+iOVy+GJjU3X7vk/qJIkIJFqwmlJKrrtijFmqwbu8XToXrwTYLQTP+Hebws5gtZEmk9jag==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.5.tgz", + "integrity": "sha512-COTiuCU5bgMUtbIFBuyyh2/yVVzlr5Om0v5utQDgBCuQUOPgU1DwoffkTfg4UBQOvByi5foF4w4T+H9CoRe5wg==", + "license": "Apache-2.0", "engines": { "node": ">=8" } @@ -215,23 +228,25 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/@stoplight/path/-/path-1.3.2.tgz", "integrity": "sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==", + "license": "Apache-2.0", "engines": { "node": ">=8" } }, "node_modules/@stoplight/spectral-cli": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.10.1.tgz", - "integrity": "sha512-yjal3WE42buthVnqfwppw2YmjeXZJ8rmMaHjpx9/94xbbfS79RsReExH9sj1QZam6A9XPGWtjLdWSrklqydpYg==", + "version": "6.14.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.3.tgz", + "integrity": "sha512-vKy7d2yqBfOf94uB6KXzujDl6/qjXa8mCQ6cfsQ8xYsoArZN9iBHpS3271hR5IyTm3R1GwMgaSZ1h0sfZjZrZw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", - "@stoplight/spectral-core": "^1.18.3", - "@stoplight/spectral-formatters": "^1.2.0", - "@stoplight/spectral-parsers": "^1.0.3", + "@stoplight/spectral-core": "^1.19.5", + "@stoplight/spectral-formatters": "^1.4.1", + "@stoplight/spectral-parsers": "^1.0.4", "@stoplight/spectral-ref-resolver": "^1.0.4", - "@stoplight/spectral-ruleset-bundler": "^1.5.2", - "@stoplight/spectral-ruleset-migrator": "^1.9.5", + "@stoplight/spectral-ruleset-bundler": "^1.6.0", + "@stoplight/spectral-ruleset-migrator": "^1.11.0", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.6.0", @@ -239,16 +254,16 @@ "fast-glob": "~3.2.12", "hpagent": "~1.2.0", "lodash": "~4.17.21", - "pony-cause": "^1.0.0", - "stacktracey": "^2.1.7", - "tslib": "^2.3.0", - "yargs": "17.3.1" + "pony-cause": "^1.1.1", + "stacktracey": "^2.1.8", + "tslib": "^2.8.1", + "yargs": "~17.7.2" }, "bin": { "spectral": "dist/index.js" }, "engines": { - "node": "^12.20 || >= 14.13" + "node": "^16.20 || ^18.18 || >= 20.17" } }, "node_modules/@stoplight/spectral-core": { @@ -287,6 +302,7 @@ "version": "13.6.0", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.6.0.tgz", "integrity": "sha512-dzyuzvUjv3m1wmhPfq82lCVYGcXG0xUYgqnWfCq3PCVR4BKFhjdkHrnJ+jIDoMKvXb05AZP/ObQF6+NpDo29IQ==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.4", "utility-types": "^3.10.0" @@ -296,78 +312,99 @@ } }, "node_modules/@stoplight/spectral-formats": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.5.0.tgz", - "integrity": "sha512-VskkdU3qBSvI1dfJ79ysjvTssfNlbA6wrf/XkXK6iTyjfIVqOAWVtjypTb2U95tN/X8IjIBBhNWtZ4tNVZilrA==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.8.2.tgz", + "integrity": "sha512-c06HB+rOKfe7tuxg0IdKDEA5XnjL2vrn/m/OVIIxtINtBzphZrOgtRn7epQ5bQF5SWp84Ue7UJWaGgDwVngMFw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "^3.17.0", - "@stoplight/spectral-core": "^1.8.0", + "@stoplight/spectral-core": "^1.19.2", "@types/json-schema": "^7.0.7", - "tslib": "^2.3.1" + "tslib": "^2.8.1" }, "engines": { - "node": ">=12" + "node": "^16.20 || ^18.18 || >= 20.17" } }, "node_modules/@stoplight/spectral-formatters": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.2.0.tgz", - "integrity": "sha512-1IrQksU1fpuvK7oT8t0jk419vkvzHbwqKYtnyoF9yZa+MV1AcSsieD5I6wBFL0WlgFr6iCg23s1V99VXlrFelw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.4.3.tgz", + "integrity": "sha512-03Nc6nhjMO9aHhJPgBH4zDwMPklKLWEMtvx+PMmzfStCndMjJkf8ki7O/55u3myZ1TwxBzln9z9tXPLSL3KKhw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/path": "^1.3.2", - "@stoplight/spectral-core": "^1.15.1", - "@stoplight/spectral-runtime": "^1.1.0", + "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.15.0", + "@types/markdown-escape": "^1.1.3", "chalk": "4.1.2", "cliui": "7.0.4", "lodash": "^4.17.21", + "markdown-escape": "^2.0.0", + "node-sarif-builder": "^2.0.3", "strip-ansi": "6.0", "text-table": "^0.2.0", - "tslib": "^2.5.0" + "tslib": "^2.8.1" }, "engines": { - "node": "^12.20 || >=14.13" + "node": "^16.20 || ^18.18 || >= 20.17" } }, "node_modules/@stoplight/spectral-functions": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.7.2.tgz", - "integrity": "sha512-f+61/FtIkQeIo+a269CeaeqjpyRsgDyIk6DGr7iS4hyuk1PPk7Uf6MNRDs9FEIBh7CpdEJ+HSHbMLwgpymWTIw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.9.4.tgz", + "integrity": "sha512-+dgu7QQ1JIZFsNLhNbQLPA9tniIT3KjOc9ORv0LYSCLvZjkWT2bN7vgmathbXsbmhnmhvl15H9sRqUIqzi+qoQ==", + "license": "Apache-2.0", "dependencies": { "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.1", - "@stoplight/spectral-core": "^1.7.0", - "@stoplight/spectral-formats": "^1.0.0", - "@stoplight/spectral-runtime": "^1.1.0", - "ajv": "^8.6.3", + "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-formats": "^1.8.1", + "@stoplight/spectral-runtime": "^1.1.2", + "ajv": "^8.17.1", "ajv-draft-04": "~1.0.0", "ajv-errors": "~3.0.0", - "ajv-formats": "~2.1.0", + "ajv-formats": "~2.1.1", "lodash": "~4.17.21", - "tslib": "^2.3.0" + "tslib": "^2.8.1" }, "engines": { - "node": ">=12" + "node": "^16.20 || ^18.18 || >= 20.17" } }, "node_modules/@stoplight/spectral-parsers": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.3.tgz", - "integrity": "sha512-J0KW5Rh5cHWnJQ3yN+cr/ijNFVirPSR0pkQbdrNX30VboEl083UEDrQ3yov9kjLVIWEk9t9kKE7Eo3QT/k4JLA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.4.tgz", + "integrity": "sha512-nCTVvtX6q71M8o5Uvv9kxU31Gk1TRmgD6/k8HBhdCmKG6FWcwgjiZouA/R3xHLn/VwTI/9k8SdG5Mkdy0RBqbQ==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "~3.21.0", - "@stoplight/types": "^13.6.0", - "@stoplight/yaml": "~4.2.3", + "@stoplight/types": "^14.1.1", + "@stoplight/yaml": "~4.3.0", "tslib": "^2.3.1" }, "engines": { "node": "^12.20 || >=14.13" } }, + "node_modules/@stoplight/spectral-parsers/node_modules/@stoplight/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz", + "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==", + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.4", + "utility-types": "^3.10.0" + }, + "engines": { + "node": "^12.20 || >=14.13" + } + }, "node_modules/@stoplight/spectral-ref-resolver": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@stoplight/spectral-ref-resolver/-/spectral-ref-resolver-1.0.4.tgz", "integrity": "sha512-5baQIYL0NJTSVy8v6RxOR4U51xOUYM8wJri1YvlAT6bPN8m0EIxMwfVYi0xUZEMVeHcWx869nIkoqyWmOutF2A==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json-ref-readers": "1.2.2", "@stoplight/json-ref-resolver": "~3.1.6", @@ -380,18 +417,19 @@ } }, "node_modules/@stoplight/spectral-ruleset-bundler": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.5.2.tgz", - "integrity": "sha512-4QUVUFAU+S7IQ9XeCu+0TQMYxKFpKnkOAfa9unRQ1iPL2cviaipEN6witpbAptdHJD3UUjx4OnwlX8WwmXSq9w==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.6.0.tgz", + "integrity": "sha512-8CU7e4aEGdfU9ncVDtlnJSawg/6epzAHrQTjuNu1QfKAOoiwyG7oUk2XUTHWcvq6Q67iUctb0vjOokR+MPVg0Q==", + "license": "Apache-2.0", "dependencies": { "@rollup/plugin-commonjs": "~22.0.2", "@stoplight/path": "1.3.2", "@stoplight/spectral-core": ">=1", - "@stoplight/spectral-formats": ">=1", + "@stoplight/spectral-formats": "^1.7.0", "@stoplight/spectral-functions": ">=1", "@stoplight/spectral-parsers": ">=1", - "@stoplight/spectral-ref-resolver": ">=1", - "@stoplight/spectral-ruleset-migrator": "^1.7.4", + "@stoplight/spectral-ref-resolver": "^1.0.4", + "@stoplight/spectral-ruleset-migrator": "^1.9.6", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.0", "@stoplight/types": "^13.6.0", @@ -406,46 +444,70 @@ } }, "node_modules/@stoplight/spectral-ruleset-migrator": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.9.5.tgz", - "integrity": "sha512-76n/HETr3UinVl/xLNldrH9p0JNoD8Gz4K75J6E4OHp4xD0P+BA2e8+W30HjIvqm1LJdLU2BNma0ioy+q3B9RA==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.11.2.tgz", + "integrity": "sha512-6r5i4hrDmppspSSxdUKKNHc07NGSSIkvwKNk3M5ukCwvSslImvDEimeWAhPBryhmSJ82YAsKr8erZZpKullxWw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "~3.21.0", "@stoplight/ordered-object-literal": "~1.0.4", "@stoplight/path": "1.3.2", - "@stoplight/spectral-functions": "^1.0.0", - "@stoplight/spectral-runtime": "^1.1.0", + "@stoplight/spectral-functions": "^1.9.1", + "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.6.0", "@stoplight/yaml": "~4.2.3", "@types/node": "*", - "ajv": "^8.6.0", + "ajv": "^8.17.1", "ast-types": "0.14.2", - "astring": "^1.7.5", + "astring": "^1.9.0", "reserved": "0.1.2", - "tslib": "^2.3.1", + "tslib": "^2.8.1", "validate-npm-package-name": "3.0.0" }, "engines": { - "node": ">=12" + "node": "^16.20 || ^18.18 || >= 20.17" + } + }, + "node_modules/@stoplight/spectral-ruleset-migrator/node_modules/@stoplight/yaml": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.2.3.tgz", + "integrity": "sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==", + "license": "Apache-2.0", + "dependencies": { + "@stoplight/ordered-object-literal": "^1.0.1", + "@stoplight/types": "^13.0.0", + "@stoplight/yaml-ast-parser": "0.0.48", + "tslib": "^2.2.0" + }, + "engines": { + "node": ">=10.8" } }, + "node_modules/@stoplight/spectral-ruleset-migrator/node_modules/@stoplight/yaml-ast-parser": { + "version": "0.0.48", + "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.48.tgz", + "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==", + "license": "Apache-2.0" + }, "node_modules/@stoplight/spectral-rulesets": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-rulesets/-/spectral-rulesets-1.17.0.tgz", - "integrity": "sha512-fRWunqvtP9k0vRonwqXQ663Xt1UfmOZRdaO+S02zA3mlKdA5a1vBQjVV9QYK70TXWmqUfmabc1G35FHNT+7iRw==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-rulesets/-/spectral-rulesets-1.20.2.tgz", + "integrity": "sha512-7Y8orZuNyGyeHr9n50rMfysgUJ+/zzIEHMptt66jiy82GUWl+0nr865DkMuXdC5GryfDYhtjoRTUCVsXu80Nkg==", + "license": "Apache-2.0", "dependencies": { "@asyncapi/specs": "^4.1.0", "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.0", "@stoplight/spectral-core": "^1.8.1", - "@stoplight/spectral-formats": "^1.5.0", + "@stoplight/spectral-formats": "^1.7.0", "@stoplight/spectral-functions": "^1.5.1", "@stoplight/spectral-runtime": "^1.1.1", "@stoplight/types": "^13.6.0", "@types/json-schema": "^7.0.7", - "ajv": "^8.8.2", + "ajv": "^8.17.1", "ajv-formats": "~2.1.0", "json-schema-traverse": "^1.0.0", + "leven": "3.1.0", "lodash": "~4.17.21", "tslib": "^2.3.0" }, @@ -457,6 +519,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@stoplight/spectral-runtime/-/spectral-runtime-1.1.2.tgz", "integrity": "sha512-fr5zRceXI+hrl82yAVoME+4GvJie8v3wmOe9tU+ZLRRNonizthy8qDi0Z/z4olE+vGreSDcuDOZ7JjRxFW5kTw==", + "license": "Apache-2.0", "dependencies": { "@stoplight/json": "^3.17.0", "@stoplight/path": "^1.3.2", @@ -474,6 +537,7 @@ "version": "12.5.0", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-12.5.0.tgz", "integrity": "sha512-dwqYcDrGmEyUv5TWrDam5TGOxU72ufyQ7hnOIIDdmW5ezOwZaBFoR5XQ9AsH49w7wgvOqB2Bmo799pJPWnpCbg==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.4", "utility-types": "^3.10.0" @@ -486,6 +550,7 @@ "version": "13.20.0", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.20.0.tgz", "integrity": "sha512-2FNTv05If7ib79VPDA/r9eUet76jewXFH2y2K5vuge6SXbRHtWBhcaRmu+6QpF4/WRNoJj5XYRSwLGXDxysBGA==", + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.4", "utility-types": "^3.10.0" @@ -495,13 +560,14 @@ } }, "node_modules/@stoplight/yaml": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.2.3.tgz", - "integrity": "sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.3.0.tgz", + "integrity": "sha512-JZlVFE6/dYpP9tQmV0/ADfn32L9uFarHWxfcRhReKUnljz1ZiUM5zpX+PH8h5CJs6lao3TuFqnPm9IJJCEkE2w==", + "license": "Apache-2.0", "dependencies": { - "@stoplight/ordered-object-literal": "^1.0.1", - "@stoplight/types": "^13.0.0", - "@stoplight/yaml-ast-parser": "0.0.48", + "@stoplight/ordered-object-literal": "^1.0.5", + "@stoplight/types": "^14.1.1", + "@stoplight/yaml-ast-parser": "0.0.50", "tslib": "^2.2.0" }, "engines": { @@ -509,14 +575,29 @@ } }, "node_modules/@stoplight/yaml-ast-parser": { - "version": "0.0.48", - "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.48.tgz", - "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==" + "version": "0.0.50", + "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.50.tgz", + "integrity": "sha512-Pb6M8TDO9DtSVla9yXSTAxmo9GVEouq5P40DWXdOie69bXogZTkgvopCq+yEvTMA0F6PEvdJmbtTV3ccIp11VQ==", + "license": "Apache-2.0" + }, + "node_modules/@stoplight/yaml/node_modules/@stoplight/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz", + "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==", + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "^7.0.4", + "utility-types": "^3.10.0" + }, + "engines": { + "node": "^12.20 || >=14.13" + } }, "node_modules/@types/es-aggregate-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.2.tgz", - "integrity": "sha512-erqUpFXksaeR2kejKnhnjZjbFxUpGZx4Z7ydNL9ie8tEhXPiZTsLeUDJ6aR1F8j5wWUAtOAQWUqkc7givBJbBA==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.6.tgz", + "integrity": "sha512-qJ7LIFp06h1QE1aVxbVd+zJP2wdaugYXYfd6JxsyRMrYHaxb6itXPogW2tz+ylUJ1n1b+JF1PHyYCfYHm0dvUg==", + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -524,27 +605,47 @@ "node_modules/@types/estree": { "version": "0.0.39", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", + "license": "MIT" }, "node_modules/@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==" + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "license": "MIT" + }, + "node_modules/@types/markdown-escape": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/markdown-escape/-/markdown-escape-1.1.3.tgz", + "integrity": "sha512-JIc1+s3y5ujKnt/+N+wq6s/QdL2qZ11fP79MijrVXsAAnzSxCbT2j/3prHRouJdZ2yFLN3vkP0HytfnoCczjOw==", + "license": "MIT" }, "node_modules/@types/node": { - "version": "20.5.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz", - "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==" + "version": "22.14.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz", + "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.21.0" + } + }, + "node_modules/@types/sarif": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz", + "integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==", + "license": "MIT" }, "node_modules/@types/urijs": { - "version": "1.19.20", - "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.20.tgz", - "integrity": "sha512-77Mq/2BeHU894J364dUv9tSwxxyCLtcX228Pc8TwZpP5bvOoMns+gZoftp3LYl3FBH8vChpWbuagKGiMki2c1A==" + "version": "1.19.25", + "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.25.tgz", + "integrity": "sha512-XOfUup9r3Y06nFAZh3WvO0rBU4OtlfPB/vgxpjg+NRdGU6CN6djdc6OEiH+PcqHCY6eFLo9Ista73uarf4gnBg==", + "license": "MIT" }, "node_modules/abort-controller": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "license": "MIT", "dependencies": { "event-target-shim": "^5.0.0" }, @@ -556,6 +657,7 @@ "version": "8.17.1", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -571,6 +673,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/ajv-draft-04/-/ajv-draft-04-1.0.0.tgz", "integrity": "sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==", + "license": "MIT", "peerDependencies": { "ajv": "^8.5.0" }, @@ -584,6 +687,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "license": "MIT", "peerDependencies": { "ajv": "^8.0.1" } @@ -592,6 +696,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "license": "MIT", "dependencies": { "ajv": "^8.0.0" }, @@ -608,6 +713,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", "engines": { "node": ">=8" } @@ -616,6 +722,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -627,28 +734,34 @@ } }, "node_modules/array-buffer-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", - "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", + "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "is-array-buffer": "^3.0.1" + "call-bound": "^1.0.3", + "is-array-buffer": "^3.0.5" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", - "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", + "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", + "license": "MIT", "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "get-intrinsic": "^1.2.1", - "is-array-buffer": "^3.0.2", - "is-shared-array-buffer": "^1.0.2" + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "is-array-buffer": "^3.0.4" }, "engines": { "node": ">= 0.4" @@ -669,6 +782,7 @@ "version": "0.14.2", "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", + "license": "MIT", "dependencies": { "tslib": "^2.0.1" }, @@ -677,17 +791,31 @@ } }, "node_modules/astring": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", - "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", + "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==", + "license": "MIT", "bin": { "astring": "bin/astring" } }, + "node_modules/async-function": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", + "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "license": "MIT", + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, "engines": { "node": ">= 0.4" }, @@ -698,12 +826,14 @@ "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "license": "MIT" }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -723,15 +853,51 @@ "node_modules/builtins": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", - "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==" + "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==", + "license": "MIT" }, "node_modules/call-bind": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/call-bind-apply-helpers": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -741,6 +907,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -756,6 +923,7 @@ "version": "7.0.4", "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -766,6 +934,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -776,7 +945,8 @@ "node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" }, "node_modules/colors": { "version": "1.4.0", @@ -789,23 +959,95 @@ "node_modules/commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "license": "MIT" }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "license": "MIT" }, "node_modules/data-uri-to-buffer": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz", "integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==" }, + "node_modules/data-view-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", + "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", + "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/inspect-js" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", + "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "license": "MIT", "dependencies": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" }, @@ -820,6 +1062,7 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", + "license": "MIT", "engines": { "node": ">= 0.6.0" } @@ -835,55 +1078,83 @@ "node": ">=0.4.0" } }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT" }, "node_modules/es-abstract": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", - "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.1", - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-set-tostringtag": "^2.0.1", - "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.2.1", - "get-symbol-description": "^1.0.0", - "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", + "version": "1.23.9", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", + "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==", + "license": "MIT", + "dependencies": { + "array-buffer-byte-length": "^1.0.2", + "arraybuffer.prototype.slice": "^1.0.4", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "data-view-buffer": "^1.0.2", + "data-view-byte-length": "^1.0.2", + "data-view-byte-offset": "^1.0.1", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.1.0", + "es-to-primitive": "^1.3.0", + "function.prototype.name": "^1.1.8", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.0", + "get-symbol-description": "^1.1.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "internal-slot": "^1.1.0", + "is-array-buffer": "^3.0.5", "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.3", + "is-data-view": "^1.0.2", + "is-regex": "^1.2.1", + "is-shared-array-buffer": "^1.0.4", + "is-string": "^1.1.1", + "is-typed-array": "^1.1.15", + "is-weakref": "^1.1.0", + "math-intrinsics": "^1.1.0", + "object-inspect": "^1.13.3", "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "safe-array-concat": "^1.0.0", - "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", - "typed-array-buffer": "^1.0.0", - "typed-array-byte-length": "^1.0.0", - "typed-array-byte-offset": "^1.0.0", - "typed-array-length": "^1.0.4", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.10" + "object.assign": "^4.1.7", + "own-keys": "^1.0.1", + "regexp.prototype.flags": "^1.5.3", + "safe-array-concat": "^1.1.3", + "safe-push-apply": "^1.0.0", + "safe-regex-test": "^1.1.0", + "set-proto": "^1.0.0", + "string.prototype.trim": "^1.2.10", + "string.prototype.trimend": "^1.0.9", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.3", + "typed-array-byte-length": "^1.0.3", + "typed-array-byte-offset": "^1.0.4", + "typed-array-length": "^1.0.7", + "unbox-primitive": "^1.1.0", + "which-typed-array": "^1.1.18" }, "engines": { "node": ">= 0.4" @@ -893,17 +1164,19 @@ } }, "node_modules/es-aggregate-error": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.10.tgz", - "integrity": "sha512-qX3K9eP7HcgeFckzRy1T5Mtb7wYwZt9ahFteBDigG5Te0vGOmOH3dHDncBiuNkZBX9i+C8LgSbpqSEl97gN11Q==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.13.tgz", + "integrity": "sha512-KkzhUUuD2CUMqEc8JEqsXEMDHzDPE8RCjZeUBitsnB1eNcAJWQPiciKsMXe3Yytj4Flw1XLl46Qcf9OxvZha7A==", + "license": "MIT", "dependencies": { - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "function-bind": "^1.1.1", - "functions-have-names": "^1.2.3", - "get-intrinsic": "^1.2.1", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.0" + "has-property-descriptors": "^1.0.2", + "set-function-name": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -912,39 +1185,73 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/es-set-tostringtag": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", - "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", - "dependencies": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" - }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", "engines": { "node": ">= 0.4" } }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", "engines": { "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-to-primitive": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", + "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7", + "is-date-object": "^1.0.5", + "is-symbol": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", "engines": { "node": ">=6" } @@ -952,12 +1259,14 @@ "node_modules/estree-walker": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "license": "MIT" }, "node_modules/event-target-shim": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "license": "MIT", "engines": { "node": ">=6" } @@ -965,7 +1274,8 @@ "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" }, "node_modules/fast-glob": { "version": "3.2.12", @@ -985,12 +1295,24 @@ "node_modules/fast-memoize": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.2.tgz", - "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==" + "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==", + "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", - "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", + "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" }, "node_modules/fastq": { "version": "1.15.0", @@ -1012,23 +1334,46 @@ } }, "node_modules/for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "license": "MIT", + "dependencies": { + "is-callable": "^1.2.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "license": "MIT", "dependencies": { - "is-callable": "^1.1.3" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" } }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "license": "ISC" }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -1038,19 +1383,26 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/function.prototype.name": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", + "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "functions-have-names": "^1.2.3", + "hasown": "^2.0.2", + "is-callable": "^1.2.7" }, "engines": { "node": ">= 0.4" @@ -1063,6 +1415,7 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -1071,24 +1424,48 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } }, "node_modules/get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/get-source": { "version": "2.0.12", "resolved": "https://registry.npmjs.org/get-source/-/get-source-2.0.12.tgz", @@ -1099,12 +1476,14 @@ } }, "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", + "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6" }, "engines": { "node": ">= 0.4" @@ -1117,6 +1496,8 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -1144,11 +1525,13 @@ } }, "node_modules/globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "license": "MIT", "dependencies": { - "define-properties": "^1.1.3" + "define-properties": "^1.2.1", + "gopd": "^1.0.1" }, "engines": { "node": ">= 0.4" @@ -1158,31 +1541,31 @@ } }, "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" }, "node_modules/has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", + "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -1191,25 +1574,31 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", "dependencies": { - "get-intrinsic": "^1.1.1" + "es-define-property": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", + "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.0" + }, "engines": { "node": ">= 0.4" }, @@ -1218,9 +1607,10 @@ } }, "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1229,11 +1619,12 @@ } }, "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", "dependencies": { - "has-symbols": "^1.0.2" + "has-symbols": "^1.0.3" }, "engines": { "node": ">= 0.4" @@ -1242,6 +1633,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/heap": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/heap/-/heap-0.2.7.tgz", @@ -1259,6 +1662,7 @@ "version": "9.0.21", "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/immer" @@ -1268,6 +1672,8 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -1276,52 +1682,82 @@ "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" }, "node_modules/internal-slot": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", + "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", + "license": "MIT", "dependencies": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" + "es-errors": "^1.3.0", + "hasown": "^2.0.2", + "side-channel": "^1.1.0" }, "engines": { "node": ">= 0.4" } }, "node_modules/is-array-buffer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", + "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-async-function": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", + "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "is-typed-array": "^1.1.10" + "async-function": "^1.0.0", + "call-bound": "^1.0.3", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", + "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", + "license": "MIT", "dependencies": { - "has-bigints": "^1.0.1" + "has-bigints": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", + "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1334,6 +1770,7 @@ "version": "1.2.7", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1342,22 +1779,45 @@ } }, "node_modules/is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "license": "MIT", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", + "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", + "license": "MIT", "dependencies": { - "has": "^1.0.3" + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", + "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", + "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1374,14 +1834,48 @@ "node": ">=0.10.0" } }, + "node_modules/is-finalizationregistry": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", + "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/is-generator-function": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", + "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "get-proto": "^1.0.0", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -1393,10 +1887,11 @@ "node": ">=0.10.0" } }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "node_modules/is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -1413,11 +1908,13 @@ } }, "node_modules/is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", + "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", + "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1430,17 +1927,21 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz", "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==", + "license": "MIT", "dependencies": { "@types/estree": "*" } }, "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -1449,23 +1950,41 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", + "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2" + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", + "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", + "license": "MIT", "dependencies": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1475,11 +1994,14 @@ } }, "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", + "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", + "license": "MIT", "dependencies": { - "has-symbols": "^1.0.2" + "call-bound": "^1.0.2", + "has-symbols": "^1.1.0", + "safe-regex-test": "^1.1.0" }, "engines": { "node": ">= 0.4" @@ -1489,11 +2011,12 @@ } }, "node_modules/is-typed-array": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", - "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", + "license": "MIT", "dependencies": { - "which-typed-array": "^1.1.11" + "which-typed-array": "^1.1.16" }, "engines": { "node": ">= 0.4" @@ -1502,12 +2025,44 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", + "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2" + "call-bound": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", + "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1516,12 +2071,14 @@ "node_modules/isarray": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "license": "MIT" }, "node_modules/jsep": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", + "license": "MIT", "engines": { "node": ">= 10.16.0" } @@ -1545,12 +2102,26 @@ "node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" }, "node_modules/jsonc-parser": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.2.1.tgz", - "integrity": "sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==" + "integrity": "sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==", + "license": "MIT" + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "license": "MIT", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } }, "node_modules/jsonpath-plus": { "version": "10.3.0", @@ -1574,6 +2145,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1582,6 +2154,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "license": "MIT", "engines": { "node": ">=6" } @@ -1589,21 +2162,39 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "license": "MIT" }, "node_modules/lodash.topath": { "version": "4.5.2", "resolved": "https://registry.npmjs.org/lodash.topath/-/lodash.topath-4.5.2.tgz", - "integrity": "sha512-1/W4dM+35DwvE/iEd1M9ekewOSTlpFekhw9mhAtrwjVqUr83/ilQiyAvmg4tVX7Unkcfl1KC+i9WdaT4B6aQcg==" + "integrity": "sha512-1/W4dM+35DwvE/iEd1M9ekewOSTlpFekhw9mhAtrwjVqUr83/ilQiyAvmg4tVX7Unkcfl1KC+i9WdaT4B6aQcg==", + "license": "MIT" }, "node_modules/magic-string": { "version": "0.25.9", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "license": "MIT", "dependencies": { "sourcemap-codec": "^1.4.8" } }, + "node_modules/markdown-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/markdown-escape/-/markdown-escape-2.0.0.tgz", + "integrity": "sha512-Trz4v0+XWlwy68LJIyw3bLbsJiC8XAbRCKF9DbEtZjyndKOGVx6n+wNB0VfoRmY2LKboQLeniap3xrb6LGSJ8A==", + "license": "MIT" + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -1629,6 +2220,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -1640,6 +2232,7 @@ "version": "0.2.3", "resolved": "https://registry.npmjs.org/nimma/-/nimma-0.2.3.tgz", "integrity": "sha512-1ZOI8J+1PKKGceo/5CT5GfQOG6H8I2BencSK06YarZ2wXwH37BSSUWldqJmMJYA5JfqDqffxDXynt6f11AyKcA==", + "license": "Apache-2.0", "dependencies": { "@jsep-plugin/regex": "^1.0.1", "@jsep-plugin/ternary": "^1.0.2", @@ -1658,6 +2251,7 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -1667,16 +2261,33 @@ "peerDependencies": { "encoding": "^0.1.0" }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-sarif-builder": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-2.0.3.tgz", + "integrity": "sha512-Pzr3rol8fvhG/oJjIq2NTVB0vmdNNlz22FENhhPojYRZ4/ee08CfK4YuKmuL54V9MLhI1kpzxfOJ/63LzmZzDg==", + "license": "MIT", + "dependencies": { + "@types/sarif": "^2.1.4", + "fs-extra": "^10.0.0" + }, + "engines": { + "node": ">=14" } }, "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -1685,18 +2296,22 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "license": "MIT", "engines": { "node": ">= 0.4" } }, "node_modules/object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", + "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "has-symbols": "^1.0.3", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0", + "has-symbols": "^1.1.0", "object-keys": "^1.1.1" }, "engines": { @@ -1710,14 +2325,33 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", "dependencies": { "wrappy": "1" } }, + "node_modules/own-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", + "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", + "license": "MIT", + "dependencies": { + "get-intrinsic": "^1.2.6", + "object-keys": "^1.1.1", + "safe-push-apply": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1725,7 +2359,8 @@ "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "license": "MIT" }, "node_modules/picomatch": { "version": "2.3.1", @@ -1742,10 +2377,20 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-1.1.1.tgz", "integrity": "sha512-PxkIc/2ZpLiEzQXu5YRDOUgBlfGYBY8156HY5ZcRAwwonMk5W/MrJP2LLkG/hF7GEQzaHo2aS7ho6ZLCOvf+6g==", + "license": "0BSD", "engines": { "node": ">=12.0.0" } }, + "node_modules/possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/printable-characters": { "version": "1.0.42", "resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz", @@ -1770,14 +2415,40 @@ } ] }, + "node_modules/reflect.getprototypeof": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", + "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.1", + "which-builtin-type": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/regexp.prototype.flags": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", - "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", + "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "set-function-name": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -1790,6 +2461,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1798,6 +2470,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -1811,17 +2484,21 @@ } }, "node_modules/resolve": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", - "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", + "license": "MIT", "dependencies": { - "is-core-module": "^2.13.0", + "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": { "resolve": "bin/resolve" }, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -1839,6 +2516,7 @@ "version": "2.79.2", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, @@ -1872,13 +2550,15 @@ } }, "node_modules/safe-array-concat": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", - "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", + "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "has-symbols": "^1.0.3", + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "has-symbols": "^1.1.0", "isarray": "^2.0.5" }, "engines": { @@ -1888,14 +2568,34 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/safe-regex-test": { + "node_modules/safe-push-apply": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", + "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-regex-test": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "is-regex": "^1.1.4" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1904,16 +2604,122 @@ "node_modules/safe-stable-stringify": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz", - "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==" + "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==", + "license": "MIT" + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", + "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } }, "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -1923,6 +2729,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/simple-eval/-/simple-eval-1.0.1.tgz", "integrity": "sha512-LH7FpTAkeD+y5xQC4fzS+tFtaNlvt3Ib1zKzvhjv/Y+cioV4zIuw4IZr2yhRLu67CWL7FR9/6KXKnjRoZTvGGQ==", + "license": "MIT", "dependencies": { "jsep": "^1.3.6" }, @@ -1942,7 +2749,8 @@ "version": "1.4.8", "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", - "deprecated": "Please use @jridgewell/sourcemap-codec instead" + "deprecated": "Please use @jridgewell/sourcemap-codec instead", + "license": "MIT" }, "node_modules/stacktracey": { "version": "2.1.8", @@ -1957,6 +2765,7 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -1967,13 +2776,18 @@ } }, "node_modules/string.prototype.trim": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", - "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", + "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-object-atoms": "^1.0.0", + "has-property-descriptors": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1983,26 +2797,35 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", + "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2012,6 +2835,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -2023,6 +2847,7 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -2034,6 +2859,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -2044,7 +2870,8 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "license": "MIT" }, "node_modules/to-regex-range": { "version": "5.0.1", @@ -2060,7 +2887,8 @@ "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "license": "MIT" }, "node_modules/tslib": { "version": "2.8.1", @@ -2069,27 +2897,30 @@ "license": "0BSD" }, "node_modules/typed-array-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", - "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", + "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", - "is-typed-array": "^1.1.10" + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" } }, "node_modules/typed-array-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", + "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" @@ -2099,15 +2930,18 @@ } }, "node_modules/typed-array-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", - "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", + "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", + "license": "MIT", "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.15", + "reflect.getprototypeof": "^1.0.9" }, "engines": { "node": ">= 0.4" @@ -2117,41 +2951,69 @@ } }, "node_modules/typed-array-length": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", - "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", + "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "is-typed-array": "^1.1.9" + "gopd": "^1.0.1", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0", + "reflect.getprototypeof": "^1.0.6" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", + "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", + "call-bound": "^1.0.3", "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" + "has-symbols": "^1.1.0", + "which-boxed-primitive": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "license": "MIT" + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, "node_modules/urijs": { "version": "1.19.11", "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz", - "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==" + "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==", + "license": "MIT" }, "node_modules/utility-types": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", - "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz", + "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==", + "license": "MIT", "engines": { "node": ">= 4" } @@ -2160,6 +3022,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==", + "license": "ISC", "dependencies": { "builtins": "^1.0.3" } @@ -2167,42 +3030,96 @@ "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "license": "BSD-2-Clause" }, "node_modules/whatwg-url": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "license": "MIT", "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, "node_modules/which-boxed-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", + "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", + "license": "MIT", + "dependencies": { + "is-bigint": "^1.1.0", + "is-boolean-object": "^1.2.1", + "is-number-object": "^1.1.1", + "is-string": "^1.1.1", + "is-symbol": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", + "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "function.prototype.name": "^1.1.6", + "has-tostringtag": "^1.0.2", + "is-async-function": "^2.0.0", + "is-date-object": "^1.1.0", + "is-finalizationregistry": "^1.1.0", + "is-generator-function": "^1.0.10", + "is-regex": "^1.2.1", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.1.0", + "which-collection": "^1.0.2", + "which-typed-array": "^1.1.16" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "license": "MIT", "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/which-typed-array": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", - "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", + "version": "1.1.19", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", + "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", + "license": "MIT", "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -2220,6 +3137,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -2235,28 +3153,31 @@ "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" }, "node_modules/y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/yargs": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "license": "MIT", "dependencies": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" }, "engines": { "node": ">=12" @@ -2266,6 +3187,21 @@ "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, "engines": { "node": ">=12" } @@ -2370,9 +3306,9 @@ } }, "@stoplight/json": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz", - "integrity": "sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==", + "version": "3.21.7", + "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.7.tgz", + "integrity": "sha512-xcJXgKFqv/uCEgtGlPxy3tPA+4I+ZI4vAuMJ885+ThkTHFVkC+0Fm58lA9NlsyjnkpxFh4YiQWpH+KefHdbA0A==", "requires": { "@stoplight/ordered-object-literal": "^1.0.3", "@stoplight/path": "^1.3.2", @@ -2416,9 +3352,9 @@ } }, "@stoplight/ordered-object-literal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.4.tgz", - "integrity": "sha512-OF8uib1jjDs5/cCU+iOVy+GJjU3X7vk/qJIkIJFqwmlJKrrtijFmqwbu8XToXrwTYLQTP+Hebws5gtZEmk9jag==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@stoplight/ordered-object-literal/-/ordered-object-literal-1.0.5.tgz", + "integrity": "sha512-COTiuCU5bgMUtbIFBuyyh2/yVVzlr5Om0v5utQDgBCuQUOPgU1DwoffkTfg4UBQOvByi5foF4w4T+H9CoRe5wg==" }, "@stoplight/path": { "version": "1.3.2", @@ -2426,18 +3362,18 @@ "integrity": "sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==" }, "@stoplight/spectral-cli": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.10.1.tgz", - "integrity": "sha512-yjal3WE42buthVnqfwppw2YmjeXZJ8rmMaHjpx9/94xbbfS79RsReExH9sj1QZam6A9XPGWtjLdWSrklqydpYg==", + "version": "6.14.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.3.tgz", + "integrity": "sha512-vKy7d2yqBfOf94uB6KXzujDl6/qjXa8mCQ6cfsQ8xYsoArZN9iBHpS3271hR5IyTm3R1GwMgaSZ1h0sfZjZrZw==", "requires": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", - "@stoplight/spectral-core": "^1.18.3", - "@stoplight/spectral-formatters": "^1.2.0", - "@stoplight/spectral-parsers": "^1.0.3", + "@stoplight/spectral-core": "^1.19.5", + "@stoplight/spectral-formatters": "^1.4.1", + "@stoplight/spectral-parsers": "^1.0.4", "@stoplight/spectral-ref-resolver": "^1.0.4", - "@stoplight/spectral-ruleset-bundler": "^1.5.2", - "@stoplight/spectral-ruleset-migrator": "^1.9.5", + "@stoplight/spectral-ruleset-bundler": "^1.6.0", + "@stoplight/spectral-ruleset-migrator": "^1.11.0", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.6.0", @@ -2445,10 +3381,10 @@ "fast-glob": "~3.2.12", "hpagent": "~1.2.0", "lodash": "~4.17.21", - "pony-cause": "^1.0.0", - "stacktracey": "^2.1.7", - "tslib": "^2.3.0", - "yargs": "17.3.1" + "pony-cause": "^1.1.1", + "stacktracey": "^2.1.8", + "tslib": "^2.8.1", + "yargs": "~17.7.2" } }, "@stoplight/spectral-core": { @@ -2491,60 +3427,74 @@ } }, "@stoplight/spectral-formats": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.5.0.tgz", - "integrity": "sha512-VskkdU3qBSvI1dfJ79ysjvTssfNlbA6wrf/XkXK6iTyjfIVqOAWVtjypTb2U95tN/X8IjIBBhNWtZ4tNVZilrA==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-formats/-/spectral-formats-1.8.2.tgz", + "integrity": "sha512-c06HB+rOKfe7tuxg0IdKDEA5XnjL2vrn/m/OVIIxtINtBzphZrOgtRn7epQ5bQF5SWp84Ue7UJWaGgDwVngMFw==", "requires": { "@stoplight/json": "^3.17.0", - "@stoplight/spectral-core": "^1.8.0", + "@stoplight/spectral-core": "^1.19.2", "@types/json-schema": "^7.0.7", - "tslib": "^2.3.1" + "tslib": "^2.8.1" } }, "@stoplight/spectral-formatters": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.2.0.tgz", - "integrity": "sha512-1IrQksU1fpuvK7oT8t0jk419vkvzHbwqKYtnyoF9yZa+MV1AcSsieD5I6wBFL0WlgFr6iCg23s1V99VXlrFelw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.4.3.tgz", + "integrity": "sha512-03Nc6nhjMO9aHhJPgBH4zDwMPklKLWEMtvx+PMmzfStCndMjJkf8ki7O/55u3myZ1TwxBzln9z9tXPLSL3KKhw==", "requires": { "@stoplight/path": "^1.3.2", - "@stoplight/spectral-core": "^1.15.1", - "@stoplight/spectral-runtime": "^1.1.0", + "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.15.0", + "@types/markdown-escape": "^1.1.3", "chalk": "4.1.2", "cliui": "7.0.4", "lodash": "^4.17.21", + "markdown-escape": "^2.0.0", + "node-sarif-builder": "^2.0.3", "strip-ansi": "6.0", "text-table": "^0.2.0", - "tslib": "^2.5.0" + "tslib": "^2.8.1" } }, "@stoplight/spectral-functions": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.7.2.tgz", - "integrity": "sha512-f+61/FtIkQeIo+a269CeaeqjpyRsgDyIk6DGr7iS4hyuk1PPk7Uf6MNRDs9FEIBh7CpdEJ+HSHbMLwgpymWTIw==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.9.4.tgz", + "integrity": "sha512-+dgu7QQ1JIZFsNLhNbQLPA9tniIT3KjOc9ORv0LYSCLvZjkWT2bN7vgmathbXsbmhnmhvl15H9sRqUIqzi+qoQ==", "requires": { "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.1", - "@stoplight/spectral-core": "^1.7.0", - "@stoplight/spectral-formats": "^1.0.0", - "@stoplight/spectral-runtime": "^1.1.0", - "ajv": "^8.6.3", + "@stoplight/spectral-core": "^1.19.4", + "@stoplight/spectral-formats": "^1.8.1", + "@stoplight/spectral-runtime": "^1.1.2", + "ajv": "^8.17.1", "ajv-draft-04": "~1.0.0", "ajv-errors": "~3.0.0", - "ajv-formats": "~2.1.0", + "ajv-formats": "~2.1.1", "lodash": "~4.17.21", - "tslib": "^2.3.0" + "tslib": "^2.8.1" } }, "@stoplight/spectral-parsers": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.3.tgz", - "integrity": "sha512-J0KW5Rh5cHWnJQ3yN+cr/ijNFVirPSR0pkQbdrNX30VboEl083UEDrQ3yov9kjLVIWEk9t9kKE7Eo3QT/k4JLA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-parsers/-/spectral-parsers-1.0.4.tgz", + "integrity": "sha512-nCTVvtX6q71M8o5Uvv9kxU31Gk1TRmgD6/k8HBhdCmKG6FWcwgjiZouA/R3xHLn/VwTI/9k8SdG5Mkdy0RBqbQ==", "requires": { "@stoplight/json": "~3.21.0", - "@stoplight/types": "^13.6.0", - "@stoplight/yaml": "~4.2.3", + "@stoplight/types": "^14.1.1", + "@stoplight/yaml": "~4.3.0", "tslib": "^2.3.1" + }, + "dependencies": { + "@stoplight/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz", + "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==", + "requires": { + "@types/json-schema": "^7.0.4", + "utility-types": "^3.10.0" + } + } } }, "@stoplight/spectral-ref-resolver": { @@ -2560,18 +3510,18 @@ } }, "@stoplight/spectral-ruleset-bundler": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.5.2.tgz", - "integrity": "sha512-4QUVUFAU+S7IQ9XeCu+0TQMYxKFpKnkOAfa9unRQ1iPL2cviaipEN6witpbAptdHJD3UUjx4OnwlX8WwmXSq9w==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-bundler/-/spectral-ruleset-bundler-1.6.0.tgz", + "integrity": "sha512-8CU7e4aEGdfU9ncVDtlnJSawg/6epzAHrQTjuNu1QfKAOoiwyG7oUk2XUTHWcvq6Q67iUctb0vjOokR+MPVg0Q==", "requires": { "@rollup/plugin-commonjs": "~22.0.2", "@stoplight/path": "1.3.2", "@stoplight/spectral-core": ">=1", - "@stoplight/spectral-formats": ">=1", + "@stoplight/spectral-formats": "^1.7.0", "@stoplight/spectral-functions": ">=1", "@stoplight/spectral-parsers": ">=1", - "@stoplight/spectral-ref-resolver": ">=1", - "@stoplight/spectral-ruleset-migrator": "^1.7.4", + "@stoplight/spectral-ref-resolver": "^1.0.4", + "@stoplight/spectral-ruleset-migrator": "^1.9.6", "@stoplight/spectral-rulesets": ">=1", "@stoplight/spectral-runtime": "^1.1.0", "@stoplight/types": "^13.6.0", @@ -2583,43 +3533,62 @@ } }, "@stoplight/spectral-ruleset-migrator": { - "version": "1.9.5", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.9.5.tgz", - "integrity": "sha512-76n/HETr3UinVl/xLNldrH9p0JNoD8Gz4K75J6E4OHp4xD0P+BA2e8+W30HjIvqm1LJdLU2BNma0ioy+q3B9RA==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.11.2.tgz", + "integrity": "sha512-6r5i4hrDmppspSSxdUKKNHc07NGSSIkvwKNk3M5ukCwvSslImvDEimeWAhPBryhmSJ82YAsKr8erZZpKullxWw==", "requires": { "@stoplight/json": "~3.21.0", "@stoplight/ordered-object-literal": "~1.0.4", "@stoplight/path": "1.3.2", - "@stoplight/spectral-functions": "^1.0.0", - "@stoplight/spectral-runtime": "^1.1.0", + "@stoplight/spectral-functions": "^1.9.1", + "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.6.0", "@stoplight/yaml": "~4.2.3", "@types/node": "*", - "ajv": "^8.6.0", + "ajv": "^8.17.1", "ast-types": "0.14.2", - "astring": "^1.7.5", + "astring": "^1.9.0", "reserved": "0.1.2", - "tslib": "^2.3.1", + "tslib": "^2.8.1", "validate-npm-package-name": "3.0.0" + }, + "dependencies": { + "@stoplight/yaml": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.2.3.tgz", + "integrity": "sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==", + "requires": { + "@stoplight/ordered-object-literal": "^1.0.1", + "@stoplight/types": "^13.0.0", + "@stoplight/yaml-ast-parser": "0.0.48", + "tslib": "^2.2.0" + } + }, + "@stoplight/yaml-ast-parser": { + "version": "0.0.48", + "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.48.tgz", + "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==" + } } }, "@stoplight/spectral-rulesets": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-rulesets/-/spectral-rulesets-1.17.0.tgz", - "integrity": "sha512-fRWunqvtP9k0vRonwqXQ663Xt1UfmOZRdaO+S02zA3mlKdA5a1vBQjVV9QYK70TXWmqUfmabc1G35FHNT+7iRw==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-rulesets/-/spectral-rulesets-1.20.2.tgz", + "integrity": "sha512-7Y8orZuNyGyeHr9n50rMfysgUJ+/zzIEHMptt66jiy82GUWl+0nr865DkMuXdC5GryfDYhtjoRTUCVsXu80Nkg==", "requires": { "@asyncapi/specs": "^4.1.0", "@stoplight/better-ajv-errors": "1.0.3", "@stoplight/json": "^3.17.0", "@stoplight/spectral-core": "^1.8.1", - "@stoplight/spectral-formats": "^1.5.0", + "@stoplight/spectral-formats": "^1.7.0", "@stoplight/spectral-functions": "^1.5.1", "@stoplight/spectral-runtime": "^1.1.1", "@stoplight/types": "^13.6.0", "@types/json-schema": "^7.0.7", - "ajv": "^8.8.2", + "ajv": "^8.17.1", "ajv-formats": "~2.1.0", "json-schema-traverse": "^1.0.0", + "leven": "3.1.0", "lodash": "~4.17.21", "tslib": "^2.3.0" } @@ -2659,25 +3628,36 @@ } }, "@stoplight/yaml": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.2.3.tgz", - "integrity": "sha512-Mx01wjRAR9C7yLMUyYFTfbUf5DimEpHMkRDQ1PKLe9dfNILbgdxyrncsOXM3vCpsQ1Hfj4bPiGl+u4u6e9Akqw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@stoplight/yaml/-/yaml-4.3.0.tgz", + "integrity": "sha512-JZlVFE6/dYpP9tQmV0/ADfn32L9uFarHWxfcRhReKUnljz1ZiUM5zpX+PH8h5CJs6lao3TuFqnPm9IJJCEkE2w==", "requires": { - "@stoplight/ordered-object-literal": "^1.0.1", - "@stoplight/types": "^13.0.0", - "@stoplight/yaml-ast-parser": "0.0.48", + "@stoplight/ordered-object-literal": "^1.0.5", + "@stoplight/types": "^14.1.1", + "@stoplight/yaml-ast-parser": "0.0.50", "tslib": "^2.2.0" + }, + "dependencies": { + "@stoplight/types": { + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-14.1.1.tgz", + "integrity": "sha512-/kjtr+0t0tjKr+heVfviO9FrU/uGLc+QNX3fHJc19xsCNYqU7lVhaXxDmEID9BZTjG+/r9pK9xP/xU02XGg65g==", + "requires": { + "@types/json-schema": "^7.0.4", + "utility-types": "^3.10.0" + } + } } }, "@stoplight/yaml-ast-parser": { - "version": "0.0.48", - "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.48.tgz", - "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==" + "version": "0.0.50", + "resolved": "https://registry.npmjs.org/@stoplight/yaml-ast-parser/-/yaml-ast-parser-0.0.50.tgz", + "integrity": "sha512-Pb6M8TDO9DtSVla9yXSTAxmo9GVEouq5P40DWXdOie69bXogZTkgvopCq+yEvTMA0F6PEvdJmbtTV3ccIp11VQ==" }, "@types/es-aggregate-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.2.tgz", - "integrity": "sha512-erqUpFXksaeR2kejKnhnjZjbFxUpGZx4Z7ydNL9ie8tEhXPiZTsLeUDJ6aR1F8j5wWUAtOAQWUqkc7givBJbBA==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/es-aggregate-error/-/es-aggregate-error-1.0.6.tgz", + "integrity": "sha512-qJ7LIFp06h1QE1aVxbVd+zJP2wdaugYXYfd6JxsyRMrYHaxb6itXPogW2tz+ylUJ1n1b+JF1PHyYCfYHm0dvUg==", "requires": { "@types/node": "*" } @@ -2688,19 +3668,32 @@ "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" }, "@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==" + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + }, + "@types/markdown-escape": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@types/markdown-escape/-/markdown-escape-1.1.3.tgz", + "integrity": "sha512-JIc1+s3y5ujKnt/+N+wq6s/QdL2qZ11fP79MijrVXsAAnzSxCbT2j/3prHRouJdZ2yFLN3vkP0HytfnoCczjOw==" }, "@types/node": { - "version": "20.5.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz", - "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==" + "version": "22.14.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz", + "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", + "requires": { + "undici-types": "~6.21.0" + } + }, + "@types/sarif": { + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz", + "integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==" }, "@types/urijs": { - "version": "1.19.20", - "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.20.tgz", - "integrity": "sha512-77Mq/2BeHU894J364dUv9tSwxxyCLtcX228Pc8TwZpP5bvOoMns+gZoftp3LYl3FBH8vChpWbuagKGiMki2c1A==" + "version": "1.19.25", + "resolved": "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.25.tgz", + "integrity": "sha512-XOfUup9r3Y06nFAZh3WvO0rBU4OtlfPB/vgxpjg+NRdGU6CN6djdc6OEiH+PcqHCY6eFLo9Ista73uarf4gnBg==" }, "abort-controller": { "version": "3.0.0", @@ -2755,25 +3748,26 @@ } }, "array-buffer-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", - "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz", + "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==", "requires": { - "call-bind": "^1.0.2", - "is-array-buffer": "^3.0.1" + "call-bound": "^1.0.3", + "is-array-buffer": "^3.0.5" } }, "arraybuffer.prototype.slice": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", - "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz", + "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==", "requires": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "get-intrinsic": "^1.2.1", - "is-array-buffer": "^3.0.2", - "is-shared-array-buffer": "^1.0.2" + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "is-array-buffer": "^3.0.4" } }, "as-table": { @@ -2793,14 +3787,22 @@ } }, "astring": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", - "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/astring/-/astring-1.9.0.tgz", + "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==" + }, + "async-function": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz", + "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==" }, "available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "requires": { + "possible-typed-array-names": "^1.0.0" + } }, "balanced-match": { "version": "1.0.2", @@ -2830,12 +3832,32 @@ "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==" }, "call-bind": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz", + "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==", + "requires": { + "call-bind-apply-helpers": "^1.0.0", + "es-define-property": "^1.0.0", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.2" + } + }, + "call-bind-apply-helpers": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "requires": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + } + }, + "call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" } }, "chalk": { @@ -2890,11 +3912,52 @@ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz", "integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==" }, + "data-view-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz", + "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==", + "requires": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + } + }, + "data-view-byte-length": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz", + "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==", + "requires": { + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.2" + } + }, + "data-view-byte-offset": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz", + "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==", + "requires": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + } + }, + "define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "requires": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + } + }, "define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "requires": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" } @@ -2912,95 +3975,137 @@ "wordwrap": ">=0.0.2" } }, + "dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "requires": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + } + }, "emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "es-abstract": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", - "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", - "requires": { - "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.1", - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-set-tostringtag": "^2.0.1", - "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.2.1", - "get-symbol-description": "^1.0.0", - "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", + "version": "1.23.9", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.9.tgz", + "integrity": "sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==", + "requires": { + "array-buffer-byte-length": "^1.0.2", + "arraybuffer.prototype.slice": "^1.0.4", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "data-view-buffer": "^1.0.2", + "data-view-byte-length": "^1.0.2", + "data-view-byte-offset": "^1.0.1", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.1.0", + "es-to-primitive": "^1.3.0", + "function.prototype.name": "^1.1.8", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.0", + "get-symbol-description": "^1.1.0", + "globalthis": "^1.0.4", + "gopd": "^1.2.0", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "internal-slot": "^1.1.0", + "is-array-buffer": "^3.0.5", "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.3", + "is-data-view": "^1.0.2", + "is-regex": "^1.2.1", + "is-shared-array-buffer": "^1.0.4", + "is-string": "^1.1.1", + "is-typed-array": "^1.1.15", + "is-weakref": "^1.1.0", + "math-intrinsics": "^1.1.0", + "object-inspect": "^1.13.3", "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "safe-array-concat": "^1.0.0", - "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", - "typed-array-buffer": "^1.0.0", - "typed-array-byte-length": "^1.0.0", - "typed-array-byte-offset": "^1.0.0", - "typed-array-length": "^1.0.4", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.10" + "object.assign": "^4.1.7", + "own-keys": "^1.0.1", + "regexp.prototype.flags": "^1.5.3", + "safe-array-concat": "^1.1.3", + "safe-push-apply": "^1.0.0", + "safe-regex-test": "^1.1.0", + "set-proto": "^1.0.0", + "string.prototype.trim": "^1.2.10", + "string.prototype.trimend": "^1.0.9", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.3", + "typed-array-byte-length": "^1.0.3", + "typed-array-byte-offset": "^1.0.4", + "typed-array-length": "^1.0.7", + "unbox-primitive": "^1.1.0", + "which-typed-array": "^1.1.18" } }, "es-aggregate-error": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.10.tgz", - "integrity": "sha512-qX3K9eP7HcgeFckzRy1T5Mtb7wYwZt9ahFteBDigG5Te0vGOmOH3dHDncBiuNkZBX9i+C8LgSbpqSEl97gN11Q==", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/es-aggregate-error/-/es-aggregate-error-1.0.13.tgz", + "integrity": "sha512-KkzhUUuD2CUMqEc8JEqsXEMDHzDPE8RCjZeUBitsnB1eNcAJWQPiciKsMXe3Yytj4Flw1XLl46Qcf9OxvZha7A==", "requires": { - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "function-bind": "^1.1.1", - "functions-have-names": "^1.2.3", - "get-intrinsic": "^1.2.1", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.0" + "has-property-descriptors": "^1.0.2", + "set-function-name": "^2.0.2" + } + }, + "es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==" + }, + "es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + }, + "es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "requires": { + "es-errors": "^1.3.0" } }, "es-set-tostringtag": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", - "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", "requires": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" } }, "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz", + "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==", "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" + "is-callable": "^1.2.7", + "is-date-object": "^1.0.5", + "is-symbol": "^1.0.4" } }, "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==" }, "estree-walker": { "version": "2.0.2", @@ -3035,9 +4140,9 @@ "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==" }, "fast-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", - "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz", + "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==" }, "fastq": { "version": "1.15.0", @@ -3056,11 +4161,21 @@ } }, "for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz", + "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==", + "requires": { + "is-callable": "^1.2.7" + } + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "requires": { - "is-callable": "^1.1.3" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" } }, "fs.realpath": { @@ -3075,19 +4190,21 @@ "optional": true }, "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" }, "function.prototype.name": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz", + "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "functions-have-names": "^1.2.3", + "hasown": "^2.0.2", + "is-callable": "^1.2.7" } }, "functions-have-names": { @@ -3101,14 +4218,29 @@ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" }, "get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + } + }, + "get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "requires": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" } }, "get-source": { @@ -3121,12 +4253,13 @@ } }, "get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz", + "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6" } }, "glob": { @@ -3151,33 +4284,28 @@ } }, "globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "requires": { - "define-properties": "^1.1.3" + "define-properties": "^1.2.1", + "gopd": "^1.0.1" } }, "gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "requires": { - "get-intrinsic": "^1.1.3" - } + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz", + "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==" }, "has-flag": { "version": "4.0.0", @@ -3185,29 +4313,40 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "requires": { - "get-intrinsic": "^1.1.1" + "es-define-property": "^1.0.0" } }, "has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", + "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", + "requires": { + "dunder-proto": "^1.0.0" + } }, "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==" }, "has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "requires": { - "has-symbols": "^1.0.2" + "has-symbols": "^1.0.3" + } + }, + "hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "requires": { + "function-bind": "^1.1.2" } }, "heap": { @@ -3240,40 +4379,52 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "internal-slot": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz", + "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==", "requires": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" + "es-errors": "^1.3.0", + "hasown": "^2.0.2", + "side-channel": "^1.1.0" } }, "is-array-buffer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", + "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==", + "requires": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" + } + }, + "is-async-function": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz", + "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "is-typed-array": "^1.1.10" + "async-function": "^1.0.0", + "call-bound": "^1.0.3", + "get-proto": "^1.0.1", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" } }, "is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz", + "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==", "requires": { - "has-bigints": "^1.0.1" + "has-bigints": "^1.0.2" } }, "is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz", + "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==", "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" } }, "is-callable": { @@ -3282,19 +4433,30 @@ "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" }, "is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", + "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", + "requires": { + "hasown": "^2.0.2" + } + }, + "is-data-view": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz", + "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==", "requires": { - "has": "^1.0.3" + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "is-typed-array": "^1.1.13" } }, "is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz", + "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==", "requires": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "has-tostringtag": "^1.0.2" } }, "is-extglob": { @@ -3302,11 +4464,30 @@ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" }, + "is-finalizationregistry": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz", + "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==", + "requires": { + "call-bound": "^1.0.3" + } + }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, + "is-generator-function": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz", + "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==", + "requires": { + "call-bound": "^1.0.3", + "get-proto": "^1.0.0", + "has-tostringtag": "^1.0.2", + "safe-regex-test": "^1.1.0" + } + }, "is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -3315,10 +4496,10 @@ "is-extglob": "^2.1.1" } }, - "is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==" + "is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" }, "is-number": { "version": "7.0.0", @@ -3326,11 +4507,12 @@ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, "is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz", + "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==", "requires": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" } }, "is-reference": { @@ -3342,52 +4524,76 @@ } }, "is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", + "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.2", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" } }, + "is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" + }, "is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz", + "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==", "requires": { - "call-bind": "^1.0.2" + "call-bound": "^1.0.3" } }, "is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz", + "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==", "requires": { - "has-tostringtag": "^1.0.0" + "call-bound": "^1.0.3", + "has-tostringtag": "^1.0.2" } }, "is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz", + "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==", "requires": { - "has-symbols": "^1.0.2" + "call-bound": "^1.0.2", + "has-symbols": "^1.1.0", + "safe-regex-test": "^1.1.0" } }, "is-typed-array": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", - "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz", + "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==", "requires": { - "which-typed-array": "^1.1.11" + "which-typed-array": "^1.1.16" } }, + "is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" + }, "is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz", + "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==", + "requires": { + "call-bound": "^1.0.3" + } + }, + "is-weakset": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz", + "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==", "requires": { - "call-bind": "^1.0.2" + "call-bound": "^1.0.3", + "get-intrinsic": "^1.2.6" } }, "isarray": { @@ -3420,6 +4626,15 @@ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.2.1.tgz", "integrity": "sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==" }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, "jsonpath-plus": { "version": "10.3.0", "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", @@ -3458,6 +4673,16 @@ "sourcemap-codec": "^1.4.8" } }, + "markdown-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/markdown-escape/-/markdown-escape-2.0.0.tgz", + "integrity": "sha512-Trz4v0+XWlwy68LJIyw3bLbsJiC8XAbRCKF9DbEtZjyndKOGVx6n+wNB0VfoRmY2LKboQLeniap3xrb6LGSJ8A==" + }, + "math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==" + }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -3501,10 +4726,19 @@ "whatwg-url": "^5.0.0" } }, + "node-sarif-builder": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-2.0.3.tgz", + "integrity": "sha512-Pzr3rol8fvhG/oJjIq2NTVB0vmdNNlz22FENhhPojYRZ4/ee08CfK4YuKmuL54V9MLhI1kpzxfOJ/63LzmZzDg==", + "requires": { + "@types/sarif": "^2.1.4", + "fs-extra": "^10.0.0" + } + }, "object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==" + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==" }, "object-keys": { "version": "1.1.1", @@ -3512,13 +4746,15 @@ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, "object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz", + "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "has-symbols": "^1.0.3", + "call-bind": "^1.0.8", + "call-bound": "^1.0.3", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0", + "has-symbols": "^1.1.0", "object-keys": "^1.1.1" } }, @@ -3530,6 +4766,16 @@ "wrappy": "1" } }, + "own-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz", + "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==", + "requires": { + "get-intrinsic": "^1.2.6", + "object-keys": "^1.1.1", + "safe-push-apply": "^1.0.0" + } + }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", @@ -3550,6 +4796,11 @@ "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-1.1.1.tgz", "integrity": "sha512-PxkIc/2ZpLiEzQXu5YRDOUgBlfGYBY8156HY5ZcRAwwonMk5W/MrJP2LLkG/hF7GEQzaHo2aS7ho6ZLCOvf+6g==" }, + "possible-typed-array-names": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz", + "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==" + }, "printable-characters": { "version": "1.0.42", "resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz", @@ -3560,14 +4811,32 @@ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" }, + "reflect.getprototypeof": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz", + "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==", + "requires": { + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.9", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.7", + "get-proto": "^1.0.1", + "which-builtin-type": "^1.2.1" + } + }, "regexp.prototype.flags": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", - "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz", + "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.8", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "set-function-name": "^2.0.2" } }, "require-directory": { @@ -3586,11 +4855,11 @@ "integrity": "sha512-/qO54MWj5L8WCBP9/UNe2iefJc+L9yETbH32xO/ft/EYPOTCR5k+azvDUgdCOKwZH8hXwPd0b8XBL78Nn2U69g==" }, "resolve": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", - "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "version": "1.22.10", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", + "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", "requires": { - "is-core-module": "^2.13.0", + "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } @@ -3617,24 +4886,34 @@ } }, "safe-array-concat": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz", + "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==", + "requires": { + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "get-intrinsic": "^1.2.6", + "has-symbols": "^1.1.0", + "isarray": "^2.0.5" + } + }, + "safe-push-apply": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", - "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz", + "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "has-symbols": "^1.0.3", + "es-errors": "^1.3.0", "isarray": "^2.0.5" } }, "safe-regex-test": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz", + "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "is-regex": "^1.1.4" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "is-regex": "^1.2.1" } }, "safe-stable-stringify": { @@ -3642,14 +4921,82 @@ "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-1.1.1.tgz", "integrity": "sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==" }, + "set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "requires": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + } + }, + "set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "requires": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + } + }, + "set-proto": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz", + "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==", + "requires": { + "dunder-proto": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0" + } + }, "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "requires": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + } + }, + "side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "requires": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + } + }, + "side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "requires": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + } + }, + "side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" } }, "simple-eval": { @@ -3690,33 +5037,38 @@ } }, "string.prototype.trim": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", - "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "version": "1.2.10", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz", + "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-data-property": "^1.1.4", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.5", + "es-object-atoms": "^1.0.0", + "has-property-descriptors": "^1.0.2" } }, "string.prototype.trimend": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz", + "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.8", + "call-bound": "^1.0.2", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" } }, "string.prototype.trimstart": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" } }, "strip-ansi": { @@ -3764,68 +5116,84 @@ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" }, "typed-array-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", - "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz", + "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==", "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", - "is-typed-array": "^1.1.10" + "call-bound": "^1.0.3", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.14" } }, "typed-array-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz", + "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==", "requires": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.14" } }, "typed-array-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", - "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz", + "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==", "requires": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.2.0", + "has-proto": "^1.2.0", + "is-typed-array": "^1.1.15", + "reflect.getprototypeof": "^1.0.9" } }, "typed-array-length": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", - "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz", + "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==", "requires": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "is-typed-array": "^1.1.9" + "gopd": "^1.0.1", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0", + "reflect.getprototypeof": "^1.0.6" } }, "unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", + "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==", "requires": { - "call-bind": "^1.0.2", + "call-bound": "^1.0.3", "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" + "has-symbols": "^1.1.0", + "which-boxed-primitive": "^1.1.1" } }, + "undici-types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" + }, + "universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + }, "urijs": { "version": "1.19.11", "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz", "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==" }, "utility-types": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", - "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==" + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz", + "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==" }, "validate-npm-package-name": { "version": "3.0.0", @@ -3850,27 +5218,60 @@ } }, "which-boxed-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz", + "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==", + "requires": { + "is-bigint": "^1.1.0", + "is-boolean-object": "^1.2.1", + "is-number-object": "^1.1.1", + "is-string": "^1.1.1", + "is-symbol": "^1.1.1" + } + }, + "which-builtin-type": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz", + "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==", + "requires": { + "call-bound": "^1.0.2", + "function.prototype.name": "^1.1.6", + "has-tostringtag": "^1.0.2", + "is-async-function": "^2.0.0", + "is-date-object": "^1.1.0", + "is-finalizationregistry": "^1.1.0", + "is-generator-function": "^1.0.10", + "is-regex": "^1.2.1", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.1.0", + "which-collection": "^1.0.2", + "which-typed-array": "^1.1.16" + } + }, + "which-collection": { "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", "requires": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" } }, "which-typed-array": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", - "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", + "version": "1.1.19", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz", + "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==", "requires": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.8", + "call-bound": "^1.0.4", + "for-each": "^0.3.5", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-tostringtag": "^1.0.2" } }, "wordwrap": { @@ -3899,17 +5300,29 @@ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" }, "yargs": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "requires": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" + }, + "dependencies": { + "cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + } + } } }, "yargs-parser": { diff --git a/compiler-rs/clients_schema_to_openapi/package.json b/compiler-rs/clients_schema_to_openapi/package.json index 2610fe5481..285e8034e5 100644 --- a/compiler-rs/clients_schema_to_openapi/package.json +++ b/compiler-rs/clients_schema_to_openapi/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "@stoplight/spectral-cli": "^6.10.1", + "@stoplight/spectral-cli": "^6.14.3", "json-diff": "^1.0.6" } } diff --git a/compiler-rs/clients_schema_to_openapi/src/components.rs b/compiler-rs/clients_schema_to_openapi/src/components.rs index 4b2a919c82..5826890f9f 100644 --- a/compiler-rs/clients_schema_to_openapi/src/components.rs +++ b/compiler-rs/clients_schema_to_openapi/src/components.rs @@ -21,8 +21,12 @@ use openapiv3::{Components, Parameter, ReferenceOr, RequestBody, Response, Schem use crate::utils::SchemaName; // Separator used to combine parts of a component path. -// See https://github.com/elastic/elasticsearch-specification/issues/4183 -pub const SEPARATOR: char = ':'; +// OpenAPI says `$ref` must comply with RFC 3968 (escaping reserved chars), +// but also restricts the keys in `components` to match `^[a-zA-Z0-9\.\-_]+$`. +// +// See https://spec.openapis.org/oas/v3.1.1.html#reference-object +// and https://spec.openapis.org/oas/v3.1.1.html#fixed-fields-5 +pub const SEPARATOR: char = '-'; pub struct TypesAndComponents<'a> { pub model: &'a clients_schema::IndexedModel, diff --git a/compiler-rs/clients_schema_to_openapi/src/paths.rs b/compiler-rs/clients_schema_to_openapi/src/paths.rs index c881466415..38da4d9611 100644 --- a/compiler-rs/clients_schema_to_openapi/src/paths.rs +++ b/compiler-rs/clients_schema_to_openapi/src/paths.rs @@ -28,7 +28,6 @@ use openapiv3::{ RequestBody, Response, Responses, StatusCode, Example }; use clients_schema::SchemaExample; -use serde_json::json; use crate::components::TypesAndComponents; @@ -122,11 +121,23 @@ pub fn add_endpoint( // This function converts the IndexMap examples of // schema.json to IndexMap> which is the format // that OpenAPI expects. - fn get_openapi_examples(schema_examples: IndexMap) -> IndexMap> { + fn get_openapi_examples(schema_examples: &IndexMap) -> IndexMap> { let mut openapi_examples = indexmap! {}; for (name, schema_example) in schema_examples { + let example = match &schema_example.value { + None => None, + Some(text) => { + match serde_json::from_str::(&text) { + Ok(json) => Some(json), + // Cannot parse json: assume it's text (e.g. cat requests) + // FIXME: should be validated by looking at the media-type + Err(_) => Some(serde_json::Value::String(text.clone())) + } + } + }; + let openapi_example = Example { - value: Some(json!(schema_example.value)), + value: example, description: schema_example.description.clone(), summary: schema_example.summary.clone(), external_value: None, @@ -134,16 +145,16 @@ pub fn add_endpoint( }; openapi_examples.insert(name.clone(), ReferenceOr::Item(openapi_example)); } - return openapi_examples; + openapi_examples } - - let mut request_examples: IndexMap> = indexmap! {}; // If this endpoint request has examples in schema.json, convert them to the // OpenAPI format and add them to the endpoint request in the OpenAPI document. - if request.examples.is_some() { - request_examples = get_openapi_examples(request.examples.as_ref().unwrap().clone()); - } + let request_examples = if let Some(examples) = &request.examples { + get_openapi_examples(examples) + } else { + IndexMap::new() + }; let request_body = tac.convert_request(request)?.map(|schema| { let media = MediaType { @@ -176,12 +187,13 @@ pub fn add_endpoint( // FIXME: buggy for responses with no body // TODO: handle binary responses let response_def = tac.model.get_response(endpoint.response.as_ref().unwrap())?; - let mut response_examples: IndexMap> = indexmap! {}; // If this endpoint response has examples in schema.json, convert them to the // OpenAPI format and add them to the endpoint response in the OpenAPI document. - if response_def.examples.is_some() { - response_examples = get_openapi_examples(response_def.examples.as_ref().unwrap().clone()); - } + let response_examples = if let Some(examples) = &response_def.examples { + get_openapi_examples(examples) + } else { + IndexMap::new() + }; let response = Response { description: "".to_string(), headers: Default::default(), diff --git a/compiler-rs/clients_schema_to_openapi/src/utils.rs b/compiler-rs/clients_schema_to_openapi/src/utils.rs index 4c3d0d9702..854dc10de0 100644 --- a/compiler-rs/clients_schema_to_openapi/src/utils.rs +++ b/compiler-rs/clients_schema_to_openapi/src/utils.rs @@ -43,13 +43,15 @@ pub trait SchemaName { } impl SchemaName for TypeName { + // Use '.' as the separator: names and paths must be RFC 3986 compliant, + // and ':' output by `TypeName.toString()` is a reserved character. fn schema_name(&self) -> String { - format!("{}", self) + format!("{}.{}", self.namespace, self.name) } fn schema_ref(&self) -> ReferenceOr { ReferenceOr::Reference { - reference: format!("#/components/schemas/{}", self), + reference: format!("#/components/schemas/{}.{}", self.namespace, self.name), } } } 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 7c3ae358356f68729ad4f8e1a45f9bff5a06f078..f705d11a1d465f20f1783be922adcd6042430ca3 100644 GIT binary patch delta 204753 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 delta 187076 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

u=-*DPthW@aG{OqZ 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%0D-y7o2gu!@$k4oQ@)zR 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

%uFK=WSv?(iu)$4h{l_ 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

S!t6h$Pl5(WzV(mxYtbxuG4Kt+{qKEb`wy?_PG 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 diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 31e53a5785..0b5b481262 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -25,7 +25,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -35,7 +35,7 @@ "description": "The length of time that the async search should be available in the cluster.\nWhen not specified, the `keep_alive` set with the corresponding submit async request will be used.\nOtherwise, it is possible to override the value and extend the validity of the request.\nWhen this period expires, the search, if still running, is cancelled.\nIf the search is completed, its saved results are deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -55,7 +55,7 @@ "description": "Specifies to wait for the search to be completed up until the provided timeout.\nFinal results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires.\nBy default no timeout is set meaning that the currently available results will be returned without any additional wait.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -66,12 +66,43 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search._types:AsyncSearchDocumentResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchDocumentResponseBase" }, "examples": { "AsyncSearchGetResponseExample1": { "description": "A succesful response from `GET /_async_search/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=`.", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_partial\" : false, \n \"is_running\" : false, \n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986, \n \"completion_time_in_millis\" : 1583945903130, \n \"response\" : {\n \"took\" : 12144,\n \"timed_out\" : false,\n \"num_reduce_phases\" : 46, \n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 188, \n \"skipped\" : 0,\n \"failed\" : 0\n },\n \"hits\" : {\n \"total\" : {\n \"value\" : 456433,\n \"relation\" : \"eq\"\n },\n \"max_score\" : null,\n \"hits\" : [ ]\n },\n \"aggregations\" : { \n \"sale_date\" : {\n \"buckets\" : []\n }\n }\n }\n}" + "value": { + "completion_time_in_millis": 1583945903130, + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": false, + "is_running": false, + "response": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 188, + "total": 562 + }, + "aggregations": { + "sale_date": { + "buckets": [] + } + }, + "hits": { + "hits": [], + "max_score": null, + "total": { + "relation": "eq", + "value": 456433 + } + }, + "num_reduce_phases": 46, + "timed_out": false, + "took": 12144 + }, + "start_time_in_millis": 1583945890986 + } } } } @@ -95,7 +126,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -106,7 +137,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -131,7 +162,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -141,7 +172,7 @@ "description": "The length of time that the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -152,23 +183,61 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search.status:StatusResponseBase" + "$ref": "#/components/schemas/async_search.status.StatusResponseBase" }, "examples": { "AsyncSearchStatusResponseExample1": { "summary": "An active async search", "description": "A succesful response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=`, which retrieves the status of a previously submitted async search without the results.", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : true,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 188, \n \"skipped\" : 0,\n \"failed\" : 0\n }\n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 188, + "total": 562 + }, + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": true, + "is_running": true, + "start_time_in_millis": 1583945890986 + } }, "AsyncSearchStatusResponseExample2": { "summary": "A completed async search", "description": "A succesful response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=` for an async search that has completed. The status response has an additional `completion_status` field that shows the status code of the completed async search.\n", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : false,\n \"is_partial\" : false,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 562,\n \"skipped\" : 0,\n \"failed\" : 0\n },\n\"completion_status\" : 200 \n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 562, + "total": 562 + }, + "completion_status": 200, + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": false, + "is_running": false, + "start_time_in_millis": 1583945890986 + } }, "AsyncSearchStatusResponseExample3": { "summary": "A failed async search", "description": "A response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=` for an async search that has completed with an error. The status response has an additional `completion_status` field that shows the status code of the completed async search.\n", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : false,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 450,\n \"skipped\" : 0,\n \"failed\" : 112\n },\n\"completion_status\" : 503 \n}" + "value": { + "_shards": { + "failed": 112, + "skipped": 0, + "successful": 450, + "total": 562 + }, + "completion_status": 503, + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": true, + "is_running": false, + "start_time_in_millis": 1583945890986 + } } } } @@ -188,133 +257,133 @@ "operationId": "async-search-submit", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit-wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit:keep_alive" + "$ref": "#/components/parameters/async_search.submit-keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit:keep_on_completion" + "$ref": "#/components/parameters/async_search.submit-keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit:allow_no_indices" + "$ref": "#/components/parameters/async_search.submit-allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit-allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit:analyzer" + "$ref": "#/components/parameters/async_search.submit-analyzer" }, { - "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit-analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit-batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit:default_operator" + "$ref": "#/components/parameters/async_search.submit-default_operator" }, { - "$ref": "#/components/parameters/async_search.submit:df" + "$ref": "#/components/parameters/async_search.submit-df" }, { - "$ref": "#/components/parameters/async_search.submit:docvalue_fields" + "$ref": "#/components/parameters/async_search.submit-docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit:expand_wildcards" + "$ref": "#/components/parameters/async_search.submit-expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit:explain" + "$ref": "#/components/parameters/async_search.submit-explain" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_throttled" + "$ref": "#/components/parameters/async_search.submit-ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit-ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit:lenient" + "$ref": "#/components/parameters/async_search.submit-lenient" }, { - "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit:preference" + "$ref": "#/components/parameters/async_search.submit-preference" }, { - "$ref": "#/components/parameters/async_search.submit:request_cache" + "$ref": "#/components/parameters/async_search.submit-request_cache" }, { - "$ref": "#/components/parameters/async_search.submit:routing" + "$ref": "#/components/parameters/async_search.submit-routing" }, { - "$ref": "#/components/parameters/async_search.submit:search_type" + "$ref": "#/components/parameters/async_search.submit-search_type" }, { - "$ref": "#/components/parameters/async_search.submit:stats" + "$ref": "#/components/parameters/async_search.submit-stats" }, { - "$ref": "#/components/parameters/async_search.submit:stored_fields" + "$ref": "#/components/parameters/async_search.submit-stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_field" + "$ref": "#/components/parameters/async_search.submit-suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_mode" + "$ref": "#/components/parameters/async_search.submit-suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_size" + "$ref": "#/components/parameters/async_search.submit-suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_text" + "$ref": "#/components/parameters/async_search.submit-suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit:terminate_after" + "$ref": "#/components/parameters/async_search.submit-terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit:timeout" + "$ref": "#/components/parameters/async_search.submit-timeout" }, { - "$ref": "#/components/parameters/async_search.submit:track_total_hits" + "$ref": "#/components/parameters/async_search.submit-track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit:track_scores" + "$ref": "#/components/parameters/async_search.submit-track_scores" }, { - "$ref": "#/components/parameters/async_search.submit:typed_keys" + "$ref": "#/components/parameters/async_search.submit-typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit:version" + "$ref": "#/components/parameters/async_search.submit-version" }, { - "$ref": "#/components/parameters/async_search.submit:_source" + "$ref": "#/components/parameters/async_search.submit-_source" }, { - "$ref": "#/components/parameters/async_search.submit:_source_excludes" + "$ref": "#/components/parameters/async_search.submit-_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit:_source_includes" + "$ref": "#/components/parameters/async_search.submit-_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit-seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit:q" + "$ref": "#/components/parameters/async_search.submit-q" }, { - "$ref": "#/components/parameters/async_search.submit:size" + "$ref": "#/components/parameters/async_search.submit-size" }, { - "$ref": "#/components/parameters/async_search.submit:from" + "$ref": "#/components/parameters/async_search.submit-from" }, { - "$ref": "#/components/parameters/async_search.submit:sort" + "$ref": "#/components/parameters/async_search.submit-sort" } ], "requestBody": { @@ -322,7 +391,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit:200" + "$ref": "#/components/responses/async_search.submit-200" } }, "x-state": "Added in 7.7.0" @@ -338,136 +407,136 @@ "operationId": "async-search-submit-1", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit:index" + "$ref": "#/components/parameters/async_search.submit-index" }, { - "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit-wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit:keep_alive" + "$ref": "#/components/parameters/async_search.submit-keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit:keep_on_completion" + "$ref": "#/components/parameters/async_search.submit-keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit:allow_no_indices" + "$ref": "#/components/parameters/async_search.submit-allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit-allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit:analyzer" + "$ref": "#/components/parameters/async_search.submit-analyzer" }, { - "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit-analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit-batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit:default_operator" + "$ref": "#/components/parameters/async_search.submit-default_operator" }, { - "$ref": "#/components/parameters/async_search.submit:df" + "$ref": "#/components/parameters/async_search.submit-df" }, { - "$ref": "#/components/parameters/async_search.submit:docvalue_fields" + "$ref": "#/components/parameters/async_search.submit-docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit:expand_wildcards" + "$ref": "#/components/parameters/async_search.submit-expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit:explain" + "$ref": "#/components/parameters/async_search.submit-explain" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_throttled" + "$ref": "#/components/parameters/async_search.submit-ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit-ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit:lenient" + "$ref": "#/components/parameters/async_search.submit-lenient" }, { - "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit:preference" + "$ref": "#/components/parameters/async_search.submit-preference" }, { - "$ref": "#/components/parameters/async_search.submit:request_cache" + "$ref": "#/components/parameters/async_search.submit-request_cache" }, { - "$ref": "#/components/parameters/async_search.submit:routing" + "$ref": "#/components/parameters/async_search.submit-routing" }, { - "$ref": "#/components/parameters/async_search.submit:search_type" + "$ref": "#/components/parameters/async_search.submit-search_type" }, { - "$ref": "#/components/parameters/async_search.submit:stats" + "$ref": "#/components/parameters/async_search.submit-stats" }, { - "$ref": "#/components/parameters/async_search.submit:stored_fields" + "$ref": "#/components/parameters/async_search.submit-stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_field" + "$ref": "#/components/parameters/async_search.submit-suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_mode" + "$ref": "#/components/parameters/async_search.submit-suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_size" + "$ref": "#/components/parameters/async_search.submit-suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_text" + "$ref": "#/components/parameters/async_search.submit-suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit:terminate_after" + "$ref": "#/components/parameters/async_search.submit-terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit:timeout" + "$ref": "#/components/parameters/async_search.submit-timeout" }, { - "$ref": "#/components/parameters/async_search.submit:track_total_hits" + "$ref": "#/components/parameters/async_search.submit-track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit:track_scores" + "$ref": "#/components/parameters/async_search.submit-track_scores" }, { - "$ref": "#/components/parameters/async_search.submit:typed_keys" + "$ref": "#/components/parameters/async_search.submit-typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit:version" + "$ref": "#/components/parameters/async_search.submit-version" }, { - "$ref": "#/components/parameters/async_search.submit:_source" + "$ref": "#/components/parameters/async_search.submit-_source" }, { - "$ref": "#/components/parameters/async_search.submit:_source_excludes" + "$ref": "#/components/parameters/async_search.submit-_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit:_source_includes" + "$ref": "#/components/parameters/async_search.submit-_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit-seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit:q" + "$ref": "#/components/parameters/async_search.submit-q" }, { - "$ref": "#/components/parameters/async_search.submit:size" + "$ref": "#/components/parameters/async_search.submit-size" }, { - "$ref": "#/components/parameters/async_search.submit:from" + "$ref": "#/components/parameters/async_search.submit-from" }, { - "$ref": "#/components/parameters/async_search.submit:sort" + "$ref": "#/components/parameters/async_search.submit-sort" } ], "requestBody": { @@ -475,7 +544,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit:200" + "$ref": "#/components/responses/async_search.submit-200" } }, "x-state": "Added in 7.7.0" @@ -500,7 +569,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -510,7 +579,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -521,7 +590,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/autoscaling._types:AutoscalingPolicy" + "$ref": "#/components/schemas/autoscaling._types.AutoscalingPolicy" }, "examples": { "GetAutoscalingPolicyResponseExample1": { @@ -554,7 +623,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -564,7 +633,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -574,7 +643,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -583,17 +652,29 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/autoscaling._types:AutoscalingPolicy" + "$ref": "#/components/schemas/autoscaling._types.AutoscalingPolicy" }, "examples": { "PutAutoscalingPolicyRequestExample1": { "summary": "Creates or updates an autoscaling policy.", - "value": "{\n \"roles\": [],\n \"deciders\": {\n \"fixed\": {\n }\n }\n}" + "value": { + "deciders": { + "fixed": {} + }, + "roles": [] + } }, "PutAutoscalingPolicyRequestExample2": { "summary": "Creates an autoscaling policy.", "description": "The API method and path for this request: `PUT /_autoscaling/policy/my_autoscaling_policy`. It creates `my_autoscaling_policy` using the fixed autoscaling decider, applying to the set of nodes having (only) the `data_hot` role.", - "value": "{\n \"roles\" : [ \"data_hot\" ],\n \"deciders\": {\n \"fixed\": {\n }\n }\n}" + "value": { + "deciders": { + "fixed": {} + }, + "roles": [ + "data_hot" + ] + } } } } @@ -606,12 +687,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutAutoscalingPolicyResponseExample1": { "summary": "A successful response when creating an autoscaling policy.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -638,7 +721,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -648,7 +731,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -658,7 +741,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -669,13 +752,15 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteAutoscalingPolicyResponseExample1": { "summary": "A successful response of deleting one or more autoscaling policy.", "description": "This may be a response to either `DELETE /_autoscaling/policy/my_autoscaling_policy` or `DELETE /_autoscaling/policy/*`.\n", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -703,7 +788,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -719,7 +804,7 @@ "policies": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingDeciders" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingDeciders" } } }, @@ -751,40 +836,40 @@ "operationId": "bulk-1", "parameters": [ { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -792,7 +877,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } }, @@ -805,40 +890,40 @@ "operationId": "bulk", "parameters": [ { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -846,7 +931,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } } @@ -861,43 +946,43 @@ "operationId": "bulk-3", "parameters": [ { - "$ref": "#/components/parameters/bulk:index" + "$ref": "#/components/parameters/bulk-index" }, { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -905,7 +990,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } }, @@ -918,43 +1003,43 @@ "operationId": "bulk-2", "parameters": [ { - "$ref": "#/components/parameters/bulk:index" + "$ref": "#/components/parameters/bulk-index" }, { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -962,7 +1047,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } } @@ -977,21 +1062,21 @@ "operationId": "cat-aliases", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases:h" + "$ref": "#/components/parameters/cat.aliases-h" }, { - "$ref": "#/components/parameters/cat.aliases:s" + "$ref": "#/components/parameters/cat.aliases-s" }, { - "$ref": "#/components/parameters/cat.aliases:expand_wildcards" + "$ref": "#/components/parameters/cat.aliases-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases:master_timeout" + "$ref": "#/components/parameters/cat.aliases-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases:200" + "$ref": "#/components/responses/cat.aliases-200" } } } @@ -1006,24 +1091,24 @@ "operationId": "cat-aliases-1", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases:name" + "$ref": "#/components/parameters/cat.aliases-name" }, { - "$ref": "#/components/parameters/cat.aliases:h" + "$ref": "#/components/parameters/cat.aliases-h" }, { - "$ref": "#/components/parameters/cat.aliases:s" + "$ref": "#/components/parameters/cat.aliases-s" }, { - "$ref": "#/components/parameters/cat.aliases:expand_wildcards" + "$ref": "#/components/parameters/cat.aliases-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases:master_timeout" + "$ref": "#/components/parameters/cat.aliases-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases:200" + "$ref": "#/components/responses/cat.aliases-200" } } } @@ -1038,24 +1123,24 @@ "operationId": "cat-allocation", "parameters": [ { - "$ref": "#/components/parameters/cat.allocation:bytes" + "$ref": "#/components/parameters/cat.allocation-bytes" }, { - "$ref": "#/components/parameters/cat.allocation:h" + "$ref": "#/components/parameters/cat.allocation-h" }, { - "$ref": "#/components/parameters/cat.allocation:s" + "$ref": "#/components/parameters/cat.allocation-s" }, { - "$ref": "#/components/parameters/cat.allocation:local" + "$ref": "#/components/parameters/cat.allocation-local" }, { - "$ref": "#/components/parameters/cat.allocation:master_timeout" + "$ref": "#/components/parameters/cat.allocation-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.allocation:200" + "$ref": "#/components/responses/cat.allocation-200" } } } @@ -1070,27 +1155,27 @@ "operationId": "cat-allocation-1", "parameters": [ { - "$ref": "#/components/parameters/cat.allocation:node_id" + "$ref": "#/components/parameters/cat.allocation-node_id" }, { - "$ref": "#/components/parameters/cat.allocation:bytes" + "$ref": "#/components/parameters/cat.allocation-bytes" }, { - "$ref": "#/components/parameters/cat.allocation:h" + "$ref": "#/components/parameters/cat.allocation-h" }, { - "$ref": "#/components/parameters/cat.allocation:s" + "$ref": "#/components/parameters/cat.allocation-s" }, { - "$ref": "#/components/parameters/cat.allocation:local" + "$ref": "#/components/parameters/cat.allocation-local" }, { - "$ref": "#/components/parameters/cat.allocation:master_timeout" + "$ref": "#/components/parameters/cat.allocation-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.allocation:200" + "$ref": "#/components/responses/cat.allocation-200" } } } @@ -1105,21 +1190,21 @@ "operationId": "cat-component-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates:h" + "$ref": "#/components/parameters/cat.component_templates-h" }, { - "$ref": "#/components/parameters/cat.component_templates:s" + "$ref": "#/components/parameters/cat.component_templates-s" }, { - "$ref": "#/components/parameters/cat.component_templates:local" + "$ref": "#/components/parameters/cat.component_templates-local" }, { - "$ref": "#/components/parameters/cat.component_templates:master_timeout" + "$ref": "#/components/parameters/cat.component_templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates:200" + "$ref": "#/components/responses/cat.component_templates-200" } }, "x-state": "Added in 5.1.0" @@ -1135,24 +1220,24 @@ "operationId": "cat-component-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates:name" + "$ref": "#/components/parameters/cat.component_templates-name" }, { - "$ref": "#/components/parameters/cat.component_templates:h" + "$ref": "#/components/parameters/cat.component_templates-h" }, { - "$ref": "#/components/parameters/cat.component_templates:s" + "$ref": "#/components/parameters/cat.component_templates-s" }, { - "$ref": "#/components/parameters/cat.component_templates:local" + "$ref": "#/components/parameters/cat.component_templates-local" }, { - "$ref": "#/components/parameters/cat.component_templates:master_timeout" + "$ref": "#/components/parameters/cat.component_templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates:200" + "$ref": "#/components/responses/cat.component_templates-200" } }, "x-state": "Added in 5.1.0" @@ -1168,15 +1253,15 @@ "operationId": "cat-count", "parameters": [ { - "$ref": "#/components/parameters/cat.count:h" + "$ref": "#/components/parameters/cat.count-h" }, { - "$ref": "#/components/parameters/cat.count:s" + "$ref": "#/components/parameters/cat.count-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count:200" + "$ref": "#/components/responses/cat.count-200" } } } @@ -1191,18 +1276,18 @@ "operationId": "cat-count-1", "parameters": [ { - "$ref": "#/components/parameters/cat.count:index" + "$ref": "#/components/parameters/cat.count-index" }, { - "$ref": "#/components/parameters/cat.count:h" + "$ref": "#/components/parameters/cat.count-h" }, { - "$ref": "#/components/parameters/cat.count:s" + "$ref": "#/components/parameters/cat.count-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count:200" + "$ref": "#/components/responses/cat.count-200" } } } @@ -1217,21 +1302,21 @@ "operationId": "cat-fielddata", "parameters": [ { - "$ref": "#/components/parameters/cat.fielddata:bytes" + "$ref": "#/components/parameters/cat.fielddata-bytes" }, { - "$ref": "#/components/parameters/cat.fielddata:fields_" + "$ref": "#/components/parameters/cat.fielddata-fields_" }, { - "$ref": "#/components/parameters/cat.fielddata:h" + "$ref": "#/components/parameters/cat.fielddata-h" }, { - "$ref": "#/components/parameters/cat.fielddata:s" + "$ref": "#/components/parameters/cat.fielddata-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.fielddata:200" + "$ref": "#/components/responses/cat.fielddata-200" } } } @@ -1246,24 +1331,24 @@ "operationId": "cat-fielddata-1", "parameters": [ { - "$ref": "#/components/parameters/cat.fielddata:fields" + "$ref": "#/components/parameters/cat.fielddata-fields" }, { - "$ref": "#/components/parameters/cat.fielddata:bytes" + "$ref": "#/components/parameters/cat.fielddata-bytes" }, { - "$ref": "#/components/parameters/cat.fielddata:fields_" + "$ref": "#/components/parameters/cat.fielddata-fields_" }, { - "$ref": "#/components/parameters/cat.fielddata:h" + "$ref": "#/components/parameters/cat.fielddata-h" }, { - "$ref": "#/components/parameters/cat.fielddata:s" + "$ref": "#/components/parameters/cat.fielddata-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.fielddata:200" + "$ref": "#/components/responses/cat.fielddata-200" } } } @@ -1283,7 +1368,7 @@ "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, @@ -1303,7 +1388,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1313,7 +1398,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" } @@ -1326,13 +1411,31 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.health:HealthRecord" + "$ref": "#/components/schemas/cat.health.HealthRecord" } }, "examples": { "CatHealthResponseExample1": { "description": "A successful response from `GET /_cat/health?v=true&format=json`. By default, it returns `HH:MM:SS` and Unix epoch timestamps.\n", - "value": "[\n {\n \"epoch\": \"1475871424\",\n \"timestamp\": \"16:17:04\",\n \"cluster\": \"elasticsearch\",\n \"status\": \"green\",\n \"node.total\": \"1\",\n \"node.data\": \"1\",\n \"shards\": \"1\",\n \"pri\": \"1\",\n \"relo\": \"0\",\n \"init\": \"0\",\n \"unassign\": \"0\",\n \"unassign.pri\": \"0\",\n \"pending_tasks\": \"0\",\n \"max_task_wait_time\": \"-\",\n \"active_shards_percent\": \"100.0%\"\n }\n]" + "value": [ + { + "active_shards_percent": "100.0%", + "cluster": "elasticsearch", + "epoch": "1475871424", + "init": "0", + "max_task_wait_time": "-", + "node.data": "1", + "node.total": "1", + "pending_tasks": "0", + "pri": "1", + "relo": "0", + "shards": "1", + "status": "green", + "timestamp": "16:17:04", + "unassign": "0", + "unassign.pri": "0" + } + ] } } } @@ -1373,36 +1476,36 @@ "operationId": "cat-indices", "parameters": [ { - "$ref": "#/components/parameters/cat.indices:bytes" + "$ref": "#/components/parameters/cat.indices-bytes" }, { - "$ref": "#/components/parameters/cat.indices:expand_wildcards" + "$ref": "#/components/parameters/cat.indices-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices:health" + "$ref": "#/components/parameters/cat.indices-health" }, { - "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices-include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices:pri" + "$ref": "#/components/parameters/cat.indices-pri" }, { - "$ref": "#/components/parameters/cat.indices:time" + "$ref": "#/components/parameters/cat.indices-time" }, { - "$ref": "#/components/parameters/cat.indices:master_timeout" + "$ref": "#/components/parameters/cat.indices-master_timeout" }, { - "$ref": "#/components/parameters/cat.indices:h" + "$ref": "#/components/parameters/cat.indices-h" }, { - "$ref": "#/components/parameters/cat.indices:s" + "$ref": "#/components/parameters/cat.indices-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices:200" + "$ref": "#/components/responses/cat.indices-200" } } } @@ -1417,39 +1520,39 @@ "operationId": "cat-indices-1", "parameters": [ { - "$ref": "#/components/parameters/cat.indices:index" + "$ref": "#/components/parameters/cat.indices-index" }, { - "$ref": "#/components/parameters/cat.indices:bytes" + "$ref": "#/components/parameters/cat.indices-bytes" }, { - "$ref": "#/components/parameters/cat.indices:expand_wildcards" + "$ref": "#/components/parameters/cat.indices-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices:health" + "$ref": "#/components/parameters/cat.indices-health" }, { - "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices-include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices:pri" + "$ref": "#/components/parameters/cat.indices-pri" }, { - "$ref": "#/components/parameters/cat.indices:time" + "$ref": "#/components/parameters/cat.indices-time" }, { - "$ref": "#/components/parameters/cat.indices:master_timeout" + "$ref": "#/components/parameters/cat.indices-master_timeout" }, { - "$ref": "#/components/parameters/cat.indices:h" + "$ref": "#/components/parameters/cat.indices-h" }, { - "$ref": "#/components/parameters/cat.indices:s" + "$ref": "#/components/parameters/cat.indices-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices:200" + "$ref": "#/components/responses/cat.indices-200" } } } @@ -1469,7 +1572,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1479,7 +1582,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1499,7 +1602,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -1512,13 +1615,20 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.master:MasterRecord" + "$ref": "#/components/schemas/cat.master.MasterRecord" } }, "examples": { "CatMasterResponseExample1": { "description": "A successful response from `GET /_cat/master?v=true&format=json`.\n", - "value": "[\n {\n \"id\": \"YzWoH_2BT-6UjVGDyPdqYg\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"YzWoH_2\"\n }\n]" + "value": [ + { + "host": "127.0.0.1", + "id": "YzWoH_2BT-6UjVGDyPdqYg", + "ip": "127.0.0.1", + "node": "YzWoH_2" + } + ] } } } @@ -1537,24 +1647,24 @@ "operationId": "cat-ml-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics-200" } }, "x-state": "Added in 7.7.0" @@ -1570,27 +1680,27 @@ "operationId": "cat-ml-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:id" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-id" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics-200" } }, "x-state": "Added in 7.7.0" @@ -1606,21 +1716,21 @@ "operationId": "cat-ml-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:h" + "$ref": "#/components/parameters/cat.ml_datafeeds-h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:s" + "$ref": "#/components/parameters/cat.ml_datafeeds-s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:time" + "$ref": "#/components/parameters/cat.ml_datafeeds-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds:200" + "$ref": "#/components/responses/cat.ml_datafeeds-200" } }, "x-state": "Added in 7.7.0" @@ -1636,24 +1746,24 @@ "operationId": "cat-ml-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds:datafeed_id" + "$ref": "#/components/parameters/cat.ml_datafeeds-datafeed_id" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:h" + "$ref": "#/components/parameters/cat.ml_datafeeds-h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:s" + "$ref": "#/components/parameters/cat.ml_datafeeds-s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:time" + "$ref": "#/components/parameters/cat.ml_datafeeds-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds:200" + "$ref": "#/components/responses/cat.ml_datafeeds-200" } }, "x-state": "Added in 7.7.0" @@ -1669,24 +1779,24 @@ "operationId": "cat-ml-jobs", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs:bytes" + "$ref": "#/components/parameters/cat.ml_jobs-bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs:h" + "$ref": "#/components/parameters/cat.ml_jobs-h" }, { - "$ref": "#/components/parameters/cat.ml_jobs:s" + "$ref": "#/components/parameters/cat.ml_jobs-s" }, { - "$ref": "#/components/parameters/cat.ml_jobs:time" + "$ref": "#/components/parameters/cat.ml_jobs-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs:200" + "$ref": "#/components/responses/cat.ml_jobs-200" } }, "x-state": "Added in 7.7.0" @@ -1702,27 +1812,27 @@ "operationId": "cat-ml-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs:job_id" + "$ref": "#/components/parameters/cat.ml_jobs-job_id" }, { - "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs:bytes" + "$ref": "#/components/parameters/cat.ml_jobs-bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs:h" + "$ref": "#/components/parameters/cat.ml_jobs-h" }, { - "$ref": "#/components/parameters/cat.ml_jobs:s" + "$ref": "#/components/parameters/cat.ml_jobs-s" }, { - "$ref": "#/components/parameters/cat.ml_jobs:time" + "$ref": "#/components/parameters/cat.ml_jobs-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs:200" + "$ref": "#/components/responses/cat.ml_jobs-200" } }, "x-state": "Added in 7.7.0" @@ -1738,30 +1848,30 @@ "operationId": "cat-ml-trained-models", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:bytes" + "$ref": "#/components/parameters/cat.ml_trained_models-bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:h" + "$ref": "#/components/parameters/cat.ml_trained_models-h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:s" + "$ref": "#/components/parameters/cat.ml_trained_models-s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:from" + "$ref": "#/components/parameters/cat.ml_trained_models-from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:size" + "$ref": "#/components/parameters/cat.ml_trained_models-size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:time" + "$ref": "#/components/parameters/cat.ml_trained_models-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models:200" + "$ref": "#/components/responses/cat.ml_trained_models-200" } }, "x-state": "Added in 7.7.0" @@ -1777,33 +1887,33 @@ "operationId": "cat-ml-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models:model_id" + "$ref": "#/components/parameters/cat.ml_trained_models-model_id" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:bytes" + "$ref": "#/components/parameters/cat.ml_trained_models-bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:h" + "$ref": "#/components/parameters/cat.ml_trained_models-h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:s" + "$ref": "#/components/parameters/cat.ml_trained_models-s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:from" + "$ref": "#/components/parameters/cat.ml_trained_models-from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:size" + "$ref": "#/components/parameters/cat.ml_trained_models-size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:time" + "$ref": "#/components/parameters/cat.ml_trained_models-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models:200" + "$ref": "#/components/responses/cat.ml_trained_models-200" } }, "x-state": "Added in 7.7.0" @@ -1824,7 +1934,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1834,7 +1944,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1854,7 +1964,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -1867,19 +1977,34 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.nodeattrs:NodeAttributesRecord" + "$ref": "#/components/schemas/cat.nodeattrs.NodeAttributesRecord" } }, "examples": { "CatNodeAttributesResponseExample1": { "summary": "Default columns", "description": "A successful response from `GET /_cat/nodeattrs?v=true&format=json`. The `node`, `host`, and `ip` columns provide basic information about each node. The `attr` and `value` columns return custom node attributes, one per line.\n", - "value": "[\n {\n \"node\": \"node-0\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"attr\": \"testattr\",\n \"value\": \"test\"\n }\n]" + "value": [ + { + "attr": "testattr", + "host": "127.0.0.1", + "ip": "127.0.0.1", + "node": "node-0", + "value": "test" + } + ] }, "CatNodeAttributesResponseExample2": { "summary": "Explicit columns", "description": "A successful response from `GET /_cat/nodeattrs?v=true&h=name,pid,attr,value`. It returns the `name`, `pid`, `attr`, and `value` columns.\n", - "value": "[\n {\n \"name\": \"node-0\",\n \"pid\": \"19566\",\n \"attr\": \"testattr\",\n \"value\": \"test\"\n }\n]" + "value": [ + { + "attr": "testattr", + "name": "node-0", + "pid": "19566", + "value": "test" + } + ] } } } @@ -1903,7 +2028,7 @@ "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, @@ -1940,7 +2065,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1950,7 +2075,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -1960,7 +2085,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -1970,7 +2095,7 @@ "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" } @@ -1983,19 +2108,40 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.nodes:NodesRecord" + "$ref": "#/components/schemas/cat.nodes.NodesRecord" } }, "examples": { "CatNodesResponseExample1": { "summary": "Default columns", "description": "A successful response from `GET /_cat/nodes?v=true&format=json`. The `ip`, `heap.percent`, `ram.percent`, `cpu`, and `load_*` columns provide the IP addresses and performance information of each node. The `node.role`, `master`, and `name` columns provide information useful for monitoring an entire cluster, particularly large ones.\n", - "value": "[\n {\n \"ip\": \"127.0.0.1\",\n \"heap.percent\": \"65\",\n \"ram.percent\": \"99\",\n \"cpu\": \"42\",\n \"load_1m\": \"3.07\",\n \"load_5m\": null,\n \"load_15m\": null,\n \"node.role\": \"cdfhilmrstw\",\n \"master\": \"*\",\n \"name\": \"mJw06l1\"\n }\n]" + "value": [ + { + "cpu": "42", + "heap.percent": "65", + "ip": "127.0.0.1", + "load_15m": null, + "load_1m": "3.07", + "load_5m": null, + "master": "*", + "name": "mJw06l1", + "node.role": "cdfhilmrstw", + "ram.percent": "99" + } + ] }, "CatNodesResponseExample2": { "summary": "Explicit columns", "description": "A successful response from `GET /_cat/nodes?v=true&h=id,ip,port,v,m&format=json`. It returns the `id`, `ip`, `port`, `v` (version), and `m` (master) columns.\n", - "value": "[\n {\n \"id\": \"veJR\",\n \"ip\": \"127.0.0.1\",\n \"port\": \"59938\",\n \"v\": \"9.0.0\",\n \"m\": \"*\"\n }\n]" + "value": [ + { + "id": "veJR", + "ip": "127.0.0.1", + "m": "*", + "port": "59938", + "v": "9.0.0" + } + ] } } } @@ -2019,7 +2165,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2029,7 +2175,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2049,7 +2195,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -2059,7 +2205,7 @@ "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" } @@ -2072,13 +2218,56 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.pending_tasks:PendingTasksRecord" + "$ref": "#/components/schemas/cat.pending_tasks.PendingTasksRecord" } }, "examples": { "CatPendingTasksResponseExample1": { "description": "A successful response from `GET /_cat/pending_tasks?v=trueh=insertOrder,timeInQueue,priority,source&format=json`.\n", - "value": "[\n { \"insertOrder\": \"1685\", \"timeInQueue\": \"855ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1686\", \"timeInQueue\": \"843ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1693\", \"timeInQueue\": \"753ms\", \"priority\": \"HIGH\", \"source\": \"refresh-mapping [foo][[t]]\"},\n { \"insertOrder\": \"1688\", \"timeInQueue\": \"816ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1689\", \"timeInQueue\": \"802ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1690\", \"timeInQueue\": \"787ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1691\", \"timeInQueue\": \"773ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"}\n]" + "value": [ + { + "insertOrder": "1685", + "priority": "HIGH", + "source": "update-mapping [foo][t]", + "timeInQueue": "855ms" + }, + { + "insertOrder": "1686", + "priority": "HIGH", + "source": "update-mapping [foo][t]", + "timeInQueue": "843ms" + }, + { + "insertOrder": "1693", + "priority": "HIGH", + "source": "refresh-mapping [foo][[t]]", + "timeInQueue": "753ms" + }, + { + "insertOrder": "1688", + "priority": "HIGH", + "source": "update-mapping [foo][t]", + "timeInQueue": "816ms" + }, + { + "insertOrder": "1689", + "priority": "HIGH", + "source": "update-mapping [foo][t]", + "timeInQueue": "802ms" + }, + { + "insertOrder": "1690", + "priority": "HIGH", + "source": "update-mapping [foo][t]", + "timeInQueue": "787ms" + }, + { + "insertOrder": "1691", + "priority": "HIGH", + "source": "update-mapping [foo][t]", + "timeInQueue": "773ms" + } + ] } } } @@ -2102,7 +2291,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2112,7 +2301,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2142,7 +2331,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -2155,7 +2344,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.plugins:PluginsRecord" + "$ref": "#/components/schemas/cat.plugins.PluginsRecord" } }, "examples": { @@ -2180,30 +2369,30 @@ "operationId": "cat-recovery", "parameters": [ { - "$ref": "#/components/parameters/cat.recovery:active_only" + "$ref": "#/components/parameters/cat.recovery-active_only" }, { - "$ref": "#/components/parameters/cat.recovery:bytes" + "$ref": "#/components/parameters/cat.recovery-bytes" }, { - "$ref": "#/components/parameters/cat.recovery:detailed" + "$ref": "#/components/parameters/cat.recovery-detailed" }, { - "$ref": "#/components/parameters/cat.recovery:index_" + "$ref": "#/components/parameters/cat.recovery-index_" }, { - "$ref": "#/components/parameters/cat.recovery:h" + "$ref": "#/components/parameters/cat.recovery-h" }, { - "$ref": "#/components/parameters/cat.recovery:s" + "$ref": "#/components/parameters/cat.recovery-s" }, { - "$ref": "#/components/parameters/cat.recovery:time" + "$ref": "#/components/parameters/cat.recovery-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.recovery:200" + "$ref": "#/components/responses/cat.recovery-200" } } } @@ -2218,33 +2407,33 @@ "operationId": "cat-recovery-1", "parameters": [ { - "$ref": "#/components/parameters/cat.recovery:index" + "$ref": "#/components/parameters/cat.recovery-index" }, { - "$ref": "#/components/parameters/cat.recovery:active_only" + "$ref": "#/components/parameters/cat.recovery-active_only" }, { - "$ref": "#/components/parameters/cat.recovery:bytes" + "$ref": "#/components/parameters/cat.recovery-bytes" }, { - "$ref": "#/components/parameters/cat.recovery:detailed" + "$ref": "#/components/parameters/cat.recovery-detailed" }, { - "$ref": "#/components/parameters/cat.recovery:index_" + "$ref": "#/components/parameters/cat.recovery-index_" }, { - "$ref": "#/components/parameters/cat.recovery:h" + "$ref": "#/components/parameters/cat.recovery-h" }, { - "$ref": "#/components/parameters/cat.recovery:s" + "$ref": "#/components/parameters/cat.recovery-s" }, { - "$ref": "#/components/parameters/cat.recovery:time" + "$ref": "#/components/parameters/cat.recovery-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.recovery:200" + "$ref": "#/components/responses/cat.recovery-200" } } } @@ -2264,7 +2453,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2274,7 +2463,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2294,7 +2483,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -2307,13 +2496,22 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.repositories:RepositoriesRecord" + "$ref": "#/components/schemas/cat.repositories.RepositoriesRecord" } }, "examples": { "CatRepositoriesResponseExample1": { "description": "A successful response from `GET /_cat/repositories?v=true&format=json`.\n", - "value": "[\n {\n \"id\": \"repo1\",\n \"type\": \"fs\"\n },\n {\n \"id\": \"repo2\",\n \"type\": \"s3\"\n }\n]" + "value": [ + { + "id": "repo1", + "type": "fs" + }, + { + "id": "repo2", + "type": "s3" + } + ] } } } @@ -2333,24 +2531,24 @@ "operationId": "cat-segments", "parameters": [ { - "$ref": "#/components/parameters/cat.segments:bytes" + "$ref": "#/components/parameters/cat.segments-bytes" }, { - "$ref": "#/components/parameters/cat.segments:h" + "$ref": "#/components/parameters/cat.segments-h" }, { - "$ref": "#/components/parameters/cat.segments:s" + "$ref": "#/components/parameters/cat.segments-s" }, { - "$ref": "#/components/parameters/cat.segments:local" + "$ref": "#/components/parameters/cat.segments-local" }, { - "$ref": "#/components/parameters/cat.segments:master_timeout" + "$ref": "#/components/parameters/cat.segments-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.segments:200" + "$ref": "#/components/responses/cat.segments-200" } } } @@ -2365,27 +2563,27 @@ "operationId": "cat-segments-1", "parameters": [ { - "$ref": "#/components/parameters/cat.segments:index" + "$ref": "#/components/parameters/cat.segments-index" }, { - "$ref": "#/components/parameters/cat.segments:bytes" + "$ref": "#/components/parameters/cat.segments-bytes" }, { - "$ref": "#/components/parameters/cat.segments:h" + "$ref": "#/components/parameters/cat.segments-h" }, { - "$ref": "#/components/parameters/cat.segments:s" + "$ref": "#/components/parameters/cat.segments-s" }, { - "$ref": "#/components/parameters/cat.segments:local" + "$ref": "#/components/parameters/cat.segments-local" }, { - "$ref": "#/components/parameters/cat.segments:master_timeout" + "$ref": "#/components/parameters/cat.segments-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.segments:200" + "$ref": "#/components/responses/cat.segments-200" } } } @@ -2400,24 +2598,24 @@ "operationId": "cat-shards", "parameters": [ { - "$ref": "#/components/parameters/cat.shards:bytes" + "$ref": "#/components/parameters/cat.shards-bytes" }, { - "$ref": "#/components/parameters/cat.shards:h" + "$ref": "#/components/parameters/cat.shards-h" }, { - "$ref": "#/components/parameters/cat.shards:s" + "$ref": "#/components/parameters/cat.shards-s" }, { - "$ref": "#/components/parameters/cat.shards:master_timeout" + "$ref": "#/components/parameters/cat.shards-master_timeout" }, { - "$ref": "#/components/parameters/cat.shards:time" + "$ref": "#/components/parameters/cat.shards-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.shards:200" + "$ref": "#/components/responses/cat.shards-200" } } } @@ -2432,27 +2630,27 @@ "operationId": "cat-shards-1", "parameters": [ { - "$ref": "#/components/parameters/cat.shards:index" + "$ref": "#/components/parameters/cat.shards-index" }, { - "$ref": "#/components/parameters/cat.shards:bytes" + "$ref": "#/components/parameters/cat.shards-bytes" }, { - "$ref": "#/components/parameters/cat.shards:h" + "$ref": "#/components/parameters/cat.shards-h" }, { - "$ref": "#/components/parameters/cat.shards:s" + "$ref": "#/components/parameters/cat.shards-s" }, { - "$ref": "#/components/parameters/cat.shards:master_timeout" + "$ref": "#/components/parameters/cat.shards-master_timeout" }, { - "$ref": "#/components/parameters/cat.shards:time" + "$ref": "#/components/parameters/cat.shards-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.shards:200" + "$ref": "#/components/responses/cat.shards-200" } } } @@ -2467,24 +2665,24 @@ "operationId": "cat-snapshots", "parameters": [ { - "$ref": "#/components/parameters/cat.snapshots:ignore_unavailable" + "$ref": "#/components/parameters/cat.snapshots-ignore_unavailable" }, { - "$ref": "#/components/parameters/cat.snapshots:h" + "$ref": "#/components/parameters/cat.snapshots-h" }, { - "$ref": "#/components/parameters/cat.snapshots:s" + "$ref": "#/components/parameters/cat.snapshots-s" }, { - "$ref": "#/components/parameters/cat.snapshots:master_timeout" + "$ref": "#/components/parameters/cat.snapshots-master_timeout" }, { - "$ref": "#/components/parameters/cat.snapshots:time" + "$ref": "#/components/parameters/cat.snapshots-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.snapshots:200" + "$ref": "#/components/responses/cat.snapshots-200" } }, "x-state": "Added in 2.1.0" @@ -2500,27 +2698,27 @@ "operationId": "cat-snapshots-1", "parameters": [ { - "$ref": "#/components/parameters/cat.snapshots:repository" + "$ref": "#/components/parameters/cat.snapshots-repository" }, { - "$ref": "#/components/parameters/cat.snapshots:ignore_unavailable" + "$ref": "#/components/parameters/cat.snapshots-ignore_unavailable" }, { - "$ref": "#/components/parameters/cat.snapshots:h" + "$ref": "#/components/parameters/cat.snapshots-h" }, { - "$ref": "#/components/parameters/cat.snapshots:s" + "$ref": "#/components/parameters/cat.snapshots-s" }, { - "$ref": "#/components/parameters/cat.snapshots:master_timeout" + "$ref": "#/components/parameters/cat.snapshots-master_timeout" }, { - "$ref": "#/components/parameters/cat.snapshots:time" + "$ref": "#/components/parameters/cat.snapshots-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.snapshots:200" + "$ref": "#/components/responses/cat.snapshots-200" } }, "x-state": "Added in 2.1.0" @@ -2587,7 +2785,7 @@ "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2597,7 +2795,7 @@ "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2607,7 +2805,7 @@ "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, @@ -2617,7 +2815,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -2640,13 +2838,36 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.tasks:TasksRecord" + "$ref": "#/components/schemas/cat.tasks.TasksRecord" } }, "examples": { "CatTasksResponseExample1": { "description": "A successful response from `GET _cat/tasks?v=true&format=json`.", - "value": "[\n {\n \"action\": \"cluster:monitor/tasks/lists[n]\",\n \"task_id\": \"oTUltX4IQMOUUVeiohTt8A:124\",\n \"parent_task_id\": \"oTUltX4IQMOUUVeiohTt8A:123\",\n \"type\": \"direct\",\n \"start_time\": \"1458585884904\",\n \"timestamp\": \"01:48:24\",\n \"running_time\": \"44.1micros\",\n \"ip\": \"127.0.0.1:9300\",\n \"node\": \"oTUltX4IQMOUUVeiohTt8A\"\n },\n {\n \"action\": \"cluster:monitor/tasks/lists\",\n \"task_id\": \"oTUltX4IQMOUUVeiohTt8A:123\",\n \"parent_task_id\": \"-\",\n \"type\": \"transport\",\n \"start_time\": \"1458585884904\",\n \"timestamp\": \"01:48:24\",\n \"running_time\": \"186.2micros\",\n \"ip\": \"127.0.0.1:9300\",\n \"node\": \"oTUltX4IQMOUUVeiohTt8A\"\n }\n]" + "value": [ + { + "action": "cluster:monitor/tasks/lists[n]", + "ip": "127.0.0.1:9300", + "node": "oTUltX4IQMOUUVeiohTt8A", + "parent_task_id": "oTUltX4IQMOUUVeiohTt8A:123", + "running_time": "44.1micros", + "start_time": "1458585884904", + "task_id": "oTUltX4IQMOUUVeiohTt8A:124", + "timestamp": "01:48:24", + "type": "direct" + }, + { + "action": "cluster:monitor/tasks/lists", + "ip": "127.0.0.1:9300", + "node": "oTUltX4IQMOUUVeiohTt8A", + "parent_task_id": "-", + "running_time": "186.2micros", + "start_time": "1458585884904", + "task_id": "oTUltX4IQMOUUVeiohTt8A:123", + "timestamp": "01:48:24", + "type": "transport" + } + ] } } } @@ -2666,21 +2887,21 @@ "operationId": "cat-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.templates:h" + "$ref": "#/components/parameters/cat.templates-h" }, { - "$ref": "#/components/parameters/cat.templates:s" + "$ref": "#/components/parameters/cat.templates-s" }, { - "$ref": "#/components/parameters/cat.templates:local" + "$ref": "#/components/parameters/cat.templates-local" }, { - "$ref": "#/components/parameters/cat.templates:master_timeout" + "$ref": "#/components/parameters/cat.templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.templates:200" + "$ref": "#/components/responses/cat.templates-200" } }, "x-state": "Added in 5.2.0" @@ -2696,24 +2917,24 @@ "operationId": "cat-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.templates:name" + "$ref": "#/components/parameters/cat.templates-name" }, { - "$ref": "#/components/parameters/cat.templates:h" + "$ref": "#/components/parameters/cat.templates-h" }, { - "$ref": "#/components/parameters/cat.templates:s" + "$ref": "#/components/parameters/cat.templates-s" }, { - "$ref": "#/components/parameters/cat.templates:local" + "$ref": "#/components/parameters/cat.templates-local" }, { - "$ref": "#/components/parameters/cat.templates:master_timeout" + "$ref": "#/components/parameters/cat.templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.templates:200" + "$ref": "#/components/responses/cat.templates-200" } }, "x-state": "Added in 5.2.0" @@ -2729,24 +2950,24 @@ "operationId": "cat-thread-pool", "parameters": [ { - "$ref": "#/components/parameters/cat.thread_pool:h" + "$ref": "#/components/parameters/cat.thread_pool-h" }, { - "$ref": "#/components/parameters/cat.thread_pool:s" + "$ref": "#/components/parameters/cat.thread_pool-s" }, { - "$ref": "#/components/parameters/cat.thread_pool:time" + "$ref": "#/components/parameters/cat.thread_pool-time" }, { - "$ref": "#/components/parameters/cat.thread_pool:local" + "$ref": "#/components/parameters/cat.thread_pool-local" }, { - "$ref": "#/components/parameters/cat.thread_pool:master_timeout" + "$ref": "#/components/parameters/cat.thread_pool-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.thread_pool:200" + "$ref": "#/components/responses/cat.thread_pool-200" } } } @@ -2761,27 +2982,27 @@ "operationId": "cat-thread-pool-1", "parameters": [ { - "$ref": "#/components/parameters/cat.thread_pool:thread_pool_patterns" + "$ref": "#/components/parameters/cat.thread_pool-thread_pool_patterns" }, { - "$ref": "#/components/parameters/cat.thread_pool:h" + "$ref": "#/components/parameters/cat.thread_pool-h" }, { - "$ref": "#/components/parameters/cat.thread_pool:s" + "$ref": "#/components/parameters/cat.thread_pool-s" }, { - "$ref": "#/components/parameters/cat.thread_pool:time" + "$ref": "#/components/parameters/cat.thread_pool-time" }, { - "$ref": "#/components/parameters/cat.thread_pool:local" + "$ref": "#/components/parameters/cat.thread_pool-local" }, { - "$ref": "#/components/parameters/cat.thread_pool:master_timeout" + "$ref": "#/components/parameters/cat.thread_pool-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.thread_pool:200" + "$ref": "#/components/responses/cat.thread_pool-200" } } } @@ -2796,27 +3017,27 @@ "operationId": "cat-transforms", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms:allow_no_match" + "$ref": "#/components/parameters/cat.transforms-allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms:from" + "$ref": "#/components/parameters/cat.transforms-from" }, { - "$ref": "#/components/parameters/cat.transforms:h" + "$ref": "#/components/parameters/cat.transforms-h" }, { - "$ref": "#/components/parameters/cat.transforms:s" + "$ref": "#/components/parameters/cat.transforms-s" }, { - "$ref": "#/components/parameters/cat.transforms:time" + "$ref": "#/components/parameters/cat.transforms-time" }, { - "$ref": "#/components/parameters/cat.transforms:size" + "$ref": "#/components/parameters/cat.transforms-size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms:200" + "$ref": "#/components/responses/cat.transforms-200" } }, "x-state": "Added in 7.7.0" @@ -2832,30 +3053,30 @@ "operationId": "cat-transforms-1", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms:transform_id" + "$ref": "#/components/parameters/cat.transforms-transform_id" }, { - "$ref": "#/components/parameters/cat.transforms:allow_no_match" + "$ref": "#/components/parameters/cat.transforms-allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms:from" + "$ref": "#/components/parameters/cat.transforms-from" }, { - "$ref": "#/components/parameters/cat.transforms:h" + "$ref": "#/components/parameters/cat.transforms-h" }, { - "$ref": "#/components/parameters/cat.transforms:s" + "$ref": "#/components/parameters/cat.transforms-s" }, { - "$ref": "#/components/parameters/cat.transforms:time" + "$ref": "#/components/parameters/cat.transforms-time" }, { - "$ref": "#/components/parameters/cat.transforms:size" + "$ref": "#/components/parameters/cat.transforms-size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms:200" + "$ref": "#/components/responses/cat.transforms-200" } }, "x-state": "Added in 7.7.0" @@ -2874,15 +3095,15 @@ "operationId": "ccr-get-auto-follow-pattern-1", "parameters": [ { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:name" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern-name" }, { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:master_timeout" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ccr.get_auto_follow_pattern:200" + "$ref": "#/components/responses/ccr.get_auto_follow_pattern-200" } }, "x-state": "Added in 6.5.0" @@ -2905,7 +3126,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -2915,7 +3136,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -2931,13 +3152,13 @@ "type": "string" }, "follow_index_pattern": { - "$ref": "#/components/schemas/_types:IndexPattern" + "$ref": "#/components/schemas/_types.IndexPattern" }, "leader_index_patterns": { - "$ref": "#/components/schemas/_types:IndexPatterns" + "$ref": "#/components/schemas/_types.IndexPatterns" }, "leader_index_exclusion_patterns": { - "$ref": "#/components/schemas/_types:IndexPatterns" + "$ref": "#/components/schemas/_types.IndexPatterns" }, "max_outstanding_read_requests": { "description": "The maximum number of outstanding reads requests from the remote cluster.", @@ -2955,31 +3176,31 @@ "type": "number" }, "read_poll_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_read_request_operation_count": { "description": "The maximum number of operations to pull per read from the remote cluster.", "type": "number" }, "max_read_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_write_buffer_count": { "description": "The maximum number of operations that can be queued for writing. When this limit is reached, reads from the remote cluster will be deferred until the number of queued operations goes below the limit.", "type": "number" }, "max_write_buffer_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_write_request_operation_count": { "description": "The maximum number of operations per bulk write request executed on the follower.", "type": "number" }, "max_write_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -2989,7 +3210,26 @@ "examples": { "PutAutoFollowPatternRequestExample1": { "description": "Run `PUT /_ccr/auto_follow/my_auto_follow_pattern` to creates an auto-follow pattern.\n", - "value": "{\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index_patterns\" :\n [\n \"leader_index*\"\n ],\n \"follow_index_pattern\" : \"{{leader_index}}-follower\",\n \"settings\": {\n \"index.number_of_replicas\": 0\n },\n \"max_read_request_operation_count\" : 1024,\n \"max_outstanding_read_requests\" : 16,\n \"max_read_request_size\" : \"1024k\",\n \"max_write_request_operation_count\" : 32768,\n \"max_write_request_size\" : \"16k\",\n \"max_outstanding_write_requests\" : 8,\n \"max_write_buffer_count\" : 512,\n \"max_write_buffer_size\" : \"512k\",\n \"max_retry_delay\" : \"10s\",\n \"read_poll_timeout\" : \"30s\"\n}" + "value": { + "follow_index_pattern": "{{leader_index}}-follower", + "leader_index_patterns": [ + "leader_index*" + ], + "max_outstanding_read_requests": 16, + "max_outstanding_write_requests": 8, + "max_read_request_operation_count": 1024, + "max_read_request_size": "1024k", + "max_retry_delay": "10s", + "max_write_buffer_count": 512, + "max_write_buffer_size": "512k", + "max_write_request_operation_count": 32768, + "max_write_request_size": "16k", + "read_poll_timeout": "30s", + "remote_cluster": "remote_cluster", + "settings": { + "index.number_of_replicas": 0 + } + } } } } @@ -3002,12 +3242,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutAutoFollowPatternResponseExample1": { "description": "A successful response for creating an auto-follow pattern.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -3034,7 +3276,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -3044,7 +3286,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3055,12 +3297,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteAutoFollowPatternResponseExample1": { "description": "A successful response from `DELETE /_ccr/auto_follow/my_auto_follow_pattern`, which deletes an auto-follow pattern.", - "value": "{\n \"acknowledged\" : true\n}" + "value": { + "acknowledged": true + } } } } @@ -3086,7 +3330,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3096,7 +3340,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -3106,7 +3350,7 @@ "description": "Specifies the number of shards to wait on being active before responding. This defaults to waiting on none of the shards to be\nactive.\nA shard must be restored from the leader index before being active. Restoring a follower shard requires transferring all the\nremote Lucene segment files to the follower index.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -3122,7 +3366,7 @@ "type": "string" }, "leader_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "max_outstanding_read_requests": { "description": "The maximum number of outstanding reads requests from the remote cluster.", @@ -3137,34 +3381,34 @@ "type": "number" }, "max_read_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_write_buffer_count": { "description": "The maximum number of operations that can be queued for writing. When this limit is reached, reads from the remote cluster will be\ndeferred until the number of queued operations goes below the limit.", "type": "number" }, "max_write_buffer_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_write_request_operation_count": { "description": "The maximum number of operations per bulk write request executed on the follower.", "type": "number" }, "max_write_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "read_poll_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "remote_cluster": { "description": "The remote cluster containing the leader index.", "type": "string" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "required": [ @@ -3175,7 +3419,23 @@ "examples": { "CreateFollowIndexRequestExample1": { "description": "Run `PUT /follower_index/_ccr/follow?wait_for_active_shards=1` to create a follower index named `follower_index`.", - "value": "{\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index\" : \"leader_index\",\n \"settings\": {\n \"index.number_of_replicas\": 0\n },\n \"max_read_request_operation_count\" : 1024,\n \"max_outstanding_read_requests\" : 16,\n \"max_read_request_size\" : \"1024k\",\n \"max_write_request_operation_count\" : 32768,\n \"max_write_request_size\" : \"16k\",\n \"max_outstanding_write_requests\" : 8,\n \"max_write_buffer_count\" : 512,\n \"max_write_buffer_size\" : \"512k\",\n \"max_retry_delay\" : \"10s\",\n \"read_poll_timeout\" : \"30s\"\n}" + "value": { + "leader_index": "leader_index", + "max_outstanding_read_requests": 16, + "max_outstanding_write_requests": 8, + "max_read_request_operation_count": 1024, + "max_read_request_size": "1024k", + "max_retry_delay": "10s", + "max_write_buffer_count": 512, + "max_write_buffer_size": "512k", + "max_write_request_operation_count": 32768, + "max_write_request_size": "16k", + "read_poll_timeout": "30s", + "remote_cluster": "remote_cluster", + "settings": { + "index.number_of_replicas": 0 + } + } } } } @@ -3209,7 +3469,11 @@ "examples": { "CreateFollowIndexResponseExample1": { "description": "A successful response from `PUT /follower_index/_ccr/follow?wait_for_active_shards=1`.", - "value": "{\n \"follow_index_created\" : true,\n \"follow_index_shards_acked\" : true,\n \"index_following_started\" : true\n}" + "value": { + "follow_index_created": true, + "follow_index_shards_acked": true, + "index_following_started": true + } } } } @@ -3238,7 +3502,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -3248,7 +3512,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3264,7 +3528,7 @@ "follower_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/ccr.follow_info:FollowerIndex" + "$ref": "#/components/schemas/ccr.follow_info.FollowerIndex" } } }, @@ -3276,12 +3540,42 @@ "FollowInfoResponseExample1": { "summary": "An active follower index", "description": "A successful response from `GET /follower_index/_ccr/info` when the follower index is active.", - "value": "{\n \"follower_indices\": [\n {\n \"follower_index\": \"follower_index\",\n \"remote_cluster\": \"remote_cluster\",\n \"leader_index\": \"leader_index\",\n \"status\": \"active\",\n \"parameters\": {\n \"max_read_request_operation_count\": 5120,\n \"max_read_request_size\": \"32mb\",\n \"max_outstanding_read_requests\": 12,\n \"max_write_request_operation_count\": 5120,\n \"max_write_request_size\": \"9223372036854775807b\",\n \"max_outstanding_write_requests\": 9,\n \"max_write_buffer_count\": 2147483647,\n \"max_write_buffer_size\": \"512mb\",\n \"max_retry_delay\": \"500ms\",\n \"read_poll_timeout\": \"1m\"\n }\n }\n ]\n}" + "value": { + "follower_indices": [ + { + "follower_index": "follower_index", + "leader_index": "leader_index", + "parameters": { + "max_outstanding_read_requests": 12, + "max_outstanding_write_requests": 9, + "max_read_request_operation_count": 5120, + "max_read_request_size": "32mb", + "max_retry_delay": "500ms", + "max_write_buffer_count": 2147483647, + "max_write_buffer_size": "512mb", + "max_write_request_operation_count": 5120, + "max_write_request_size": "9223372036854775807b", + "read_poll_timeout": "1m" + }, + "remote_cluster": "remote_cluster", + "status": "active" + } + ] + } }, "FollowInfoResponseExample2": { "summary": "A paused follower index", "description": "A successful response from `GET /follower_index/_ccr/info` when the follower index is paused.", - "value": "{\n \"follower_indices\": [\n {\n \"follower_index\": \"follower_index\",\n \"remote_cluster\": \"remote_cluster\",\n \"leader_index\": \"leader_index\",\n \"status\": \"paused\"\n }\n ]\n}" + "value": { + "follower_indices": [ + { + "follower_index": "follower_index", + "leader_index": "leader_index", + "remote_cluster": "remote_cluster", + "status": "paused" + } + ] + } } } } @@ -3310,7 +3604,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -3320,7 +3614,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3337,7 +3631,7 @@ "description": "An array of follower index statistics.", "type": "array", "items": { - "$ref": "#/components/schemas/ccr._types:FollowIndexStats" + "$ref": "#/components/schemas/ccr._types.FollowIndexStats" } } }, @@ -3348,7 +3642,46 @@ "examples": { "FollowIndexStatsResponseExample1": { "description": "A successful response from `GET /follower_index/_ccr/stats`, which retrieves follower stats.", - "value": "{\n \"indices\" : [\n {\n \"index\" : \"follower_index\",\n \"total_global_checkpoint_lag\" : 256,\n \"shards\" : [\n {\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index\" : \"leader_index\",\n \"follower_index\" : \"follower_index\",\n \"shard_id\" : 0,\n \"leader_global_checkpoint\" : 1024,\n \"leader_max_seq_no\" : 1536,\n \"follower_global_checkpoint\" : 768,\n \"follower_max_seq_no\" : 896,\n \"last_requested_seq_no\" : 897,\n \"outstanding_read_requests\" : 8,\n \"outstanding_write_requests\" : 2,\n \"write_buffer_operation_count\" : 64,\n \"follower_mapping_version\" : 4,\n \"follower_settings_version\" : 2,\n \"follower_aliases_version\" : 8,\n \"total_read_time_millis\" : 32768,\n \"total_read_remote_exec_time_millis\" : 16384,\n \"successful_read_requests\" : 32,\n \"failed_read_requests\" : 0,\n \"operations_read\" : 896,\n \"bytes_read\" : 32768,\n \"total_write_time_millis\" : 16384,\n \"write_buffer_size_in_bytes\" : 1536,\n \"successful_write_requests\" : 16,\n \"failed_write_requests\" : 0,\n \"operations_written\" : 832,\n \"read_exceptions\" : [ ],\n \"time_since_last_read_millis\" : 8\n }\n ]\n }\n ]\n}" + "value": { + "indices": [ + { + "index": "follower_index", + "shards": [ + { + "bytes_read": 32768, + "failed_read_requests": 0, + "failed_write_requests": 0, + "follower_aliases_version": 8, + "follower_global_checkpoint": 768, + "follower_index": "follower_index", + "follower_mapping_version": 4, + "follower_max_seq_no": 896, + "follower_settings_version": 2, + "last_requested_seq_no": 897, + "leader_global_checkpoint": 1024, + "leader_index": "leader_index", + "leader_max_seq_no": 1536, + "operations_read": 896, + "operations_written": 832, + "outstanding_read_requests": 8, + "outstanding_write_requests": 2, + "read_exceptions": [], + "remote_cluster": "remote_cluster", + "shard_id": 0, + "successful_read_requests": 32, + "successful_write_requests": 16, + "time_since_last_read_millis": 8, + "total_read_remote_exec_time_millis": 16384, + "total_read_time_millis": 32768, + "total_write_time_millis": 16384, + "write_buffer_operation_count": 64, + "write_buffer_size_in_bytes": 1536 + } + ], + "total_global_checkpoint_lag": 256 + } + ] + } } } } @@ -3377,7 +3710,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3387,7 +3720,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3402,10 +3735,10 @@ "type": "string" }, "follower_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "follower_index_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "leader_remote_cluster": { "type": "string" @@ -3415,7 +3748,12 @@ "examples": { "ForgetFollowerIndexRequestExample1": { "description": "Run `POST //_ccr/forget_follower`.", - "value": "{\n \"follower_cluster\" : \"\",\n \"follower_index\" : \"\",\n \"follower_index_uuid\" : \"\",\n \"leader_remote_cluster\" : \"\"\n}" + "value": { + "follower_cluster": "", + "follower_index": "", + "follower_index_uuid": "", + "leader_remote_cluster": "" + } } } } @@ -3431,7 +3769,7 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -3441,7 +3779,14 @@ "examples": { "ForgetFollowerIndexResponseExample1": { "description": "A successful response for removing the follower retention leases from the leader index.\n", - "value": "{\n \"_shards\" : {\n \"total\" : 1,\n \"successful\" : 1,\n \"failed\" : 0,\n \"failures\" : [ ]\n }\n}" + "value": { + "_shards": { + "failed": 0, + "failures": [], + "successful": 1, + "total": 1 + } + } } } } @@ -3464,12 +3809,12 @@ "operationId": "ccr-get-auto-follow-pattern", "parameters": [ { - "$ref": "#/components/parameters/ccr.get_auto_follow_pattern:master_timeout" + "$ref": "#/components/parameters/ccr.get_auto_follow_pattern-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ccr.get_auto_follow_pattern:200" + "$ref": "#/components/responses/ccr.get_auto_follow_pattern-200" } }, "x-state": "Added in 6.5.0" @@ -3494,7 +3839,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -3504,7 +3849,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3515,12 +3860,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PauseAutoFollowPatternResponseExample1": { "description": "A successful response from `POST /_ccr/auto_follow/my_auto_follow_pattern/pause`, which pauses an auto-follow pattern.", - "value": "{\n \"acknowledged\" : true\n}" + "value": { + "acknowledged": true + } } } } @@ -3546,7 +3893,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3556,7 +3903,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3567,12 +3914,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PauseFollowIndexResponseExample1": { "description": "A successful response from `POST /follower_index/_ccr/pause_follow`, which pauses a follower index.", - "value": "{\n \"acknowledged\" : true\n}" + "value": { + "acknowledged": true + } } } } @@ -3601,7 +3950,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -3611,7 +3960,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3622,12 +3971,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ResumeAutoFollowPatternResponseExample1": { "description": "A successful response `POST /_ccr/auto_follow/my_auto_follow_pattern/resume`, which resumes an auto-follow pattern.\n", - "value": "{\n \"acknowledged\" : true\n}" + "value": { + "acknowledged": true + } } } } @@ -3656,7 +4007,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3666,7 +4017,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3690,7 +4041,7 @@ "type": "string" }, "max_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_write_buffer_count": { "type": "number" @@ -3705,14 +4056,25 @@ "type": "string" }, "read_poll_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, "examples": { "ResumeFollowIndexRequestExample1": { "description": "Run `POST /follower_index/_ccr/resume_follow` to resume the follower index.", - "value": "{\n \"max_read_request_operation_count\" : 1024,\n \"max_outstanding_read_requests\" : 16,\n \"max_read_request_size\" : \"1024k\",\n \"max_write_request_operation_count\" : 32768,\n \"max_write_request_size\" : \"16k\",\n \"max_outstanding_write_requests\" : 8,\n \"max_write_buffer_count\" : 512,\n \"max_write_buffer_size\" : \"512k\",\n \"max_retry_delay\" : \"10s\",\n \"read_poll_timeout\" : \"30s\"\n}" + "value": { + "max_outstanding_read_requests": 16, + "max_outstanding_write_requests": 8, + "max_read_request_operation_count": 1024, + "max_read_request_size": "1024k", + "max_retry_delay": "10s", + "max_write_buffer_count": 512, + "max_write_buffer_size": "512k", + "max_write_request_operation_count": 32768, + "max_write_request_size": "16k", + "read_poll_timeout": "30s" + } } } } @@ -3724,12 +4086,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ResumeFollowIndexResponseExample1": { "description": "A successful response from resuming a folower index.", - "value": "{\n \"acknowledged\" : true\n}" + "value": { + "acknowledged": true + } } } } @@ -3754,7 +4118,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -3764,7 +4128,7 @@ "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3778,10 +4142,10 @@ "type": "object", "properties": { "auto_follow_stats": { - "$ref": "#/components/schemas/ccr.stats:AutoFollowStats" + "$ref": "#/components/schemas/ccr.stats.AutoFollowStats" }, "follow_stats": { - "$ref": "#/components/schemas/ccr.stats:FollowStats" + "$ref": "#/components/schemas/ccr.stats.FollowStats" } }, "required": [ @@ -3792,7 +4156,55 @@ "examples": { "CcrStatsResponseExample1": { "description": "A successful response from `GET /_ccr/stats` that returns cross-cluster replication stats.", - "value": "{\n \"auto_follow_stats\" : {\n \"number_of_failed_follow_indices\" : 0,\n \"number_of_failed_remote_cluster_state_requests\" : 0,\n \"number_of_successful_follow_indices\" : 1,\n \"recent_auto_follow_errors\" : [],\n \"auto_followed_clusters\" : []\n },\n \"follow_stats\" : {\n \"indices\" : [\n {\n \"index\" : \"follower_index\",\n \"total_global_checkpoint_lag\" : 256,\n \"shards\" : [\n {\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index\" : \"leader_index\",\n \"follower_index\" : \"follower_index\",\n \"shard_id\" : 0,\n \"leader_global_checkpoint\" : 1024,\n \"leader_max_seq_no\" : 1536,\n \"follower_global_checkpoint\" : 768,\n \"follower_max_seq_no\" : 896,\n \"last_requested_seq_no\" : 897,\n \"outstanding_read_requests\" : 8,\n \"outstanding_write_requests\" : 2,\n \"write_buffer_operation_count\" : 64,\n \"follower_mapping_version\" : 4,\n \"follower_settings_version\" : 2,\n \"follower_aliases_version\" : 8,\n \"total_read_time_millis\" : 32768,\n \"total_read_remote_exec_time_millis\" : 16384,\n \"successful_read_requests\" : 32,\n \"failed_read_requests\" : 0,\n \"operations_read\" : 896,\n \"bytes_read\" : 32768,\n \"total_write_time_millis\" : 16384,\n \"write_buffer_size_in_bytes\" : 1536,\n \"successful_write_requests\" : 16,\n \"failed_write_requests\" : 0,\n \"operations_written\" : 832,\n \"read_exceptions\" : [ ],\n \"time_since_last_read_millis\" : 8\n }\n ]\n }\n ]\n }\n}" + "value": { + "auto_follow_stats": { + "auto_followed_clusters": [], + "number_of_failed_follow_indices": 0, + "number_of_failed_remote_cluster_state_requests": 0, + "number_of_successful_follow_indices": 1, + "recent_auto_follow_errors": [] + }, + "follow_stats": { + "indices": [ + { + "index": "follower_index", + "shards": [ + { + "bytes_read": 32768, + "failed_read_requests": 0, + "failed_write_requests": 0, + "follower_aliases_version": 8, + "follower_global_checkpoint": 768, + "follower_index": "follower_index", + "follower_mapping_version": 4, + "follower_max_seq_no": 896, + "follower_settings_version": 2, + "last_requested_seq_no": 897, + "leader_global_checkpoint": 1024, + "leader_index": "leader_index", + "leader_max_seq_no": 1536, + "operations_read": 896, + "operations_written": 832, + "outstanding_read_requests": 8, + "outstanding_write_requests": 2, + "read_exceptions": [], + "remote_cluster": "remote_cluster", + "shard_id": 0, + "successful_read_requests": 32, + "successful_write_requests": 16, + "time_since_last_read_millis": 8, + "total_read_remote_exec_time_millis": 16384, + "total_read_time_millis": 32768, + "total_write_time_millis": 16384, + "write_buffer_operation_count": 64, + "write_buffer_size_in_bytes": 1536 + } + ], + "total_global_checkpoint_lag": 256 + } + ] + } + } } } } @@ -3821,7 +4233,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3831,7 +4243,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -3842,12 +4254,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "UnfollowIndexResponseExample1": { "description": "A successful response from `POST /follower_index/_ccr/unfollow`.", - "value": "{\n \"acknowledged\" : true\n}" + "value": { + "acknowledged": true + } } } } @@ -3870,13 +4284,13 @@ "operationId": "scroll", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -3884,7 +4298,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -3900,13 +4314,13 @@ "operationId": "scroll-1", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -3914,7 +4328,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -3933,7 +4347,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll:200" + "$ref": "#/components/responses/clear_scroll-200" } } } @@ -3951,16 +4365,16 @@ "operationId": "scroll-2", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll_id" + "$ref": "#/components/parameters/scroll-scroll_id" }, { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -3968,7 +4382,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -3984,16 +4398,16 @@ "operationId": "scroll-3", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll_id" + "$ref": "#/components/parameters/scroll-scroll_id" }, { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -4001,7 +4415,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -4017,7 +4431,7 @@ "operationId": "clear-scroll-1", "parameters": [ { - "$ref": "#/components/parameters/clear_scroll:scroll_id" + "$ref": "#/components/parameters/clear_scroll-scroll_id" } ], "requestBody": { @@ -4025,7 +4439,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll:200" + "$ref": "#/components/responses/clear_scroll-200" } } } @@ -4045,7 +4459,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -4055,7 +4469,9 @@ "examples": { "ClosePointInTimeRequestExample1": { "description": "Run `DELETE /_pit` to close a point-in-time.", - "value": "{\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\"\n}" + "value": { + "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==" + } } } } @@ -4086,7 +4502,10 @@ "examples": { "ClosePointInTimeResponseExample1": { "description": "A successful response from `DELETE /_pit`.", - "value": "{\n \"succeeded\": true, \n \"num_freed\": 3 \n}" + "value": { + "num_freed": 3, + "succeeded": true + } } } } @@ -4106,13 +4525,13 @@ "operationId": "cluster-allocation-explain", "parameters": [ { - "$ref": "#/components/parameters/cluster.allocation_explain:include_disk_info" + "$ref": "#/components/parameters/cluster.allocation_explain-include_disk_info" }, { - "$ref": "#/components/parameters/cluster.allocation_explain:include_yes_decisions" + "$ref": "#/components/parameters/cluster.allocation_explain-include_yes_decisions" }, { - "$ref": "#/components/parameters/cluster.allocation_explain:master_timeout" + "$ref": "#/components/parameters/cluster.allocation_explain-master_timeout" } ], "requestBody": { @@ -4120,7 +4539,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.allocation_explain:200" + "$ref": "#/components/responses/cluster.allocation_explain-200" } }, "x-state": "Added in 5.0.0" @@ -4134,13 +4553,13 @@ "operationId": "cluster-allocation-explain-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.allocation_explain:include_disk_info" + "$ref": "#/components/parameters/cluster.allocation_explain-include_disk_info" }, { - "$ref": "#/components/parameters/cluster.allocation_explain:include_yes_decisions" + "$ref": "#/components/parameters/cluster.allocation_explain-include_yes_decisions" }, { - "$ref": "#/components/parameters/cluster.allocation_explain:master_timeout" + "$ref": "#/components/parameters/cluster.allocation_explain-master_timeout" } ], "requestBody": { @@ -4148,7 +4567,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.allocation_explain:200" + "$ref": "#/components/responses/cluster.allocation_explain-200" } }, "x-state": "Added in 5.0.0" @@ -4164,24 +4583,24 @@ "operationId": "cluster-get-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template:name" + "$ref": "#/components/parameters/cluster.get_component_template-name" }, { - "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template-flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template-include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template:local" + "$ref": "#/components/parameters/cluster.get_component_template-local" }, { - "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template:200" + "$ref": "#/components/responses/cluster.get_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -4195,13 +4614,13 @@ "operationId": "cluster-put-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template:name" + "$ref": "#/components/parameters/cluster.put_component_template-name" }, { - "$ref": "#/components/parameters/cluster.put_component_template:create" + "$ref": "#/components/parameters/cluster.put_component_template-create" }, { - "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template-master_timeout" } ], "requestBody": { @@ -4209,7 +4628,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template:200" + "$ref": "#/components/responses/cluster.put_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -4223,13 +4642,13 @@ "operationId": "cluster-put-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template:name" + "$ref": "#/components/parameters/cluster.put_component_template-name" }, { - "$ref": "#/components/parameters/cluster.put_component_template:create" + "$ref": "#/components/parameters/cluster.put_component_template-create" }, { - "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template-master_timeout" } ], "requestBody": { @@ -4237,7 +4656,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template:200" + "$ref": "#/components/responses/cluster.put_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -4257,7 +4676,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -4267,7 +4686,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4277,7 +4696,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4288,7 +4707,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -4311,7 +4730,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -4321,7 +4740,7 @@ "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4365,7 +4784,7 @@ "description": "A comma-separated list of the names of the nodes to exclude from the\nvoting configuration. If specified, you may not also specify node_ids.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -4375,7 +4794,7 @@ "description": "A comma-separated list of the persistent ids of the nodes to exclude\nfrom the voting configuration. If specified, you may not also specify node_names.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "form" }, @@ -4385,7 +4804,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4395,7 +4814,7 @@ "description": "When adding a voting configuration exclusion, the API waits for the\nspecified nodes to be excluded from the voting configuration before\nreturning. If the timeout expires before the appropriate condition\nis satisfied, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4427,7 +4846,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4463,21 +4882,21 @@ "operationId": "cluster-get-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template-flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template-include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template:local" + "$ref": "#/components/parameters/cluster.get_component_template-local" }, { - "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template:200" + "$ref": "#/components/responses/cluster.get_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -4518,7 +4937,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4528,7 +4947,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4594,7 +5013,7 @@ "description": "Explicit operation timeout for connection to master node", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4604,7 +5023,7 @@ "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4633,12 +5052,20 @@ "ClusterPutSettingsRequestExample1": { "summary": "A simple setting", "description": "An example of a persistent update.", - "value": "{\n \"persistent\" : {\n \"indices.recovery.max_bytes_per_sec\" : \"50mb\"\n }\n}" + "value": { + "persistent": { + "indices.recovery.max_bytes_per_sec": "50mb" + } + } }, "ClusterPutSettingsRequestExample2": { "summary": "A setting with multiple patterns", "description": "PUT `/_cluster/settings` to update the `action.auto_create_index` setting. The setting accepts a comma-separated list of patterns that you want to allow or you can prefix each pattern with `+` or `-` to indicate whether it should be allowed or blocked. In this example, the auto-creation of indices called `my-index-000001` or `index10` is allowed, the creation of indices that match the pattern `index1*` is blocked, and the creation of any other indices that match the `ind*` pattern is allowed. Patterns are matched in the order specified.\n", - "value": "{\n \"persistent\": {\n \"action.auto_create_index\": \"my-index-000001,index10,-index1*,+ind*\" \n }\n}" + "value": { + "persistent": { + "action.auto_create_index": "my-index-000001,index10,-index1*,+ind*" + } + } } } } @@ -4691,42 +5118,42 @@ "operationId": "cluster-health", "parameters": [ { - "$ref": "#/components/parameters/cluster.health:expand_wildcards" + "$ref": "#/components/parameters/cluster.health-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.health:level" + "$ref": "#/components/parameters/cluster.health-level" }, { - "$ref": "#/components/parameters/cluster.health:local" + "$ref": "#/components/parameters/cluster.health-local" }, { - "$ref": "#/components/parameters/cluster.health:master_timeout" + "$ref": "#/components/parameters/cluster.health-master_timeout" }, { - "$ref": "#/components/parameters/cluster.health:timeout" + "$ref": "#/components/parameters/cluster.health-timeout" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_active_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_active_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_events" + "$ref": "#/components/parameters/cluster.health-wait_for_events" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_nodes" + "$ref": "#/components/parameters/cluster.health-wait_for_nodes" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_no_initializing_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_no_initializing_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_no_relocating_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_no_relocating_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_status" + "$ref": "#/components/parameters/cluster.health-wait_for_status" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.health:200" + "$ref": "#/components/responses/cluster.health-200" } }, "x-state": "Added in 1.3.0" @@ -4742,45 +5169,45 @@ "operationId": "cluster-health-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.health:index" + "$ref": "#/components/parameters/cluster.health-index" }, { - "$ref": "#/components/parameters/cluster.health:expand_wildcards" + "$ref": "#/components/parameters/cluster.health-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.health:level" + "$ref": "#/components/parameters/cluster.health-level" }, { - "$ref": "#/components/parameters/cluster.health:local" + "$ref": "#/components/parameters/cluster.health-local" }, { - "$ref": "#/components/parameters/cluster.health:master_timeout" + "$ref": "#/components/parameters/cluster.health-master_timeout" }, { - "$ref": "#/components/parameters/cluster.health:timeout" + "$ref": "#/components/parameters/cluster.health-timeout" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_active_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_active_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_events" + "$ref": "#/components/parameters/cluster.health-wait_for_events" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_nodes" + "$ref": "#/components/parameters/cluster.health-wait_for_nodes" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_no_initializing_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_no_initializing_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_no_relocating_shards" + "$ref": "#/components/parameters/cluster.health-wait_for_no_relocating_shards" }, { - "$ref": "#/components/parameters/cluster.health:wait_for_status" + "$ref": "#/components/parameters/cluster.health-wait_for_status" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.health:200" + "$ref": "#/components/responses/cluster.health-200" } }, "x-state": "Added in 1.3.0" @@ -4802,7 +5229,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ClusterInfoTargets" + "$ref": "#/components/schemas/_types.ClusterInfoTargets" }, "style": "simple" } @@ -4816,22 +5243,22 @@ "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "http": { - "$ref": "#/components/schemas/nodes._types:Http" + "$ref": "#/components/schemas/nodes._types.Http" }, "ingest": { - "$ref": "#/components/schemas/nodes._types:Ingest" + "$ref": "#/components/schemas/nodes._types.Ingest" }, "thread_pool": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:ThreadCount" + "$ref": "#/components/schemas/nodes._types.ThreadCount" } }, "script": { - "$ref": "#/components/schemas/nodes._types:Scripting" + "$ref": "#/components/schemas/nodes._types.Scripting" } }, "required": [ @@ -4870,7 +5297,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4886,7 +5313,7 @@ "tasks": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.pending_tasks:PendingTask" + "$ref": "#/components/schemas/cluster.pending_tasks.PendingTask" } } }, @@ -4919,7 +5346,7 @@ "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.remote_info:ClusterRemoteInfo" + "$ref": "#/components/schemas/cluster.remote_info.ClusterRemoteInfo" } } } @@ -4964,7 +5391,7 @@ "description": "Limits the information returned to the specified metrics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "form" }, @@ -4984,7 +5411,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4994,7 +5421,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -5009,7 +5436,7 @@ "description": "Defines the commands to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.reroute:Command" + "$ref": "#/components/schemas/cluster.reroute.Command" } } } @@ -5017,7 +5444,25 @@ "examples": { "ClusterRerouteRequestExample1": { "description": "Run `POST /_cluster/reroute?metric=none` to changes the allocation of shards in a cluster.", - "value": "{\n \"commands\": [\n {\n \"move\": {\n \"index\": \"test\", \"shard\": 0,\n \"from_node\": \"node1\", \"to_node\": \"node2\"\n }\n },\n {\n \"allocate_replica\": {\n \"index\": \"test\", \"shard\": 1,\n \"node\": \"node3\"\n }\n }\n ]\n}" + "value": { + "commands": [ + { + "move": { + "from_node": "node1", + "index": "test", + "shard": 0, + "to_node": "node2" + } + }, + { + "allocate_replica": { + "index": "test", + "node": "node3", + "shard": 1 + } + } + ] + } } } } @@ -5037,7 +5482,7 @@ "explanations": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.reroute:RerouteExplanation" + "$ref": "#/components/schemas/cluster.reroute.RerouteExplanation" } }, "state": { @@ -5066,33 +5511,33 @@ "operationId": "cluster-state", "parameters": [ { - "$ref": "#/components/parameters/cluster.state:allow_no_indices" + "$ref": "#/components/parameters/cluster.state-allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state:expand_wildcards" + "$ref": "#/components/parameters/cluster.state-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state:flat_settings" + "$ref": "#/components/parameters/cluster.state-flat_settings" }, { - "$ref": "#/components/parameters/cluster.state:ignore_unavailable" + "$ref": "#/components/parameters/cluster.state-ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state:local" + "$ref": "#/components/parameters/cluster.state-local" }, { - "$ref": "#/components/parameters/cluster.state:master_timeout" + "$ref": "#/components/parameters/cluster.state-master_timeout" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state-wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_timeout" + "$ref": "#/components/parameters/cluster.state-wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state:200" + "$ref": "#/components/responses/cluster.state-200" } }, "x-state": "Added in 1.3.0" @@ -5108,36 +5553,36 @@ "operationId": "cluster-state-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.state:metric" + "$ref": "#/components/parameters/cluster.state-metric" }, { - "$ref": "#/components/parameters/cluster.state:allow_no_indices" + "$ref": "#/components/parameters/cluster.state-allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state:expand_wildcards" + "$ref": "#/components/parameters/cluster.state-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state:flat_settings" + "$ref": "#/components/parameters/cluster.state-flat_settings" }, { - "$ref": "#/components/parameters/cluster.state:ignore_unavailable" + "$ref": "#/components/parameters/cluster.state-ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state:local" + "$ref": "#/components/parameters/cluster.state-local" }, { - "$ref": "#/components/parameters/cluster.state:master_timeout" + "$ref": "#/components/parameters/cluster.state-master_timeout" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state-wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_timeout" + "$ref": "#/components/parameters/cluster.state-wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state:200" + "$ref": "#/components/responses/cluster.state-200" } }, "x-state": "Added in 1.3.0" @@ -5153,39 +5598,39 @@ "operationId": "cluster-state-2", "parameters": [ { - "$ref": "#/components/parameters/cluster.state:metric" + "$ref": "#/components/parameters/cluster.state-metric" }, { - "$ref": "#/components/parameters/cluster.state:index" + "$ref": "#/components/parameters/cluster.state-index" }, { - "$ref": "#/components/parameters/cluster.state:allow_no_indices" + "$ref": "#/components/parameters/cluster.state-allow_no_indices" }, { - "$ref": "#/components/parameters/cluster.state:expand_wildcards" + "$ref": "#/components/parameters/cluster.state-expand_wildcards" }, { - "$ref": "#/components/parameters/cluster.state:flat_settings" + "$ref": "#/components/parameters/cluster.state-flat_settings" }, { - "$ref": "#/components/parameters/cluster.state:ignore_unavailable" + "$ref": "#/components/parameters/cluster.state-ignore_unavailable" }, { - "$ref": "#/components/parameters/cluster.state:local" + "$ref": "#/components/parameters/cluster.state-local" }, { - "$ref": "#/components/parameters/cluster.state:master_timeout" + "$ref": "#/components/parameters/cluster.state-master_timeout" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_metadata_version" + "$ref": "#/components/parameters/cluster.state-wait_for_metadata_version" }, { - "$ref": "#/components/parameters/cluster.state:wait_for_timeout" + "$ref": "#/components/parameters/cluster.state-wait_for_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.state:200" + "$ref": "#/components/responses/cluster.state-200" } }, "x-state": "Added in 1.3.0" @@ -5201,15 +5646,15 @@ "operationId": "cluster-stats", "parameters": [ { - "$ref": "#/components/parameters/cluster.stats:include_remotes" + "$ref": "#/components/parameters/cluster.stats-include_remotes" }, { - "$ref": "#/components/parameters/cluster.stats:timeout" + "$ref": "#/components/parameters/cluster.stats-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.stats:200" + "$ref": "#/components/responses/cluster.stats-200" } }, "x-state": "Added in 1.3.0" @@ -5225,18 +5670,18 @@ "operationId": "cluster-stats-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.stats:node_id" + "$ref": "#/components/parameters/cluster.stats-node_id" }, { - "$ref": "#/components/parameters/cluster.stats:include_remotes" + "$ref": "#/components/parameters/cluster.stats-include_remotes" }, { - "$ref": "#/components/parameters/cluster.stats:timeout" + "$ref": "#/components/parameters/cluster.stats-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.stats:200" + "$ref": "#/components/responses/cluster.stats-200" } }, "x-state": "Added in 1.3.0" @@ -5258,7 +5703,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5272,7 +5717,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -5281,7 +5726,9 @@ }, "examples": { "ConnectorCheckInResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -5307,7 +5754,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5328,7 +5775,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/connector._types:Connector" + "$ref": "#/components/schemas/connector._types.Connector" } } } @@ -5344,7 +5791,7 @@ "operationId": "connector-put", "parameters": [ { - "$ref": "#/components/parameters/connector.put:connector_id" + "$ref": "#/components/parameters/connector.put-connector_id" } ], "requestBody": { @@ -5352,7 +5799,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put:200" + "$ref": "#/components/responses/connector.put-200" } }, "x-beta": true @@ -5372,7 +5819,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5403,11 +5850,13 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ConnectorDeleteResponseExample1": { - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -5433,7 +5882,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5448,34 +5897,34 @@ "type": "string" }, "last_access_control_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_access_control_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_deleted_document_count": { "type": "number" }, "last_incremental_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_indexed_document_count": { "type": "number" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_error": { "type": "string" }, "last_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "sync_cursor": { "type": "object" @@ -5484,7 +5933,18 @@ }, "examples": { "ConnectorUpdateLastSyncRequestExample1": { - "value": "{\n \"last_access_control_sync_error\": \"Houston, we have a problem!\",\n \"last_access_control_sync_scheduled_at\": \"2023-11-09T15:13:08.231Z\",\n \"last_access_control_sync_status\": \"pending\",\n \"last_deleted_document_count\": 42,\n \"last_incremental_sync_scheduled_at\": \"2023-11-09T15:13:08.231Z\",\n \"last_indexed_document_count\": 42,\n \"last_sync_error\": \"Houston, we have a problem!\",\n \"last_sync_scheduled_at\": \"2024-11-09T15:13:08.231Z\",\n \"last_sync_status\": \"completed\",\n \"last_synced\": \"2024-11-09T15:13:08.231Z\"\n}" + "value": { + "last_access_control_sync_error": "Houston, we have a problem!", + "last_access_control_sync_scheduled_at": "2023-11-09T15:13:08.231Z", + "last_access_control_sync_status": "pending", + "last_deleted_document_count": 42, + "last_incremental_sync_scheduled_at": "2023-11-09T15:13:08.231Z", + "last_indexed_document_count": 42, + "last_sync_error": "Houston, we have a problem!", + "last_sync_scheduled_at": "2024-11-09T15:13:08.231Z", + "last_sync_status": "completed", + "last_synced": "2024-11-09T15:13:08.231Z" + } } } } @@ -5500,7 +5960,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -5549,7 +6009,7 @@ "description": "A comma-separated list of connector index names to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "form" }, @@ -5559,7 +6019,7 @@ "description": "A comma-separated list of connector names to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -5569,7 +6029,7 @@ "description": "A comma-separated list of connector service types to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -5608,7 +6068,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Connector" + "$ref": "#/components/schemas/connector._types.Connector" } } }, @@ -5634,7 +6094,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put:200" + "$ref": "#/components/responses/connector.put-200" } }, "x-beta": true @@ -5656,7 +6116,7 @@ "type": "string" }, "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "is_native": { "type": "boolean" @@ -5684,10 +6144,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -5718,7 +6178,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5732,7 +6192,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -5762,7 +6222,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5798,7 +6258,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5856,7 +6316,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5867,7 +6327,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/connector._types:ConnectorSyncJob" + "$ref": "#/components/schemas/connector._types.ConnectorSyncJob" } } } @@ -5890,7 +6350,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5901,11 +6361,13 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "SyncJobDeleteResponseExample1": { - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -5931,7 +6393,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5953,7 +6415,9 @@ }, "examples": { "SyncJobErrorRequestExample1": { - "value": "{\n \"error\": \"some-error\"\n}" + "value": { + "error": "some-error" + } } } } @@ -6010,7 +6474,7 @@ "description": "A sync job status to fetch connector sync jobs for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "style": "form" }, @@ -6020,7 +6484,7 @@ "description": "A connector id to fetch connector sync jobs for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -6032,12 +6496,12 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" } } ] @@ -6059,7 +6523,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:ConnectorSyncJob" + "$ref": "#/components/schemas/connector._types.ConnectorSyncJob" } } }, @@ -6088,13 +6552,13 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, "trigger_method": { - "$ref": "#/components/schemas/connector._types:SyncJobTriggerMethod" + "$ref": "#/components/schemas/connector._types.SyncJobTriggerMethod" } }, "required": [ @@ -6103,7 +6567,11 @@ }, "examples": { "SyncJobPostRequestExample1": { - "value": "{\n \"id\": \"connector-id\",\n \"job_type\": \"full\",\n \"trigger_method\": \"on_demand\"\n}" + "value": { + "id": "connector-id", + "job_type": "full", + "trigger_method": "on_demand" + } } } } @@ -6119,7 +6587,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -6149,7 +6617,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6173,10 +6641,10 @@ "type": "number" }, "last_seen": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "total_document_count": { "description": "The total number of documents in the target index after the sync job finished.", @@ -6224,7 +6692,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6238,7 +6706,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6268,7 +6736,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6289,7 +6757,10 @@ }, "examples": { "ConnectorUpdateApiKeyIDRequestExample1": { - "value": "{\n \"api_key_id\": \"my-api-key-id\",\n \"api_key_secret_id\": \"my-connector-secret-id\"\n}" + "value": { + "api_key_id": "my-api-key-id", + "api_key_secret_id": "my-connector-secret-id" + } } } } @@ -6305,7 +6776,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6314,7 +6785,9 @@ }, "examples": { "ConnectorUpdateAPIKeyIDResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -6340,7 +6813,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6352,7 +6825,7 @@ "type": "object", "properties": { "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "values": { "type": "object", @@ -6364,10 +6837,22 @@ }, "examples": { "ConnectorUpdateConfigurationRequestExample1": { - "value": "{\n \"values\": {\n \"tenant_id\": \"my-tenant-id\",\n \"tenant_name\": \"my-sharepoint-site\",\n \"client_id\": \"foo\",\n \"secret_value\": \"bar\",\n \"site_collections\": \"*\"\n }\n}" + "value": { + "values": { + "client_id": "foo", + "secret_value": "bar", + "site_collections": "*", + "tenant_id": "my-tenant-id", + "tenant_name": "my-sharepoint-site" + } + } }, "ConnectorUpdateConfigurationRequestExample2": { - "value": "{\n \"values\": {\n \"secret_value\": \"foo-bar\"\n }\n}" + "value": { + "values": { + "secret_value": "foo-bar" + } + } } } } @@ -6383,7 +6868,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6392,7 +6877,9 @@ }, "examples": { "ConnectorUpdateConfigurationResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -6418,7 +6905,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6435,7 +6922,7 @@ "type": "string" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] } @@ -6446,7 +6933,9 @@ }, "examples": { "ConnectorUpdateErrorRequestExample1": { - "value": "{\n \"error\": \"Houston, we have a problem!\"\n}" + "value": { + "error": "Houston, we have a problem!" + } } } } @@ -6462,7 +6951,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6471,7 +6960,9 @@ }, "examples": { "ConnectorUpdateErrorResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -6497,7 +6988,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6509,7 +7000,7 @@ "type": "object", "properties": { "features": { - "$ref": "#/components/schemas/connector._types:ConnectorFeatures" + "$ref": "#/components/schemas/connector._types.ConnectorFeatures" } }, "required": [ @@ -6518,10 +7009,33 @@ }, "examples": { "ConnectorUpdateFeaturesRequestExample1": { - "value": "{\n \"features\": {\n \"document_level_security\": {\n \"enabled\": true\n },\n \"incremental_sync\": {\n \"enabled\": true\n },\n \"sync_rules\": {\n \"advanced\": {\n \"enabled\": false\n },\n \"basic\": {\n \"enabled\": true\n }\n }\n }\n}" + "value": { + "features": { + "document_level_security": { + "enabled": true + }, + "incremental_sync": { + "enabled": true + }, + "sync_rules": { + "advanced": { + "enabled": false + }, + "basic": { + "enabled": true + } + } + } + } }, "ConnectorUpdateFeaturesRequestExample2": { - "value": "{\n \"features\": {\n \"document_level_security\": {\n \"enabled\": true\n }\n }\n}" + "value": { + "features": { + "document_level_security": { + "enabled": true + } + } + } } } } @@ -6537,7 +7051,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6546,7 +7060,9 @@ }, "examples": { "ConnectorUpdateFeaturesResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -6572,7 +7088,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6586,26 +7102,57 @@ "filtering": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringConfig" + "$ref": "#/components/schemas/connector._types.FilteringConfig" } }, "rules": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringRule" + "$ref": "#/components/schemas/connector._types.FilteringRule" } }, "advanced_snippet": { - "$ref": "#/components/schemas/connector._types:FilteringAdvancedSnippet" + "$ref": "#/components/schemas/connector._types.FilteringAdvancedSnippet" } } }, "examples": { "ConnectorUpdateFilteringRequestExample1": { - "value": "{\n \"rules\": [\n {\n \"field\": \"file_extension\",\n \"id\": \"exclude-txt-files\",\n \"order\": 0,\n \"policy\": \"exclude\",\n \"rule\": \"equals\",\n \"value\": \"txt\"\n },\n {\n \"field\": \"_\",\n \"id\": \"DEFAULT\",\n \"order\": 1,\n \"policy\": \"include\",\n \"rule\": \"regex\",\n \"value\": \".*\"\n }\n ]\n}" + "value": { + "rules": [ + { + "field": "file_extension", + "id": "exclude-txt-files", + "order": 0, + "policy": "exclude", + "rule": "equals", + "value": "txt" + }, + { + "field": "_", + "id": "DEFAULT", + "order": 1, + "policy": "include", + "rule": "regex", + "value": ".*" + } + ] + } }, "ConnectorUpdateFilteringRequestExample2": { - "value": "{\n \"advanced_snippet\": {\n \"value\": [{\n \"tables\": [\n \"users\",\n \"orders\"\n ],\n \"query\": \"SELECT users.id AS id, orders.order_id AS order_id FROM users JOIN orders ON users.id = orders.user_id\"\n }]\n }\n}" + "value": { + "advanced_snippet": { + "value": [ + { + "query": "SELECT users.id AS id, orders.order_id AS order_id FROM users JOIN orders ON users.id = orders.user_id", + "tables": [ + "users", + "orders" + ] + } + ] + } + } } } } @@ -6621,7 +7168,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6630,7 +7177,9 @@ }, "examples": { "ConnectorUpdateFilteringResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -6656,7 +7205,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6668,7 +7217,7 @@ "type": "object", "properties": { "validation": { - "$ref": "#/components/schemas/connector._types:FilteringRulesValidation" + "$ref": "#/components/schemas/connector._types.FilteringRulesValidation" } }, "required": [ @@ -6688,7 +7237,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6718,7 +7267,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6732,10 +7281,10 @@ "index_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] } @@ -6746,7 +7295,9 @@ }, "examples": { "ConnectorUpdateIndexNameRequestExample1": { - "value": "{\n \"index_name\": \"data-from-my-google-drive\"\n}" + "value": { + "index_name": "data-from-my-google-drive" + } } } } @@ -6762,7 +7313,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6771,7 +7322,9 @@ }, "examples": { "ConnectorUpdateIndexNameResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -6796,7 +7349,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6817,7 +7370,10 @@ }, "examples": { "ConnectorUpdateNameRequestExample1": { - "value": "{\n \"name\": \"Custom connector\",\n \"description\": \"This is my customized connector\"\n}" + "value": { + "description": "This is my customized connector", + "name": "Custom connector" + } } } } @@ -6833,7 +7389,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6842,7 +7398,9 @@ }, "examples": { "ConnectorUpdateNameResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -6867,7 +7425,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6899,7 +7457,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6929,7 +7487,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -6941,7 +7499,7 @@ "type": "object", "properties": { "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" } }, "required": [ @@ -6950,7 +7508,14 @@ }, "examples": { "ConnectorUpdatePipelineRequestExample1": { - "value": "{\n \"pipeline\": {\n \"extract_binary_content\": true,\n \"name\": \"my-connector-pipeline\",\n \"reduce_whitespace\": true,\n \"run_ml_inference\": true\n }\n}" + "value": { + "pipeline": { + "extract_binary_content": true, + "name": "my-connector-pipeline", + "reduce_whitespace": true, + "run_ml_inference": true + } + } } } } @@ -6966,7 +7531,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -6975,7 +7540,9 @@ }, "examples": { "ConnectorUpdatePipelineResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -7000,7 +7567,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -7012,7 +7579,7 @@ "type": "object", "properties": { "scheduling": { - "$ref": "#/components/schemas/connector._types:SchedulingConfiguration" + "$ref": "#/components/schemas/connector._types.SchedulingConfiguration" } }, "required": [ @@ -7021,10 +7588,32 @@ }, "examples": { "ConnectorUpdateSchedulingRequestExample1": { - "value": "{\n \"scheduling\": {\n \"access_control\": {\n \"enabled\": true,\n \"interval\": \"0 10 0 * * ?\"\n },\n \"full\": {\n \"enabled\": true,\n \"interval\": \"0 20 0 * * ?\"\n },\n \"incremental\": {\n \"enabled\": false,\n \"interval\": \"0 30 0 * * ?\"\n }\n }\n}" + "value": { + "scheduling": { + "access_control": { + "enabled": true, + "interval": "0 10 0 * * ?" + }, + "full": { + "enabled": true, + "interval": "0 20 0 * * ?" + }, + "incremental": { + "enabled": false, + "interval": "0 30 0 * * ?" + } + } + } }, "ConnectorUpdateSchedulingRequestExample2": { - "value": "{\n \"scheduling\": {\n \"full\": {\n \"enabled\": true,\n \"interval\": \"0 10 0 * * ?\"\n }\n }\n}" + "value": { + "scheduling": { + "full": { + "enabled": true, + "interval": "0 10 0 * * ?" + } + } + } } } } @@ -7040,7 +7629,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -7049,7 +7638,9 @@ }, "examples": { "ConnectorUpdateSchedulingResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -7074,7 +7665,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -7095,7 +7686,9 @@ }, "examples": { "ConnectorUpdateServiceTypeRequestExample1": { - "value": "{\n \"service_type\": \"sharepoint_online\"\n}" + "value": { + "service_type": "sharepoint_online" + } } } } @@ -7111,7 +7704,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -7120,7 +7713,9 @@ }, "examples": { "ConnectorUpdateServiceTypeResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -7145,7 +7740,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -7157,7 +7752,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/connector._types:ConnectorStatus" + "$ref": "#/components/schemas/connector._types.ConnectorStatus" } }, "required": [ @@ -7166,7 +7761,9 @@ }, "examples": { "ConnectorUpdateStatusRequestExample1": { - "value": "{\n \"status\": \"needs_configuration\"\n}" + "value": { + "status": "needs_configuration" + } } } } @@ -7182,7 +7779,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -7191,7 +7788,9 @@ }, "examples": { "ConnectorUpdateStatusResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -7211,46 +7810,46 @@ "operationId": "count-1", "parameters": [ { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -7258,7 +7857,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } }, @@ -7271,46 +7870,46 @@ "operationId": "count", "parameters": [ { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -7318,7 +7917,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } } @@ -7333,49 +7932,49 @@ "operationId": "count-3", "parameters": [ { - "$ref": "#/components/parameters/count:index" + "$ref": "#/components/parameters/count-index" }, { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -7383,7 +7982,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } }, @@ -7396,49 +7995,49 @@ "operationId": "count-2", "parameters": [ { - "$ref": "#/components/parameters/count:index" + "$ref": "#/components/parameters/count-index" }, { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -7446,7 +8045,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } } @@ -7464,49 +8063,49 @@ "operationId": "create", "parameters": [ { - "$ref": "#/components/parameters/create:index" + "$ref": "#/components/parameters/create-index" }, { - "$ref": "#/components/parameters/create:id" + "$ref": "#/components/parameters/create-id" }, { - "$ref": "#/components/parameters/create:if_primary_term" + "$ref": "#/components/parameters/create-if_primary_term" }, { - "$ref": "#/components/parameters/create:if_seq_no" + "$ref": "#/components/parameters/create-if_seq_no" }, { - "$ref": "#/components/parameters/create:include_source_on_error" + "$ref": "#/components/parameters/create-include_source_on_error" }, { - "$ref": "#/components/parameters/create:op_type" + "$ref": "#/components/parameters/create-op_type" }, { - "$ref": "#/components/parameters/create:pipeline" + "$ref": "#/components/parameters/create-pipeline" }, { - "$ref": "#/components/parameters/create:refresh" + "$ref": "#/components/parameters/create-refresh" }, { - "$ref": "#/components/parameters/create:require_alias" + "$ref": "#/components/parameters/create-require_alias" }, { - "$ref": "#/components/parameters/create:require_data_stream" + "$ref": "#/components/parameters/create-require_data_stream" }, { - "$ref": "#/components/parameters/create:routing" + "$ref": "#/components/parameters/create-routing" }, { - "$ref": "#/components/parameters/create:timeout" + "$ref": "#/components/parameters/create-timeout" }, { - "$ref": "#/components/parameters/create:version" + "$ref": "#/components/parameters/create-version" }, { - "$ref": "#/components/parameters/create:version_type" + "$ref": "#/components/parameters/create-version_type" }, { - "$ref": "#/components/parameters/create:wait_for_active_shards" + "$ref": "#/components/parameters/create-wait_for_active_shards" } ], "requestBody": { @@ -7514,7 +8113,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create:200" + "$ref": "#/components/responses/create-200" } }, "x-state": "Added in 5.0.0" @@ -7531,49 +8130,49 @@ "operationId": "create-1", "parameters": [ { - "$ref": "#/components/parameters/create:index" + "$ref": "#/components/parameters/create-index" }, { - "$ref": "#/components/parameters/create:id" + "$ref": "#/components/parameters/create-id" }, { - "$ref": "#/components/parameters/create:if_primary_term" + "$ref": "#/components/parameters/create-if_primary_term" }, { - "$ref": "#/components/parameters/create:if_seq_no" + "$ref": "#/components/parameters/create-if_seq_no" }, { - "$ref": "#/components/parameters/create:include_source_on_error" + "$ref": "#/components/parameters/create-include_source_on_error" }, { - "$ref": "#/components/parameters/create:op_type" + "$ref": "#/components/parameters/create-op_type" }, { - "$ref": "#/components/parameters/create:pipeline" + "$ref": "#/components/parameters/create-pipeline" }, { - "$ref": "#/components/parameters/create:refresh" + "$ref": "#/components/parameters/create-refresh" }, { - "$ref": "#/components/parameters/create:require_alias" + "$ref": "#/components/parameters/create-require_alias" }, { - "$ref": "#/components/parameters/create:require_data_stream" + "$ref": "#/components/parameters/create-require_data_stream" }, { - "$ref": "#/components/parameters/create:routing" + "$ref": "#/components/parameters/create-routing" }, { - "$ref": "#/components/parameters/create:timeout" + "$ref": "#/components/parameters/create-timeout" }, { - "$ref": "#/components/parameters/create:version" + "$ref": "#/components/parameters/create-version" }, { - "$ref": "#/components/parameters/create:version_type" + "$ref": "#/components/parameters/create-version_type" }, { - "$ref": "#/components/parameters/create:wait_for_active_shards" + "$ref": "#/components/parameters/create-wait_for_active_shards" } ], "requestBody": { @@ -7581,7 +8180,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create:200" + "$ref": "#/components/responses/create-200" } }, "x-state": "Added in 5.0.0" @@ -7603,7 +8202,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "style": "simple" }, @@ -7624,7 +8223,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7634,7 +8233,7 @@ "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7645,12 +8244,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ImportDanglingIndexResponseExample1": { "description": "A successful response from `POST /_dangling/zmM4e0JtBkeUjiHD-MihPQ?accept_data_loss=true`.\n", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -7674,7 +8275,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "style": "simple" }, @@ -7695,7 +8296,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7705,7 +8306,7 @@ "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7716,7 +8317,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -7744,7 +8345,7 @@ "dangling_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/dangling_indices.list_dangling_indices:DanglingIndex" + "$ref": "#/components/schemas/dangling_indices.list_dangling_indices.DanglingIndex" } } }, @@ -7754,7 +8355,18 @@ }, "examples": { "ListDanglingIndicesResponseExample1": { - "value": "{\n \"dangling_indices\": [\n {\n \"index_name\": \"my-index-000001\",\n \"index_uuid\": \"zmM4e0JtBkeUjiHD-MihPQ\",\n \"creation_date_millis\": 1589414451372,\n \"node_ids\": [\n \"pL47UN3dAb2d5RCWP6lQ3e\"\n ]\n }\n ]\n}" + "value": { + "dangling_indices": [ + { + "creation_date_millis": 1589414451372, + "index_name": "my-index-000001", + "index_uuid": "zmM4e0JtBkeUjiHD-MihPQ", + "node_ids": [ + "pL47UN3dAb2d5RCWP6lQ3e" + ] + } + ] + } } } } @@ -7780,7 +8392,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -7791,7 +8403,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -7841,7 +8453,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -7851,7 +8463,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -7861,7 +8473,7 @@ "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -7871,7 +8483,7 @@ "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -7881,7 +8493,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nOnly leaf fields can be retrieved with the `stored_field` option.\nObject fields can't be returned;​if specified, the request fails.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -7891,7 +8503,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -7901,7 +8513,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -7912,23 +8524,75 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.get:GetResult" + "$ref": "#/components/schemas/_global.get.GetResult" }, "examples": { "GetResponseExample1": { "summary": "Get a document", "description": "A successful response from `GET my-index-000001/_doc/0`. It retrieves the JSON document with the `_id` 0 from the `my-index-000001` index.\n", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"0\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"found\": true,\n \"_source\": {\n \"@timestamp\": \"2099-11-15T14:12:12\",\n \"http\": {\n \"request\": {\n \"method\": \"get\"\n },\n \"response\": {\n \"status_code\": 200,\n \"bytes\": 1070000\n },\n \"version\": \"1.1\"\n },\n \"source\": {\n \"ip\": \"127.0.0.1\"\n },\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n }\n}" + "value": { + "_id": "0", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 0, + "_source": { + "@timestamp": "2099-11-15T14:12:12", + "http": { + "request": { + "method": "get" + }, + "response": { + "bytes": 1070000, + "status_code": 200 + }, + "version": "1.1" + }, + "message": "GET /search HTTP/1.1 200 1070000", + "source": { + "ip": "127.0.0.1" + }, + "user": { + "id": "kimchy" + } + }, + "_version": 1, + "found": true + } }, "GetResponseExample2": { "summary": "Get stored fields", "description": "A successful response from `GET my-index-000001/_doc/1?stored_fields=tags,counter`, which retrieves a set of stored fields. Field values fetched from the document itself are always returned as an array. Any requested fields that are not stored (such as the counter field in this example) are ignored.\n", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"_seq_no\" : 22,\n \"_primary_term\" : 1,\n \"found\": true,\n \"fields\": {\n \"tags\": [\n \"production\"\n ]\n }\n}" + "value": { + "_id": "1", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 22, + "_version": 1, + "fields": { + "tags": [ + "production" + ] + }, + "found": true + } }, "GetResponseExample3": { "summary": "Get metadata fields", "description": "A successful response from `GET my-index-000001/_doc/2?routing=user1&stored_fields=tags,counter`, which retrieves the `_routing` metadata field.\n", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"2\",\n \"_version\": 1,\n \"_seq_no\" : 13,\n \"_primary_term\" : 1,\n \"_routing\": \"user1\",\n \"found\": true,\n \"fields\": {\n \"tags\": [\n \"env2\"\n ]\n }\n}" + "value": { + "_id": "2", + "_index": "my-index-000001", + "_primary_term": 1, + "_routing": "user1", + "_seq_no": 13, + "_version": 1, + "fields": { + "tags": [ + "env2" + ] + }, + "found": true + } } } } @@ -7948,46 +8612,46 @@ "operationId": "index", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:id" + "$ref": "#/components/parameters/index-id" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -7995,7 +8659,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } }, @@ -8011,46 +8675,46 @@ "operationId": "index-1", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:id" + "$ref": "#/components/parameters/index-id" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -8058,7 +8722,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } }, @@ -8077,7 +8741,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -8088,7 +8752,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -8108,7 +8772,7 @@ "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, @@ -8118,7 +8782,7 @@ "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, @@ -8128,7 +8792,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -8138,7 +8802,7 @@ "description": "The period to wait for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the delete operation might not be available when the delete operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a store or undergoing relocation.\nBy default, the delete operation will wait on the primary shard to become available for up to 1 minute before failing and responding with an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8148,7 +8812,7 @@ "description": "An explicit version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -8158,7 +8822,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, @@ -8168,7 +8832,7 @@ "description": "The minimum number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -8179,12 +8843,24 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, "examples": { "DeleteResponseExample1": { "description": "A successful response from `DELETE /my-index-000001/_doc/1`, which deletes the JSON document 1 from the `my-index-000001` index.", - "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"_primary_term\": 1,\n \"_seq_no\": 5,\n \"result\": \"deleted\"\n}" + "value": { + "_id": "1", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 5, + "_shards": { + "failed": 0, + "successful": 2, + "total": 2 + }, + "_version": 2, + "result": "deleted" + } } } } @@ -8207,7 +8883,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -8218,7 +8894,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -8258,7 +8934,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -8268,7 +8944,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -8278,7 +8954,7 @@ "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -8288,7 +8964,7 @@ "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -8298,7 +8974,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -8308,7 +8984,7 @@ "description": "Explicit version number for concurrency control.\nThe specified version must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -8318,7 +8994,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -8349,7 +9025,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -8389,7 +9065,7 @@ "description": "What to do if delete by query hits version conflicts: `abort` or `proceed`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "style": "form" }, @@ -8399,7 +9075,7 @@ "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, @@ -8419,7 +9095,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -8509,7 +9185,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -8529,7 +9205,7 @@ "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8549,7 +9225,7 @@ "description": "The explicit timeout for each search request.\nIt defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8559,7 +9235,7 @@ "description": "The type of the search operation.\nAvailable options include `query_then_fetch` and `dfs_query_then_fetch`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, @@ -8569,7 +9245,7 @@ "description": "The number of slices this task should be divided into.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -8615,7 +9291,7 @@ "description": "The period each deletion request waits for active shards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8635,7 +9311,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe `timeout` value controls how long each write request waits for unavailable shards to become available.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -8661,10 +9337,10 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" } } }, @@ -8672,22 +9348,53 @@ "DeleteByQueryRequestExample1": { "summary": "Delete all documents", "description": "Run `POST /my-index-000001,my-index-000002/_delete_by_query` to delete all documents from multiple data streams or indices.", - "value": "{\n \"query\": {\n \"match_all\": {}\n }\n}" + "value": { + "query": { + "match_all": {} + } + } }, "DeleteByQueryRequestExample2": { "summary": "Delete a single document", "description": "Run `POST my-index-000001/_delete_by_query` to delete a document by using a unique attribute.", - "value": "{\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"max_docs\": 1\n}" + "value": { + "max_docs": 1, + "query": { + "term": { + "user.id": "kimchy" + } + } + } }, "DeleteByQueryRequestExample3": { "summary": "Slice manually", "description": "Run `POST my-index-000001/_delete_by_query` to slice a delete by query manually. Provide a slice ID and total number of slices.\n", - "value": "{\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n },\n \"query\": {\n \"range\": {\n \"http.response.bytes\": {\n \"lt\": 2000000\n }\n }\n }\n}" + "value": { + "query": { + "range": { + "http.response.bytes": { + "lt": 2000000 + } + } + }, + "slice": { + "id": 0, + "max": 2 + } + } }, "DeleteByQueryRequestExample4": { "summary": "Automatic slicing", "description": "Run `POST my-index-000001/_delete_by_query?refresh&slices=5` to let delete by query automatically parallelize using sliced scroll to slice on `_id`. The `slices` query parameter value specifies the number of slices to use.\n", - "value": "{\n \"query\": {\n \"range\": {\n \"http.response.bytes\": {\n \"lt\": 2000000\n }\n }\n }\n}" + "value": { + "query": { + "range": { + "http.response.bytes": { + "lt": 2000000 + } + } + } + } } } } @@ -8714,7 +9421,7 @@ "description": "An array of failures if there were any unrecoverable errors during the process.\nIf this array is not empty, the request ended abnormally because of those failures.\nDelete by query is implemented using batches and any failures cause the entire process to end but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent reindex from ending on version conflicts.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -8726,32 +9433,32 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "slice_id": { "type": "number" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If `true`, some requests run during the delete by query operation timed out.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -8766,7 +9473,23 @@ "examples": { "DeleteByQueryResponseExample1": { "description": "A successful response from `POST /my-index-000001/_delete_by_query`.", - "value": "{\n \"took\" : 147,\n \"timed_out\": false,\n \"total\": 119,\n \"deleted\": 119,\n \"batches\": 1,\n \"version_conflicts\": 0,\n \"noops\": 0,\n \"retries\": {\n \"bulk\": 0,\n \"search\": 0\n },\n \"throttled_millis\": 0,\n \"requests_per_second\": -1.0,\n \"throttled_until_millis\": 0,\n \"failures\" : [ ]\n}" + "value": { + "batches": 1, + "deleted": 119, + "failures": [], + "noops": 0, + "requests_per_second": -1.0, + "retries": { + "bulk": 0, + "search": 0 + }, + "throttled_millis": 0, + "throttled_until_millis": 0, + "timed_out": false, + "took": 147, + "total": 119, + "version_conflicts": 0 + } } } } @@ -8792,7 +9515,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "style": "simple" }, @@ -8813,7 +9536,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/tasks._types:TaskListResponseBase" + "$ref": "#/components/schemas/tasks._types.TaskListResponseBase" } } } @@ -8838,7 +9561,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -8848,7 +9571,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -8862,13 +9585,13 @@ "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "found": { "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:StoredScript" + "$ref": "#/components/schemas/_types.StoredScript" } }, "required": [ @@ -8893,16 +9616,16 @@ "operationId": "put-script", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -8910,7 +9633,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -8926,16 +9649,16 @@ "operationId": "put-script-1", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -8943,7 +9666,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -8962,7 +9685,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -8972,7 +9695,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8982,7 +9705,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -8993,7 +9716,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9011,15 +9734,15 @@ "operationId": "enrich-get-policy", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy:name" + "$ref": "#/components/parameters/enrich.get_policy-name" }, { - "$ref": "#/components/parameters/enrich.get_policy:master_timeout" + "$ref": "#/components/parameters/enrich.get_policy-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy:200" + "$ref": "#/components/responses/enrich.get_policy-200" } }, "x-state": "Added in 7.5.0" @@ -9039,7 +9762,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -9049,7 +9772,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9061,13 +9784,13 @@ "type": "object", "properties": { "geo_match": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "match": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "range": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" } } } @@ -9081,7 +9804,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9104,7 +9827,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -9114,7 +9837,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9125,7 +9848,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9150,7 +9873,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -9160,7 +9883,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -9184,10 +9907,10 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/enrich.execute_policy:ExecuteEnrichPolicyStatus" + "$ref": "#/components/schemas/enrich.execute_policy.ExecuteEnrichPolicyStatus" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } } } @@ -9208,12 +9931,12 @@ "operationId": "enrich-get-policy-1", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy:master_timeout" + "$ref": "#/components/parameters/enrich.get_policy-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy:200" + "$ref": "#/components/responses/enrich.get_policy-200" } }, "x-state": "Added in 7.5.0" @@ -9234,7 +9957,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9251,21 +9974,21 @@ "description": "Objects containing information about each coordinating ingest node for configured enrich processors.", "type": "array", "items": { - "$ref": "#/components/schemas/enrich.stats:CoordinatorStats" + "$ref": "#/components/schemas/enrich.stats.CoordinatorStats" } }, "executing_policies": { "description": "Objects containing information about each enrich policy that is currently executing.", "type": "array", "items": { - "$ref": "#/components/schemas/enrich.stats:ExecutingPolicy" + "$ref": "#/components/schemas/enrich.stats.ExecutingPolicy" } }, "cache_stats": { "description": "Objects containing information about the enrich cache stats on each ingest node.", "type": "array", "items": { - "$ref": "#/components/schemas/enrich.stats:CacheStats" + "$ref": "#/components/schemas/enrich.stats.CacheStats" } } }, @@ -9297,7 +10020,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9307,7 +10030,7 @@ "description": "Period for which the search and its results are stored on the cluster.\nDefaults to the keep_alive value set by the search’s EQL search API request.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -9317,7 +10040,7 @@ "description": "Timeout duration to wait for the request to finish.\nDefaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9328,7 +10051,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/eql._types:EqlSearchResponseBase" + "$ref": "#/components/schemas/eql._types.EqlSearchResponseBase" } } } @@ -9351,7 +10074,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9362,7 +10085,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9387,7 +10110,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9401,7 +10124,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "If true, the search request is still executing. If false, the search is completed.", @@ -9412,10 +10135,10 @@ "type": "boolean" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_status": { "description": "For a completed search shows the http status code of the completed search.", @@ -9431,7 +10154,13 @@ "examples": { "EqlGetStatusResponseExample1": { "description": "A successful response for getting status information for an async EQL search.", - "value": "{\n \"id\": \"FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=\",\n \"is_running\" : true,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1611690235000,\n \"expiration_time_in_millis\" : 1611690295000\n}" + "value": { + "expiration_time_in_millis": 1611690295000, + "id": "FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=", + "is_partial": true, + "is_running": true, + "start_time_in_millis": 1611690235000 + } } } } @@ -9454,31 +10183,31 @@ "operationId": "eql-search", "parameters": [ { - "$ref": "#/components/parameters/eql.search:index" + "$ref": "#/components/parameters/eql.search-index" }, { - "$ref": "#/components/parameters/eql.search:allow_no_indices" + "$ref": "#/components/parameters/eql.search-allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_search_results" + "$ref": "#/components/parameters/eql.search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search-allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search:expand_wildcards" + "$ref": "#/components/parameters/eql.search-expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search:ignore_unavailable" + "$ref": "#/components/parameters/eql.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search:keep_alive" + "$ref": "#/components/parameters/eql.search-keep_alive" }, { - "$ref": "#/components/parameters/eql.search:keep_on_completion" + "$ref": "#/components/parameters/eql.search-keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search-wait_for_completion_timeout" } ], "requestBody": { @@ -9486,7 +10215,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search:200" + "$ref": "#/components/responses/eql.search-200" } }, "x-state": "Added in 7.9.0" @@ -9503,31 +10232,31 @@ "operationId": "eql-search-1", "parameters": [ { - "$ref": "#/components/parameters/eql.search:index" + "$ref": "#/components/parameters/eql.search-index" }, { - "$ref": "#/components/parameters/eql.search:allow_no_indices" + "$ref": "#/components/parameters/eql.search-allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_search_results" + "$ref": "#/components/parameters/eql.search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search-allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search:expand_wildcards" + "$ref": "#/components/parameters/eql.search-expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search:ignore_unavailable" + "$ref": "#/components/parameters/eql.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search:keep_alive" + "$ref": "#/components/parameters/eql.search-keep_alive" }, { - "$ref": "#/components/parameters/eql.search:keep_on_completion" + "$ref": "#/components/parameters/eql.search-keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search-wait_for_completion_timeout" } ], "requestBody": { @@ -9535,7 +10264,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search:200" + "$ref": "#/components/responses/eql.search-200" } }, "x-state": "Added in 7.9.0" @@ -9589,7 +10318,7 @@ "description": "A short version of the Accept header, for example `json` or `yaml`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/esql._types:EsqlFormat" + "$ref": "#/components/schemas/esql._types.EsqlFormat" }, "style": "form" }, @@ -9599,7 +10328,7 @@ "description": "The period for which the query and its results are stored in the cluster.\nThe default period is five days.\nWhen this period expires, the query and its results are deleted, even if the query is still ongoing.\nIf the `keep_on_completion` parameter is false, Elasticsearch only stores async queries that do not complete within the period set by the `wait_for_completion_timeout` parameter, regardless of this value.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -9619,7 +10348,7 @@ "description": "The period to wait for the request to finish.\nBy default, the request waits for 1 second for the query results.\nIf the query completes during this period, results are returned\nOtherwise, a query ID is returned that can later be used to retrieve the results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9635,7 +10364,7 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "locale": { "type": "string" @@ -9644,7 +10373,7 @@ "description": "To avoid any attempts of hacking or code injection, extract the values in a separate list of parameters. Use question mark placeholders (?) in the query string for each of the parameters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "profile": { @@ -9661,7 +10390,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:TableValuesContainer" + "$ref": "#/components/schemas/esql._types.TableValuesContainer" } } }, @@ -9670,7 +10399,7 @@ "type": "boolean" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -9692,7 +10421,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" } } } @@ -9720,7 +10449,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9740,7 +10469,7 @@ "description": "The period for which the query and its results are stored in the cluster.\nWhen this period expires, the query and its results are deleted, even if the query is still ongoing.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -9750,7 +10479,7 @@ "description": "The period to wait for the request to finish.\nBy default, the request waits for complete query results.\nIf the request completes during the period specified in this parameter, complete query results are returned.\nOtherwise, the response returns an `is_running` value of `true` and no results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9761,7 +10490,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:AsyncEsqlResult" + "$ref": "#/components/schemas/esql._types.AsyncEsqlResult" } } } @@ -9787,7 +10516,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9798,7 +10527,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9826,7 +10555,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9847,7 +10576,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" } } } @@ -9874,7 +10603,7 @@ "description": "A short version of the Accept header, e.g. json, yaml.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/esql._types:EsqlFormat" + "$ref": "#/components/schemas/esql._types.EsqlFormat" }, "style": "form" }, @@ -9920,7 +10649,7 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "locale": { "type": "string" @@ -9929,7 +10658,7 @@ "description": "To avoid any attempts of hacking or code injection, extract the values in a separate list of parameters. Use question mark placeholders (?) in the query string for each of the parameters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "profile": { @@ -9946,7 +10675,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:TableValuesContainer" + "$ref": "#/components/schemas/esql._types.TableValuesContainer" } } }, @@ -9975,7 +10704,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" } } } @@ -10002,7 +10731,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -10013,7 +10742,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -10053,7 +10782,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -10063,7 +10792,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -10073,7 +10802,7 @@ "description": "A comma-separated list of source fields to exclude in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10083,7 +10812,7 @@ "description": "A comma-separated list of source fields to include in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10093,7 +10822,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10103,7 +10832,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -10113,7 +10842,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -10149,7 +10878,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -10160,7 +10889,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -10200,7 +10929,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -10210,7 +10939,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -10220,7 +10949,7 @@ "description": "A comma-separated list of source fields to exclude in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10230,7 +10959,7 @@ "description": "A comma-separated list of source fields to include in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -10240,7 +10969,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -10250,7 +10979,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -10276,46 +11005,46 @@ "operationId": "explain", "parameters": [ { - "$ref": "#/components/parameters/explain:index" + "$ref": "#/components/parameters/explain-index" }, { - "$ref": "#/components/parameters/explain:id" + "$ref": "#/components/parameters/explain-id" }, { - "$ref": "#/components/parameters/explain:analyzer" + "$ref": "#/components/parameters/explain-analyzer" }, { - "$ref": "#/components/parameters/explain:analyze_wildcard" + "$ref": "#/components/parameters/explain-analyze_wildcard" }, { - "$ref": "#/components/parameters/explain:default_operator" + "$ref": "#/components/parameters/explain-default_operator" }, { - "$ref": "#/components/parameters/explain:df" + "$ref": "#/components/parameters/explain-df" }, { - "$ref": "#/components/parameters/explain:lenient" + "$ref": "#/components/parameters/explain-lenient" }, { - "$ref": "#/components/parameters/explain:preference" + "$ref": "#/components/parameters/explain-preference" }, { - "$ref": "#/components/parameters/explain:routing" + "$ref": "#/components/parameters/explain-routing" }, { - "$ref": "#/components/parameters/explain:_source" + "$ref": "#/components/parameters/explain-_source" }, { - "$ref": "#/components/parameters/explain:_source_excludes" + "$ref": "#/components/parameters/explain-_source_excludes" }, { - "$ref": "#/components/parameters/explain:_source_includes" + "$ref": "#/components/parameters/explain-_source_includes" }, { - "$ref": "#/components/parameters/explain:stored_fields" + "$ref": "#/components/parameters/explain-stored_fields" }, { - "$ref": "#/components/parameters/explain:q" + "$ref": "#/components/parameters/explain-q" } ], "requestBody": { @@ -10323,7 +11052,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain:200" + "$ref": "#/components/responses/explain-200" } } }, @@ -10336,46 +11065,46 @@ "operationId": "explain-1", "parameters": [ { - "$ref": "#/components/parameters/explain:index" + "$ref": "#/components/parameters/explain-index" }, { - "$ref": "#/components/parameters/explain:id" + "$ref": "#/components/parameters/explain-id" }, { - "$ref": "#/components/parameters/explain:analyzer" + "$ref": "#/components/parameters/explain-analyzer" }, { - "$ref": "#/components/parameters/explain:analyze_wildcard" + "$ref": "#/components/parameters/explain-analyze_wildcard" }, { - "$ref": "#/components/parameters/explain:default_operator" + "$ref": "#/components/parameters/explain-default_operator" }, { - "$ref": "#/components/parameters/explain:df" + "$ref": "#/components/parameters/explain-df" }, { - "$ref": "#/components/parameters/explain:lenient" + "$ref": "#/components/parameters/explain-lenient" }, { - "$ref": "#/components/parameters/explain:preference" + "$ref": "#/components/parameters/explain-preference" }, { - "$ref": "#/components/parameters/explain:routing" + "$ref": "#/components/parameters/explain-routing" }, { - "$ref": "#/components/parameters/explain:_source" + "$ref": "#/components/parameters/explain-_source" }, { - "$ref": "#/components/parameters/explain:_source_excludes" + "$ref": "#/components/parameters/explain-_source_excludes" }, { - "$ref": "#/components/parameters/explain:_source_includes" + "$ref": "#/components/parameters/explain-_source_includes" }, { - "$ref": "#/components/parameters/explain:stored_fields" + "$ref": "#/components/parameters/explain-stored_fields" }, { - "$ref": "#/components/parameters/explain:q" + "$ref": "#/components/parameters/explain-q" } ], "requestBody": { @@ -10383,7 +11112,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain:200" + "$ref": "#/components/responses/explain-200" } } } @@ -10406,7 +11135,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -10422,7 +11151,7 @@ "features": { "type": "array", "items": { - "$ref": "#/components/schemas/features._types:Feature" + "$ref": "#/components/schemas/features._types.Feature" } } }, @@ -10433,7 +11162,18 @@ "examples": { "GetFeaturesResponseExample1": { "description": "A successful response for retrieving a list of feature states that can be included when taking a snapshot.", - "value": "{\n \"features\": [\n {\n \"name\": \"tasks\",\n \"description\": \"Manages task results\"\n },\n {\n \"name\": \"kibana\",\n \"description\": \"Manages Kibana configuration and reports\"\n }\n ]\n}" + "value": { + "features": [ + { + "description": "Manages task results", + "name": "tasks" + }, + { + "description": "Manages Kibana configuration and reports", + "name": "kibana" + } + ] + } } } } @@ -10458,7 +11198,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -10474,7 +11214,7 @@ "features": { "type": "array", "items": { - "$ref": "#/components/schemas/features._types:Feature" + "$ref": "#/components/schemas/features._types.Feature" } } }, @@ -10485,7 +11225,18 @@ "examples": { "ResetFeaturesResponseExample1": { "description": "A successful response for clearing state information stored in system indices by Elasticsearch features.", - "value": "{\n \"features\" : [\n {\n \"feature_name\" : \"security\",\n \"status\" : \"SUCCESS\"\n },\n {\n \"feature_name\" : \"tasks\",\n \"status\" : \"SUCCESS\"\n }\n ]\n}" + "value": { + "features": [ + { + "feature_name": "security", + "status": "SUCCESS" + }, + { + "feature_name": "tasks", + "status": "SUCCESS" + } + ] + } } } } @@ -10505,28 +11256,28 @@ "operationId": "field-caps", "parameters": [ { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -10534,7 +11285,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -10548,28 +11299,28 @@ "operationId": "field-caps-1", "parameters": [ { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -10577,7 +11328,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -10593,31 +11344,31 @@ "operationId": "field-caps-2", "parameters": [ { - "$ref": "#/components/parameters/field_caps:index" + "$ref": "#/components/parameters/field_caps-index" }, { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -10625,7 +11376,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -10639,31 +11390,31 @@ "operationId": "field-caps-3", "parameters": [ { - "$ref": "#/components/parameters/field_caps:index" + "$ref": "#/components/parameters/field_caps-index" }, { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -10671,7 +11422,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -10695,10 +11446,10 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } ] }, @@ -10732,7 +11483,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/fleet._types:Checkpoint" + "$ref": "#/components/schemas/fleet._types.Checkpoint" } }, "style": "form" @@ -10743,7 +11494,7 @@ "description": "Period to wait for a global checkpoints to advance past `checkpoints`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -10759,7 +11510,7 @@ "global_checkpoints": { "type": "array", "items": { - "$ref": "#/components/schemas/fleet._types:Checkpoint" + "$ref": "#/components/schemas/fleet._types.Checkpoint" } }, "timed_out": { @@ -10788,43 +11539,43 @@ "operationId": "fleet-msearch", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch:search_type" + "$ref": "#/components/parameters/fleet.msearch-search_type" }, { - "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch:typed_keys" + "$ref": "#/components/parameters/fleet.msearch-typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch-allow_partial_search_results" } ], "requestBody": { @@ -10832,7 +11583,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch:200" + "$ref": "#/components/responses/fleet.msearch-200" } }, "x-state": "Technical preview" @@ -10846,43 +11597,43 @@ "operationId": "fleet-msearch-1", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch:search_type" + "$ref": "#/components/parameters/fleet.msearch-search_type" }, { - "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch:typed_keys" + "$ref": "#/components/parameters/fleet.msearch-typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch-allow_partial_search_results" } ], "requestBody": { @@ -10890,7 +11641,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch:200" + "$ref": "#/components/responses/fleet.msearch-200" } }, "x-state": "Technical preview" @@ -10906,46 +11657,46 @@ "operationId": "fleet-msearch-2", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch:index" + "$ref": "#/components/parameters/fleet.msearch-index" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch:search_type" + "$ref": "#/components/parameters/fleet.msearch-search_type" }, { - "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch:typed_keys" + "$ref": "#/components/parameters/fleet.msearch-typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch-allow_partial_search_results" } ], "requestBody": { @@ -10953,7 +11704,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch:200" + "$ref": "#/components/responses/fleet.msearch-200" } }, "x-state": "Technical preview" @@ -10967,46 +11718,46 @@ "operationId": "fleet-msearch-3", "parameters": [ { - "$ref": "#/components/parameters/fleet.msearch:index" + "$ref": "#/components/parameters/fleet.msearch-index" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_no_indices" + "$ref": "#/components/parameters/fleet.msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.msearch:expand_wildcards" + "$ref": "#/components/parameters/fleet.msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_throttled" + "$ref": "#/components/parameters/fleet.msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.msearch:ignore_unavailable" + "$ref": "#/components/parameters/fleet.msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_searches" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/fleet.msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.msearch:search_type" + "$ref": "#/components/parameters/fleet.msearch-search_type" }, { - "$ref": "#/components/parameters/fleet.msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.msearch:typed_keys" + "$ref": "#/components/parameters/fleet.msearch-typed_keys" }, { - "$ref": "#/components/parameters/fleet.msearch:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.msearch-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.msearch:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.msearch-allow_partial_search_results" } ], "requestBody": { @@ -11014,7 +11765,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.msearch:200" + "$ref": "#/components/responses/fleet.msearch-200" } }, "x-state": "Technical preview" @@ -11030,136 +11781,136 @@ "operationId": "fleet-search", "parameters": [ { - "$ref": "#/components/parameters/fleet.search:index" + "$ref": "#/components/parameters/fleet.search-index" }, { - "$ref": "#/components/parameters/fleet.search:allow_no_indices" + "$ref": "#/components/parameters/fleet.search-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.search:analyzer" + "$ref": "#/components/parameters/fleet.search-analyzer" }, { - "$ref": "#/components/parameters/fleet.search:analyze_wildcard" + "$ref": "#/components/parameters/fleet.search-analyze_wildcard" }, { - "$ref": "#/components/parameters/fleet.search:batched_reduce_size" + "$ref": "#/components/parameters/fleet.search-batched_reduce_size" }, { - "$ref": "#/components/parameters/fleet.search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.search:default_operator" + "$ref": "#/components/parameters/fleet.search-default_operator" }, { - "$ref": "#/components/parameters/fleet.search:df" + "$ref": "#/components/parameters/fleet.search-df" }, { - "$ref": "#/components/parameters/fleet.search:docvalue_fields" + "$ref": "#/components/parameters/fleet.search-docvalue_fields" }, { - "$ref": "#/components/parameters/fleet.search:expand_wildcards" + "$ref": "#/components/parameters/fleet.search-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.search:explain" + "$ref": "#/components/parameters/fleet.search-explain" }, { - "$ref": "#/components/parameters/fleet.search:ignore_throttled" + "$ref": "#/components/parameters/fleet.search-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.search:ignore_unavailable" + "$ref": "#/components/parameters/fleet.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.search:lenient" + "$ref": "#/components/parameters/fleet.search-lenient" }, { - "$ref": "#/components/parameters/fleet.search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.search:preference" + "$ref": "#/components/parameters/fleet.search-preference" }, { - "$ref": "#/components/parameters/fleet.search:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.search:request_cache" + "$ref": "#/components/parameters/fleet.search-request_cache" }, { - "$ref": "#/components/parameters/fleet.search:routing" + "$ref": "#/components/parameters/fleet.search-routing" }, { - "$ref": "#/components/parameters/fleet.search:scroll" + "$ref": "#/components/parameters/fleet.search-scroll" }, { - "$ref": "#/components/parameters/fleet.search:search_type" + "$ref": "#/components/parameters/fleet.search-search_type" }, { - "$ref": "#/components/parameters/fleet.search:stats" + "$ref": "#/components/parameters/fleet.search-stats" }, { - "$ref": "#/components/parameters/fleet.search:stored_fields" + "$ref": "#/components/parameters/fleet.search-stored_fields" }, { - "$ref": "#/components/parameters/fleet.search:suggest_field" + "$ref": "#/components/parameters/fleet.search-suggest_field" }, { - "$ref": "#/components/parameters/fleet.search:suggest_mode" + "$ref": "#/components/parameters/fleet.search-suggest_mode" }, { - "$ref": "#/components/parameters/fleet.search:suggest_size" + "$ref": "#/components/parameters/fleet.search-suggest_size" }, { - "$ref": "#/components/parameters/fleet.search:suggest_text" + "$ref": "#/components/parameters/fleet.search-suggest_text" }, { - "$ref": "#/components/parameters/fleet.search:terminate_after" + "$ref": "#/components/parameters/fleet.search-terminate_after" }, { - "$ref": "#/components/parameters/fleet.search:timeout" + "$ref": "#/components/parameters/fleet.search-timeout" }, { - "$ref": "#/components/parameters/fleet.search:track_total_hits" + "$ref": "#/components/parameters/fleet.search-track_total_hits" }, { - "$ref": "#/components/parameters/fleet.search:track_scores" + "$ref": "#/components/parameters/fleet.search-track_scores" }, { - "$ref": "#/components/parameters/fleet.search:typed_keys" + "$ref": "#/components/parameters/fleet.search-typed_keys" }, { - "$ref": "#/components/parameters/fleet.search:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.search:version" + "$ref": "#/components/parameters/fleet.search-version" }, { - "$ref": "#/components/parameters/fleet.search:_source" + "$ref": "#/components/parameters/fleet.search-_source" }, { - "$ref": "#/components/parameters/fleet.search:_source_excludes" + "$ref": "#/components/parameters/fleet.search-_source_excludes" }, { - "$ref": "#/components/parameters/fleet.search:_source_includes" + "$ref": "#/components/parameters/fleet.search-_source_includes" }, { - "$ref": "#/components/parameters/fleet.search:seq_no_primary_term" + "$ref": "#/components/parameters/fleet.search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/fleet.search:q" + "$ref": "#/components/parameters/fleet.search-q" }, { - "$ref": "#/components/parameters/fleet.search:size" + "$ref": "#/components/parameters/fleet.search-size" }, { - "$ref": "#/components/parameters/fleet.search:from" + "$ref": "#/components/parameters/fleet.search-from" }, { - "$ref": "#/components/parameters/fleet.search:sort" + "$ref": "#/components/parameters/fleet.search-sort" }, { - "$ref": "#/components/parameters/fleet.search:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.search-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.search:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.search-allow_partial_search_results" } ], "requestBody": { @@ -11167,7 +11918,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.search:200" + "$ref": "#/components/responses/fleet.search-200" } }, "x-state": "Technical preview" @@ -11181,136 +11932,136 @@ "operationId": "fleet-search-1", "parameters": [ { - "$ref": "#/components/parameters/fleet.search:index" + "$ref": "#/components/parameters/fleet.search-index" }, { - "$ref": "#/components/parameters/fleet.search:allow_no_indices" + "$ref": "#/components/parameters/fleet.search-allow_no_indices" }, { - "$ref": "#/components/parameters/fleet.search:analyzer" + "$ref": "#/components/parameters/fleet.search-analyzer" }, { - "$ref": "#/components/parameters/fleet.search:analyze_wildcard" + "$ref": "#/components/parameters/fleet.search-analyze_wildcard" }, { - "$ref": "#/components/parameters/fleet.search:batched_reduce_size" + "$ref": "#/components/parameters/fleet.search-batched_reduce_size" }, { - "$ref": "#/components/parameters/fleet.search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/fleet.search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/fleet.search:default_operator" + "$ref": "#/components/parameters/fleet.search-default_operator" }, { - "$ref": "#/components/parameters/fleet.search:df" + "$ref": "#/components/parameters/fleet.search-df" }, { - "$ref": "#/components/parameters/fleet.search:docvalue_fields" + "$ref": "#/components/parameters/fleet.search-docvalue_fields" }, { - "$ref": "#/components/parameters/fleet.search:expand_wildcards" + "$ref": "#/components/parameters/fleet.search-expand_wildcards" }, { - "$ref": "#/components/parameters/fleet.search:explain" + "$ref": "#/components/parameters/fleet.search-explain" }, { - "$ref": "#/components/parameters/fleet.search:ignore_throttled" + "$ref": "#/components/parameters/fleet.search-ignore_throttled" }, { - "$ref": "#/components/parameters/fleet.search:ignore_unavailable" + "$ref": "#/components/parameters/fleet.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/fleet.search:lenient" + "$ref": "#/components/parameters/fleet.search-lenient" }, { - "$ref": "#/components/parameters/fleet.search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/fleet.search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/fleet.search:preference" + "$ref": "#/components/parameters/fleet.search-preference" }, { - "$ref": "#/components/parameters/fleet.search:pre_filter_shard_size" + "$ref": "#/components/parameters/fleet.search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/fleet.search:request_cache" + "$ref": "#/components/parameters/fleet.search-request_cache" }, { - "$ref": "#/components/parameters/fleet.search:routing" + "$ref": "#/components/parameters/fleet.search-routing" }, { - "$ref": "#/components/parameters/fleet.search:scroll" + "$ref": "#/components/parameters/fleet.search-scroll" }, { - "$ref": "#/components/parameters/fleet.search:search_type" + "$ref": "#/components/parameters/fleet.search-search_type" }, { - "$ref": "#/components/parameters/fleet.search:stats" + "$ref": "#/components/parameters/fleet.search-stats" }, { - "$ref": "#/components/parameters/fleet.search:stored_fields" + "$ref": "#/components/parameters/fleet.search-stored_fields" }, { - "$ref": "#/components/parameters/fleet.search:suggest_field" + "$ref": "#/components/parameters/fleet.search-suggest_field" }, { - "$ref": "#/components/parameters/fleet.search:suggest_mode" + "$ref": "#/components/parameters/fleet.search-suggest_mode" }, { - "$ref": "#/components/parameters/fleet.search:suggest_size" + "$ref": "#/components/parameters/fleet.search-suggest_size" }, { - "$ref": "#/components/parameters/fleet.search:suggest_text" + "$ref": "#/components/parameters/fleet.search-suggest_text" }, { - "$ref": "#/components/parameters/fleet.search:terminate_after" + "$ref": "#/components/parameters/fleet.search-terminate_after" }, { - "$ref": "#/components/parameters/fleet.search:timeout" + "$ref": "#/components/parameters/fleet.search-timeout" }, { - "$ref": "#/components/parameters/fleet.search:track_total_hits" + "$ref": "#/components/parameters/fleet.search-track_total_hits" }, { - "$ref": "#/components/parameters/fleet.search:track_scores" + "$ref": "#/components/parameters/fleet.search-track_scores" }, { - "$ref": "#/components/parameters/fleet.search:typed_keys" + "$ref": "#/components/parameters/fleet.search-typed_keys" }, { - "$ref": "#/components/parameters/fleet.search:rest_total_hits_as_int" + "$ref": "#/components/parameters/fleet.search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/fleet.search:version" + "$ref": "#/components/parameters/fleet.search-version" }, { - "$ref": "#/components/parameters/fleet.search:_source" + "$ref": "#/components/parameters/fleet.search-_source" }, { - "$ref": "#/components/parameters/fleet.search:_source_excludes" + "$ref": "#/components/parameters/fleet.search-_source_excludes" }, { - "$ref": "#/components/parameters/fleet.search:_source_includes" + "$ref": "#/components/parameters/fleet.search-_source_includes" }, { - "$ref": "#/components/parameters/fleet.search:seq_no_primary_term" + "$ref": "#/components/parameters/fleet.search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/fleet.search:q" + "$ref": "#/components/parameters/fleet.search-q" }, { - "$ref": "#/components/parameters/fleet.search:size" + "$ref": "#/components/parameters/fleet.search-size" }, { - "$ref": "#/components/parameters/fleet.search:from" + "$ref": "#/components/parameters/fleet.search-from" }, { - "$ref": "#/components/parameters/fleet.search:sort" + "$ref": "#/components/parameters/fleet.search-sort" }, { - "$ref": "#/components/parameters/fleet.search:wait_for_checkpoints" + "$ref": "#/components/parameters/fleet.search-wait_for_checkpoints" }, { - "$ref": "#/components/parameters/fleet.search:allow_partial_search_results" + "$ref": "#/components/parameters/fleet.search-allow_partial_search_results" } ], "requestBody": { @@ -11318,7 +12069,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/fleet.search:200" + "$ref": "#/components/responses/fleet.search-200" } }, "x-state": "Technical preview" @@ -11343,7 +12094,7 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.get_script_context:Context" + "$ref": "#/components/schemas/_global.get_script_context.Context" } } }, @@ -11376,7 +12127,7 @@ "language_contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.get_script_languages:LanguageContext" + "$ref": "#/components/schemas/_global.get_script_languages.LanguageContext" } }, "types_allowed": { @@ -11410,13 +12161,13 @@ "operationId": "graph-explore", "parameters": [ { - "$ref": "#/components/parameters/graph.explore:index" + "$ref": "#/components/parameters/graph.explore-index" }, { - "$ref": "#/components/parameters/graph.explore:routing" + "$ref": "#/components/parameters/graph.explore-routing" }, { - "$ref": "#/components/parameters/graph.explore:timeout" + "$ref": "#/components/parameters/graph.explore-timeout" } ], "requestBody": { @@ -11424,7 +12175,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore:200" + "$ref": "#/components/responses/graph.explore-200" } } }, @@ -11440,13 +12191,13 @@ "operationId": "graph-explore-1", "parameters": [ { - "$ref": "#/components/parameters/graph.explore:index" + "$ref": "#/components/parameters/graph.explore-index" }, { - "$ref": "#/components/parameters/graph.explore:routing" + "$ref": "#/components/parameters/graph.explore-routing" }, { - "$ref": "#/components/parameters/graph.explore:timeout" + "$ref": "#/components/parameters/graph.explore-timeout" } ], "requestBody": { @@ -11454,7 +12205,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore:200" + "$ref": "#/components/responses/graph.explore-200" } } } @@ -11469,18 +12220,18 @@ "operationId": "health-report", "parameters": [ { - "$ref": "#/components/parameters/health_report:timeout" + "$ref": "#/components/parameters/health_report-timeout" }, { - "$ref": "#/components/parameters/health_report:verbose" + "$ref": "#/components/parameters/health_report-verbose" }, { - "$ref": "#/components/parameters/health_report:size" + "$ref": "#/components/parameters/health_report-size" } ], "responses": { "200": { - "$ref": "#/components/responses/health_report:200" + "$ref": "#/components/responses/health_report-200" } }, "x-state": "Added in 8.7.0" @@ -11496,21 +12247,21 @@ "operationId": "health-report-1", "parameters": [ { - "$ref": "#/components/parameters/health_report:feature" + "$ref": "#/components/parameters/health_report-feature" }, { - "$ref": "#/components/parameters/health_report:timeout" + "$ref": "#/components/parameters/health_report-timeout" }, { - "$ref": "#/components/parameters/health_report:verbose" + "$ref": "#/components/parameters/health_report-verbose" }, { - "$ref": "#/components/parameters/health_report:size" + "$ref": "#/components/parameters/health_report-size" } ], "responses": { "200": { - "$ref": "#/components/responses/health_report:200" + "$ref": "#/components/responses/health_report-200" } }, "x-state": "Added in 8.7.0" @@ -11525,18 +12276,18 @@ "operationId": "ilm-get-lifecycle", "parameters": [ { - "$ref": "#/components/parameters/ilm.get_lifecycle:policy" + "$ref": "#/components/parameters/ilm.get_lifecycle-policy" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle:master_timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle-master_timeout" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle:timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ilm.get_lifecycle:200" + "$ref": "#/components/responses/ilm.get_lifecycle-200" } }, "x-state": "Added in 6.6.0" @@ -11559,7 +12310,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -11569,7 +12320,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11579,7 +12330,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11591,14 +12342,40 @@ "type": "object", "properties": { "policy": { - "$ref": "#/components/schemas/ilm._types:Policy" + "$ref": "#/components/schemas/ilm._types.Policy" } } }, "examples": { "PutLifecycleRequestExample1": { "description": "Run `PUT _ilm/policy/my_policy` to create a new policy with arbitrary metadata.\n", - "value": "{\n \"policy\": {\n \"_meta\": {\n \"description\": \"used for nginx log\",\n \"project\": {\n \"name\": \"myProject\",\n \"department\": \"myDepartment\"\n }\n },\n \"phases\": {\n \"warm\": {\n \"min_age\": \"10d\",\n \"actions\": {\n \"forcemerge\": {\n \"max_num_segments\": 1\n }\n }\n },\n \"delete\": {\n \"min_age\": \"30d\",\n \"actions\": {\n \"delete\": {}\n }\n }\n }\n }\n}" + "value": { + "policy": { + "_meta": { + "description": "used for nginx log", + "project": { + "department": "myDepartment", + "name": "myProject" + } + }, + "phases": { + "delete": { + "actions": { + "delete": {} + }, + "min_age": "30d" + }, + "warm": { + "actions": { + "forcemerge": { + "max_num_segments": 1 + } + }, + "min_age": "10d" + } + } + } + } } } } @@ -11610,12 +12387,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutLifecycleResponseExample1": { "description": "A successful response when creating a new lifecycle policy.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -11639,7 +12418,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -11649,7 +12428,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11659,7 +12438,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11670,12 +12449,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteLifecycleResponseExample1": { "description": "A successful response when deleting a lifecycle policy.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -11701,7 +12482,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -11731,7 +12512,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11747,7 +12528,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ilm.explain_lifecycle:LifecycleExplain" + "$ref": "#/components/schemas/ilm.explain_lifecycle.LifecycleExplain" } } }, @@ -11777,15 +12558,15 @@ "operationId": "ilm-get-lifecycle-1", "parameters": [ { - "$ref": "#/components/parameters/ilm.get_lifecycle:master_timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle-master_timeout" }, { - "$ref": "#/components/parameters/ilm.get_lifecycle:timeout" + "$ref": "#/components/parameters/ilm.get_lifecycle-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ilm.get_lifecycle:200" + "$ref": "#/components/responses/ilm.get_lifecycle-200" } }, "x-state": "Added in 6.6.0" @@ -11808,7 +12589,7 @@ "type": "object", "properties": { "operation_mode": { - "$ref": "#/components/schemas/_types:LifecycleOperationMode" + "$ref": "#/components/schemas/_types.LifecycleOperationMode" } }, "required": [ @@ -11818,7 +12599,9 @@ "examples": { "GetILMStatusResponseExample1": { "description": "A successful response when retrieving the current ILM status.", - "value": "{\n \"operation_mode\": \"RUNNING\"\n}" + "value": { + "operation_mode": "RUNNING" + } } } } @@ -11856,7 +12639,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11878,7 +12661,10 @@ "examples": { "MigrateToDataTiersRequestExample1": { "description": "Run `POST /_ilm/migrate_to_data_tiers` to migrate the indices, ILM policies, legacy templates, composable, and component templates away from defining custom allocation filtering using the `custom_attribute_name` node attribute. It also deletes the legacy template with name `global-template` if it exists in the system.\n", - "value": "{\n \"legacy_template_to_delete\": \"global-template\",\n \"node_attribute\": \"custom_attribute_name\"\n}" + "value": { + "legacy_template_to_delete": "global-template", + "node_attribute": "custom_attribute_name" + } } } } @@ -11907,7 +12693,7 @@ } }, "migrated_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "migrated_legacy_templates": { "description": "The legacy index templates that were updated to not contain custom routing settings for the provided data attribute.", @@ -11944,7 +12730,25 @@ "examples": { "MigrateToDataTiersResponseExample1": { "description": "A successful response when migrating indices, ILMs, and templates from custom node attributes to data tiers.\n", - "value": "{\n \"dry_run\": false,\n \"removed_legacy_template\":\"global-template\",\n \"migrated_ilm_policies\":[\"policy_with_allocate_action\"],\n \"migrated_indices\":[\"warm-index-to-migrate-000001\"],\n \"migrated_legacy_templates\":[\"a-legacy-template\"],\n \"migrated_composable_templates\":[\"a-composable-template\"],\n \"migrated_component_templates\":[\"a-component-template\"]\n}" + "value": { + "dry_run": false, + "migrated_component_templates": [ + "a-component-template" + ], + "migrated_composable_templates": [ + "a-composable-template" + ], + "migrated_ilm_policies": [ + "policy_with_allocate_action" + ], + "migrated_indices": [ + "warm-index-to-migrate-000001" + ], + "migrated_legacy_templates": [ + "a-legacy-template" + ], + "removed_legacy_template": "global-template" + } } } } @@ -11970,7 +12774,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" } @@ -11982,10 +12786,10 @@ "type": "object", "properties": { "current_step": { - "$ref": "#/components/schemas/ilm.move_to_step:StepKey" + "$ref": "#/components/schemas/ilm.move_to_step.StepKey" }, "next_step": { - "$ref": "#/components/schemas/ilm.move_to_step:StepKey" + "$ref": "#/components/schemas/ilm.move_to_step.StepKey" } }, "required": [ @@ -11997,12 +12801,32 @@ "MoveToStepRequestExample1": { "summary": "Move to forcemerge step", "description": "Run `POST _ilm/move/my-index-000001` to move `my-index-000001` from the initial step to the `forcemerge` step.\n", - "value": "{\n \"current_step\": {\n \"phase\": \"new\",\n \"action\": \"complete\",\n \"name\": \"complete\"\n },\n \"next_step\": {\n \"phase\": \"warm\",\n \"action\": \"forcemerge\",\n \"name\": \"forcemerge\"\n }\n}" + "value": { + "current_step": { + "action": "complete", + "name": "complete", + "phase": "new" + }, + "next_step": { + "action": "forcemerge", + "name": "forcemerge", + "phase": "warm" + } + } }, "MoveToStepRequestExample2": { "summary": "Move to warm step", "description": "Run `POST _ilm/move/my-index-000001` to move `my-index-000001` from the end of hot phase into the start of warm.\n", - "value": "{\n \"current_step\": {\n \"phase\": \"hot\",\n \"action\": \"complete\",\n \"name\": \"complete\"\n },\n \"next_step\": {\n \"phase\": \"warm\"\n }\n}" + "value": { + "current_step": { + "action": "complete", + "name": "complete", + "phase": "hot" + }, + "next_step": { + "phase": "warm" + } + } } } } @@ -12014,12 +12838,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MoveToStepResponseExample1": { "description": "A successful response when running a specific step in a lifecycle policy.\n", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -12045,7 +12871,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" } @@ -12061,7 +12887,7 @@ "failed_indexes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "has_failures": { @@ -12076,7 +12902,10 @@ "examples": { "RemovePolicyResponseExample1": { "description": "A successful response when removing a lifecycle policy from an index.", - "value": "{\n \"has_failures\" : false,\n \"failed_indexes\" : []\n}" + "value": { + "failed_indexes": [], + "has_failures": false + } } } } @@ -12102,7 +12931,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" } @@ -12113,7 +12942,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -12137,7 +12966,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12147,7 +12976,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12158,12 +12987,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StartILMResponseExample1": { "description": "A successful response when stating the ILM plugin.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -12188,7 +13019,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12198,7 +13029,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12209,12 +13040,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StopILMResponseExample1": { "description": "A successful response when stopping the ILM plugin.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -12237,43 +13070,43 @@ "operationId": "index-2", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -12281,7 +13114,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } } @@ -12302,7 +13135,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -12313,7 +13146,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/indices.add_block:IndicesBlockOptions" + "$ref": "#/components/schemas/indices.add_block.IndicesBlockOptions" }, "style": "simple" }, @@ -12333,7 +13166,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -12353,7 +13186,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12363,7 +13196,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12385,7 +13218,7 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.add_block:IndicesBlockStatus" + "$ref": "#/components/schemas/indices.add_block.IndicesBlockStatus" } } }, @@ -12398,7 +13231,16 @@ "examples": { "IndicesAddBlockResponseExample1": { "description": "A successful response from `PUT /my-index-000001/_block/write`, which adds an index block to an index.'", - "value": "{\n \"acknowledged\" : true,\n \"shards_acknowledged\" : true,\n \"indices\" : [ {\n \"name\" : \"my-index-000001\",\n \"blocked\" : true\n } ]\n}" + "value": { + "acknowledged": true, + "indices": [ + { + "blocked": true, + "name": "my-index-000001" + } + ], + "shards_acknowledged": true + } } } } @@ -12421,7 +13263,7 @@ "operationId": "indices-analyze", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -12429,7 +13271,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } }, @@ -12445,7 +13287,7 @@ "operationId": "indices-analyze-1", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -12453,7 +13295,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } } @@ -12471,10 +13313,10 @@ "operationId": "indices-analyze-2", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index" + "$ref": "#/components/parameters/indices.analyze-index" }, { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -12482,7 +13324,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } }, @@ -12498,10 +13340,10 @@ "operationId": "indices-analyze-3", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index" + "$ref": "#/components/parameters/indices.analyze-index" }, { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -12509,7 +13351,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } } @@ -12530,7 +13372,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" } @@ -12541,7 +13383,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -12560,33 +13402,33 @@ "operationId": "indices-clear-cache", "parameters": [ { - "$ref": "#/components/parameters/indices.clear_cache:index_" + "$ref": "#/components/parameters/indices.clear_cache-index_" }, { - "$ref": "#/components/parameters/indices.clear_cache:allow_no_indices" + "$ref": "#/components/parameters/indices.clear_cache-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.clear_cache:expand_wildcards" + "$ref": "#/components/parameters/indices.clear_cache-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.clear_cache:fielddata" + "$ref": "#/components/parameters/indices.clear_cache-fielddata" }, { - "$ref": "#/components/parameters/indices.clear_cache:fields" + "$ref": "#/components/parameters/indices.clear_cache-fields" }, { - "$ref": "#/components/parameters/indices.clear_cache:ignore_unavailable" + "$ref": "#/components/parameters/indices.clear_cache-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.clear_cache:query" + "$ref": "#/components/parameters/indices.clear_cache-query" }, { - "$ref": "#/components/parameters/indices.clear_cache:request" + "$ref": "#/components/parameters/indices.clear_cache-request" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.clear_cache:200" + "$ref": "#/components/responses/indices.clear_cache-200" } } } @@ -12601,36 +13443,36 @@ "operationId": "indices-clear-cache-1", "parameters": [ { - "$ref": "#/components/parameters/indices.clear_cache:index" + "$ref": "#/components/parameters/indices.clear_cache-index" }, { - "$ref": "#/components/parameters/indices.clear_cache:index_" + "$ref": "#/components/parameters/indices.clear_cache-index_" }, { - "$ref": "#/components/parameters/indices.clear_cache:allow_no_indices" + "$ref": "#/components/parameters/indices.clear_cache-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.clear_cache:expand_wildcards" + "$ref": "#/components/parameters/indices.clear_cache-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.clear_cache:fielddata" + "$ref": "#/components/parameters/indices.clear_cache-fielddata" }, { - "$ref": "#/components/parameters/indices.clear_cache:fields" + "$ref": "#/components/parameters/indices.clear_cache-fields" }, { - "$ref": "#/components/parameters/indices.clear_cache:ignore_unavailable" + "$ref": "#/components/parameters/indices.clear_cache-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.clear_cache:query" + "$ref": "#/components/parameters/indices.clear_cache-query" }, { - "$ref": "#/components/parameters/indices.clear_cache:request" + "$ref": "#/components/parameters/indices.clear_cache-request" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.clear_cache:200" + "$ref": "#/components/responses/indices.clear_cache-200" } } } @@ -12645,19 +13487,19 @@ "operationId": "indices-clone", "parameters": [ { - "$ref": "#/components/parameters/indices.clone:index" + "$ref": "#/components/parameters/indices.clone-index" }, { - "$ref": "#/components/parameters/indices.clone:target" + "$ref": "#/components/parameters/indices.clone-target" }, { - "$ref": "#/components/parameters/indices.clone:master_timeout" + "$ref": "#/components/parameters/indices.clone-master_timeout" }, { - "$ref": "#/components/parameters/indices.clone:timeout" + "$ref": "#/components/parameters/indices.clone-timeout" }, { - "$ref": "#/components/parameters/indices.clone:wait_for_active_shards" + "$ref": "#/components/parameters/indices.clone-wait_for_active_shards" } ], "requestBody": { @@ -12665,7 +13507,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.clone:200" + "$ref": "#/components/responses/indices.clone-200" } }, "x-state": "Added in 7.4.0" @@ -12679,19 +13521,19 @@ "operationId": "indices-clone-1", "parameters": [ { - "$ref": "#/components/parameters/indices.clone:index" + "$ref": "#/components/parameters/indices.clone-index" }, { - "$ref": "#/components/parameters/indices.clone:target" + "$ref": "#/components/parameters/indices.clone-target" }, { - "$ref": "#/components/parameters/indices.clone:master_timeout" + "$ref": "#/components/parameters/indices.clone-master_timeout" }, { - "$ref": "#/components/parameters/indices.clone:timeout" + "$ref": "#/components/parameters/indices.clone-timeout" }, { - "$ref": "#/components/parameters/indices.clone:wait_for_active_shards" + "$ref": "#/components/parameters/indices.clone-wait_for_active_shards" } ], "requestBody": { @@ -12699,7 +13541,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.clone:200" + "$ref": "#/components/responses/indices.clone-200" } }, "x-state": "Added in 7.4.0" @@ -12721,7 +13563,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -12741,7 +13583,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -12761,7 +13603,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12771,7 +13613,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12781,7 +13623,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -12800,7 +13642,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.close:CloseIndexResult" + "$ref": "#/components/schemas/indices.close.CloseIndexResult" } }, "shards_acknowledged": { @@ -12816,7 +13658,15 @@ "examples": { "CloseIndexResponseExample1": { "description": "A successful response for closing an index.", - "value": "{\n \"acknowledged\": true,\n \"shards_acknowledged\": true,\n \"indices\": {\n \"my-index-000001\": {\n \"closed\": true\n }\n }\n}" + "value": { + "acknowledged": true, + "indices": { + "my-index-000001": { + "closed": true + } + }, + "shards_acknowledged": true + } } } } @@ -12841,7 +13691,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -12861,7 +13711,7 @@ "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument\ndetermines whether wildcard expressions match hidden data streams. Supports comma-separated values,\nsuch as open,hidden.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -12911,7 +13761,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12921,7 +13771,7 @@ "description": "Return only information on specified index features", "deprecated": false, "schema": { - "$ref": "#/components/schemas/indices.get:Features" + "$ref": "#/components/schemas/indices.get.Features" }, "style": "form" } @@ -12934,7 +13784,7 @@ "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" } } } @@ -12957,7 +13807,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -12967,7 +13817,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12977,7 +13827,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -12987,7 +13837,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -13002,14 +13852,14 @@ "description": "Aliases for the index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } } }, @@ -13017,17 +13867,45 @@ "indicesCreateRequestExample1": { "summary": "Create an index.", "description": "This request specifies the `number_of_shards` and `number_of_replicas`.", - "value": "{\n \"settings\": {\n \"number_of_shards\": 3,\n \"number_of_replicas\": 2\n }\n}" + "value": { + "settings": { + "number_of_replicas": 2, + "number_of_shards": 3 + } + } }, "indicesCreateRequestExample2": { "summary": "Create an index with mappings.", "description": "You can provide mapping definitions in the create index API requests.", - "value": "{\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"properties\": {\n \"field1\": { \"type\": \"text\" }\n }\n }\n}" + "value": { + "mappings": { + "properties": { + "field1": { + "type": "text" + } + } + }, + "settings": { + "number_of_shards": 1 + } + } }, "indicesCreateRequestExample3": { "summary": "Create an index with aliases.", "description": "You can provide mapping definitions in the create index API requests. Index alias names also support date math.\n", - "value": "{\n \"aliases\": {\n \"alias_1\": {},\n \"alias_2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n }\n }\n}" + "value": { + "aliases": { + "alias_1": {}, + "alias_2": { + "filter": { + "term": { + "user.id": "kimchy" + } + }, + "routing": "shard-1" + } + } + } } } } @@ -13042,7 +13920,7 @@ "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards_acknowledged": { "type": "boolean" @@ -13077,7 +13955,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -13097,7 +13975,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13117,7 +13995,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13127,7 +14005,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13138,7 +14016,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:IndicesResponseBase" + "$ref": "#/components/schemas/_types.IndicesResponseBase" } } } @@ -13160,7 +14038,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -13180,7 +14058,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13245,24 +14123,24 @@ "operationId": "indices-get-data-stream-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream:name" + "$ref": "#/components/parameters/indices.get_data_stream-name" }, { - "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream:verbose" + "$ref": "#/components/parameters/indices.get_data_stream-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream:200" + "$ref": "#/components/responses/indices.get_data_stream-200" } }, "x-state": "Added in 7.9.0" @@ -13282,7 +14160,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "style": "simple" }, @@ -13292,7 +14170,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13302,7 +14180,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13313,7 +14191,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -13336,7 +14214,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -13346,7 +14224,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13356,7 +14234,7 @@ "description": "Type of data stream that wildcard patterns can match. Supports comma-separated values,such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" } @@ -13367,7 +14245,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -13386,10 +14264,10 @@ "operationId": "indices-create-from", "parameters": [ { - "$ref": "#/components/parameters/indices.create_from:source" + "$ref": "#/components/parameters/indices.create_from-source" }, { - "$ref": "#/components/parameters/indices.create_from:dest" + "$ref": "#/components/parameters/indices.create_from-dest" } ], "requestBody": { @@ -13397,7 +14275,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.create_from:200" + "$ref": "#/components/responses/indices.create_from-200" } }, "x-state": "Technical preview" @@ -13411,10 +14289,10 @@ "operationId": "indices-create-from-1", "parameters": [ { - "$ref": "#/components/parameters/indices.create_from:source" + "$ref": "#/components/parameters/indices.create_from-source" }, { - "$ref": "#/components/parameters/indices.create_from:dest" + "$ref": "#/components/parameters/indices.create_from-dest" } ], "requestBody": { @@ -13422,7 +14300,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.create_from:200" + "$ref": "#/components/responses/indices.create_from-200" } }, "x-state": "Technical preview" @@ -13438,12 +14316,12 @@ "operationId": "indices-data-streams-stats", "parameters": [ { - "$ref": "#/components/parameters/indices.data_streams_stats:expand_wildcards" + "$ref": "#/components/parameters/indices.data_streams_stats-expand_wildcards" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.data_streams_stats:200" + "$ref": "#/components/responses/indices.data_streams_stats-200" } }, "x-state": "Added in 7.9.0" @@ -13459,15 +14337,15 @@ "operationId": "indices-data-streams-stats-1", "parameters": [ { - "$ref": "#/components/parameters/indices.data_streams_stats:name" + "$ref": "#/components/parameters/indices.data_streams_stats-name" }, { - "$ref": "#/components/parameters/indices.data_streams_stats:expand_wildcards" + "$ref": "#/components/parameters/indices.data_streams_stats-expand_wildcards" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.data_streams_stats:200" + "$ref": "#/components/responses/indices.data_streams_stats-200" } }, "x-state": "Added in 7.9.0" @@ -13483,27 +14361,27 @@ "operationId": "indices-get-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:index" + "$ref": "#/components/parameters/indices.get_alias-index" }, { - "$ref": "#/components/parameters/indices.get_alias:name" + "$ref": "#/components/parameters/indices.get_alias-name" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } }, @@ -13516,16 +14394,16 @@ "operationId": "indices-put-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -13533,7 +14411,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -13546,16 +14424,16 @@ "operationId": "indices-put-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -13563,7 +14441,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -13576,21 +14454,21 @@ "operationId": "indices-delete-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias:index" + "$ref": "#/components/parameters/indices.delete_alias-index" }, { - "$ref": "#/components/parameters/indices.delete_alias:name" + "$ref": "#/components/parameters/indices.delete_alias-name" }, { - "$ref": "#/components/parameters/indices.delete_alias:master_timeout" + "$ref": "#/components/parameters/indices.delete_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias:timeout" + "$ref": "#/components/parameters/indices.delete_alias-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias:200" + "$ref": "#/components/responses/indices.delete_alias-200" } } }, @@ -13603,27 +14481,27 @@ "operationId": "indices-exists-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias:index" + "$ref": "#/components/parameters/indices.exists_alias-index" }, { - "$ref": "#/components/parameters/indices.exists_alias:name" + "$ref": "#/components/parameters/indices.exists_alias-name" }, { - "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias:master_timeout" + "$ref": "#/components/parameters/indices.exists_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias:200" + "$ref": "#/components/responses/indices.exists_alias-200" } } } @@ -13638,16 +14516,16 @@ "operationId": "indices-put-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -13655,7 +14533,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -13668,16 +14546,16 @@ "operationId": "indices-put-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -13685,7 +14563,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -13698,21 +14576,21 @@ "operationId": "indices-delete-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias:index" + "$ref": "#/components/parameters/indices.delete_alias-index" }, { - "$ref": "#/components/parameters/indices.delete_alias:name" + "$ref": "#/components/parameters/indices.delete_alias-name" }, { - "$ref": "#/components/parameters/indices.delete_alias:master_timeout" + "$ref": "#/components/parameters/indices.delete_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias:timeout" + "$ref": "#/components/parameters/indices.delete_alias-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias:200" + "$ref": "#/components/responses/indices.delete_alias-200" } } } @@ -13733,7 +14611,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -13743,7 +14621,7 @@ "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13763,7 +14641,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13779,7 +14657,7 @@ "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_data_lifecycle:DataStreamWithLifecycle" + "$ref": "#/components/schemas/indices.get_data_lifecycle.DataStreamWithLifecycle" } } }, @@ -13790,7 +14668,24 @@ "examples": { "IndicesGetDataLifecycleResponseExample1": { "description": "A successful response from `GET _lifecycle/stats?human&pretty`.", - "value": "{\n \"data_streams\": [\n {\n \"name\": \"my-data-stream-1\",\n \"lifecycle\": {\n \"enabled\": true,\n \"data_retention\": \"7d\"\n }\n },\n {\n \"name\": \"my-data-stream-2\",\n \"lifecycle\": {\n \"enabled\": true,\n \"data_retention\": \"7d\"\n }\n }\n ]\n}" + "value": { + "data_streams": [ + { + "lifecycle": { + "data_retention": "7d", + "enabled": true + }, + "name": "my-data-stream-1" + }, + { + "lifecycle": { + "data_retention": "7d", + "enabled": true + }, + "name": "my-data-stream-2" + } + ] + } } } } @@ -13814,7 +14709,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -13824,7 +14719,7 @@ "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `hidden`, `open`, `closed`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13834,7 +14729,7 @@ "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13844,7 +14739,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13856,10 +14751,10 @@ "type": "object", "properties": { "data_retention": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "downsampling": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleDownsampling" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleDownsampling" }, "enabled": { "description": "If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle\nthat's disabled (enabled: `false`) will have no effect on the data stream.", @@ -13870,12 +14765,25 @@ "examples": { "IndicesPutDataLifecycleRequestExample1": { "summary": "Set the data stream lifecycle retention", - "value": "{\n \"data_retention\": \"7d\"\n}" + "value": { + "data_retention": "7d" + } }, "IndicesPutDataLifecycleRequestExample2": { "summary": "Set the data stream lifecycle downsampling", "description": "This example configures two downsampling rounds.", - "value": "{\n \"downsampling\": [\n {\n \"after\": \"1d\",\n \"fixed_interval\": \"10m\"\n },\n {\n \"after\": \"7d\",\n \"fixed_interval\": \"1d\"\n }\n ]\n}" + "value": { + "downsampling": [ + { + "after": "1d", + "fixed_interval": "10m" + }, + { + "after": "7d", + "fixed_interval": "1d" + } + ] + } } } } @@ -13887,12 +14795,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "IndicesPutDataLifecycleResponseExample1": { "description": "A successful response for configuring a data stream lifecycle.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -13916,7 +14826,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -13926,7 +14836,7 @@ "description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13936,7 +14846,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -13946,7 +14856,7 @@ "description": "Explicit timestamp for the document", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13957,12 +14867,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "IndicesDeleteDataLifecycleResponseExample1": { "description": "A successful response for deleting a data stream lifecycle.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -13982,24 +14894,24 @@ "operationId": "indices-get-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template:name" + "$ref": "#/components/parameters/indices.get_index_template-name" }, { - "$ref": "#/components/parameters/indices.get_index_template:local" + "$ref": "#/components/parameters/indices.get_index_template-local" }, { - "$ref": "#/components/parameters/indices.get_index_template:flat_settings" + "$ref": "#/components/parameters/indices.get_index_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template:master_timeout" + "$ref": "#/components/parameters/indices.get_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template:include_defaults" + "$ref": "#/components/parameters/indices.get_index_template-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template:200" + "$ref": "#/components/responses/indices.get_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -14013,16 +14925,16 @@ "operationId": "indices-put-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template:name" + "$ref": "#/components/parameters/indices.put_index_template-name" }, { - "$ref": "#/components/parameters/indices.put_index_template:create" + "$ref": "#/components/parameters/indices.put_index_template-create" }, { - "$ref": "#/components/parameters/indices.put_index_template:master_timeout" + "$ref": "#/components/parameters/indices.put_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template:cause" + "$ref": "#/components/parameters/indices.put_index_template-cause" } ], "requestBody": { @@ -14030,7 +14942,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template:200" + "$ref": "#/components/responses/indices.put_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -14044,16 +14956,16 @@ "operationId": "indices-put-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template:name" + "$ref": "#/components/parameters/indices.put_index_template-name" }, { - "$ref": "#/components/parameters/indices.put_index_template:create" + "$ref": "#/components/parameters/indices.put_index_template-create" }, { - "$ref": "#/components/parameters/indices.put_index_template:master_timeout" + "$ref": "#/components/parameters/indices.put_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template:cause" + "$ref": "#/components/parameters/indices.put_index_template-cause" } ], "requestBody": { @@ -14061,7 +14973,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template:200" + "$ref": "#/components/responses/indices.put_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -14081,7 +14993,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -14091,7 +15003,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -14101,7 +15013,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14112,7 +15024,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -14135,7 +15047,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -14165,7 +15077,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14193,21 +15105,21 @@ "operationId": "indices-get-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_template:name" + "$ref": "#/components/parameters/indices.get_template-name" }, { - "$ref": "#/components/parameters/indices.get_template:flat_settings" + "$ref": "#/components/parameters/indices.get_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_template:local" + "$ref": "#/components/parameters/indices.get_template-local" }, { - "$ref": "#/components/parameters/indices.get_template:master_timeout" + "$ref": "#/components/parameters/indices.get_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_template:200" + "$ref": "#/components/responses/indices.get_template-200" } } }, @@ -14223,19 +15135,19 @@ "operationId": "indices-put-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_template:name" + "$ref": "#/components/parameters/indices.put_template-name" }, { - "$ref": "#/components/parameters/indices.put_template:create" + "$ref": "#/components/parameters/indices.put_template-create" }, { - "$ref": "#/components/parameters/indices.put_template:master_timeout" + "$ref": "#/components/parameters/indices.put_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_template:order" + "$ref": "#/components/parameters/indices.put_template-order" }, { - "$ref": "#/components/parameters/indices.put_template:cause" + "$ref": "#/components/parameters/indices.put_template-cause" } ], "requestBody": { @@ -14243,7 +15155,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_template:200" + "$ref": "#/components/responses/indices.put_template-200" } } }, @@ -14259,19 +15171,19 @@ "operationId": "indices-put-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_template:name" + "$ref": "#/components/parameters/indices.put_template-name" }, { - "$ref": "#/components/parameters/indices.put_template:create" + "$ref": "#/components/parameters/indices.put_template-create" }, { - "$ref": "#/components/parameters/indices.put_template:master_timeout" + "$ref": "#/components/parameters/indices.put_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_template:order" + "$ref": "#/components/parameters/indices.put_template-order" }, { - "$ref": "#/components/parameters/indices.put_template:cause" + "$ref": "#/components/parameters/indices.put_template-cause" } ], "requestBody": { @@ -14279,7 +15191,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_template:200" + "$ref": "#/components/responses/indices.put_template-200" } } }, @@ -14297,7 +15209,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -14307,7 +15219,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -14317,7 +15229,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14328,7 +15240,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -14353,7 +15265,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -14383,7 +15295,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14414,7 +15326,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -14434,7 +15346,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -14500,7 +15412,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -14511,7 +15423,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" } @@ -14520,11 +15432,13 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices._types:DownsampleConfig" + "$ref": "#/components/schemas/indices._types.DownsampleConfig" }, "examples": { "DownsampleRequestExample1": { - "value": "{\n \"fixed_interval\": \"1d\"\n}" + "value": { + "fixed_interval": "1d" + } } } } @@ -14556,24 +15470,24 @@ "operationId": "indices-get-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:name" + "$ref": "#/components/parameters/indices.get_alias-name" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } }, @@ -14586,24 +15500,24 @@ "operationId": "indices-exists-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias:name" + "$ref": "#/components/parameters/indices.exists_alias-name" }, { - "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias:master_timeout" + "$ref": "#/components/parameters/indices.exists_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias:200" + "$ref": "#/components/responses/indices.exists_alias-200" } } } @@ -14624,7 +15538,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -14644,7 +15558,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14660,7 +15574,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.explain_data_lifecycle:DataStreamLifecycleExplain" + "$ref": "#/components/schemas/indices.explain_data_lifecycle.DataStreamLifecycleExplain" } } }, @@ -14703,7 +15617,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -14723,7 +15637,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -14743,7 +15657,7 @@ "description": "Comma-separated list or wildcard expressions of fields to include in the statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" } @@ -14754,12 +15668,75 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.field_usage_stats:FieldsUsageBody" + "$ref": "#/components/schemas/indices.field_usage_stats.FieldsUsageBody" }, "examples": { "indicesFieldUsageStatsResponseExample1": { "description": "An abbreviated response from `GET /my-index-000001/_field_usage_stats`. The `all_fields` object reports the sums of the usage counts for all fields in the index (on the listed shard).\n", - "value": "{\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"failed\": 0\n },\n \"my-index-000001\": {\n \"shards\": [\n {\n \"tracking_id\": \"MpOl0QlTQ4SYYhEe6KgJoQ\",\n \"tracking_started_at_millis\": 1625558985010,\n \"routing\": {\n \"state\": \"STARTED\",\n \"primary\": true,\n \"node\": \"gA6KeeVzQkGURFCUyV-e8Q\",\n \"relocating_node\": null\n },\n \"stats\": {\n \"all_fields\": {\n \"any\": \"6\",\n \"inverted_index\": {\n \"terms\": 1,\n \"postings\": 1,\n \"proximity\": 1,\n \"positions\": 0,\n \"term_frequencies\": 1,\n \"offsets\": 0,\n \"payloads\": 0\n },\n \"stored_fields\": 2,\n \"doc_values\": 1,\n \"points\": 0,\n \"norms\": 1,\n \"term_vectors\": 0,\n \"knn_vectors\": 0\n },\n \"fields\": {\n \"_id\": {\n \"any\": 1,\n \"inverted_index\": {\n \"terms\": 1,\n \"postings\": 1,\n \"proximity\": 1,\n \"positions\": 0,\n \"term_frequencies\": 1,\n \"offsets\": 0,\n \"payloads\": 0\n },\n \"stored_fields\": 1,\n \"doc_values\": 0,\n \"points\": 0,\n \"norms\": 0,\n \"term_vectors\": 0,\n \"knn_vectors\": 0\n },\n \"_source\": {},\n \"context\": {},\n \"message.keyword\": {}\n }\n }\n }\n ]\n }\n}" + "value": { + "_shards": { + "failed": 0, + "successful": 1, + "total": 1 + }, + "my-index-000001": { + "shards": [ + { + "routing": { + "node": "gA6KeeVzQkGURFCUyV-e8Q", + "primary": true, + "relocating_node": null, + "state": "STARTED" + }, + "stats": { + "all_fields": { + "any": "6", + "doc_values": 1, + "inverted_index": { + "offsets": 0, + "payloads": 0, + "positions": 0, + "postings": 1, + "proximity": 1, + "term_frequencies": 1, + "terms": 1 + }, + "knn_vectors": 0, + "norms": 1, + "points": 0, + "stored_fields": 2, + "term_vectors": 0 + }, + "fields": { + "_id": { + "any": 1, + "doc_values": 0, + "inverted_index": { + "offsets": 0, + "payloads": 0, + "positions": 0, + "postings": 1, + "proximity": 1, + "term_frequencies": 1, + "terms": 1 + }, + "knn_vectors": 0, + "norms": 0, + "points": 0, + "stored_fields": 1, + "term_vectors": 0 + }, + "_source": {}, + "context": {}, + "message.keyword": {} + } + }, + "tracking_id": "MpOl0QlTQ4SYYhEe6KgJoQ", + "tracking_started_at_millis": 1625558985010 + } + ] + } + } } } } @@ -14779,24 +15756,24 @@ "operationId": "indices-flush-1", "parameters": [ { - "$ref": "#/components/parameters/indices.flush:allow_no_indices" + "$ref": "#/components/parameters/indices.flush-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush:expand_wildcards" + "$ref": "#/components/parameters/indices.flush-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush:force" + "$ref": "#/components/parameters/indices.flush-force" }, { - "$ref": "#/components/parameters/indices.flush:ignore_unavailable" + "$ref": "#/components/parameters/indices.flush-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush-wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush:200" + "$ref": "#/components/responses/indices.flush-200" } } }, @@ -14809,24 +15786,24 @@ "operationId": "indices-flush", "parameters": [ { - "$ref": "#/components/parameters/indices.flush:allow_no_indices" + "$ref": "#/components/parameters/indices.flush-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush:expand_wildcards" + "$ref": "#/components/parameters/indices.flush-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush:force" + "$ref": "#/components/parameters/indices.flush-force" }, { - "$ref": "#/components/parameters/indices.flush:ignore_unavailable" + "$ref": "#/components/parameters/indices.flush-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush-wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush:200" + "$ref": "#/components/responses/indices.flush-200" } } } @@ -14841,27 +15818,27 @@ "operationId": "indices-flush-3", "parameters": [ { - "$ref": "#/components/parameters/indices.flush:index" + "$ref": "#/components/parameters/indices.flush-index" }, { - "$ref": "#/components/parameters/indices.flush:allow_no_indices" + "$ref": "#/components/parameters/indices.flush-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush:expand_wildcards" + "$ref": "#/components/parameters/indices.flush-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush:force" + "$ref": "#/components/parameters/indices.flush-force" }, { - "$ref": "#/components/parameters/indices.flush:ignore_unavailable" + "$ref": "#/components/parameters/indices.flush-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush-wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush:200" + "$ref": "#/components/responses/indices.flush-200" } } }, @@ -14874,27 +15851,27 @@ "operationId": "indices-flush-2", "parameters": [ { - "$ref": "#/components/parameters/indices.flush:index" + "$ref": "#/components/parameters/indices.flush-index" }, { - "$ref": "#/components/parameters/indices.flush:allow_no_indices" + "$ref": "#/components/parameters/indices.flush-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.flush:expand_wildcards" + "$ref": "#/components/parameters/indices.flush-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.flush:force" + "$ref": "#/components/parameters/indices.flush-force" }, { - "$ref": "#/components/parameters/indices.flush:ignore_unavailable" + "$ref": "#/components/parameters/indices.flush-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.flush:wait_if_ongoing" + "$ref": "#/components/parameters/indices.flush-wait_if_ongoing" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.flush:200" + "$ref": "#/components/responses/indices.flush-200" } } } @@ -14912,30 +15889,30 @@ "operationId": "indices-forcemerge", "parameters": [ { - "$ref": "#/components/parameters/indices.forcemerge:allow_no_indices" + "$ref": "#/components/parameters/indices.forcemerge-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.forcemerge:expand_wildcards" + "$ref": "#/components/parameters/indices.forcemerge-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.forcemerge:flush" + "$ref": "#/components/parameters/indices.forcemerge-flush" }, { - "$ref": "#/components/parameters/indices.forcemerge:ignore_unavailable" + "$ref": "#/components/parameters/indices.forcemerge-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.forcemerge:max_num_segments" + "$ref": "#/components/parameters/indices.forcemerge-max_num_segments" }, { - "$ref": "#/components/parameters/indices.forcemerge:only_expunge_deletes" + "$ref": "#/components/parameters/indices.forcemerge-only_expunge_deletes" }, { - "$ref": "#/components/parameters/indices.forcemerge:wait_for_completion" + "$ref": "#/components/parameters/indices.forcemerge-wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.forcemerge:200" + "$ref": "#/components/responses/indices.forcemerge-200" } }, "x-state": "Added in 2.1.0" @@ -14954,33 +15931,33 @@ "operationId": "indices-forcemerge-1", "parameters": [ { - "$ref": "#/components/parameters/indices.forcemerge:index" + "$ref": "#/components/parameters/indices.forcemerge-index" }, { - "$ref": "#/components/parameters/indices.forcemerge:allow_no_indices" + "$ref": "#/components/parameters/indices.forcemerge-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.forcemerge:expand_wildcards" + "$ref": "#/components/parameters/indices.forcemerge-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.forcemerge:flush" + "$ref": "#/components/parameters/indices.forcemerge-flush" }, { - "$ref": "#/components/parameters/indices.forcemerge:ignore_unavailable" + "$ref": "#/components/parameters/indices.forcemerge-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.forcemerge:max_num_segments" + "$ref": "#/components/parameters/indices.forcemerge-max_num_segments" }, { - "$ref": "#/components/parameters/indices.forcemerge:only_expunge_deletes" + "$ref": "#/components/parameters/indices.forcemerge-only_expunge_deletes" }, { - "$ref": "#/components/parameters/indices.forcemerge:wait_for_completion" + "$ref": "#/components/parameters/indices.forcemerge-wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.forcemerge:200" + "$ref": "#/components/responses/indices.forcemerge-200" } }, "x-state": "Added in 2.1.0" @@ -14996,21 +15973,21 @@ "operationId": "indices-get-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } } @@ -15025,24 +16002,24 @@ "operationId": "indices-get-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:index" + "$ref": "#/components/parameters/indices.get_alias-index" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } } @@ -15071,14 +16048,14 @@ "description": "Information about the data streams that are managed by the data stream lifecycle.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_data_lifecycle_stats:DataStreamStats" + "$ref": "#/components/schemas/indices.get_data_lifecycle_stats.DataStreamStats" } }, "last_run_duration_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "time_between_starts_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -15089,7 +16066,25 @@ "examples": { "IndicesGetDataLifecycleStatsResponseExample1": { "description": "A successful response for `GET _lifecycle/stats?human&pretty`", - "value": "{\n \"last_run_duration_in_millis\": 2,\n \"last_run_duration\": \"2ms\",\n \"time_between_starts_in_millis\": 9998,\n \"time_between_starts\": \"9.99s\",\n \"data_streams_count\": 2,\n \"data_streams\": [\n {\n \"name\": \"my-data-stream\",\n \"backing_indices_in_total\": 2,\n \"backing_indices_in_error\": 0\n },\n {\n \"name\": \"my-other-stream\",\n \"backing_indices_in_total\": 2,\n \"backing_indices_in_error\": 1\n }\n ]\n}" + "value": { + "data_streams": [ + { + "backing_indices_in_error": 0, + "backing_indices_in_total": 2, + "name": "my-data-stream" + }, + { + "backing_indices_in_error": 1, + "backing_indices_in_total": 2, + "name": "my-other-stream" + } + ], + "data_streams_count": 2, + "last_run_duration": "2ms", + "last_run_duration_in_millis": 2, + "time_between_starts": "9.99s", + "time_between_starts_in_millis": 9998 + } } } } @@ -15109,21 +16104,21 @@ "operationId": "indices-get-data-stream", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream:verbose" + "$ref": "#/components/parameters/indices.get_data_stream-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream:200" + "$ref": "#/components/responses/indices.get_data_stream-200" } }, "x-state": "Added in 7.9.0" @@ -15139,24 +16134,24 @@ "operationId": "indices-get-field-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_field_mapping:fields" + "$ref": "#/components/parameters/indices.get_field_mapping-fields" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_field_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_field_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_field_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:include_defaults" + "$ref": "#/components/parameters/indices.get_field_mapping-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_field_mapping:200" + "$ref": "#/components/responses/indices.get_field_mapping-200" } } } @@ -15171,27 +16166,27 @@ "operationId": "indices-get-field-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_field_mapping:index" + "$ref": "#/components/parameters/indices.get_field_mapping-index" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:fields" + "$ref": "#/components/parameters/indices.get_field_mapping-fields" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_field_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_field_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_field_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_field_mapping:include_defaults" + "$ref": "#/components/parameters/indices.get_field_mapping-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_field_mapping:200" + "$ref": "#/components/responses/indices.get_field_mapping-200" } } } @@ -15206,21 +16201,21 @@ "operationId": "indices-get-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template:local" + "$ref": "#/components/parameters/indices.get_index_template-local" }, { - "$ref": "#/components/parameters/indices.get_index_template:flat_settings" + "$ref": "#/components/parameters/indices.get_index_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template:master_timeout" + "$ref": "#/components/parameters/indices.get_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template:include_defaults" + "$ref": "#/components/parameters/indices.get_index_template-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template:200" + "$ref": "#/components/responses/indices.get_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -15236,24 +16231,24 @@ "operationId": "indices-get-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping:local" + "$ref": "#/components/parameters/indices.get_mapping-local" }, { - "$ref": "#/components/parameters/indices.get_mapping:master_timeout" + "$ref": "#/components/parameters/indices.get_mapping-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping:200" + "$ref": "#/components/responses/indices.get_mapping-200" } } } @@ -15268,27 +16263,27 @@ "operationId": "indices-get-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping:index" + "$ref": "#/components/parameters/indices.get_mapping-index" }, { - "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping:local" + "$ref": "#/components/parameters/indices.get_mapping-local" }, { - "$ref": "#/components/parameters/indices.get_mapping:master_timeout" + "$ref": "#/components/parameters/indices.get_mapping-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping:200" + "$ref": "#/components/responses/indices.get_mapping-200" } } }, @@ -15304,25 +16299,25 @@ "operationId": "indices-put-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping:index" + "$ref": "#/components/parameters/indices.put_mapping-index" }, { - "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping:master_timeout" + "$ref": "#/components/parameters/indices.put_mapping-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:timeout" + "$ref": "#/components/parameters/indices.put_mapping-timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:write_index_only" + "$ref": "#/components/parameters/indices.put_mapping-write_index_only" } ], "requestBody": { @@ -15330,7 +16325,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping:200" + "$ref": "#/components/responses/indices.put_mapping-200" } } }, @@ -15346,25 +16341,25 @@ "operationId": "indices-put-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping:index" + "$ref": "#/components/parameters/indices.put_mapping-index" }, { - "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping:master_timeout" + "$ref": "#/components/parameters/indices.put_mapping-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:timeout" + "$ref": "#/components/parameters/indices.put_mapping-timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:write_index_only" + "$ref": "#/components/parameters/indices.put_mapping-write_index_only" } ], "requestBody": { @@ -15372,7 +16367,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping:200" + "$ref": "#/components/responses/indices.put_mapping-200" } } } @@ -15393,7 +16388,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" } @@ -15407,10 +16402,10 @@ "type": "object", "properties": { "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "complete": { "type": "boolean" @@ -15427,7 +16422,7 @@ "in_progress": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_migrate_reindex_status:StatusInProgress" + "$ref": "#/components/schemas/indices.get_migrate_reindex_status.StatusInProgress" } }, "pending": { @@ -15436,7 +16431,7 @@ "errors": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_migrate_reindex_status:StatusError" + "$ref": "#/components/schemas/indices.get_migrate_reindex_status.StatusError" } }, "exception": { @@ -15471,30 +16466,30 @@ "operationId": "indices-get-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } }, @@ -15510,28 +16505,28 @@ "operationId": "indices-put-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings:flat_settings" + "$ref": "#/components/parameters/indices.put_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings:master_timeout" + "$ref": "#/components/parameters/indices.put_settings-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings:preserve_existing" + "$ref": "#/components/parameters/indices.put_settings-preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings:reopen" + "$ref": "#/components/parameters/indices.put_settings-reopen" }, { - "$ref": "#/components/parameters/indices.put_settings:timeout" + "$ref": "#/components/parameters/indices.put_settings-timeout" } ], "requestBody": { @@ -15539,7 +16534,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings:200" + "$ref": "#/components/responses/indices.put_settings-200" } } } @@ -15554,33 +16549,33 @@ "operationId": "indices-get-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:index" + "$ref": "#/components/parameters/indices.get_settings-index" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } }, @@ -15596,31 +16591,31 @@ "operationId": "indices-put-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings:index" + "$ref": "#/components/parameters/indices.put_settings-index" }, { - "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings:flat_settings" + "$ref": "#/components/parameters/indices.put_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings:master_timeout" + "$ref": "#/components/parameters/indices.put_settings-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings:preserve_existing" + "$ref": "#/components/parameters/indices.put_settings-preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings:reopen" + "$ref": "#/components/parameters/indices.put_settings-reopen" }, { - "$ref": "#/components/parameters/indices.put_settings:timeout" + "$ref": "#/components/parameters/indices.put_settings-timeout" } ], "requestBody": { @@ -15628,7 +16623,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings:200" + "$ref": "#/components/responses/indices.put_settings-200" } } } @@ -15643,36 +16638,36 @@ "operationId": "indices-get-settings-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:index" + "$ref": "#/components/parameters/indices.get_settings-index" }, { - "$ref": "#/components/parameters/indices.get_settings:name" + "$ref": "#/components/parameters/indices.get_settings-name" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } } @@ -15687,33 +16682,33 @@ "operationId": "indices-get-settings-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:name" + "$ref": "#/components/parameters/indices.get_settings-name" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } } @@ -15731,18 +16726,18 @@ "operationId": "indices-get-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_template:flat_settings" + "$ref": "#/components/parameters/indices.get_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_template:local" + "$ref": "#/components/parameters/indices.get_template-local" }, { - "$ref": "#/components/parameters/indices.get_template:master_timeout" + "$ref": "#/components/parameters/indices.get_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_template:200" + "$ref": "#/components/responses/indices.get_template-200" } } } @@ -15759,7 +16754,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.migrate_reindex:MigrateReindex" + "$ref": "#/components/schemas/indices.migrate_reindex.MigrateReindex" } } }, @@ -15771,7 +16766,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15796,7 +16791,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -15806,7 +16801,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -15816,7 +16811,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15827,7 +16822,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15854,7 +16849,7 @@ "description": "Actions to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.modify_data_stream:Action" + "$ref": "#/components/schemas/indices.modify_data_stream.Action" } } }, @@ -15872,7 +16867,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15897,7 +16892,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -15917,7 +16912,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -15937,7 +16932,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -15947,7 +16942,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -15957,7 +16952,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -15985,7 +16980,10 @@ "examples": { "indicesOpenResponseExample1": { "description": "A successful response for opening an index.", - "value": "{\n \"acknowledged\" : true,\n \"shards_acknowledged\" : true\n}" + "value": { + "acknowledged": true, + "shards_acknowledged": true + } } } } @@ -16010,7 +17008,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -16020,7 +17018,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -16050,15 +17048,15 @@ "operationId": "indices-recovery", "parameters": [ { - "$ref": "#/components/parameters/indices.recovery:active_only" + "$ref": "#/components/parameters/indices.recovery-active_only" }, { - "$ref": "#/components/parameters/indices.recovery:detailed" + "$ref": "#/components/parameters/indices.recovery-detailed" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.recovery:200" + "$ref": "#/components/responses/indices.recovery-200" } } } @@ -16073,18 +17071,18 @@ "operationId": "indices-recovery-1", "parameters": [ { - "$ref": "#/components/parameters/indices.recovery:index" + "$ref": "#/components/parameters/indices.recovery-index" }, { - "$ref": "#/components/parameters/indices.recovery:active_only" + "$ref": "#/components/parameters/indices.recovery-active_only" }, { - "$ref": "#/components/parameters/indices.recovery:detailed" + "$ref": "#/components/parameters/indices.recovery-detailed" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.recovery:200" + "$ref": "#/components/responses/indices.recovery-200" } } } @@ -16099,18 +17097,18 @@ "operationId": "indices-refresh-1", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } }, @@ -16123,18 +17121,18 @@ "operationId": "indices-refresh", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } } @@ -16149,21 +17147,21 @@ "operationId": "indices-refresh-3", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:index" + "$ref": "#/components/parameters/indices.refresh-index" }, { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } }, @@ -16176,21 +17174,21 @@ "operationId": "indices-refresh-2", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:index" + "$ref": "#/components/parameters/indices.refresh-index" }, { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } } @@ -16208,24 +17206,24 @@ "operationId": "indices-reload-search-analyzers", "parameters": [ { - "$ref": "#/components/parameters/indices.reload_search_analyzers:index" + "$ref": "#/components/parameters/indices.reload_search_analyzers-index" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:allow_no_indices" + "$ref": "#/components/parameters/indices.reload_search_analyzers-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:expand_wildcards" + "$ref": "#/components/parameters/indices.reload_search_analyzers-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:ignore_unavailable" + "$ref": "#/components/parameters/indices.reload_search_analyzers-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:resource" + "$ref": "#/components/parameters/indices.reload_search_analyzers-resource" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.reload_search_analyzers:200" + "$ref": "#/components/responses/indices.reload_search_analyzers-200" } }, "x-state": "Added in 7.3.0" @@ -16242,24 +17240,24 @@ "operationId": "indices-reload-search-analyzers-1", "parameters": [ { - "$ref": "#/components/parameters/indices.reload_search_analyzers:index" + "$ref": "#/components/parameters/indices.reload_search_analyzers-index" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:allow_no_indices" + "$ref": "#/components/parameters/indices.reload_search_analyzers-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:expand_wildcards" + "$ref": "#/components/parameters/indices.reload_search_analyzers-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:ignore_unavailable" + "$ref": "#/components/parameters/indices.reload_search_analyzers-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.reload_search_analyzers:resource" + "$ref": "#/components/parameters/indices.reload_search_analyzers-resource" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.reload_search_analyzers:200" + "$ref": "#/components/responses/indices.reload_search_analyzers-200" } }, "x-state": "Added in 7.3.0" @@ -16275,24 +17273,24 @@ "operationId": "indices-resolve-cluster", "parameters": [ { - "$ref": "#/components/parameters/indices.resolve_cluster:allow_no_indices" + "$ref": "#/components/parameters/indices.resolve_cluster-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:expand_wildcards" + "$ref": "#/components/parameters/indices.resolve_cluster-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:ignore_throttled" + "$ref": "#/components/parameters/indices.resolve_cluster-ignore_throttled" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:ignore_unavailable" + "$ref": "#/components/parameters/indices.resolve_cluster-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:timeout" + "$ref": "#/components/parameters/indices.resolve_cluster-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.resolve_cluster:200" + "$ref": "#/components/responses/indices.resolve_cluster-200" } }, "x-state": "Added in 8.13.0" @@ -16308,27 +17306,27 @@ "operationId": "indices-resolve-cluster-1", "parameters": [ { - "$ref": "#/components/parameters/indices.resolve_cluster:name" + "$ref": "#/components/parameters/indices.resolve_cluster-name" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:allow_no_indices" + "$ref": "#/components/parameters/indices.resolve_cluster-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:expand_wildcards" + "$ref": "#/components/parameters/indices.resolve_cluster-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:ignore_throttled" + "$ref": "#/components/parameters/indices.resolve_cluster-ignore_throttled" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:ignore_unavailable" + "$ref": "#/components/parameters/indices.resolve_cluster-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.resolve_cluster:timeout" + "$ref": "#/components/parameters/indices.resolve_cluster-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.resolve_cluster:200" + "$ref": "#/components/responses/indices.resolve_cluster-200" } }, "x-state": "Added in 8.13.0" @@ -16350,7 +17348,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -16360,7 +17358,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -16396,19 +17394,19 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexItem" } }, "aliases": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexAliasItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexAliasItem" } }, "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexDataStreamsItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexDataStreamsItem" } } }, @@ -16421,7 +17419,49 @@ "examples": { "ResolveIndexResponseExample1": { "description": "A successful response from `GET /_resolve/index/f*,remoteCluster1:bar*?expand_wildcards=all`.", - "value": "{\n \"indices\": [\n {\n \"name\": \"foo_closed\",\n \"attributes\": [\n \"closed\"\n ]\n },\n {\n \"name\": \"freeze-index\",\n \"aliases\": [\n \"f-alias\"\n ],\n \"attributes\": [\n \"open\"\n ]\n },\n {\n \"name\": \"remoteCluster1:bar-01\",\n \"attributes\": [\n \"open\"\n ]\n }\n ],\n \"aliases\": [\n {\n \"name\": \"f-alias\",\n \"indices\": [\n \"freeze-index\",\n \"my-index-000001\"\n ]\n }\n ],\n \"data_streams\": [\n {\n \"name\": \"foo\",\n \"backing_indices\": [\n \".ds-foo-2099.03.07-000001\"\n ],\n \"timestamp_field\": \"@timestamp\"\n }\n ]\n}" + "value": { + "aliases": [ + { + "indices": [ + "freeze-index", + "my-index-000001" + ], + "name": "f-alias" + } + ], + "data_streams": [ + { + "backing_indices": [ + ".ds-foo-2099.03.07-000001" + ], + "name": "foo", + "timestamp_field": "@timestamp" + } + ], + "indices": [ + { + "attributes": [ + "closed" + ], + "name": "foo_closed" + }, + { + "aliases": [ + "f-alias" + ], + "attributes": [ + "open" + ], + "name": "freeze-index" + }, + { + "attributes": [ + "open" + ], + "name": "remoteCluster1:bar-01" + } + ] + } } } } @@ -16441,22 +17481,22 @@ "operationId": "indices-rollover", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover:alias" + "$ref": "#/components/parameters/indices.rollover-alias" }, { - "$ref": "#/components/parameters/indices.rollover:dry_run" + "$ref": "#/components/parameters/indices.rollover-dry_run" }, { - "$ref": "#/components/parameters/indices.rollover:master_timeout" + "$ref": "#/components/parameters/indices.rollover-master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover:timeout" + "$ref": "#/components/parameters/indices.rollover-timeout" }, { - "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover-wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover:lazy" + "$ref": "#/components/parameters/indices.rollover-lazy" } ], "requestBody": { @@ -16464,7 +17504,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover:200" + "$ref": "#/components/responses/indices.rollover-200" } }, "x-state": "Added in 5.0.0" @@ -16480,25 +17520,25 @@ "operationId": "indices-rollover-1", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover:alias" + "$ref": "#/components/parameters/indices.rollover-alias" }, { - "$ref": "#/components/parameters/indices.rollover:new_index" + "$ref": "#/components/parameters/indices.rollover-new_index" }, { - "$ref": "#/components/parameters/indices.rollover:dry_run" + "$ref": "#/components/parameters/indices.rollover-dry_run" }, { - "$ref": "#/components/parameters/indices.rollover:master_timeout" + "$ref": "#/components/parameters/indices.rollover-master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover:timeout" + "$ref": "#/components/parameters/indices.rollover-timeout" }, { - "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover-wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover:lazy" + "$ref": "#/components/parameters/indices.rollover-lazy" } ], "requestBody": { @@ -16506,7 +17546,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover:200" + "$ref": "#/components/responses/indices.rollover-200" } }, "x-state": "Added in 5.0.0" @@ -16522,18 +17562,18 @@ "operationId": "indices-segments", "parameters": [ { - "$ref": "#/components/parameters/indices.segments:allow_no_indices" + "$ref": "#/components/parameters/indices.segments-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.segments:expand_wildcards" + "$ref": "#/components/parameters/indices.segments-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.segments:ignore_unavailable" + "$ref": "#/components/parameters/indices.segments-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.segments:200" + "$ref": "#/components/responses/indices.segments-200" } } } @@ -16548,21 +17588,21 @@ "operationId": "indices-segments-1", "parameters": [ { - "$ref": "#/components/parameters/indices.segments:index" + "$ref": "#/components/parameters/indices.segments-index" }, { - "$ref": "#/components/parameters/indices.segments:allow_no_indices" + "$ref": "#/components/parameters/indices.segments-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.segments:expand_wildcards" + "$ref": "#/components/parameters/indices.segments-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.segments:ignore_unavailable" + "$ref": "#/components/parameters/indices.segments-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.segments:200" + "$ref": "#/components/responses/indices.segments-200" } } } @@ -16577,21 +17617,21 @@ "operationId": "indices-shard-stores", "parameters": [ { - "$ref": "#/components/parameters/indices.shard_stores:allow_no_indices" + "$ref": "#/components/parameters/indices.shard_stores-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.shard_stores:expand_wildcards" + "$ref": "#/components/parameters/indices.shard_stores-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.shard_stores:ignore_unavailable" + "$ref": "#/components/parameters/indices.shard_stores-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.shard_stores:status" + "$ref": "#/components/parameters/indices.shard_stores-status" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.shard_stores:200" + "$ref": "#/components/responses/indices.shard_stores-200" } } } @@ -16606,24 +17646,24 @@ "operationId": "indices-shard-stores-1", "parameters": [ { - "$ref": "#/components/parameters/indices.shard_stores:index" + "$ref": "#/components/parameters/indices.shard_stores-index" }, { - "$ref": "#/components/parameters/indices.shard_stores:allow_no_indices" + "$ref": "#/components/parameters/indices.shard_stores-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.shard_stores:expand_wildcards" + "$ref": "#/components/parameters/indices.shard_stores-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.shard_stores:ignore_unavailable" + "$ref": "#/components/parameters/indices.shard_stores-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.shard_stores:status" + "$ref": "#/components/parameters/indices.shard_stores-status" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.shard_stores:200" + "$ref": "#/components/responses/indices.shard_stores-200" } } } @@ -16638,19 +17678,19 @@ "operationId": "indices-shrink", "parameters": [ { - "$ref": "#/components/parameters/indices.shrink:index" + "$ref": "#/components/parameters/indices.shrink-index" }, { - "$ref": "#/components/parameters/indices.shrink:target" + "$ref": "#/components/parameters/indices.shrink-target" }, { - "$ref": "#/components/parameters/indices.shrink:master_timeout" + "$ref": "#/components/parameters/indices.shrink-master_timeout" }, { - "$ref": "#/components/parameters/indices.shrink:timeout" + "$ref": "#/components/parameters/indices.shrink-timeout" }, { - "$ref": "#/components/parameters/indices.shrink:wait_for_active_shards" + "$ref": "#/components/parameters/indices.shrink-wait_for_active_shards" } ], "requestBody": { @@ -16658,7 +17698,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.shrink:200" + "$ref": "#/components/responses/indices.shrink-200" } }, "x-state": "Added in 5.0.0" @@ -16672,19 +17712,19 @@ "operationId": "indices-shrink-1", "parameters": [ { - "$ref": "#/components/parameters/indices.shrink:index" + "$ref": "#/components/parameters/indices.shrink-index" }, { - "$ref": "#/components/parameters/indices.shrink:target" + "$ref": "#/components/parameters/indices.shrink-target" }, { - "$ref": "#/components/parameters/indices.shrink:master_timeout" + "$ref": "#/components/parameters/indices.shrink-master_timeout" }, { - "$ref": "#/components/parameters/indices.shrink:timeout" + "$ref": "#/components/parameters/indices.shrink-timeout" }, { - "$ref": "#/components/parameters/indices.shrink:wait_for_active_shards" + "$ref": "#/components/parameters/indices.shrink-wait_for_active_shards" } ], "requestBody": { @@ -16692,7 +17732,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.shrink:200" + "$ref": "#/components/responses/indices.shrink-200" } }, "x-state": "Added in 5.0.0" @@ -16714,7 +17754,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -16744,7 +17784,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -16770,11 +17810,11 @@ "overlapping": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.simulate_template:Overlapping" + "$ref": "#/components/schemas/indices.simulate_template.Overlapping" } }, "template": { - "$ref": "#/components/schemas/indices.simulate_template:Template" + "$ref": "#/components/schemas/indices.simulate_template.Template" } }, "required": [ @@ -16784,7 +17824,39 @@ "examples": { "indicesSimulateIndexTemplateResponseExample1": { "description": "A successful response from `POST /_index_template/_simulate_index/my-index-000001`.", - "value": "{\n \"template\" : {\n \"settings\" : {\n \"index\" : {\n \"number_of_shards\" : \"2\",\n \"number_of_replicas\" : \"0\",\n \"routing\" : {\n \"allocation\" : {\n \"include\" : {\n \"_tier_preference\" : \"data_content\"\n }\n }\n }\n }\n },\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n }\n }\n },\n \"aliases\" : { }\n },\n \"overlapping\" : [\n {\n \"name\" : \"template_1\",\n \"index_patterns\" : [\n \"my-index-*\"\n ]\n }\n ]\n}" + "value": { + "overlapping": [ + { + "index_patterns": [ + "my-index-*" + ], + "name": "template_1" + } + ], + "template": { + "aliases": {}, + "mappings": { + "properties": { + "@timestamp": { + "type": "date" + } + } + }, + "settings": { + "index": { + "number_of_replicas": "0", + "number_of_shards": "2", + "routing": { + "allocation": { + "include": { + "_tier_preference": "data_content" + } + } + } + } + } + } + } } } } @@ -16804,16 +17876,16 @@ "operationId": "indices-simulate-template", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template:create" + "$ref": "#/components/parameters/indices.simulate_template-create" }, { - "$ref": "#/components/parameters/indices.simulate_template:cause" + "$ref": "#/components/parameters/indices.simulate_template-cause" }, { - "$ref": "#/components/parameters/indices.simulate_template:master_timeout" + "$ref": "#/components/parameters/indices.simulate_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template:include_defaults" + "$ref": "#/components/parameters/indices.simulate_template-include_defaults" } ], "requestBody": { @@ -16821,7 +17893,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template:200" + "$ref": "#/components/responses/indices.simulate_template-200" } } } @@ -16836,19 +17908,19 @@ "operationId": "indices-simulate-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template:name" + "$ref": "#/components/parameters/indices.simulate_template-name" }, { - "$ref": "#/components/parameters/indices.simulate_template:create" + "$ref": "#/components/parameters/indices.simulate_template-create" }, { - "$ref": "#/components/parameters/indices.simulate_template:cause" + "$ref": "#/components/parameters/indices.simulate_template-cause" }, { - "$ref": "#/components/parameters/indices.simulate_template:master_timeout" + "$ref": "#/components/parameters/indices.simulate_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template:include_defaults" + "$ref": "#/components/parameters/indices.simulate_template-include_defaults" } ], "requestBody": { @@ -16856,7 +17928,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template:200" + "$ref": "#/components/responses/indices.simulate_template-200" } } } @@ -16871,19 +17943,19 @@ "operationId": "indices-split", "parameters": [ { - "$ref": "#/components/parameters/indices.split:index" + "$ref": "#/components/parameters/indices.split-index" }, { - "$ref": "#/components/parameters/indices.split:target" + "$ref": "#/components/parameters/indices.split-target" }, { - "$ref": "#/components/parameters/indices.split:master_timeout" + "$ref": "#/components/parameters/indices.split-master_timeout" }, { - "$ref": "#/components/parameters/indices.split:timeout" + "$ref": "#/components/parameters/indices.split-timeout" }, { - "$ref": "#/components/parameters/indices.split:wait_for_active_shards" + "$ref": "#/components/parameters/indices.split-wait_for_active_shards" } ], "requestBody": { @@ -16891,7 +17963,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.split:200" + "$ref": "#/components/responses/indices.split-200" } }, "x-state": "Added in 6.1.0" @@ -16905,19 +17977,19 @@ "operationId": "indices-split-1", "parameters": [ { - "$ref": "#/components/parameters/indices.split:index" + "$ref": "#/components/parameters/indices.split-index" }, { - "$ref": "#/components/parameters/indices.split:target" + "$ref": "#/components/parameters/indices.split-target" }, { - "$ref": "#/components/parameters/indices.split:master_timeout" + "$ref": "#/components/parameters/indices.split-master_timeout" }, { - "$ref": "#/components/parameters/indices.split:timeout" + "$ref": "#/components/parameters/indices.split-timeout" }, { - "$ref": "#/components/parameters/indices.split:wait_for_active_shards" + "$ref": "#/components/parameters/indices.split-wait_for_active_shards" } ], "requestBody": { @@ -16925,7 +17997,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.split:200" + "$ref": "#/components/responses/indices.split-200" } }, "x-state": "Added in 6.1.0" @@ -16941,36 +18013,36 @@ "operationId": "indices-stats", "parameters": [ { - "$ref": "#/components/parameters/indices.stats:completion_fields" + "$ref": "#/components/parameters/indices.stats-completion_fields" }, { - "$ref": "#/components/parameters/indices.stats:expand_wildcards" + "$ref": "#/components/parameters/indices.stats-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats:fielddata_fields" + "$ref": "#/components/parameters/indices.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats:fields" + "$ref": "#/components/parameters/indices.stats-fields" }, { - "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats-forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats:groups" + "$ref": "#/components/parameters/indices.stats-groups" }, { - "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats-include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats:level" + "$ref": "#/components/parameters/indices.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats:200" + "$ref": "#/components/responses/indices.stats-200" } }, "x-state": "Added in 1.3.0" @@ -16986,39 +18058,39 @@ "operationId": "indices-stats-1", "parameters": [ { - "$ref": "#/components/parameters/indices.stats:metric" + "$ref": "#/components/parameters/indices.stats-metric" }, { - "$ref": "#/components/parameters/indices.stats:completion_fields" + "$ref": "#/components/parameters/indices.stats-completion_fields" }, { - "$ref": "#/components/parameters/indices.stats:expand_wildcards" + "$ref": "#/components/parameters/indices.stats-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats:fielddata_fields" + "$ref": "#/components/parameters/indices.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats:fields" + "$ref": "#/components/parameters/indices.stats-fields" }, { - "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats-forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats:groups" + "$ref": "#/components/parameters/indices.stats-groups" }, { - "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats-include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats:level" + "$ref": "#/components/parameters/indices.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats:200" + "$ref": "#/components/responses/indices.stats-200" } }, "x-state": "Added in 1.3.0" @@ -17034,39 +18106,39 @@ "operationId": "indices-stats-2", "parameters": [ { - "$ref": "#/components/parameters/indices.stats:index" + "$ref": "#/components/parameters/indices.stats-index" }, { - "$ref": "#/components/parameters/indices.stats:completion_fields" + "$ref": "#/components/parameters/indices.stats-completion_fields" }, { - "$ref": "#/components/parameters/indices.stats:expand_wildcards" + "$ref": "#/components/parameters/indices.stats-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats:fielddata_fields" + "$ref": "#/components/parameters/indices.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats:fields" + "$ref": "#/components/parameters/indices.stats-fields" }, { - "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats-forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats:groups" + "$ref": "#/components/parameters/indices.stats-groups" }, { - "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats-include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats:level" + "$ref": "#/components/parameters/indices.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats:200" + "$ref": "#/components/responses/indices.stats-200" } }, "x-state": "Added in 1.3.0" @@ -17082,42 +18154,42 @@ "operationId": "indices-stats-3", "parameters": [ { - "$ref": "#/components/parameters/indices.stats:index" + "$ref": "#/components/parameters/indices.stats-index" }, { - "$ref": "#/components/parameters/indices.stats:metric" + "$ref": "#/components/parameters/indices.stats-metric" }, { - "$ref": "#/components/parameters/indices.stats:completion_fields" + "$ref": "#/components/parameters/indices.stats-completion_fields" }, { - "$ref": "#/components/parameters/indices.stats:expand_wildcards" + "$ref": "#/components/parameters/indices.stats-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.stats:fielddata_fields" + "$ref": "#/components/parameters/indices.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/indices.stats:fields" + "$ref": "#/components/parameters/indices.stats-fields" }, { - "$ref": "#/components/parameters/indices.stats:forbid_closed_indices" + "$ref": "#/components/parameters/indices.stats-forbid_closed_indices" }, { - "$ref": "#/components/parameters/indices.stats:groups" + "$ref": "#/components/parameters/indices.stats-groups" }, { - "$ref": "#/components/parameters/indices.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/indices.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/indices.stats:include_unloaded_segments" + "$ref": "#/components/parameters/indices.stats-include_unloaded_segments" }, { - "$ref": "#/components/parameters/indices.stats:level" + "$ref": "#/components/parameters/indices.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.stats:200" + "$ref": "#/components/responses/indices.stats-200" } }, "x-state": "Added in 1.3.0" @@ -17138,7 +18210,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -17148,7 +18220,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -17163,7 +18235,7 @@ "description": "Actions to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.update_aliases:Action" + "$ref": "#/components/schemas/indices.update_aliases.Action" } } } @@ -17178,7 +18250,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -17197,40 +18269,40 @@ "operationId": "indices-validate-query", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -17238,7 +18310,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -17252,40 +18324,40 @@ "operationId": "indices-validate-query-1", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -17293,7 +18365,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -17309,43 +18381,43 @@ "operationId": "indices-validate-query-2", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:index" + "$ref": "#/components/parameters/indices.validate_query-index" }, { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -17353,7 +18425,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -17367,43 +18439,43 @@ "operationId": "indices-validate-query-3", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:index" + "$ref": "#/components/parameters/indices.validate_query-index" }, { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -17411,7 +18483,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -17432,7 +18504,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17442,7 +18514,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -17451,7 +18523,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:RequestChatCompletion" + "$ref": "#/components/schemas/inference._types.RequestChatCompletion" } } }, @@ -17463,7 +18535,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:StreamResult" + "$ref": "#/components/schemas/_types.StreamResult" } } } @@ -17487,7 +18559,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17497,7 +18569,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -17523,7 +18595,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -17534,7 +18606,9 @@ "CompletionRequestExample1": { "summary": "Completion task", "description": "Run `POST _inference/completion/openai_chat_completions` to perform a completion on the example question.", - "value": "{\n \"input\": \"What is Elastic?\"\n}" + "value": { + "input": "What is Elastic?" + } } } } @@ -17546,13 +18620,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:CompletionInferenceResult" + "$ref": "#/components/schemas/inference._types.CompletionInferenceResult" }, "examples": { "CompletionResponseExample1": { "summary": "Completion task", "description": "A successful response from `POST _inference/completion/openai_chat_completions`.\n", - "value": "{\n \"completion\": [\n {\n \"result\": \"Elastic is a company that provides a range of software solutions for search, logging, security, and analytics. Their flagship product is Elasticsearch, an open-source, distributed search engine that allows users to search, analyze, and visualize large volumes of data in real-time. Elastic also offers products such as Kibana, a data visualization tool, and Logstash, a log management and pipeline tool, as well as various other tools and solutions for data analysis and management.\"\n }\n ]\n}" + "value": { + "completion": [ + { + "result": "Elastic is a company that provides a range of software solutions for search, logging, security, and analytics. Their flagship product is Elasticsearch, an open-source, distributed search engine that allows users to search, analyze, and visualize large volumes of data in real-time. Elastic also offers products such as Kibana, a data visualization tool, and Logstash, a log management and pipeline tool, as well as various other tools and solutions for data analysis and management." + } + ] + } } } } @@ -17571,12 +18651,12 @@ "operationId": "inference-get-1", "parameters": [ { - "$ref": "#/components/parameters/inference.get:inference_id" + "$ref": "#/components/parameters/inference.get-inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -17590,7 +18670,7 @@ "operationId": "inference-put", "parameters": [ { - "$ref": "#/components/parameters/inference.put:inference_id" + "$ref": "#/components/parameters/inference.put-inference_id" } ], "requestBody": { @@ -17598,7 +18678,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put:200" + "$ref": "#/components/responses/inference.put-200" } }, "x-state": "Added in 8.11.0" @@ -17611,18 +18691,18 @@ "operationId": "inference-delete", "parameters": [ { - "$ref": "#/components/parameters/inference.delete:inference_id" + "$ref": "#/components/parameters/inference.delete-inference_id" }, { - "$ref": "#/components/parameters/inference.delete:dry_run" + "$ref": "#/components/parameters/inference.delete-dry_run" }, { - "$ref": "#/components/parameters/inference.delete:force" + "$ref": "#/components/parameters/inference.delete-force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete:200" + "$ref": "#/components/responses/inference.delete-200" } }, "x-state": "Added in 8.11.0" @@ -17637,15 +18717,15 @@ "operationId": "inference-get-2", "parameters": [ { - "$ref": "#/components/parameters/inference.get:task_type" + "$ref": "#/components/parameters/inference.get-task_type" }, { - "$ref": "#/components/parameters/inference.get:inference_id" + "$ref": "#/components/parameters/inference.get-inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -17659,10 +18739,10 @@ "operationId": "inference-put-1", "parameters": [ { - "$ref": "#/components/parameters/inference.put:task_type" + "$ref": "#/components/parameters/inference.put-task_type" }, { - "$ref": "#/components/parameters/inference.put:inference_id" + "$ref": "#/components/parameters/inference.put-inference_id" } ], "requestBody": { @@ -17670,7 +18750,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put:200" + "$ref": "#/components/responses/inference.put-200" } }, "x-state": "Added in 8.11.0" @@ -17683,21 +18763,21 @@ "operationId": "inference-delete-1", "parameters": [ { - "$ref": "#/components/parameters/inference.delete:task_type" + "$ref": "#/components/parameters/inference.delete-task_type" }, { - "$ref": "#/components/parameters/inference.delete:inference_id" + "$ref": "#/components/parameters/inference.delete-inference_id" }, { - "$ref": "#/components/parameters/inference.delete:dry_run" + "$ref": "#/components/parameters/inference.delete-dry_run" }, { - "$ref": "#/components/parameters/inference.delete:force" + "$ref": "#/components/parameters/inference.delete-force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete:200" + "$ref": "#/components/responses/inference.delete-200" } }, "x-state": "Added in 8.11.0" @@ -17712,7 +18792,7 @@ "operationId": "inference-get", "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -17734,7 +18814,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudTaskType" + "$ref": "#/components/schemas/inference._types.AlibabaCloudTaskType" }, "style": "simple" }, @@ -17745,7 +18825,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17757,16 +18837,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudServiceType" + "$ref": "#/components/schemas/inference._types.AlibabaCloudServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudServiceSettings" + "$ref": "#/components/schemas/inference._types.AlibabaCloudServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudTaskSettings" + "$ref": "#/components/schemas/inference._types.AlibabaCloudTaskSettings" } }, "required": [ @@ -17778,22 +18858,54 @@ "PutAlibabaCloudRequestExample1": { "summary": "A completion task", "description": "Run `PUT _inference/completion/alibabacloud_ai_search_completion` to create an inference endpoint that performs a completion task.", - "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"host\" : \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-qwen-turbo\",\n \"workspace\" : \"default\"\n }\n}" + "value": { + "service": "alibabacloud-ai-search", + "service_settings": { + "api_key": "AlibabaCloud-API-Key", + "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", + "service_id": "ops-qwen-turbo", + "workspace": "default" + } + } }, "PutAlibabaCloudRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/alibabacloud_ai_search_rerank` to create an inference endpoint that performs a rerank task.", - "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-bge-reranker-larger\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" + "value": { + "service": "alibabacloud-ai-search", + "service_settings": { + "api_key": "AlibabaCloud-API-Key", + "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", + "service_id": "ops-bge-reranker-larger", + "workspace": "default" + } + } }, "PutAlibabaCloudRequestExample3": { "summary": "A sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/alibabacloud_ai_search_sparse` to create an inference endpoint that performs perform a sparse embedding task.", - "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-text-sparse-embedding-001\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" + "value": { + "service": "alibabacloud-ai-search", + "service_settings": { + "api_key": "AlibabaCloud-API-Key", + "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", + "service_id": "ops-text-sparse-embedding-001", + "workspace": "default" + } + } }, "PutAlibabaCloudRequestExample4": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/alibabacloud_ai_search_embeddings` to create an inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-text-embedding-001\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" + "value": { + "service": "alibabacloud-ai-search", + "service_settings": { + "api_key": "AlibabaCloud-API-Key", + "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", + "service_id": "ops-text-embedding-001", + "workspace": "default" + } + } } } } @@ -17805,7 +18917,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -17830,7 +18942,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockTaskType" + "$ref": "#/components/schemas/inference._types.AmazonBedrockTaskType" }, "style": "simple" }, @@ -17841,7 +18953,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17853,16 +18965,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockServiceType" + "$ref": "#/components/schemas/inference._types.AmazonBedrockServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockServiceSettings" + "$ref": "#/components/schemas/inference._types.AmazonBedrockServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockTaskSettings" + "$ref": "#/components/schemas/inference._types.AmazonBedrockTaskSettings" } }, "required": [ @@ -17874,12 +18986,27 @@ "PutAmazonBedrockRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/amazon_bedrock_embeddings` to create an inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"amazonbedrock\",\n \"service_settings\": {\n \"access_key\": \"AWS-access-key\",\n \"secret_key\": \"AWS-secret-key\",\n \"region\": \"us-east-1\",\n \"provider\": \"amazontitan\",\n \"model\": \"amazon.titan-embed-text-v2:0\"\n }\n}" + "value": { + "service": "amazonbedrock", + "service_settings": { + "access_key": "AWS-access-key", + "model": "amazon.titan-embed-text-v2:0", + "provider": "amazontitan", + "region": "us-east-1", + "secret_key": "AWS-secret-key" + } + } }, "PutAmazonBedrockRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/openai-completion` to create an inference endpoint to perform a completion task type.", - "value": "{\n \"service\": \"openai\",\n \"service_settings\": {\n \"api_key\": \"OpenAI-API-Key\",\n \"model_id\": \"gpt-3.5-turbo\"\n }\n}" + "value": { + "service": "openai", + "service_settings": { + "api_key": "OpenAI-API-Key", + "model_id": "gpt-3.5-turbo" + } + } } } } @@ -17891,7 +19018,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -17916,7 +19043,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AnthropicTaskType" + "$ref": "#/components/schemas/inference._types.AnthropicTaskType" }, "style": "simple" }, @@ -17927,7 +19054,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17939,16 +19066,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AnthropicServiceType" + "$ref": "#/components/schemas/inference._types.AnthropicServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AnthropicServiceSettings" + "$ref": "#/components/schemas/inference._types.AnthropicServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AnthropicTaskSettings" + "$ref": "#/components/schemas/inference._types.AnthropicTaskSettings" } }, "required": [ @@ -17959,7 +19086,16 @@ "examples": { "PutAnthropicRequestExample1": { "description": "Run `PUT _inference/completion/anthropic_completion` to create an inference endpoint that performs a completion task.", - "value": "{\n \"service\": \"anthropic\",\n \"service_settings\": {\n \"api_key\": \"Anthropic-Api-Key\",\n \"model_id\": \"Model-ID\"\n },\n \"task_settings\": {\n \"max_tokens\": 1024\n }\n}" + "value": { + "service": "anthropic", + "service_settings": { + "api_key": "Anthropic-Api-Key", + "model_id": "Model-ID" + }, + "task_settings": { + "max_tokens": 1024 + } + } } } } @@ -17971,7 +19107,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -17996,7 +19132,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioTaskType" + "$ref": "#/components/schemas/inference._types.AzureAiStudioTaskType" }, "style": "simple" }, @@ -18007,7 +19143,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18019,16 +19155,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioServiceType" + "$ref": "#/components/schemas/inference._types.AzureAiStudioServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioServiceSettings" + "$ref": "#/components/schemas/inference._types.AzureAiStudioServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioTaskSettings" + "$ref": "#/components/schemas/inference._types.AzureAiStudioTaskSettings" } }, "required": [ @@ -18040,12 +19176,28 @@ "PutAzureAiStudioRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/azure_ai_studio_embeddings` to create an inference endpoint that performs a text_embedding task. Note that you do not specify a model here, as it is defined already in the Azure AI Studio deployment.", - "value": "{\n \"service\": \"azureaistudio\",\n \"service_settings\": {\n \"api_key\": \"Azure-AI-Studio-API-key\",\n \"target\": \"Target-Uri\",\n \"provider\": \"openai\",\n \"endpoint_type\": \"token\"\n }\n}" + "value": { + "service": "azureaistudio", + "service_settings": { + "api_key": "Azure-AI-Studio-API-key", + "endpoint_type": "token", + "provider": "openai", + "target": "Target-Uri" + } + } }, "PutAzureAiStudioRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/azure_ai_studio_completion` to create an inference endpoint that performs a completion task.", - "value": "{\n \"service\": \"azureaistudio\",\n \"service_settings\": {\n \"api_key\": \"Azure-AI-Studio-API-key\",\n \"target\": \"Target-URI\",\n \"provider\": \"databricks\",\n \"endpoint_type\": \"realtime\"\n }\n}" + "value": { + "service": "azureaistudio", + "service_settings": { + "api_key": "Azure-AI-Studio-API-key", + "endpoint_type": "realtime", + "provider": "databricks", + "target": "Target-URI" + } + } } } } @@ -18057,7 +19209,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18082,7 +19234,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AzureOpenAITaskType" + "$ref": "#/components/schemas/inference._types.AzureOpenAITaskType" }, "style": "simple" }, @@ -18093,7 +19245,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18105,16 +19257,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AzureOpenAIServiceType" + "$ref": "#/components/schemas/inference._types.AzureOpenAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AzureOpenAIServiceSettings" + "$ref": "#/components/schemas/inference._types.AzureOpenAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AzureOpenAITaskSettings" + "$ref": "#/components/schemas/inference._types.AzureOpenAITaskSettings" } }, "required": [ @@ -18126,12 +19278,28 @@ "PutAzureOpenAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/azure_openai_embeddings` to create an inference endpoint that performs a `text_embedding` task. You do not specify a model, as it is defined already in the Azure OpenAI deployment.", - "value": "{\n \"service\": \"azureopenai\",\n \"service_settings\": {\n \"api_key\": \"Api-Key\",\n \"resource_name\": \"Resource-name\",\n \"deployment_id\": \"Deployment-id\",\n \"api_version\": \"2024-02-01\"\n }\n}" + "value": { + "service": "azureopenai", + "service_settings": { + "api_key": "Api-Key", + "api_version": "2024-02-01", + "deployment_id": "Deployment-id", + "resource_name": "Resource-name" + } + } }, "PutAzureOpenAiRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/azure_openai_completion` to create an inference endpoint that performs a `completion` task.", - "value": "{\n \"service\": \"azureopenai\",\n \"service_settings\": {\n \"api_key\": \"Api-Key\",\n \"resource_name\": \"Resource-name\",\n \"deployment_id\": \"Deployment-id\",\n \"api_version\": \"2024-02-01\"\n }\n}" + "value": { + "service": "azureopenai", + "service_settings": { + "api_key": "Api-Key", + "api_version": "2024-02-01", + "deployment_id": "Deployment-id", + "resource_name": "Resource-name" + } + } } } } @@ -18143,7 +19311,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18168,7 +19336,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:CohereTaskType" + "$ref": "#/components/schemas/inference._types.CohereTaskType" }, "style": "simple" }, @@ -18179,7 +19347,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18191,16 +19359,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:CohereServiceType" + "$ref": "#/components/schemas/inference._types.CohereServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:CohereServiceSettings" + "$ref": "#/components/schemas/inference._types.CohereServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:CohereTaskSettings" + "$ref": "#/components/schemas/inference._types.CohereTaskSettings" } }, "required": [ @@ -18212,12 +19380,29 @@ "PutCohereRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/cohere-embeddings` to create an inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"cohere\",\n \"service_settings\": {\n \"api_key\": \"Cohere-Api-key\",\n \"model_id\": \"embed-english-light-v3.0\",\n \"embedding_type\": \"byte\"\n }\n}" + "value": { + "service": "cohere", + "service_settings": { + "api_key": "Cohere-Api-key", + "embedding_type": "byte", + "model_id": "embed-english-light-v3.0" + } + } }, "PutCohereRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/cohere-rerank` to create an inference endpoint that performs a rerank task.", - "value": "{\n \"service\": \"cohere\",\n \"service_settings\": {\n \"api_key\": \"Cohere-API-key\",\n \"model_id\": \"rerank-english-v3.0\"\n },\n \"task_settings\": {\n \"top_n\": 10,\n \"return_documents\": true\n }\n}" + "value": { + "service": "cohere", + "service_settings": { + "api_key": "Cohere-API-key", + "model_id": "rerank-english-v3.0" + }, + "task_settings": { + "return_documents": true, + "top_n": 10 + } + } } } } @@ -18229,7 +19414,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18254,7 +19439,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:ElasticsearchTaskType" + "$ref": "#/components/schemas/inference._types.ElasticsearchTaskType" }, "style": "simple" }, @@ -18265,7 +19450,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18277,16 +19462,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:ElasticsearchServiceType" + "$ref": "#/components/schemas/inference._types.ElasticsearchServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ElasticsearchServiceSettings" + "$ref": "#/components/schemas/inference._types.ElasticsearchServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:ElasticsearchTaskSettings" + "$ref": "#/components/schemas/inference._types.ElasticsearchTaskSettings" } }, "required": [ @@ -18298,32 +19483,84 @@ "PutElasticsearchRequestExample1": { "summary": "ELSER sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task. The `model_id` must be the ID of one of the built-in ELSER models. The API will automatically download the ELSER model if it isn't already downloaded and then deploy the model.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"adaptive_allocations\": { \n \"enabled\": true,\n \"min_number_of_allocations\": 1,\n \"max_number_of_allocations\": 4\n },\n \"num_threads\": 1,\n \"model_id\": \".elser_model_2\" \n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "adaptive_allocations": { + "enabled": true, + "max_number_of_allocations": 4, + "min_number_of_allocations": 1 + }, + "model_id": ".elser_model_2", + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample2": { "summary": "Elastic rerank task", "description": "Run `PUT _inference/rerank/my-elastic-rerank` to create an inference endpoint that performs a rerank task using the built-in Elastic Rerank cross-encoder model. The `model_id` must be `.rerank-v1`, which is the ID of the built-in Elastic Rerank model. The API will automatically download the Elastic Rerank model if it isn't already downloaded and then deploy the model. Once deployed, the model can be used for semantic re-ranking with a `text_similarity_reranker` retriever.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"model_id\": \".rerank-v1\", \n \"num_threads\": 1,\n \"adaptive_allocations\": { \n \"enabled\": true,\n \"min_number_of_allocations\": 1,\n \"max_number_of_allocations\": 4\n }\n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "adaptive_allocations": { + "enabled": true, + "max_number_of_allocations": 4, + "min_number_of_allocations": 1 + }, + "model_id": ".rerank-v1", + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample3": { "summary": "E5 text embedding task", "description": "Run `PUT _inference/text_embedding/my-e5-model` to create an inference endpoint that performs a `text_embedding` task. The `model_id` must be the ID of one of the built-in E5 models. The API will automatically download the E5 model if it isn't already downloaded and then deploy the model.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1,\n \"model_id\": \".multilingual-e5-small\" \n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "model_id": ".multilingual-e5-small", + "num_allocations": 1, + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample4": { "summary": "Eland text embedding task", "description": "Run `PUT _inference/text_embedding/my-msmarco-minilm-model` to create an inference endpoint that performs a `text_embedding` task with a model that was uploaded by Eland.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1,\n \"model_id\": \"msmarco-MiniLM-L12-cos-v5\" \n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "model_id": "msmarco-MiniLM-L12-cos-v5", + "num_allocations": 1, + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample5": { "summary": "Adaptive allocation", "description": "Run `PUT _inference/text_embedding/my-e5-model` to create an inference endpoint that performs a `text_embedding` task and to configure adaptive allocations. The API request will automatically download the E5 model if it isn't already downloaded and then deploy the model.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"adaptive_allocations\": {\n \"enabled\": true,\n \"min_number_of_allocations\": 3,\n \"max_number_of_allocations\": 10\n },\n \"num_threads\": 1,\n \"model_id\": \".multilingual-e5-small\"\n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "adaptive_allocations": { + "enabled": true, + "max_number_of_allocations": 10, + "min_number_of_allocations": 3 + }, + "model_id": ".multilingual-e5-small", + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample6": { "summary": "Existing model deployment", "description": "Run `PUT _inference/sparse_embedding/use_existing_deployment` to use an already existing model deployment when creating an inference endpoint.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"deployment_id\": \".elser_model_2\"\n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "deployment_id": ".elser_model_2" + } + } } } } @@ -18335,12 +19572,27 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" }, "examples": { "PutElasticsearchResponseExample1": { "description": "A successful response from `PUT _inference/sparse_embedding/use_existing_deployment`. It contains the model ID and the threads and allocations settings from the model deployment.\n", - "value": "{\n \"inference_id\": \"use_existing_deployment\",\n \"task_type\": \"sparse_embedding\",\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 2,\n \"num_threads\": 1,\n \"model_id\": \".elser_model_2\",\n \"deployment_id\": \".elser_model_2\"\n },\n \"chunking_settings\": {\n \"strategy\": \"sentence\",\n \"max_chunk_size\": 250,\n \"sentence_overlap\": 1\n }\n}" + "value": { + "chunking_settings": { + "max_chunk_size": 250, + "sentence_overlap": 1, + "strategy": "sentence" + }, + "inference_id": "use_existing_deployment", + "service": "elasticsearch", + "service_settings": { + "deployment_id": ".elser_model_2", + "model_id": ".elser_model_2", + "num_allocations": 2, + "num_threads": 1 + }, + "task_type": "sparse_embedding" + } } } } @@ -18366,7 +19618,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:ElserTaskType" + "$ref": "#/components/schemas/inference._types.ElserTaskType" }, "style": "simple" }, @@ -18377,7 +19629,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18389,13 +19641,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:ElserServiceType" + "$ref": "#/components/schemas/inference._types.ElserServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ElserServiceSettings" + "$ref": "#/components/schemas/inference._types.ElserServiceSettings" } }, "required": [ @@ -18407,12 +19659,28 @@ "PutElserRequestExample1": { "summary": "A sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task. The request will automatically download the ELSER model if it isn't already downloaded and then deploy the model.", - "value": "{\n \"service\": \"elser\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1\n }\n}" + "value": { + "service": "elser", + "service_settings": { + "num_allocations": 1, + "num_threads": 1 + } + } }, "PutElserRequestExample2": { "summary": "Adaptive allocations", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task with adaptive allocations. When adaptive allocations are enabled, the number of allocations of the model is set automatically based on the current load.", - "value": "{\n \"service\": \"elser\",\n \"service_settings\": {\n \"adaptive_allocations\": {\n \"enabled\": true,\n \"min_number_of_allocations\": 3,\n \"max_number_of_allocations\": 10\n },\n \"num_threads\": 1\n }\n}" + "value": { + "service": "elser", + "service_settings": { + "adaptive_allocations": { + "enabled": true, + "max_number_of_allocations": 10, + "min_number_of_allocations": 3 + }, + "num_threads": 1 + } + } } } } @@ -18424,12 +19692,21 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" }, "examples": { "PutElserResponseExample1": { "description": "A successful response when creating an ELSER inference endpoint.", - "value": "{\n \"inference_id\": \"my-elser-model\",\n \"task_type\": \"sparse_embedding\",\n \"service\": \"elser\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1\n },\n \"task_settings\": {}\n}" + "value": { + "inference_id": "my-elser-model", + "service": "elser", + "service_settings": { + "num_allocations": 1, + "num_threads": 1 + }, + "task_settings": {}, + "task_type": "sparse_embedding" + } } } } @@ -18456,7 +19733,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:GoogleAiStudioTaskType" + "$ref": "#/components/schemas/inference._types.GoogleAiStudioTaskType" }, "style": "simple" }, @@ -18467,7 +19744,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18479,13 +19756,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:GoogleAiServiceType" + "$ref": "#/components/schemas/inference._types.GoogleAiServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:GoogleAiStudioServiceSettings" + "$ref": "#/components/schemas/inference._types.GoogleAiStudioServiceSettings" } }, "required": [ @@ -18497,7 +19774,13 @@ "PutGoogleAiStudioRequestExample1": { "summary": "A completion task", "description": "Run `PUT _inference/completion/google_ai_studio_completion` to create an inference endpoint to perform a `completion` task type.", - "value": "{\n \"service\": \"googleaistudio\",\n \"service_settings\": {\n \"api_key\": \"api-key\",\n \"model_id\": \"model-id\"\n }\n}" + "value": { + "service": "googleaistudio", + "service_settings": { + "api_key": "api-key", + "model_id": "model-id" + } + } } } } @@ -18509,7 +19792,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18534,7 +19817,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAITaskType" + "$ref": "#/components/schemas/inference._types.GoogleVertexAITaskType" }, "style": "simple" }, @@ -18545,7 +19828,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18557,16 +19840,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAIServiceType" + "$ref": "#/components/schemas/inference._types.GoogleVertexAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAIServiceSettings" + "$ref": "#/components/schemas/inference._types.GoogleVertexAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAITaskSettings" + "$ref": "#/components/schemas/inference._types.GoogleVertexAITaskSettings" } }, "required": [ @@ -18578,12 +19861,26 @@ "PutGoogleVertexAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/google_vertex_ai_embeddings` to create an inference endpoint to perform a `text_embedding` task type.", - "value": "{\n \"service\": \"googlevertexai\",\n \"service_settings\": {\n \"service_account_json\": \"service-account-json\",\n \"model_id\": \"model-id\",\n \"location\": \"location\",\n \"project_id\": \"project-id\"\n }\n}" + "value": { + "service": "googlevertexai", + "service_settings": { + "location": "location", + "model_id": "model-id", + "project_id": "project-id", + "service_account_json": "service-account-json" + } + } }, "PutGoogleVertexAiRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/google_vertex_ai_rerank` to create an inference endpoint to perform a `rerank` task type.", - "value": "{\n \"service\": \"googlevertexai\",\n \"service_settings\": {\n \"service_account_json\": \"service-account-json\",\n \"project_id\": \"project-id\"\n }\n}" + "value": { + "service": "googlevertexai", + "service_settings": { + "project_id": "project-id", + "service_account_json": "service-account-json" + } + } } } } @@ -18595,7 +19892,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18620,7 +19917,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:HuggingFaceTaskType" + "$ref": "#/components/schemas/inference._types.HuggingFaceTaskType" }, "style": "simple" }, @@ -18631,7 +19928,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18643,13 +19940,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:HuggingFaceServiceType" + "$ref": "#/components/schemas/inference._types.HuggingFaceServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:HuggingFaceServiceSettings" + "$ref": "#/components/schemas/inference._types.HuggingFaceServiceSettings" } }, "required": [ @@ -18661,7 +19958,13 @@ "PutHuggingFaceRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/hugging-face-embeddings` to create an inference endpoint that performs a `text_embedding` task type.", - "value": "{\n \"service\": \"hugging_face\",\n \"service_settings\": {\n \"api_key\": \"hugging-face-access-token\", \n \"url\": \"url-endpoint\" \n }\n}" + "value": { + "service": "hugging_face", + "service_settings": { + "api_key": "hugging-face-access-token", + "url": "url-endpoint" + } + } } } } @@ -18673,7 +19976,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18698,7 +20001,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:JinaAITaskType" + "$ref": "#/components/schemas/inference._types.JinaAITaskType" }, "style": "simple" }, @@ -18709,7 +20012,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18721,16 +20024,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:JinaAIServiceType" + "$ref": "#/components/schemas/inference._types.JinaAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:JinaAIServiceSettings" + "$ref": "#/components/schemas/inference._types.JinaAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:JinaAITaskSettings" + "$ref": "#/components/schemas/inference._types.JinaAITaskSettings" } }, "required": [ @@ -18742,12 +20045,28 @@ "PutJinaAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/jinaai-embeddings` to create an inference endpoint for text embedding tasks using the JinaAI service.", - "value": "{\n \"service\": \"jinaai\",\n \"service_settings\": {\n \"model_id\": \"jina-embeddings-v3\",\n \"api_key\": \"JinaAi-Api-key\"\n }\n}" + "value": { + "service": "jinaai", + "service_settings": { + "api_key": "JinaAi-Api-key", + "model_id": "jina-embeddings-v3" + } + } }, "PutJinaAiRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/jinaai-rerank` to create an inference endpoint for rerank tasks using the JinaAI service.", - "value": "{\n \"service\": \"jinaai\",\n \"service_settings\": {\n \"api_key\": \"JinaAI-Api-key\",\n \"model_id\": \"jina-reranker-v2-base-multilingual\"\n },\n \"task_settings\": {\n \"top_n\": 10,\n \"return_documents\": true\n }\n}" + "value": { + "service": "jinaai", + "service_settings": { + "api_key": "JinaAI-Api-key", + "model_id": "jina-reranker-v2-base-multilingual" + }, + "task_settings": { + "return_documents": true, + "top_n": 10 + } + } } } } @@ -18759,7 +20078,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18784,7 +20103,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:MistralTaskType" + "$ref": "#/components/schemas/inference._types.MistralTaskType" }, "style": "simple" }, @@ -18795,7 +20114,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18807,13 +20126,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:MistralServiceType" + "$ref": "#/components/schemas/inference._types.MistralServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:MistralServiceSettings" + "$ref": "#/components/schemas/inference._types.MistralServiceSettings" } }, "required": [ @@ -18824,7 +20143,13 @@ "examples": { "PutMistralRequestExample1": { "description": "Run `PUT _inference/text_embedding/mistral-embeddings-test` to create a Mistral inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"mistral\",\n \"service_settings\": {\n \"api_key\": \"Mistral-API-Key\",\n \"model\": \"mistral-embed\" \n }\n}" + "value": { + "service": "mistral", + "service_settings": { + "api_key": "Mistral-API-Key", + "model": "mistral-embed" + } + } } } } @@ -18836,7 +20161,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18861,7 +20186,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:OpenAITaskType" + "$ref": "#/components/schemas/inference._types.OpenAITaskType" }, "style": "simple" }, @@ -18872,7 +20197,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18884,16 +20209,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:OpenAIServiceType" + "$ref": "#/components/schemas/inference._types.OpenAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:OpenAIServiceSettings" + "$ref": "#/components/schemas/inference._types.OpenAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:OpenAITaskSettings" + "$ref": "#/components/schemas/inference._types.OpenAITaskSettings" } }, "required": [ @@ -18905,12 +20230,28 @@ "PutOpenAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/openai-embeddings` to create an inference endpoint that performs a `text_embedding` task. The embeddings created by requests to this endpoint will have 128 dimensions.", - "value": "{\n \"service\": \"openai\",\n \"service_settings\": {\n \"api_key\": \"OpenAI-API-Key\",\n \"model_id\": \"text-embedding-3-small\",\n \"dimensions\": 128\n }\n}" + "value": { + "service": "openai", + "service_settings": { + "api_key": "OpenAI-API-Key", + "dimensions": 128, + "model_id": "text-embedding-3-small" + } + } }, "PutOpenAiRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/amazon_bedrock_completion` to create an inference endpoint to perform a completion task.", - "value": "{\n \"service\": \"amazonbedrock\",\n \"service_settings\": {\n \"access_key\": \"AWS-access-key\",\n \"secret_key\": \"AWS-secret-key\",\n \"region\": \"us-east-1\",\n \"provider\": \"amazontitan\",\n \"model\": \"amazon.titan-text-premier-v1:0\"\n }\n}" + "value": { + "service": "amazonbedrock", + "service_settings": { + "access_key": "AWS-access-key", + "model": "amazon.titan-text-premier-v1:0", + "provider": "amazontitan", + "region": "us-east-1", + "secret_key": "AWS-secret-key" + } + } } } } @@ -18922,7 +20263,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -18947,7 +20288,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:VoyageAITaskType" + "$ref": "#/components/schemas/inference._types.VoyageAITaskType" }, "style": "simple" }, @@ -18958,7 +20299,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -18970,16 +20311,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:VoyageAIServiceType" + "$ref": "#/components/schemas/inference._types.VoyageAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:VoyageAIServiceSettings" + "$ref": "#/components/schemas/inference._types.VoyageAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:VoyageAITaskSettings" + "$ref": "#/components/schemas/inference._types.VoyageAITaskSettings" } }, "required": [ @@ -18991,12 +20332,23 @@ "PutVoyageAIRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/voyageai-embeddings` to create an inference endpoint that performs a `text_embedding` task. The embeddings created by requests to this endpoint will have 512 dimensions.", - "value": "{\n \"service\": \"voyageai\",\n \"service_settings\": {\n \"model_id\": \"voyage-3-large\",\n \"dimensions\": 512\n }\n}" + "value": { + "service": "voyageai", + "service_settings": { + "dimensions": 512, + "model_id": "voyage-3-large" + } + } }, "PutVoyageAIRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/voyageai-rerank` to create an inference endpoint that performs a `rerank` task.", - "value": "{\n \"service\": \"voyageai\",\n \"service_settings\": {\n \"model_id\": \"rerank-2\"\n }\n}" + "value": { + "service": "voyageai", + "service_settings": { + "model_id": "rerank-2" + } + } } } } @@ -19008,7 +20360,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -19033,7 +20385,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:WatsonxTaskType" + "$ref": "#/components/schemas/inference._types.WatsonxTaskType" }, "style": "simple" }, @@ -19044,7 +20396,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -19056,10 +20408,10 @@ "type": "object", "properties": { "service": { - "$ref": "#/components/schemas/inference._types:WatsonxServiceType" + "$ref": "#/components/schemas/inference._types.WatsonxServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:WatsonxServiceSettings" + "$ref": "#/components/schemas/inference._types.WatsonxServiceSettings" } }, "required": [ @@ -19070,7 +20422,16 @@ "examples": { "PutWatsonxRequestExample1": { "description": "Run `PUT _inference/text_embedding/watsonx-embeddings` to create an Watonsx inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"watsonxai\",\n \"service_settings\": {\n \"api_key\": \"Watsonx-API-Key\", \n \"url\": \"Wastonx-URL\", \n \"model_id\": \"ibm/slate-30m-english-rtrvr\",\n \"project_id\": \"IBM-Cloud-ID\", \n \"api_version\": \"2024-03-14\"\n }\n}" + "value": { + "service": "watsonxai", + "service_settings": { + "api_key": "Watsonx-API-Key", + "api_version": "2024-03-14", + "model_id": "ibm/slate-30m-english-rtrvr", + "project_id": "IBM-Cloud-ID", + "url": "Wastonx-URL" + } + } } } } @@ -19082,7 +20443,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -19106,7 +20467,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19116,7 +20477,7 @@ "description": "The amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19146,7 +20507,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -19158,7 +20519,18 @@ "RerankRequestExample1": { "summary": "Rerank task", "description": "Run `POST _inference/rerank/cohere_rerank` to perform reranking on the example input.", - "value": "{\n \"input\": [\"luke\", \"like\", \"leia\", \"chewy\",\"r2d2\", \"star\", \"wars\"],\n \"query\": \"star wars main character\"\n}" + "value": { + "input": [ + "luke", + "like", + "leia", + "chewy", + "r2d2", + "star", + "wars" + ], + "query": "star wars main character" + } } } } @@ -19170,13 +20542,51 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:RerankedInferenceResult" + "$ref": "#/components/schemas/inference._types.RerankedInferenceResult" }, "examples": { "RerankResponseExample1": { "summary": "Rerank task", "description": "A successful response from `POST _inference/rerank/cohere_rerank`.\n", - "value": "{\n \"rerank\": [\n {\n \"index\": \"2\",\n \"relevance_score\": \"0.011597361\",\n \"text\": \"leia\"\n },\n {\n \"index\": \"0\",\n \"relevance_score\": \"0.006338922\",\n \"text\": \"luke\"\n },\n {\n \"index\": \"5\",\n \"relevance_score\": \"0.0016166499\",\n \"text\": \"star\"\n },\n {\n \"index\": \"4\",\n \"relevance_score\": \"0.0011695103\",\n \"text\": \"r2d2\"\n },\n {\n \"index\": \"1\",\n \"relevance_score\": \"5.614787E-4\",\n \"text\": \"like\"\n },\n {\n \"index\": \"6\",\n \"relevance_score\": \"3.7850367E-4\",\n \"text\": \"wars\"\n },\n {\n \"index\": \"3\",\n \"relevance_score\": \"1.2508839E-5\",\n \"text\": \"chewy\"\n }\n ]\n}" + "value": { + "rerank": [ + { + "index": "2", + "relevance_score": "0.011597361", + "text": "leia" + }, + { + "index": "0", + "relevance_score": "0.006338922", + "text": "luke" + }, + { + "index": "5", + "relevance_score": "0.0016166499", + "text": "star" + }, + { + "index": "4", + "relevance_score": "0.0011695103", + "text": "r2d2" + }, + { + "index": "1", + "relevance_score": "5.614787E-4", + "text": "like" + }, + { + "index": "6", + "relevance_score": "3.7850367E-4", + "text": "wars" + }, + { + "index": "3", + "relevance_score": "1.2508839E-5", + "text": "chewy" + } + ] + } } } } @@ -19201,7 +20611,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19211,7 +20621,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19237,7 +20647,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -19248,7 +20658,9 @@ "SparseEmbeddingRequestExample1": { "summary": "Sparse embedding task", "description": "Run `POST _inference/sparse_embedding/my-elser-model` to perform sparse embedding on the example sentence.", - "value": "{\n \"input\": \"The sky above the port was the color of television tuned to a dead channel.\"\n}" + "value": { + "input": "The sky above the port was the color of television tuned to a dead channel." + } } } } @@ -19260,13 +20672,32 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:SparseEmbeddingInferenceResult" + "$ref": "#/components/schemas/inference._types.SparseEmbeddingInferenceResult" }, "examples": { "SparseEmbeddingResponseExample1": { "summary": "Sparse embedding task", "description": "An abbreviated response from `POST _inference/sparse_embedding/my-elser-model`.\n", - "value": "{\n \"sparse_embedding\": [\n {\n \"port\": 2.1259406,\n \"sky\": 1.7073475,\n \"color\": 1.6922266,\n \"dead\": 1.6247464,\n \"television\": 1.3525393,\n \"above\": 1.2425821,\n \"tuned\": 1.1440028,\n \"colors\": 1.1218185,\n \"tv\": 1.0111054,\n \"ports\": 1.0067928,\n \"poem\": 1.0042328,\n \"channel\": 0.99471164,\n \"tune\": 0.96235967,\n \"scene\": 0.9020516\n }\n ]\n}" + "value": { + "sparse_embedding": [ + { + "above": 1.2425821, + "channel": 0.99471164, + "color": 1.6922266, + "colors": 1.1218185, + "dead": 1.6247464, + "poem": 1.0042328, + "port": 2.1259406, + "ports": 1.0067928, + "scene": 0.9020516, + "sky": 1.7073475, + "television": 1.3525393, + "tune": 0.96235967, + "tuned": 1.1440028, + "tv": 1.0111054 + } + ] + } } } } @@ -19292,7 +20723,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -19318,7 +20749,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -19329,7 +20760,9 @@ "StreamInferenceRequestExample1": { "summary": "Perform a completion task", "description": "Run `POST _inference/completion/openai-completion/_stream` to perform a completion on the example question with streaming.", - "value": "{\n \"input\": \"What is Elastic?\"\n}" + "value": { + "input": "What is Elastic?" + } } } } @@ -19341,7 +20774,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:StreamResult" + "$ref": "#/components/schemas/_types.StreamResult" } } } @@ -19365,7 +20798,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19375,7 +20808,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19401,7 +20834,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -19412,7 +20845,12 @@ "TextEmbeddingRequestExample1": { "summary": "Text embedding task", "description": "Run `POST _inference/text_embedding/my-cohere-endpoint` to perform text embedding on the example sentence using the Cohere integration,", - "value": "{\n \"input\": \"The sky above the port was the color of television tuned to a dead channel.\",\n \"task_settings\": {\n \"input_type\": \"ingest\"\n }\n}" + "value": { + "input": "The sky above the port was the color of television tuned to a dead channel.", + "task_settings": { + "input_type": "ingest" + } + } } } } @@ -19424,7 +20862,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingInferenceResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingInferenceResult" }, "examples": { "TextEmbeddingResponseExample1": { @@ -19450,7 +20888,7 @@ "operationId": "inference-update", "parameters": [ { - "$ref": "#/components/parameters/inference.update:inference_id" + "$ref": "#/components/parameters/inference.update-inference_id" } ], "requestBody": { @@ -19458,7 +20896,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.update:200" + "$ref": "#/components/responses/inference.update-200" } }, "x-state": "Added in 8.17.0" @@ -19474,10 +20912,10 @@ "operationId": "inference-update-1", "parameters": [ { - "$ref": "#/components/parameters/inference.update:task_type" + "$ref": "#/components/parameters/inference.update-task_type" }, { - "$ref": "#/components/parameters/inference.update:inference_id" + "$ref": "#/components/parameters/inference.update-inference_id" } ], "requestBody": { @@ -19485,7 +20923,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.update:200" + "$ref": "#/components/responses/inference.update-200" } }, "x-state": "Added in 8.17.0" @@ -19508,19 +20946,19 @@ "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "cluster_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "tagline": { "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:ElasticsearchVersionInfo" + "$ref": "#/components/schemas/_types.ElasticsearchVersionInfo" } }, "required": [ @@ -19534,7 +20972,23 @@ "examples": { "RootNodeInfoResponseExample1": { "description": "A successful response from `GET /`s.", - "value": "{\n \"name\": \"instance-0000000000\",\n \"cluster_name\": \"my_test_cluster\",\n \"cluster_uuid\": \"5QaxoN0pRZuOmWSxstBBwQ\",\n \"version\": {\n \"build_date\": \"2024-02-01T13:07:13.727175297Z\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"build_hash\": \"6185ba65d27469afabc9bc951cded6c17c21e3f3\",\n \"number\": \"8.12.1\",\n \"lucene_version\": \"9.9.2\",\n \"minimum_index_compatibility_version\": \"7.0.0\",\n \"build_flavor\": \"default\",\n \"build_snapshot\": false,\n \"build_type\": \"docker\"\n },\n \"tagline\": \"You Know, for Search\"\n}" + "value": { + "cluster_name": "my_test_cluster", + "cluster_uuid": "5QaxoN0pRZuOmWSxstBBwQ", + "name": "instance-0000000000", + "tagline": "You Know, for Search", + "version": { + "build_date": "2024-02-01T13:07:13.727175297Z", + "build_flavor": "default", + "build_hash": "6185ba65d27469afabc9bc951cded6c17c21e3f3", + "build_snapshot": false, + "build_type": "docker", + "lucene_version": "9.9.2", + "minimum_index_compatibility_version": "7.0.0", + "minimum_wire_compatibility_version": "7.17.0", + "number": "8.12.1" + } + } } } } @@ -19569,12 +21023,12 @@ "operationId": "ingest-get-geoip-database-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_geoip_database:id" + "$ref": "#/components/parameters/ingest.get_geoip_database-id" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_geoip_database:200" + "$ref": "#/components/responses/ingest.get_geoip_database-200" } }, "x-state": "Added in 8.15.0" @@ -19594,7 +21048,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19604,7 +21058,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19614,7 +21068,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19626,10 +21080,10 @@ "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "maxmind": { - "$ref": "#/components/schemas/ingest._types:Maxmind" + "$ref": "#/components/schemas/ingest._types.Maxmind" } }, "required": [ @@ -19647,7 +21101,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19670,7 +21124,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, @@ -19680,7 +21134,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19690,7 +21144,7 @@ "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19701,7 +21155,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19719,15 +21173,15 @@ "operationId": "ingest-get-ip-location-database-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_ip_location_database:id" + "$ref": "#/components/parameters/ingest.get_ip_location_database-id" }, { - "$ref": "#/components/parameters/ingest.get_ip_location_database:master_timeout" + "$ref": "#/components/parameters/ingest.get_ip_location_database-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_ip_location_database:200" + "$ref": "#/components/responses/ingest.get_ip_location_database-200" } }, "x-state": "Added in 8.15.0" @@ -19746,7 +21200,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19756,7 +21210,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19766,7 +21220,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response indicates that it was not completely acknowledged.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19775,7 +21229,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ingest._types:DatabaseConfiguration" + "$ref": "#/components/schemas/ingest._types.DatabaseConfiguration" } } }, @@ -19787,7 +21241,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19809,7 +21263,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, @@ -19819,7 +21273,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19829,7 +21283,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -19840,7 +21294,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19862,18 +21316,18 @@ "operationId": "ingest-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline:id" + "$ref": "#/components/parameters/ingest.get_pipeline-id" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline-master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:summary" + "$ref": "#/components/parameters/ingest.get_pipeline-summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline:200" + "$ref": "#/components/responses/ingest.get_pipeline-200" } }, "x-state": "Added in 5.0.0" @@ -19896,7 +21350,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -19906,7 +21360,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19916,7 +21370,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -19926,7 +21380,7 @@ "description": "Required version for optimistic concurrency control for pipeline updates", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" } @@ -19938,7 +21392,7 @@ "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "description": { "description": "Description of the ingest pipeline.", @@ -19948,18 +21402,18 @@ "description": "Processors to run immediately after a processor failure. Each processor supports a processor-level `on_failure` value. If a processor without an `on_failure` value fails, Elasticsearch uses this pipeline-level parameter as a fallback. The processors in this parameter run sequentially in the order specified. Elasticsearch will not attempt to run the pipeline's remaining processors.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "processors": { "description": "Processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "deprecated": { "description": "Marks this ingest pipeline as deprecated.\nWhen a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.", @@ -19970,12 +21424,41 @@ "examples": { "PutPipelineRequestExample1": { "summary": "Create an ingest pipeline.", - "value": "{\n \"description\" : \"My optional pipeline description\",\n \"processors\" : [\n {\n \"set\" : {\n \"description\" : \"My optional processor description\",\n \"field\": \"my-keyword-field\",\n \"value\": \"foo\"\n }\n }\n ]\n}" + "value": { + "description": "My optional pipeline description", + "processors": [ + { + "set": { + "description": "My optional processor description", + "field": "my-keyword-field", + "value": "foo" + } + } + ] + } }, "PutPipelineRequestExample2": { "summary": "Create an ingest pipeline with metadata.", "description": "You can use the `_meta` parameter to add arbitrary metadata to a pipeline.", - "value": "{\n \"description\" : \"My optional pipeline description\",\n \"processors\" : [\n {\n \"set\" : {\n \"description\" : \"My optional processor description\",\n \"field\": \"my-keyword-field\",\n \"value\": \"foo\"\n }\n }\n ],\n \"_meta\": {\n \"reason\": \"set my-keyword-field to foo\",\n \"serialization\": {\n \"class\": \"MyPipeline\",\n \"id\": 10\n }\n }\n}" + "value": { + "_meta": { + "reason": "set my-keyword-field to foo", + "serialization": { + "class": "MyPipeline", + "id": 10 + } + }, + "description": "My optional pipeline description", + "processors": [ + { + "set": { + "description": "My optional processor description", + "field": "my-keyword-field", + "value": "foo" + } + } + ] + } } } } @@ -19988,7 +21471,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -20014,7 +21497,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -20024,7 +21507,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -20034,7 +21517,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20045,7 +21528,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -20074,13 +21557,13 @@ "type": "object", "properties": { "stats": { - "$ref": "#/components/schemas/ingest.geo_ip_stats:GeoIpDownloadStatistics" + "$ref": "#/components/schemas/ingest.geo_ip_stats.GeoIpDownloadStatistics" }, "nodes": { "description": "Downloaded GeoIP2 databases for each node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ingest.geo_ip_stats:GeoIpNodeDatabases" + "$ref": "#/components/schemas/ingest.geo_ip_stats.GeoIpNodeDatabases" } } }, @@ -20106,7 +21589,7 @@ "operationId": "ingest-get-geoip-database", "responses": { "200": { - "$ref": "#/components/responses/ingest.get_geoip_database:200" + "$ref": "#/components/responses/ingest.get_geoip_database-200" } }, "x-state": "Added in 8.15.0" @@ -20121,12 +21604,12 @@ "operationId": "ingest-get-ip-location-database", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_ip_location_database:master_timeout" + "$ref": "#/components/parameters/ingest.get_ip_location_database-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_ip_location_database:200" + "$ref": "#/components/responses/ingest.get_ip_location_database-200" } }, "x-state": "Added in 8.15.0" @@ -20145,15 +21628,15 @@ "operationId": "ingest-get-pipeline", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline-master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:summary" + "$ref": "#/components/parameters/ingest.get_pipeline-summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline:200" + "$ref": "#/components/responses/ingest.get_pipeline-200" } }, "x-state": "Added in 5.0.0" @@ -20206,7 +21689,7 @@ "operationId": "ingest-simulate", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -20214,7 +21697,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -20228,7 +21711,7 @@ "operationId": "ingest-simulate-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -20236,7 +21719,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -20252,10 +21735,10 @@ "operationId": "ingest-simulate-2", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:id" + "$ref": "#/components/parameters/ingest.simulate-id" }, { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -20263,7 +21746,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -20277,10 +21760,10 @@ "operationId": "ingest-simulate-3", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:id" + "$ref": "#/components/parameters/ingest.simulate-id" }, { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -20288,7 +21771,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -20304,10 +21787,10 @@ "operationId": "knn-search", "parameters": [ { - "$ref": "#/components/parameters/knn_search:index" + "$ref": "#/components/parameters/knn_search-index" }, { - "$ref": "#/components/parameters/knn_search:routing" + "$ref": "#/components/parameters/knn_search-routing" } ], "requestBody": { @@ -20315,7 +21798,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/knn_search:200" + "$ref": "#/components/responses/knn_search-200" } }, "deprecated": true, @@ -20330,10 +21813,10 @@ "operationId": "knn-search-1", "parameters": [ { - "$ref": "#/components/parameters/knn_search:index" + "$ref": "#/components/parameters/knn_search-index" }, { - "$ref": "#/components/parameters/knn_search:routing" + "$ref": "#/components/parameters/knn_search-routing" } ], "requestBody": { @@ -20341,7 +21824,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/knn_search:200" + "$ref": "#/components/responses/knn_search-200" } }, "deprecated": true, @@ -20387,7 +21870,7 @@ "type": "object", "properties": { "license": { - "$ref": "#/components/schemas/license.get:LicenseInformation" + "$ref": "#/components/schemas/license.get.LicenseInformation" } }, "required": [ @@ -20397,7 +21880,22 @@ "examples": { "GetLicenseResponseExample1": { "description": "A successful response from `GET /_license`.", - "value": "{\n \"license\" : {\n \"status\" : \"active\",\n \"uid\" : \"cbff45e7-c553-41f7-ae4f-9205eabd80xx\",\n \"type\" : \"trial\",\n \"issue_date\" : \"2018-10-20T22:05:12.332Z\",\n \"issue_date_in_millis\" : 1540073112332,\n \"expiry_date\" : \"2018-11-19T22:05:12.332Z\",\n \"expiry_date_in_millis\" : 1542665112332,\n \"max_nodes\" : 1000,\n \"max_resource_units\" : null,\n \"issued_to\" : \"test\",\n \"issuer\" : \"elasticsearch\",\n \"start_date_in_millis\" : -1\n }\n}" + "value": { + "license": { + "expiry_date": "2018-11-19T22:05:12.332Z", + "expiry_date_in_millis": 1542665112332, + "issue_date": "2018-10-20T22:05:12.332Z", + "issue_date_in_millis": 1540073112332, + "issued_to": "test", + "issuer": "elasticsearch", + "max_nodes": 1000, + "max_resource_units": null, + "start_date_in_millis": -1, + "status": "active", + "type": "trial", + "uid": "cbff45e7-c553-41f7-ae4f-9205eabd80xx" + } + } } } } @@ -20414,13 +21912,13 @@ "operationId": "license-post", "parameters": [ { - "$ref": "#/components/parameters/license.post:acknowledge" + "$ref": "#/components/parameters/license.post-acknowledge" }, { - "$ref": "#/components/parameters/license.post:master_timeout" + "$ref": "#/components/parameters/license.post-master_timeout" }, { - "$ref": "#/components/parameters/license.post:timeout" + "$ref": "#/components/parameters/license.post-timeout" } ], "requestBody": { @@ -20428,7 +21926,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/license.post:200" + "$ref": "#/components/responses/license.post-200" } } }, @@ -20441,13 +21939,13 @@ "operationId": "license-post-1", "parameters": [ { - "$ref": "#/components/parameters/license.post:acknowledge" + "$ref": "#/components/parameters/license.post-acknowledge" }, { - "$ref": "#/components/parameters/license.post:master_timeout" + "$ref": "#/components/parameters/license.post-master_timeout" }, { - "$ref": "#/components/parameters/license.post:timeout" + "$ref": "#/components/parameters/license.post-timeout" } ], "requestBody": { @@ -20455,7 +21953,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/license.post:200" + "$ref": "#/components/responses/license.post-200" } } }, @@ -20476,7 +21974,7 @@ "description": "The period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -20486,7 +21984,7 @@ "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20497,7 +21995,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -20531,7 +22029,9 @@ "examples": { "GetBasicLicenseStatusResponseExample1": { "description": "A successful response from `GET /_license/basic_status`.", - "value": "{\n \"eligible_to_start_basic\": true\n}" + "value": { + "eligible_to_start_basic": true + } } } } @@ -20567,7 +22067,9 @@ "examples": { "GetTrialLicenseStatusResponseExample1": { "description": "A successful response from `GET /_license/trial_status`.", - "value": "{\n \"eligible_to_start_trial\": true\n}" + "value": { + "eligible_to_start_trial": true + } } } } @@ -20602,7 +22104,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -20612,7 +22114,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20635,7 +22137,7 @@ "type": "string" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "acknowledge": { "type": "object", @@ -20662,7 +22164,10 @@ "examples": { "StartBasicLicenseResponseExample1": { "description": "A successful response from `POST /_license/start_basic?acknowledge=true`. If you currently have a license with more features than a basic license and you start a basic license, you must pass the acknowledge parameter.", - "value": "{\n \"basic_was_started\": true,\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true, + "basic_was_started": true + } } } } @@ -20706,7 +22211,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20729,7 +22234,7 @@ "type": "boolean" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" } }, "required": [ @@ -20740,7 +22245,10 @@ "examples": { "StartTrialLicenseResponseExample1": { "description": "A successful response from `POST /_license/start_trial?acknowledge=true`.", - "value": "{\n \"trial_was_started\": true,\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true, + "trial_was_started": true + } } } } @@ -20763,12 +22271,12 @@ "operationId": "logstash-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/logstash.get_pipeline:id" + "$ref": "#/components/parameters/logstash.get_pipeline-id" } ], "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline:200" + "$ref": "#/components/responses/logstash.get_pipeline-200" } }, "x-state": "Added in 7.12.0" @@ -20791,7 +22299,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20800,13 +22308,30 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/logstash._types:Pipeline" + "$ref": "#/components/schemas/logstash._types.Pipeline" }, "examples": { "LogstashPutPipelineRequestExample1": { "summary": "Create a pipeline", "description": "Run `PUT _logstash/pipeline/my_pipeline` to create a pipeline.", - "value": "{\n \"description\": \"Sample pipeline for illustration purposes\",\n \"last_modified\": \"2021-01-02T02:50:51.250Z\",\n \"pipeline_metadata\": {\n \"type\": \"logstash_pipeline\",\n \"version\": 1\n },\n \"username\": \"elastic\",\n \"pipeline\": \"input {}\\\\n filter { grok {} }\\\\n output {}\",\n \"pipeline_settings\": {\n \"pipeline.workers\": 1,\n \"pipeline.batch.size\": 125,\n \"pipeline.batch.delay\": 50,\n \"queue.type\": \"memory\",\n \"queue.max_bytes\": \"1gb\",\n \"queue.checkpoint.writes\": 1024\n }\n}" + "value": { + "description": "Sample pipeline for illustration purposes", + "last_modified": "2021-01-02T02:50:51.250Z", + "pipeline": "input {}\\n filter { grok {} }\\n output {}", + "pipeline_metadata": { + "type": "logstash_pipeline", + "version": 1 + }, + "pipeline_settings": { + "pipeline.batch.delay": 50, + "pipeline.batch.size": 125, + "pipeline.workers": 1, + "queue.checkpoint.writes": 1024, + "queue.max_bytes": "1gb", + "queue.type": "memory" + }, + "username": "elastic" + } } } } @@ -20841,7 +22366,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20870,7 +22395,7 @@ "operationId": "logstash-get-pipeline", "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline:200" + "$ref": "#/components/responses/logstash.get_pipeline-200" } }, "x-state": "Added in 7.12.0" @@ -20886,31 +22411,31 @@ "operationId": "mget", "parameters": [ { - "$ref": "#/components/parameters/mget:force_synthetic_source" + "$ref": "#/components/parameters/mget-force_synthetic_source" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -20918,7 +22443,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -20932,31 +22457,31 @@ "operationId": "mget-1", "parameters": [ { - "$ref": "#/components/parameters/mget:force_synthetic_source" + "$ref": "#/components/parameters/mget-force_synthetic_source" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -20964,7 +22489,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -20980,34 +22505,34 @@ "operationId": "mget-2", "parameters": [ { - "$ref": "#/components/parameters/mget:index" + "$ref": "#/components/parameters/mget-index" }, { - "$ref": "#/components/parameters/mget:force_synthetic_source" + "$ref": "#/components/parameters/mget-force_synthetic_source" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -21015,7 +22540,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -21029,34 +22554,34 @@ "operationId": "mget-3", "parameters": [ { - "$ref": "#/components/parameters/mget:index" + "$ref": "#/components/parameters/mget-index" }, { - "$ref": "#/components/parameters/mget:force_synthetic_source" + "$ref": "#/components/parameters/mget-force_synthetic_source" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -21064,7 +22589,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -21080,7 +22605,7 @@ "operationId": "migration-deprecations", "responses": { "200": { - "$ref": "#/components/responses/migration.deprecations:200" + "$ref": "#/components/responses/migration.deprecations-200" } }, "x-state": "Added in 6.1.0" @@ -21096,12 +22621,12 @@ "operationId": "migration-deprecations-1", "parameters": [ { - "$ref": "#/components/parameters/migration.deprecations:index" + "$ref": "#/components/parameters/migration.deprecations-index" } ], "responses": { "200": { - "$ref": "#/components/responses/migration.deprecations:200" + "$ref": "#/components/responses/migration.deprecations-200" } }, "x-state": "Added in 6.1.0" @@ -21126,11 +22651,11 @@ "features": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.get_feature_upgrade_status:MigrationFeature" + "$ref": "#/components/schemas/migration.get_feature_upgrade_status.MigrationFeature" } }, "migration_status": { - "$ref": "#/components/schemas/migration.get_feature_upgrade_status:MigrationStatus" + "$ref": "#/components/schemas/migration.get_feature_upgrade_status.MigrationStatus" } }, "required": [ @@ -21141,7 +22666,95 @@ "examples": { "GetFeatureUpgradeStatusResponseExample1": { "description": "A successful response from `GET /_migration/system_features`.", - "value": "{\n \"features\" : [\n {\n \"feature_name\" : \"async_search\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"enrich\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"ent_search\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"fleet\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"geoip\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"kibana\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"logstash_management\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"machine_learning\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"searchable_snapshots\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"security\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"synonyms\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"tasks\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"transform\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"watcher\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n }\n ],\n \"migration_status\" : \"NO_MIGRATION_NEEDED\"\n}" + "value": { + "features": [ + { + "feature_name": "async_search", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "enrich", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "ent_search", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "fleet", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "geoip", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "kibana", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "logstash_management", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "machine_learning", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "searchable_snapshots", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "security", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "synonyms", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "tasks", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "transform", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + }, + { + "feature_name": "watcher", + "indices": [], + "migration_status": "NO_MIGRATION_NEEDED", + "minimum_index_version": "8100099" + } + ], + "migration_status": "NO_MIGRATION_NEEDED" + } } } } @@ -21171,7 +22784,7 @@ "features": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.post_feature_upgrade:MigrationFeature" + "$ref": "#/components/schemas/migration.post_feature_upgrade.MigrationFeature" } } }, @@ -21183,7 +22796,14 @@ "examples": { "PostFeatureUpgradeResponseExample1": { "description": "When you run `POST /_migration/system_features` to start the migration process, the response lists the features that will be migrated.\n", - "value": "{\n \"accepted\" : true,\n \"features\" : [\n {\n \"feature_name\" : \"security\"\n }\n ]\n}" + "value": { + "accepted": true, + "features": [ + { + "feature_name": "security" + } + ] + } } } } @@ -21209,7 +22829,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21233,7 +22853,9 @@ "examples": { "MlClearTrainedModelDeploymentCacheResponseExample1": { "description": "A successful response when clearing the inference cache.", - "value": "{\n \"cleared\": true\n}" + "value": { + "cleared": true + } } } } @@ -21259,7 +22881,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21289,7 +22911,7 @@ "description": "Controls the time to wait until a job has closed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -21309,7 +22931,7 @@ "type": "boolean" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -21335,7 +22957,9 @@ "examples": { "MlCloseJobResponseExample1": { "description": "A successful response when closing anomaly detection jobs.", - "value": "{\n \"closed\": true\n}" + "value": { + "closed": true + } } } } @@ -21354,13 +22978,13 @@ "operationId": "ml-get-calendars-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:calendar_id" + "$ref": "#/components/parameters/ml.get_calendars-calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -21368,7 +22992,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -21387,7 +23011,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21402,7 +23026,7 @@ "description": "An array of anomaly detection job identifiers.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "description": { @@ -21423,14 +23047,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -21452,13 +23076,13 @@ "operationId": "ml-get-calendars-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:calendar_id" + "$ref": "#/components/parameters/ml.get_calendars-calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -21466,7 +23090,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -21486,7 +23110,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21497,12 +23121,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteCalendarResponseExample1": { "description": "A successful response when deleting a calendar.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -21527,7 +23153,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21538,7 +23164,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21549,12 +23175,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteCalendarEventResponseExample1": { "description": "A successful response when deleting a calendar event.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -21579,7 +23207,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21590,7 +23218,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -21604,14 +23232,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -21639,7 +23267,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21650,7 +23278,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -21664,14 +23292,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -21682,7 +23310,10 @@ "examples": { "MlDeleteCalendarJobResponseExample1": { "description": "A successful response when deleting an anomaly detection job from a calendar.", - "value": "{\n \"calendar_id\": \"planned-outages\",\n \"job_ids\": []\n}" + "value": { + "calendar_id": "planned-outages", + "job_ids": [] + } } } } @@ -21702,24 +23333,24 @@ "operationId": "ml-get-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -21739,7 +23370,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21755,37 +23386,37 @@ "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "description": { "description": "A description of the job.", "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "max_num_threads": { "description": "The maximum number of threads to be used by the analysis. Using more\nthreads may decrease the time necessary to complete the analysis at the\ncost of using more CPU. Note that the process may use additional threads\nfor operational functionality other than the analysis itself.", "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "model_memory_limit": { "description": "The approximate maximum amount of memory resources that are permitted for\nanalytical processing. If your `elasticsearch.yml` file contains an\n`xpack.ml.max_model_memory_limit` setting, an error occurs when you try\nto create data frame analytics jobs that have `model_memory_limit` values\ngreater than that setting.", "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -21807,43 +23438,43 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "model_memory_limit": { "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -21878,7 +23509,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21898,7 +23529,7 @@ "description": "The time to wait for the job to be deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -21909,12 +23540,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteDataFrameAnalyticsResponseExample1": { "description": "A successful response when deleting a data frame analytics job.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -21934,18 +23567,18 @@ "operationId": "ml-get-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds:datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeeds-datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds:200" + "$ref": "#/components/responses/ml.get_datafeeds-200" } }, "x-state": "Added in 5.5.0" @@ -21965,7 +23598,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21985,7 +23618,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -22020,45 +23653,45 @@ "description": "If set, the datafeed performs aggregation searches.\nSupport for aggregations is limited and should be used only with low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period), it automatically\nstops and closes the associated job after this many real-time searches return no documents. In other words,\nit stops after `frequency` times `max_empty_searches` of real-time operation. If not set, a datafeed with no\nend time that sees no data remains started until it is explicitly stopped. By default, it is not set.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.\nThe detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -22066,7 +23699,7 @@ "type": "number" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" } } } @@ -22085,23 +23718,23 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -22110,27 +23743,27 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -22167,7 +23800,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22188,12 +23821,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteDatafeedResponseExample1": { "description": "A successful response when deleting a datafeed.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -22213,13 +23848,13 @@ "operationId": "ml-delete-expired-data", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_expired_data:job_id" + "$ref": "#/components/parameters/ml.delete_expired_data-job_id" }, { - "$ref": "#/components/parameters/ml.delete_expired_data:requests_per_second" + "$ref": "#/components/parameters/ml.delete_expired_data-requests_per_second" }, { - "$ref": "#/components/parameters/ml.delete_expired_data:timeout" + "$ref": "#/components/parameters/ml.delete_expired_data-timeout" } ], "requestBody": { @@ -22227,7 +23862,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.delete_expired_data:200" + "$ref": "#/components/responses/ml.delete_expired_data-200" } }, "x-state": "Added in 5.4.0" @@ -22243,10 +23878,10 @@ "operationId": "ml-delete-expired-data-1", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_expired_data:requests_per_second" + "$ref": "#/components/parameters/ml.delete_expired_data-requests_per_second" }, { - "$ref": "#/components/parameters/ml.delete_expired_data:timeout" + "$ref": "#/components/parameters/ml.delete_expired_data-timeout" } ], "requestBody": { @@ -22254,7 +23889,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.delete_expired_data:200" + "$ref": "#/components/responses/ml.delete_expired_data-200" } }, "x-state": "Added in 5.4.0" @@ -22270,18 +23905,18 @@ "operationId": "ml-get-filters-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters:filter_id" + "$ref": "#/components/parameters/ml.get_filters-filter_id" }, { - "$ref": "#/components/parameters/ml.get_filters:from" + "$ref": "#/components/parameters/ml.get_filters-from" }, { - "$ref": "#/components/parameters/ml.get_filters:size" + "$ref": "#/components/parameters/ml.get_filters-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters:200" + "$ref": "#/components/responses/ml.get_filters-200" } }, "x-state": "Added in 5.5.0" @@ -22301,7 +23936,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -22341,7 +23976,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "type": "array", @@ -22377,7 +24012,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -22388,12 +24023,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteFilterResponseExample1": { "description": "A successful response when deleting a filter.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -22419,7 +24056,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22429,7 +24066,7 @@ "description": "A period of time that indicates how far into the future to forecast. For\nexample, `30d` corresponds to 30 days. The forecast starts at the last\nrecord that was processed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22439,7 +24076,7 @@ "description": "The period of time that forecast results are retained. After a forecast\nexpires, the results are deleted. If set to a value of 0, the forecast is\nnever automatically deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22461,10 +24098,10 @@ "type": "object", "properties": { "duration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "expires_in": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_model_memory": { "description": "Refer to the description for the `max_model_memory` query parameter.", @@ -22487,7 +24124,7 @@ "type": "boolean" }, "forecast_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -22510,18 +24147,18 @@ "operationId": "ml-delete-forecast", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_forecast:job_id" + "$ref": "#/components/parameters/ml.delete_forecast-job_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast:allow_no_forecasts" + "$ref": "#/components/parameters/ml.delete_forecast-allow_no_forecasts" }, { - "$ref": "#/components/parameters/ml.delete_forecast:timeout" + "$ref": "#/components/parameters/ml.delete_forecast-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.delete_forecast:200" + "$ref": "#/components/responses/ml.delete_forecast-200" } }, "x-state": "Added in 6.5.0" @@ -22537,21 +24174,21 @@ "operationId": "ml-delete-forecast-1", "parameters": [ { - "$ref": "#/components/parameters/ml.delete_forecast:job_id" + "$ref": "#/components/parameters/ml.delete_forecast-job_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast:forecast_id" + "$ref": "#/components/parameters/ml.delete_forecast-forecast_id" }, { - "$ref": "#/components/parameters/ml.delete_forecast:allow_no_forecasts" + "$ref": "#/components/parameters/ml.delete_forecast-allow_no_forecasts" }, { - "$ref": "#/components/parameters/ml.delete_forecast:timeout" + "$ref": "#/components/parameters/ml.delete_forecast-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.delete_forecast:200" + "$ref": "#/components/responses/ml.delete_forecast-200" } }, "x-state": "Added in 6.5.0" @@ -22567,18 +24204,18 @@ "operationId": "ml-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs:job_id" + "$ref": "#/components/parameters/ml.get_jobs-job_id" }, { - "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs:200" + "$ref": "#/components/responses/ml.get_jobs-200" } }, "x-state": "Added in 5.5.0" @@ -22598,7 +24235,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22618,7 +24255,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values. Valid values are:\n\n* `all`: Match any data stream or index, including hidden ones.\n* `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.\n* `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or both.\n* `none`: Wildcard patterns are not accepted.\n* `open`: Match open, non-hidden indices. Also matches any non-hidden data stream.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -22654,33 +24291,33 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job. It specifies a period of time (in days) after which only the first snapshot per day is retained. This period is relative to the timestamp of the most recent snapshot for this job. Valid values range from 0 to `model_snapshot_retention_days`.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "description": { "description": "A description of the job.", "type": "string" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "groups": { "description": "A list of job groups. A job can belong to no groups or many.", @@ -22690,7 +24327,7 @@ } }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job. It specifies the maximum period of time (in days) that snapshots are retained. This period is relative to the timestamp of the most recent snapshot for this job. By default, snapshots ten days older than the newest snapshot are deleted.", @@ -22701,7 +24338,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option. The period of time (in days) that results are retained. Age is calculated relative to the timestamp of the latest bucket result. If this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch. The default value is null, which means all results are retained. Annotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results. Annotations added by users are retained forever.", @@ -22716,7 +24353,53 @@ "examples": { "MlPutJobRequestExample1": { "description": "A request to create an anomaly detection job and datafeed.", - "value": "{\n \"analysis_config\": {\n \"bucket_span\": \"15m\",\n \"detectors\": [\n {\n \"detector_description\": \"Sum of bytes\",\n \"function\": \"sum\",\n \"field_name\": \"bytes\"\n }\n ]\n },\n \"data_description\": {\n \"time_field\": \"timestamp\",\n \"time_format\": \"epoch_ms\"\n },\n \"analysis_limits\": {\n \"model_memory_limit\": \"11MB\"\n },\n \"model_plot_config\": {\n \"enabled\": true,\n \"annotations_enabled\": true\n },\n \"results_index_name\": \"test-job1\",\n \"datafeed_config\": {\n \"indices\": [\n \"kibana_sample_data_logs\"\n ],\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"match_all\": {}\n }\n ]\n }\n },\n \"runtime_mappings\": {\n \"hour_of_day\": {\n \"type\": \"long\",\n \"script\": {\n \"source\": \"emit(doc['timestamp'].value.getHour());\"\n }\n }\n },\n \"datafeed_id\": \"datafeed-test-job1\"\n }\n}" + "value": { + "analysis_config": { + "bucket_span": "15m", + "detectors": [ + { + "detector_description": "Sum of bytes", + "field_name": "bytes", + "function": "sum" + } + ] + }, + "analysis_limits": { + "model_memory_limit": "11MB" + }, + "data_description": { + "time_field": "timestamp", + "time_format": "epoch_ms" + }, + "datafeed_config": { + "datafeed_id": "datafeed-test-job1", + "indices": [ + "kibana_sample_data_logs" + ], + "query": { + "bool": { + "must": [ + { + "match_all": {} + } + ] + } + }, + "runtime_mappings": { + "hour_of_day": { + "script": { + "source": "emit(doc['timestamp'].value.getHour());" + }, + "type": "long" + } + } + }, + "model_plot_config": { + "annotations_enabled": true, + "enabled": true + }, + "results_index_name": "test-job1" + } } } } @@ -22735,28 +24418,28 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfigRead" + "$ref": "#/components/schemas/ml._types.AnalysisConfigRead" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "description": { "type": "string" @@ -22768,7 +24451,7 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "type": "string" @@ -22777,10 +24460,10 @@ "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" @@ -22812,7 +24495,86 @@ "examples": { "MlPutJobResponseExample1": { "description": "A successful response when creating an anomaly detection job and datafeed.", - "value": "{\n \"job_id\": \"test-job1\",\n \"job_type\": \"anomaly_detector\",\n \"job_version\": \"8.4.0\",\n \"create_time\": 1656087283340,\n \"datafeed_config\": {\n \"datafeed_id\": \"datafeed-test-job1\",\n \"job_id\": \"test-job1\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"query_delay\": \"61499ms\",\n \"chunking_config\": {\n \"mode\": \"auto\"\n },\n \"indices_options\": {\n \"expand_wildcards\": [\n \"open\"\n ],\n \"ignore_unavailable\": false,\n \"allow_no_indices\": true,\n \"ignore_throttled\": true\n },\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"match_all\": {}\n }\n ]\n }\n },\n \"indices\": [\n \"kibana_sample_data_logs\"\n ],\n \"scroll_size\": 1000,\n \"delayed_data_check_config\": {\n \"enabled\": true\n },\n \"runtime_mappings\": {\n \"hour_of_day\": {\n \"type\": \"long\",\n \"script\": {\n \"source\": \"emit(doc['timestamp'].value.getHour());\"\n }\n }\n }\n },\n \"analysis_config\": {\n \"bucket_span\": \"15m\",\n \"detectors\": [\n {\n \"detector_description\": \"Sum of bytes\",\n \"function\": \"sum\",\n \"field_name\": \"bytes\",\n \"detector_index\": 0\n }\n ],\n \"influencers\": [],\n \"model_prune_window\": \"30d\"\n },\n \"analysis_limits\": {\n \"model_memory_limit\": \"11mb\",\n \"categorization_examples_limit\": 4\n },\n \"data_description\": {\n \"time_field\": \"timestamp\",\n \"time_format\": \"epoch_ms\"\n },\n \"model_plot_config\": {\n \"enabled\": true,\n \"annotations_enabled\": true\n },\n \"model_snapshot_retention_days\": 10,\n \"daily_model_snapshot_retention_after_days\": 1,\n \"results_index_name\": \"custom-test-job1\",\n \"allow_lazy_open\": false\n}" + "value": { + "allow_lazy_open": false, + "analysis_config": { + "bucket_span": "15m", + "detectors": [ + { + "detector_description": "Sum of bytes", + "detector_index": 0, + "field_name": "bytes", + "function": "sum" + } + ], + "influencers": [], + "model_prune_window": "30d" + }, + "analysis_limits": { + "categorization_examples_limit": 4, + "model_memory_limit": "11mb" + }, + "create_time": 1656087283340, + "daily_model_snapshot_retention_after_days": 1, + "data_description": { + "time_field": "timestamp", + "time_format": "epoch_ms" + }, + "datafeed_config": { + "authorization": { + "roles": [ + "superuser" + ] + }, + "chunking_config": { + "mode": "auto" + }, + "datafeed_id": "datafeed-test-job1", + "delayed_data_check_config": { + "enabled": true + }, + "indices": [ + "kibana_sample_data_logs" + ], + "indices_options": { + "allow_no_indices": true, + "expand_wildcards": [ + "open" + ], + "ignore_throttled": true, + "ignore_unavailable": false + }, + "job_id": "test-job1", + "query": { + "bool": { + "must": [ + { + "match_all": {} + } + ] + } + }, + "query_delay": "61499ms", + "runtime_mappings": { + "hour_of_day": { + "script": { + "source": "emit(doc['timestamp'].value.getHour());" + }, + "type": "long" + } + }, + "scroll_size": 1000 + }, + "job_id": "test-job1", + "job_type": "anomaly_detector", + "job_version": "8.4.0", + "model_plot_config": { + "annotations_enabled": true, + "enabled": true + }, + "model_snapshot_retention_days": 10, + "results_index_name": "custom-test-job1" + } } } } @@ -22836,7 +24598,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22877,18 +24639,22 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteJobResponseExample1": { "summary": "Delete job", "description": "A successful response when deleting an anomaly detection job.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } }, "MlDeleteJobResponseExample2": { "summary": "Delete job asynchronously", "description": "A successful response when deleting an anomaly detection job asynchronously. When the `wait_for_completion` query parameter is set to `false`, the response contains an identifier for the job deletion task.\n", - "value": "{\n \"task\": \"oTUltX4IQMOUUVeiohTt8A:39\"\n}" + "value": { + "task": "oTUltX4IQMOUUVeiohTt8A:39" + } } } } @@ -22907,28 +24673,28 @@ "operationId": "ml-get-model-snapshots", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:snapshot_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-snapshot_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:desc" + "$ref": "#/components/parameters/ml.get_model_snapshots-desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:end" + "$ref": "#/components/parameters/ml.get_model_snapshots-end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:from" + "$ref": "#/components/parameters/ml.get_model_snapshots-from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:size" + "$ref": "#/components/parameters/ml.get_model_snapshots-size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:sort" + "$ref": "#/components/parameters/ml.get_model_snapshots-sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:start" + "$ref": "#/components/parameters/ml.get_model_snapshots-start" } ], "requestBody": { @@ -22936,7 +24702,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots:200" + "$ref": "#/components/responses/ml.get_model_snapshots-200" } }, "x-state": "Added in 5.4.0" @@ -22949,28 +24715,28 @@ "operationId": "ml-get-model-snapshots-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:snapshot_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-snapshot_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:desc" + "$ref": "#/components/parameters/ml.get_model_snapshots-desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:end" + "$ref": "#/components/parameters/ml.get_model_snapshots-end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:from" + "$ref": "#/components/parameters/ml.get_model_snapshots-from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:size" + "$ref": "#/components/parameters/ml.get_model_snapshots-size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:sort" + "$ref": "#/components/parameters/ml.get_model_snapshots-sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:start" + "$ref": "#/components/parameters/ml.get_model_snapshots-start" } ], "requestBody": { @@ -22978,7 +24744,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots:200" + "$ref": "#/components/responses/ml.get_model_snapshots-200" } }, "x-state": "Added in 5.4.0" @@ -22998,7 +24764,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23009,7 +24775,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -23020,12 +24786,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteModelSnapshotResponseExample1": { "description": "A successful response when deleting an existing model snapshot.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -23044,33 +24812,33 @@ "operationId": "ml-get-trained-models", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models:model_id" + "$ref": "#/components/parameters/ml.get_trained_models-model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models-decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models-exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models:from" + "$ref": "#/components/parameters/ml.get_trained_models-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models:include" + "$ref": "#/components/parameters/ml.get_trained_models-include" }, { - "$ref": "#/components/parameters/ml.get_trained_models:size" + "$ref": "#/components/parameters/ml.get_trained_models-size" }, { - "$ref": "#/components/parameters/ml.get_trained_models:tags" + "$ref": "#/components/parameters/ml.get_trained_models-tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models:200" + "$ref": "#/components/responses/ml.get_trained_models-200" } }, "x-state": "Added in 7.10.0" @@ -23090,7 +24858,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23126,24 +24894,24 @@ "type": "string" }, "definition": { - "$ref": "#/components/schemas/ml.put_trained_model:Definition" + "$ref": "#/components/schemas/ml.put_trained_model.Definition" }, "description": { "description": "A human-readable description of the inference trained model.", "type": "string" }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigCreateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigCreateContainer" }, "input": { - "$ref": "#/components/schemas/ml.put_trained_model:Input" + "$ref": "#/components/schemas/ml.put_trained_model.Input" }, "metadata": { "description": "An object map that contains metadata about the model.", "type": "object" }, "model_type": { - "$ref": "#/components/schemas/ml._types:TrainedModelType" + "$ref": "#/components/schemas/ml._types.TrainedModelType" }, "model_size_bytes": { "description": "The estimated memory usage in bytes to keep the trained model in memory.\nThis property is supported only if defer_definition_decompression is true\nor the model definition is not supplied.", @@ -23161,7 +24929,7 @@ } }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" } } } @@ -23175,7 +24943,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfig" + "$ref": "#/components/schemas/ml._types.TrainedModelConfig" } } } @@ -23198,7 +24966,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23218,7 +24986,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -23229,12 +24997,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteTrainedModelResponseExample1": { "description": "A successful response when deleting an existing trained inference model.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -23260,7 +25030,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23271,7 +25041,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -23292,7 +25062,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -23315,7 +25085,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23326,7 +25096,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -23337,12 +25107,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteTrainedModelAliasResponseExample1": { "description": "A successful response when deleting a trained model alias.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -23367,7 +25139,7 @@ "type": "object", "properties": { "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "max_bucket_cardinality": { "description": "Estimates of the highest cardinality in a single bucket that is observed\nfor influencer fields over the time period that the job analyzes data.\nTo produce a good answer, values must be provided for all influencer\nfields. Providing values for fields that are not listed as `influencers`\nhas no effect on the estimation.", @@ -23388,7 +25160,31 @@ "examples": { "MlEstimateModelMemoryRequestExample1": { "description": "Run `POST _ml/anomaly_detectors/_estimate_model_memory` to estimate the model memory limit based on the analysis configuration details provided in the request body.", - "value": "{\n \"analysis_config\": {\n \"bucket_span\": \"5m\",\n \"detectors\": [\n {\n \"function\": \"sum\",\n \"field_name\": \"bytes\",\n \"by_field_name\": \"status\",\n \"partition_field_name\": \"app\"\n }\n ],\n \"influencers\": [\n \"source_ip\",\n \"dest_ip\"\n ]\n },\n \"overall_cardinality\": {\n \"status\": 10,\n \"app\": 50\n },\n \"max_bucket_cardinality\": {\n \"source_ip\": 300,\n \"dest_ip\": 30\n }\n}" + "value": { + "analysis_config": { + "bucket_span": "5m", + "detectors": [ + { + "by_field_name": "status", + "field_name": "bytes", + "function": "sum", + "partition_field_name": "app" + } + ], + "influencers": [ + "source_ip", + "dest_ip" + ] + }, + "max_bucket_cardinality": { + "dest_ip": 30, + "source_ip": 300 + }, + "overall_cardinality": { + "app": 50, + "status": 10 + } + } } } } @@ -23414,7 +25210,9 @@ "examples": { "MlEstimateModelMemoryResponseExample1": { "description": "A successful response from `POST _ml/anomaly_detectors/_estimate_model_memory`.", - "value": "{\n \"model_memory_estimate\": \"21mb\"\n}" + "value": { + "model_memory_estimate": "21mb" + } } } } @@ -23439,13 +25237,13 @@ "type": "object", "properties": { "evaluation": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationContainer" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationContainer" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -23457,27 +25255,108 @@ "MlEvaluateDataFrameRequestExample1": { "summary": "Classification example 1", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate a a classification job for an annotated index. The `actual_field` contains the ground truth for classification. The `predicted_field` contains the predicted value calculated by the classification analysis.\n", - "value": "{\n \"index\": \"animal_classification\",\n \"evaluation\": {\n \"classification\": {\n \"actual_field\": \"animal_class\",\n \"predicted_field\": \"ml.animal_class_prediction\",\n \"metrics\": {\n \"multiclass_confusion_matrix\": {}\n }\n }\n }\n}" + "value": { + "evaluation": { + "classification": { + "actual_field": "animal_class", + "metrics": { + "multiclass_confusion_matrix": {} + }, + "predicted_field": "ml.animal_class_prediction" + } + }, + "index": "animal_classification" + } }, "MlEvaluateDataFrameRequestExample2": { "summary": "Classification example 2", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate a classification job with AUC ROC metrics for an annotated index. The `actual_field` contains the ground truth value for the actual animal classification. This is required in order to evaluate results. The `class_name` specifies the class name that is treated as positive during the evaluation, all the other classes are treated as negative.\n", - "value": "{\n \"index\": \"animal_classification\",\n \"evaluation\": {\n \"classification\": {\n \"actual_field\": \"animal_class\",\n \"metrics\": {\n \"auc_roc\": {\n \"class_name\": \"dog\"\n }\n }\n }\n }\n}" + "value": { + "evaluation": { + "classification": { + "actual_field": "animal_class", + "metrics": { + "auc_roc": { + "class_name": "dog" + } + } + } + }, + "index": "animal_classification" + } }, "MlEvaluateDataFrameRequestExample3": { "summary": "Outlier detection", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate an outlier detection job for an annotated index.\n", - "value": "{\n \"index\": \"my_analytics_dest_index\",\n \"evaluation\": {\n \"outlier_detection\": {\n \"actual_field\": \"is_outlier\",\n \"predicted_probability_field\": \"ml.outlier_score\"\n }\n }\n}" + "value": { + "evaluation": { + "outlier_detection": { + "actual_field": "is_outlier", + "predicted_probability_field": "ml.outlier_score" + } + }, + "index": "my_analytics_dest_index" + } }, "MlEvaluateDataFrameRequestExample4": { "summary": "Regression example 1", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate the testing error of a regression job for an annotated index. The term query in the body limits evaluation to be performed on the test split only. The `actual_field` contains the ground truth for house prices. The `predicted_field` contains the house price calculated by the regression analysis.\n", - "value": "{\n \"index\": \"house_price_predictions\",\n \"query\": {\n \"bool\": {\n \"filter\": [\n {\n \"term\": {\n \"ml.is_training\": false\n }\n }\n ]\n }\n },\n \"evaluation\": {\n \"regression\": {\n \"actual_field\": \"price\",\n \"predicted_field\": \"ml.price_prediction\",\n \"metrics\": {\n \"r_squared\": {},\n \"mse\": {},\n \"msle\": {\n \"offset\": 10\n },\n \"huber\": {\n \"delta\": 1.5\n }\n }\n }\n }\n}" + "value": { + "evaluation": { + "regression": { + "actual_field": "price", + "metrics": { + "huber": { + "delta": 1.5 + }, + "mse": {}, + "msle": { + "offset": 10 + }, + "r_squared": {} + }, + "predicted_field": "ml.price_prediction" + } + }, + "index": "house_price_predictions", + "query": { + "bool": { + "filter": [ + { + "term": { + "ml.is_training": false + } + } + ] + } + } + } }, "MlEvaluateDataFrameRequestExample5": { "summary": "Regression example 2", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate the training error of a regression job for an annotated index. The term query in the body limits evaluation to be performed on the training split only. The `actual_field` contains the ground truth for house prices. The `predicted_field` contains the house price calculated by the regression analysis.\n", - "value": "{\n \"index\": \"house_price_predictions\",\n \"query\": {\n \"term\": {\n \"ml.is_training\": {\n \"value\": true\n }\n }\n },\n \"evaluation\": {\n \"regression\": {\n \"actual_field\": \"price\",\n \"predicted_field\": \"ml.price_prediction\",\n \"metrics\": {\n \"r_squared\": {},\n \"mse\": {},\n \"msle\": {},\n \"huber\": {}\n }\n }\n }\n}" + "value": { + "evaluation": { + "regression": { + "actual_field": "price", + "metrics": { + "huber": {}, + "mse": {}, + "msle": {}, + "r_squared": {} + }, + "predicted_field": "ml.price_prediction" + } + }, + "index": "house_price_predictions", + "query": { + "term": { + "ml.is_training": { + "value": true + } + } + } + } } } } @@ -23493,13 +25372,13 @@ "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummary" }, "outlier_detection": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeOutlierDetectionSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeOutlierDetectionSummary" }, "regression": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeRegressionSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeRegressionSummary" } } }, @@ -23507,17 +25386,97 @@ "MlEvaluateDataFrameResponseExample1": { "summary": "Classification example 1", "description": "A succesful response from `POST _ml/data_frame/_evaluate` to evaluate a classification analysis job for an annotated index. The `actual_class` contains the name of the class the analysis tried to predict. The `actual_class_doc_count` is the number of documents in the index belonging to the `actual_class`. The `predicted_classes` object contains the list of the predicted classes and the number of predictions associated with the class.\n", - "value": "{\n \"classification\": {\n \"multiclass_confusion_matrix\": {\n \"confusion_matrix\": [\n {\n \"actual_class\": \"cat\",\n \"actual_class_doc_count\": 12,\n \"predicted_classes\": [\n {\n \"predicted_class\": \"cat\",\n \"count\": 12\n },\n {\n \"predicted_class\": \"dog\",\n \"count\": 0\n }\n ],\n \"other_predicted_class_doc_count\": 0\n },\n {\n \"actual_class\": \"dog\",\n \"actual_class_doc_count\": 11,\n \"predicted_classes\": [\n {\n \"predicted_class\": \"dog\",\n \"count\": 7\n },\n {\n \"predicted_class\": \"cat\",\n \"count\": 4\n }\n ],\n \"other_predicted_class_doc_count\": 0\n }\n ],\n \"other_actual_class_count\": 0\n }\n }\n}" + "value": { + "classification": { + "multiclass_confusion_matrix": { + "confusion_matrix": [ + { + "actual_class": "cat", + "actual_class_doc_count": 12, + "other_predicted_class_doc_count": 0, + "predicted_classes": [ + { + "count": 12, + "predicted_class": "cat" + }, + { + "count": 0, + "predicted_class": "dog" + } + ] + }, + { + "actual_class": "dog", + "actual_class_doc_count": 11, + "other_predicted_class_doc_count": 0, + "predicted_classes": [ + { + "count": 7, + "predicted_class": "dog" + }, + { + "count": 4, + "predicted_class": "cat" + } + ] + } + ], + "other_actual_class_count": 0 + } + } + } }, "MlEvaluateDataFrameResponseExample2": { "summary": "Classification example 2", "description": "A succesful response from `POST _ml/data_frame/_evaluate` to evaluate a classification analysis job with the AUC ROC metrics for an annotated index.\n", - "value": "{\n \"classification\": {\n \"auc_roc\": {\n \"value\": 0.8941788639536681\n }\n }\n}" + "value": { + "classification": { + "auc_roc": { + "value": 0.8941788639536681 + } + } + } }, "MlEvaluateDataFrameResponseExample3": { "summary": "Outlier detection", "description": "A successful response from `POST _ml/data_frame/_evaluate` to evaluate an outlier detection job.", - "value": "{\n \"outlier_detection\": {\n \"auc_roc\": {\n \"value\": 0.9258475774641445\n },\n \"confusion_matrix\": {\n \"0.25\": {\n \"tp\": 5,\n \"fp\": 9,\n \"tn\": 204,\n \"fn\": 5\n },\n \"0.5\": {\n \"tp\": 1,\n \"fp\": 5,\n \"tn\": 208,\n \"fn\": 9\n },\n \"0.75\": {\n \"tp\": 0,\n \"fp\": 4,\n \"tn\": 209,\n \"fn\": 10\n }\n },\n \"precision\": {\n \"0.25\": 0.35714285714285715,\n \"0.5\": 0.16666666666666666,\n \"0.75\": 0\n },\n \"recall\": {\n \"0.25\": 0.5,\n \"0.5\": 0.1,\n \"0.75\": 0\n }\n }\n}" + "value": { + "outlier_detection": { + "auc_roc": { + "value": 0.9258475774641444 + }, + "confusion_matrix": { + "0.25": { + "fn": 5, + "fp": 9, + "tn": 204, + "tp": 5 + }, + "0.5": { + "fn": 9, + "fp": 5, + "tn": 208, + "tp": 1 + }, + "0.75": { + "fn": 10, + "fp": 4, + "tn": 209, + "tp": 0 + } + }, + "precision": { + "0.25": 0.35714285714285715, + "0.5": 0.16666666666666666, + "0.75": 0 + }, + "recall": { + "0.25": 0.5, + "0.5": 0.1, + "0.75": 0 + } + } + } } } } @@ -23540,7 +25499,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -23557,7 +25516,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -23573,7 +25532,7 @@ "operationId": "ml-explain-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.explain_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.explain_data_frame_analytics-id" } ], "requestBody": { @@ -23581,7 +25540,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -23595,7 +25554,7 @@ "operationId": "ml-explain-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.explain_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.explain_data_frame_analytics-id" } ], "requestBody": { @@ -23603,7 +25562,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.explain_data_frame_analytics:200" + "$ref": "#/components/responses/ml.explain_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -23625,7 +25584,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23635,7 +25594,7 @@ "description": "Specifies to advance to a particular time value. Results are generated\nand the model is updated for data from the specified time interval.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -23655,7 +25614,7 @@ "description": "When used in conjunction with `calc_interim` and `start`, specifies the\nrange of buckets on which to calculate interim results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -23665,7 +25624,7 @@ "description": "Specifies to skip to a particular time value. Results are not generated\nand the model is not updated for data from the specified time interval.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -23675,7 +25634,7 @@ "description": "When used in conjunction with `calc_interim`, specifies the range of\nbuckets on which to calculate interim results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -23687,20 +25646,20 @@ "type": "object", "properties": { "advance_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "calc_interim": { "description": "Refer to the description for the `calc_interim` query parameter.", "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "skip_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -23745,37 +25704,37 @@ "operationId": "ml-get-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets:job_id" + "$ref": "#/components/parameters/ml.get_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets:timestamp" + "$ref": "#/components/parameters/ml.get_buckets-timestamp" }, { - "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets-anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets:desc" + "$ref": "#/components/parameters/ml.get_buckets-desc" }, { - "$ref": "#/components/parameters/ml.get_buckets:end" + "$ref": "#/components/parameters/ml.get_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets:expand" + "$ref": "#/components/parameters/ml.get_buckets-expand" }, { - "$ref": "#/components/parameters/ml.get_buckets:from" + "$ref": "#/components/parameters/ml.get_buckets-from" }, { - "$ref": "#/components/parameters/ml.get_buckets:size" + "$ref": "#/components/parameters/ml.get_buckets-size" }, { - "$ref": "#/components/parameters/ml.get_buckets:sort" + "$ref": "#/components/parameters/ml.get_buckets-sort" }, { - "$ref": "#/components/parameters/ml.get_buckets:start" + "$ref": "#/components/parameters/ml.get_buckets-start" } ], "requestBody": { @@ -23783,7 +25742,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets:200" + "$ref": "#/components/responses/ml.get_buckets-200" } }, "x-state": "Added in 5.4.0" @@ -23797,37 +25756,37 @@ "operationId": "ml-get-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets:job_id" + "$ref": "#/components/parameters/ml.get_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets:timestamp" + "$ref": "#/components/parameters/ml.get_buckets-timestamp" }, { - "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets-anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets:desc" + "$ref": "#/components/parameters/ml.get_buckets-desc" }, { - "$ref": "#/components/parameters/ml.get_buckets:end" + "$ref": "#/components/parameters/ml.get_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets:expand" + "$ref": "#/components/parameters/ml.get_buckets-expand" }, { - "$ref": "#/components/parameters/ml.get_buckets:from" + "$ref": "#/components/parameters/ml.get_buckets-from" }, { - "$ref": "#/components/parameters/ml.get_buckets:size" + "$ref": "#/components/parameters/ml.get_buckets-size" }, { - "$ref": "#/components/parameters/ml.get_buckets:sort" + "$ref": "#/components/parameters/ml.get_buckets-sort" }, { - "$ref": "#/components/parameters/ml.get_buckets:start" + "$ref": "#/components/parameters/ml.get_buckets-start" } ], "requestBody": { @@ -23835,7 +25794,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets:200" + "$ref": "#/components/responses/ml.get_buckets-200" } }, "x-state": "Added in 5.4.0" @@ -23851,34 +25810,34 @@ "operationId": "ml-get-buckets-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets:job_id" + "$ref": "#/components/parameters/ml.get_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets-anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets:desc" + "$ref": "#/components/parameters/ml.get_buckets-desc" }, { - "$ref": "#/components/parameters/ml.get_buckets:end" + "$ref": "#/components/parameters/ml.get_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets:expand" + "$ref": "#/components/parameters/ml.get_buckets-expand" }, { - "$ref": "#/components/parameters/ml.get_buckets:from" + "$ref": "#/components/parameters/ml.get_buckets-from" }, { - "$ref": "#/components/parameters/ml.get_buckets:size" + "$ref": "#/components/parameters/ml.get_buckets-size" }, { - "$ref": "#/components/parameters/ml.get_buckets:sort" + "$ref": "#/components/parameters/ml.get_buckets-sort" }, { - "$ref": "#/components/parameters/ml.get_buckets:start" + "$ref": "#/components/parameters/ml.get_buckets-start" } ], "requestBody": { @@ -23886,7 +25845,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets:200" + "$ref": "#/components/responses/ml.get_buckets-200" } }, "x-state": "Added in 5.4.0" @@ -23900,34 +25859,34 @@ "operationId": "ml-get-buckets-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_buckets:job_id" + "$ref": "#/components/parameters/ml.get_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_buckets:anomaly_score" + "$ref": "#/components/parameters/ml.get_buckets-anomaly_score" }, { - "$ref": "#/components/parameters/ml.get_buckets:desc" + "$ref": "#/components/parameters/ml.get_buckets-desc" }, { - "$ref": "#/components/parameters/ml.get_buckets:end" + "$ref": "#/components/parameters/ml.get_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_buckets:expand" + "$ref": "#/components/parameters/ml.get_buckets-expand" }, { - "$ref": "#/components/parameters/ml.get_buckets:from" + "$ref": "#/components/parameters/ml.get_buckets-from" }, { - "$ref": "#/components/parameters/ml.get_buckets:size" + "$ref": "#/components/parameters/ml.get_buckets-size" }, { - "$ref": "#/components/parameters/ml.get_buckets:sort" + "$ref": "#/components/parameters/ml.get_buckets-sort" }, { - "$ref": "#/components/parameters/ml.get_buckets:start" + "$ref": "#/components/parameters/ml.get_buckets-start" } ], "requestBody": { @@ -23935,7 +25894,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_buckets:200" + "$ref": "#/components/responses/ml.get_buckets-200" } }, "x-state": "Added in 5.4.0" @@ -23956,7 +25915,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -23966,7 +25925,7 @@ "description": "Specifies to get events with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -23986,7 +25945,7 @@ "description": "Specifies to get events for a specific anomaly detection job identifier or job group. It must be used with a calendar identifier of `_all` or `*`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -24006,7 +25965,7 @@ "description": "Specifies to get events with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -24025,7 +25984,7 @@ "events": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -24054,7 +26013,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -24069,7 +26028,7 @@ "description": "A list of one of more scheduled events. The event’s start and end times can be specified as integer milliseconds since the epoch or as a string in ISO 8601 format.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -24092,7 +26051,7 @@ "events": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -24116,10 +26075,10 @@ "operationId": "ml-get-calendars", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -24127,7 +26086,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -24140,10 +26099,10 @@ "operationId": "ml-get-calendars-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -24151,7 +26110,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -24166,19 +26125,19 @@ "operationId": "ml-get-categories", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories:job_id" + "$ref": "#/components/parameters/ml.get_categories-job_id" }, { - "$ref": "#/components/parameters/ml.get_categories:category_id" + "$ref": "#/components/parameters/ml.get_categories-category_id" }, { - "$ref": "#/components/parameters/ml.get_categories:from" + "$ref": "#/components/parameters/ml.get_categories-from" }, { - "$ref": "#/components/parameters/ml.get_categories:partition_field_value" + "$ref": "#/components/parameters/ml.get_categories-partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories:size" + "$ref": "#/components/parameters/ml.get_categories-size" } ], "requestBody": { @@ -24186,7 +26145,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories:200" + "$ref": "#/components/responses/ml.get_categories-200" } }, "x-state": "Added in 5.4.0" @@ -24199,19 +26158,19 @@ "operationId": "ml-get-categories-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories:job_id" + "$ref": "#/components/parameters/ml.get_categories-job_id" }, { - "$ref": "#/components/parameters/ml.get_categories:category_id" + "$ref": "#/components/parameters/ml.get_categories-category_id" }, { - "$ref": "#/components/parameters/ml.get_categories:from" + "$ref": "#/components/parameters/ml.get_categories-from" }, { - "$ref": "#/components/parameters/ml.get_categories:partition_field_value" + "$ref": "#/components/parameters/ml.get_categories-partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories:size" + "$ref": "#/components/parameters/ml.get_categories-size" } ], "requestBody": { @@ -24219,7 +26178,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories:200" + "$ref": "#/components/responses/ml.get_categories-200" } }, "x-state": "Added in 5.4.0" @@ -24234,16 +26193,16 @@ "operationId": "ml-get-categories-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories:job_id" + "$ref": "#/components/parameters/ml.get_categories-job_id" }, { - "$ref": "#/components/parameters/ml.get_categories:from" + "$ref": "#/components/parameters/ml.get_categories-from" }, { - "$ref": "#/components/parameters/ml.get_categories:partition_field_value" + "$ref": "#/components/parameters/ml.get_categories-partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories:size" + "$ref": "#/components/parameters/ml.get_categories-size" } ], "requestBody": { @@ -24251,7 +26210,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories:200" + "$ref": "#/components/responses/ml.get_categories-200" } }, "x-state": "Added in 5.4.0" @@ -24264,16 +26223,16 @@ "operationId": "ml-get-categories-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_categories:job_id" + "$ref": "#/components/parameters/ml.get_categories-job_id" }, { - "$ref": "#/components/parameters/ml.get_categories:from" + "$ref": "#/components/parameters/ml.get_categories-from" }, { - "$ref": "#/components/parameters/ml.get_categories:partition_field_value" + "$ref": "#/components/parameters/ml.get_categories-partition_field_value" }, { - "$ref": "#/components/parameters/ml.get_categories:size" + "$ref": "#/components/parameters/ml.get_categories-size" } ], "requestBody": { @@ -24281,7 +26240,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_categories:200" + "$ref": "#/components/responses/ml.get_categories-200" } }, "x-state": "Added in 5.4.0" @@ -24297,21 +26256,21 @@ "operationId": "ml-get-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -24326,21 +26285,21 @@ "operationId": "ml-get-data-frame-analytics-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats-200" } }, "x-state": "Added in 7.3.0" @@ -24355,24 +26314,24 @@ "operationId": "ml-get-data-frame-analytics-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats-200" } }, "x-state": "Added in 7.3.0" @@ -24388,15 +26347,15 @@ "operationId": "ml-get-datafeed-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats:datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeed_stats-datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats:200" + "$ref": "#/components/responses/ml.get_datafeed_stats-200" } }, "x-state": "Added in 5.5.0" @@ -24412,12 +26371,12 @@ "operationId": "ml-get-datafeed-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats:200" + "$ref": "#/components/responses/ml.get_datafeed_stats-200" } }, "x-state": "Added in 5.5.0" @@ -24433,15 +26392,15 @@ "operationId": "ml-get-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds:200" + "$ref": "#/components/responses/ml.get_datafeeds-200" } }, "x-state": "Added in 5.5.0" @@ -24457,15 +26416,15 @@ "operationId": "ml-get-filters", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters:from" + "$ref": "#/components/parameters/ml.get_filters-from" }, { - "$ref": "#/components/parameters/ml.get_filters:size" + "$ref": "#/components/parameters/ml.get_filters-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters:200" + "$ref": "#/components/responses/ml.get_filters-200" } }, "x-state": "Added in 5.5.0" @@ -24481,31 +26440,31 @@ "operationId": "ml-get-influencers", "parameters": [ { - "$ref": "#/components/parameters/ml.get_influencers:job_id" + "$ref": "#/components/parameters/ml.get_influencers-job_id" }, { - "$ref": "#/components/parameters/ml.get_influencers:desc" + "$ref": "#/components/parameters/ml.get_influencers-desc" }, { - "$ref": "#/components/parameters/ml.get_influencers:end" + "$ref": "#/components/parameters/ml.get_influencers-end" }, { - "$ref": "#/components/parameters/ml.get_influencers:exclude_interim" + "$ref": "#/components/parameters/ml.get_influencers-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_influencers:influencer_score" + "$ref": "#/components/parameters/ml.get_influencers-influencer_score" }, { - "$ref": "#/components/parameters/ml.get_influencers:from" + "$ref": "#/components/parameters/ml.get_influencers-from" }, { - "$ref": "#/components/parameters/ml.get_influencers:size" + "$ref": "#/components/parameters/ml.get_influencers-size" }, { - "$ref": "#/components/parameters/ml.get_influencers:sort" + "$ref": "#/components/parameters/ml.get_influencers-sort" }, { - "$ref": "#/components/parameters/ml.get_influencers:start" + "$ref": "#/components/parameters/ml.get_influencers-start" } ], "requestBody": { @@ -24513,7 +26472,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_influencers:200" + "$ref": "#/components/responses/ml.get_influencers-200" } }, "x-state": "Added in 5.4.0" @@ -24527,31 +26486,31 @@ "operationId": "ml-get-influencers-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_influencers:job_id" + "$ref": "#/components/parameters/ml.get_influencers-job_id" }, { - "$ref": "#/components/parameters/ml.get_influencers:desc" + "$ref": "#/components/parameters/ml.get_influencers-desc" }, { - "$ref": "#/components/parameters/ml.get_influencers:end" + "$ref": "#/components/parameters/ml.get_influencers-end" }, { - "$ref": "#/components/parameters/ml.get_influencers:exclude_interim" + "$ref": "#/components/parameters/ml.get_influencers-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_influencers:influencer_score" + "$ref": "#/components/parameters/ml.get_influencers-influencer_score" }, { - "$ref": "#/components/parameters/ml.get_influencers:from" + "$ref": "#/components/parameters/ml.get_influencers-from" }, { - "$ref": "#/components/parameters/ml.get_influencers:size" + "$ref": "#/components/parameters/ml.get_influencers-size" }, { - "$ref": "#/components/parameters/ml.get_influencers:sort" + "$ref": "#/components/parameters/ml.get_influencers-sort" }, { - "$ref": "#/components/parameters/ml.get_influencers:start" + "$ref": "#/components/parameters/ml.get_influencers-start" } ], "requestBody": { @@ -24559,7 +26518,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_influencers:200" + "$ref": "#/components/responses/ml.get_influencers-200" } }, "x-state": "Added in 5.4.0" @@ -24574,12 +26533,12 @@ "operationId": "ml-get-job-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats:200" + "$ref": "#/components/responses/ml.get_job_stats-200" } }, "x-state": "Added in 5.5.0" @@ -24594,15 +26553,15 @@ "operationId": "ml-get-job-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats:job_id" + "$ref": "#/components/parameters/ml.get_job_stats-job_id" }, { - "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats:200" + "$ref": "#/components/responses/ml.get_job_stats-200" } }, "x-state": "Added in 5.5.0" @@ -24618,15 +26577,15 @@ "operationId": "ml-get-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs:200" + "$ref": "#/components/responses/ml.get_jobs-200" } }, "x-state": "Added in 5.5.0" @@ -24642,15 +26601,15 @@ "operationId": "ml-get-memory-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_memory_stats:master_timeout" + "$ref": "#/components/parameters/ml.get_memory_stats-master_timeout" }, { - "$ref": "#/components/parameters/ml.get_memory_stats:timeout" + "$ref": "#/components/parameters/ml.get_memory_stats-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_memory_stats:200" + "$ref": "#/components/responses/ml.get_memory_stats-200" } }, "x-state": "Added in 8.2.0" @@ -24666,18 +26625,18 @@ "operationId": "ml-get-memory-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_memory_stats:node_id" + "$ref": "#/components/parameters/ml.get_memory_stats-node_id" }, { - "$ref": "#/components/parameters/ml.get_memory_stats:master_timeout" + "$ref": "#/components/parameters/ml.get_memory_stats-master_timeout" }, { - "$ref": "#/components/parameters/ml.get_memory_stats:timeout" + "$ref": "#/components/parameters/ml.get_memory_stats-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_memory_stats:200" + "$ref": "#/components/responses/ml.get_memory_stats-200" } }, "x-state": "Added in 8.2.0" @@ -24698,7 +26657,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -24709,7 +26668,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -24738,7 +26697,7 @@ "model_snapshot_upgrades": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:ModelSnapshotUpgrade" + "$ref": "#/components/schemas/ml._types.ModelSnapshotUpgrade" } } }, @@ -24763,25 +26722,25 @@ "operationId": "ml-get-model-snapshots-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:desc" + "$ref": "#/components/parameters/ml.get_model_snapshots-desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:end" + "$ref": "#/components/parameters/ml.get_model_snapshots-end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:from" + "$ref": "#/components/parameters/ml.get_model_snapshots-from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:size" + "$ref": "#/components/parameters/ml.get_model_snapshots-size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:sort" + "$ref": "#/components/parameters/ml.get_model_snapshots-sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:start" + "$ref": "#/components/parameters/ml.get_model_snapshots-start" } ], "requestBody": { @@ -24789,7 +26748,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots:200" + "$ref": "#/components/responses/ml.get_model_snapshots-200" } }, "x-state": "Added in 5.4.0" @@ -24802,25 +26761,25 @@ "operationId": "ml-get-model-snapshots-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_model_snapshots:job_id" + "$ref": "#/components/parameters/ml.get_model_snapshots-job_id" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:desc" + "$ref": "#/components/parameters/ml.get_model_snapshots-desc" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:end" + "$ref": "#/components/parameters/ml.get_model_snapshots-end" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:from" + "$ref": "#/components/parameters/ml.get_model_snapshots-from" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:size" + "$ref": "#/components/parameters/ml.get_model_snapshots-size" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:sort" + "$ref": "#/components/parameters/ml.get_model_snapshots-sort" }, { - "$ref": "#/components/parameters/ml.get_model_snapshots:start" + "$ref": "#/components/parameters/ml.get_model_snapshots-start" } ], "requestBody": { @@ -24828,7 +26787,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_model_snapshots:200" + "$ref": "#/components/responses/ml.get_model_snapshots-200" } }, "x-state": "Added in 5.4.0" @@ -24844,28 +26803,28 @@ "operationId": "ml-get-overall-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets-bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:end" + "$ref": "#/components/parameters/ml.get_overall_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets-overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:start" + "$ref": "#/components/parameters/ml.get_overall_buckets-start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets-top_n" } ], "requestBody": { @@ -24873,7 +26832,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets:200" + "$ref": "#/components/responses/ml.get_overall_buckets-200" } }, "x-state": "Added in 6.1.0" @@ -24887,28 +26846,28 @@ "operationId": "ml-get-overall-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets-bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:end" + "$ref": "#/components/parameters/ml.get_overall_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets-overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:start" + "$ref": "#/components/parameters/ml.get_overall_buckets-start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets-top_n" } ], "requestBody": { @@ -24916,7 +26875,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets:200" + "$ref": "#/components/responses/ml.get_overall_buckets-200" } }, "x-state": "Added in 6.1.0" @@ -24932,31 +26891,31 @@ "operationId": "ml-get-records", "parameters": [ { - "$ref": "#/components/parameters/ml.get_records:job_id" + "$ref": "#/components/parameters/ml.get_records-job_id" }, { - "$ref": "#/components/parameters/ml.get_records:desc" + "$ref": "#/components/parameters/ml.get_records-desc" }, { - "$ref": "#/components/parameters/ml.get_records:end" + "$ref": "#/components/parameters/ml.get_records-end" }, { - "$ref": "#/components/parameters/ml.get_records:exclude_interim" + "$ref": "#/components/parameters/ml.get_records-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_records:from" + "$ref": "#/components/parameters/ml.get_records-from" }, { - "$ref": "#/components/parameters/ml.get_records:record_score" + "$ref": "#/components/parameters/ml.get_records-record_score" }, { - "$ref": "#/components/parameters/ml.get_records:size" + "$ref": "#/components/parameters/ml.get_records-size" }, { - "$ref": "#/components/parameters/ml.get_records:sort" + "$ref": "#/components/parameters/ml.get_records-sort" }, { - "$ref": "#/components/parameters/ml.get_records:start" + "$ref": "#/components/parameters/ml.get_records-start" } ], "requestBody": { @@ -24964,7 +26923,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_records:200" + "$ref": "#/components/responses/ml.get_records-200" } }, "x-state": "Added in 5.4.0" @@ -24978,31 +26937,31 @@ "operationId": "ml-get-records-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_records:job_id" + "$ref": "#/components/parameters/ml.get_records-job_id" }, { - "$ref": "#/components/parameters/ml.get_records:desc" + "$ref": "#/components/parameters/ml.get_records-desc" }, { - "$ref": "#/components/parameters/ml.get_records:end" + "$ref": "#/components/parameters/ml.get_records-end" }, { - "$ref": "#/components/parameters/ml.get_records:exclude_interim" + "$ref": "#/components/parameters/ml.get_records-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_records:from" + "$ref": "#/components/parameters/ml.get_records-from" }, { - "$ref": "#/components/parameters/ml.get_records:record_score" + "$ref": "#/components/parameters/ml.get_records-record_score" }, { - "$ref": "#/components/parameters/ml.get_records:size" + "$ref": "#/components/parameters/ml.get_records-size" }, { - "$ref": "#/components/parameters/ml.get_records:sort" + "$ref": "#/components/parameters/ml.get_records-sort" }, { - "$ref": "#/components/parameters/ml.get_records:start" + "$ref": "#/components/parameters/ml.get_records-start" } ], "requestBody": { @@ -25010,7 +26969,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_records:200" + "$ref": "#/components/responses/ml.get_records-200" } }, "x-state": "Added in 5.4.0" @@ -25025,30 +26984,30 @@ "operationId": "ml-get-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models-decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models-exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models:from" + "$ref": "#/components/parameters/ml.get_trained_models-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models:include" + "$ref": "#/components/parameters/ml.get_trained_models-include" }, { - "$ref": "#/components/parameters/ml.get_trained_models:size" + "$ref": "#/components/parameters/ml.get_trained_models-size" }, { - "$ref": "#/components/parameters/ml.get_trained_models:tags" + "$ref": "#/components/parameters/ml.get_trained_models-tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models:200" + "$ref": "#/components/responses/ml.get_trained_models-200" } }, "x-state": "Added in 7.10.0" @@ -25064,21 +27023,21 @@ "operationId": "ml-get-trained-models-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats:model_id" + "$ref": "#/components/parameters/ml.get_trained_models_stats-model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:from" + "$ref": "#/components/parameters/ml.get_trained_models_stats-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:size" + "$ref": "#/components/parameters/ml.get_trained_models_stats-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats:200" + "$ref": "#/components/responses/ml.get_trained_models_stats-200" } }, "x-state": "Added in 7.10.0" @@ -25094,18 +27053,18 @@ "operationId": "ml-get-trained-models-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:from" + "$ref": "#/components/parameters/ml.get_trained_models_stats-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:size" + "$ref": "#/components/parameters/ml.get_trained_models_stats-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats:200" + "$ref": "#/components/responses/ml.get_trained_models_stats-200" } }, "x-state": "Added in 7.10.0" @@ -25126,7 +27085,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25136,7 +27095,7 @@ "description": "Controls the amount of time to wait for inference results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -25158,7 +27117,7 @@ } }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigUpdateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigUpdateContainer" } }, "required": [ @@ -25180,7 +27139,7 @@ "inference_results": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:InferenceResponseResult" + "$ref": "#/components/schemas/ml._types.InferenceResponseResult" } } }, @@ -25212,16 +27171,16 @@ "type": "object", "properties": { "defaults": { - "$ref": "#/components/schemas/ml.info:Defaults" + "$ref": "#/components/schemas/ml.info.Defaults" }, "limits": { - "$ref": "#/components/schemas/ml.info:Limits" + "$ref": "#/components/schemas/ml.info.Limits" }, "upgrade_mode": { "type": "boolean" }, "native_code": { - "$ref": "#/components/schemas/ml.info:NativeCode" + "$ref": "#/components/schemas/ml.info.NativeCode" } }, "required": [ @@ -25254,7 +27213,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25264,7 +27223,7 @@ "description": "Controls the time to wait until a job has opened.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -25276,14 +27235,16 @@ "type": "object", "properties": { "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, "examples": { "MlOpenJobRequestExample1": { "description": "A request to open anomaly detection jobs. The timeout specifies to wait 35 minutes for the job to open.\n", - "value": "{\n \"timeout\": \"35m\"\n}" + "value": { + "timeout": "35m" + } } } } @@ -25301,7 +27262,7 @@ "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } }, "required": [ @@ -25312,7 +27273,10 @@ "examples": { "MlOpenJobResponseExample1": { "description": "A successful response when opening an anomaly detection job.", - "value": "{\n \"opened\": true,\n \"node\": \"node-1\"\n}" + "value": { + "node": "node-1", + "opened": true + } } } } @@ -25338,7 +27302,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25348,7 +27312,7 @@ "description": "Specifies the end of the bucket resetting range.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -25358,7 +27322,7 @@ "description": "Specifies the start of the bucket resetting range.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -25385,7 +27349,7 @@ "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "processed_record_count": { "type": "number" @@ -25418,25 +27382,25 @@ "type": "number" }, "earliest_record_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "latest_record_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "last_data_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "latest_empty_bucket_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "latest_sparse_bucket_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "input_record_count": { "type": "number" }, "log_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -25475,7 +27439,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -25492,7 +27456,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -25508,7 +27472,7 @@ "operationId": "ml-preview-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics-id" } ], "requestBody": { @@ -25516,7 +27480,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -25530,7 +27494,7 @@ "operationId": "ml-preview-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics-id" } ], "requestBody": { @@ -25538,7 +27502,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -25554,13 +27518,13 @@ "operationId": "ml-preview-datafeed", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed-datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -25568,7 +27532,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -25582,13 +27546,13 @@ "operationId": "ml-preview-datafeed-1", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed-datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -25596,7 +27560,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -25612,10 +27576,10 @@ "operationId": "ml-preview-datafeed-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -25623,7 +27587,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -25637,10 +27601,10 @@ "operationId": "ml-preview-datafeed-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -25648,7 +27612,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -25669,7 +27633,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25720,7 +27684,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -25745,7 +27709,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -25792,7 +27756,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -25817,7 +27781,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25848,7 +27812,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -25873,7 +27837,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25884,7 +27848,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -25923,7 +27887,7 @@ "type": "object", "properties": { "model": { - "$ref": "#/components/schemas/ml._types:ModelSnapshot" + "$ref": "#/components/schemas/ml._types.ModelSnapshot" } }, "required": [ @@ -25962,7 +27926,7 @@ "description": "The time to wait for the request to be completed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -25973,7 +27937,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -25998,7 +27962,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26008,7 +27972,7 @@ "description": "Controls the amount of time to wait until the data frame analytics job\nstarts.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -26025,7 +27989,7 @@ "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } }, "required": [ @@ -26056,7 +28020,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26066,7 +28030,7 @@ "description": "The time that the datafeed should end, which can be specified by using one of the following formats:\n\n* ISO 8601 format with milliseconds, for example `2017-01-22T06:00:00.000Z`\n* ISO 8601 format without milliseconds, for example `2017-01-22T06:00:00+00:00`\n* Milliseconds since the epoch, for example `1485061200000`\n\nDate-time arguments using either of the ISO 8601 formats must have a time zone designator, where `Z` is accepted\nas an abbreviation for UTC time. When a URL is expected (for example, in browsers), the `+` used in time zone\ndesignators must be encoded as `%2B`.\nThe end time value is exclusive. If you do not specify an end time, the datafeed\nruns continuously.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -26076,7 +28040,7 @@ "description": "The time that the datafeed should begin, which can be specified by using the same formats as the `end` parameter.\nThis value is inclusive.\nIf you do not specify a start time and the datafeed is associated with a new anomaly detection job, the analysis\nstarts from the earliest time for which data is available.\nIf you restart a stopped datafeed and specify a start value that is earlier than the timestamp of the latest\nprocessed record, the datafeed continues from 1 millisecond after the timestamp of the latest processed record.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -26086,7 +28050,7 @@ "description": "Specifies the amount of time to wait until a datafeed starts.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -26098,13 +28062,13 @@ "type": "object", "properties": { "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -26120,7 +28084,7 @@ "type": "object", "properties": { "node": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "started": { "description": "For a successful response, this value is always `true`. On failure, an exception is returned instead.", @@ -26155,7 +28119,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26165,7 +28129,7 @@ "description": "The inference cache size (in memory outside the JVM heap) per node for the model.\nThe default value is the same size as the `model_size_bytes`. To disable the cache,\n`0b` can be provided.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "style": "form" }, @@ -26195,7 +28159,7 @@ "description": "The deployment priority.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "style": "form" }, @@ -26225,7 +28189,7 @@ "description": "Specifies the amount of time to wait for the model to deploy.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -26235,7 +28199,7 @@ "description": "Specifies the allocation status to wait for before returning.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:DeploymentAllocationState" + "$ref": "#/components/schemas/ml._types.DeploymentAllocationState" }, "style": "form" } @@ -26247,7 +28211,7 @@ "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" } } } @@ -26263,7 +28227,7 @@ "type": "object", "properties": { "assignment": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignment" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignment" } }, "required": [ @@ -26293,7 +28257,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26323,7 +28287,7 @@ "description": "Controls the amount of time to wait until the data frame analytics job\nstops. Defaults to 20 seconds.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -26367,7 +28331,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26397,7 +28361,7 @@ "description": "Specifies the amount of time to wait until a datafeed stops.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -26417,7 +28381,7 @@ "type": "boolean" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -26462,7 +28426,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26525,7 +28489,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -26567,16 +28531,16 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "create_time": { "type": "number" @@ -26585,10 +28549,10 @@ "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" @@ -26597,10 +28561,10 @@ "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -26638,7 +28602,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -26658,7 +28622,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values. Valid values are:\n\n* `all`: Match any data stream or index, including hidden ones.\n* `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.\n* `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or both.\n* `none`: Wildcard patterns are not accepted.\n* `open`: Match open, non-hidden indices. Also matches any non-hidden data stream.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -26693,17 +28657,17 @@ "description": "If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only\nwith low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "description": "An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine\nlearning nodes must have the `remote_cluster_client` role.", @@ -26713,29 +28677,29 @@ } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period), it automatically\nstops and closes the associated job after this many real-time searches return no documents. In other words,\nit stops after `frequency` times `max_empty_searches` of real-time operation. If not set, a datafeed with no\nend time that sees no data remains started until it is explicitly stopped. By default, it is not set.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.\nThe detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -26757,25 +28721,25 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -26784,27 +28748,27 @@ } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -26844,7 +28808,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -26891,7 +28855,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "type": "array", @@ -26929,7 +28893,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -26945,10 +28909,10 @@ "type": "boolean" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisMemoryLimit" + "$ref": "#/components/schemas/ml._types.AnalysisMemoryLimit" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { "description": "Advanced configuration option. Contains custom meta data about the job.\nFor example, it can contain custom URL information as shown in Adding\ncustom URLs to machine learning results.", @@ -26968,10 +28932,10 @@ "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old\nmodel snapshots for this job. It specifies a period of time (in days)\nafter which only the first snapshot per day is retained. This period is\nrelative to the timestamp of the most recent snapshot for this job. Valid\nvalues range from 0 to `model_snapshot_retention_days`. For jobs created\nbefore version 7.8.0, the default value matches\n`model_snapshot_retention_days`.", @@ -27000,11 +28964,11 @@ "description": "An array of detector update objects.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectorUpdate" + "$ref": "#/components/schemas/ml._types.DetectorUpdate" } }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" } } } @@ -27024,19 +28988,19 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfigRead" + "$ref": "#/components/schemas/ml._types.AnalysisConfigRead" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "finished_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "custom_settings": { "type": "object", @@ -27048,10 +29012,10 @@ "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "description": { "type": "string" @@ -27063,19 +29027,19 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "type": "string" }, "job_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" @@ -27084,7 +29048,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "type": "number" @@ -27127,7 +29091,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -27138,7 +29102,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -27175,7 +29139,7 @@ "type": "boolean" }, "model": { - "$ref": "#/components/schemas/ml._types:ModelSnapshot" + "$ref": "#/components/schemas/ml._types.ModelSnapshot" } }, "required": [ @@ -27205,7 +29169,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -27231,7 +29195,7 @@ "type": "number" }, "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" } } } @@ -27247,7 +29211,7 @@ "type": "object", "properties": { "assignment": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignment" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignment" } }, "required": [ @@ -27278,7 +29242,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -27289,7 +29253,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -27309,7 +29273,7 @@ "description": "Controls the time to wait for the request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -27323,7 +29287,7 @@ "type": "object", "properties": { "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "completed": { "description": "When true, this means the task is complete. When false, it is still running.", @@ -27356,31 +29320,31 @@ "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "description": { "type": "string" }, "model_plot": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } } @@ -27394,7 +29358,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -27414,7 +29378,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ml._types:Detector" + "$ref": "#/components/schemas/ml._types.Detector" } } }, @@ -27426,7 +29390,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -27445,13 +29409,13 @@ "operationId": "monitoring-bulk-1", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk:system_id" + "$ref": "#/components/parameters/monitoring.bulk-system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_api_version" + "$ref": "#/components/parameters/monitoring.bulk-system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk:interval" + "$ref": "#/components/parameters/monitoring.bulk-interval" } ], "requestBody": { @@ -27459,7 +29423,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk:200" + "$ref": "#/components/responses/monitoring.bulk-200" } }, "x-state": "Added in 6.3.0" @@ -27473,13 +29437,13 @@ "operationId": "monitoring-bulk", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk:system_id" + "$ref": "#/components/parameters/monitoring.bulk-system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_api_version" + "$ref": "#/components/parameters/monitoring.bulk-system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk:interval" + "$ref": "#/components/parameters/monitoring.bulk-interval" } ], "requestBody": { @@ -27487,7 +29451,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk:200" + "$ref": "#/components/responses/monitoring.bulk-200" } }, "x-state": "Added in 6.3.0" @@ -27503,16 +29467,16 @@ "operationId": "monitoring-bulk-3", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk:type" + "$ref": "#/components/parameters/monitoring.bulk-type" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_id" + "$ref": "#/components/parameters/monitoring.bulk-system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_api_version" + "$ref": "#/components/parameters/monitoring.bulk-system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk:interval" + "$ref": "#/components/parameters/monitoring.bulk-interval" } ], "requestBody": { @@ -27520,7 +29484,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk:200" + "$ref": "#/components/responses/monitoring.bulk-200" } }, "x-state": "Added in 6.3.0" @@ -27534,16 +29498,16 @@ "operationId": "monitoring-bulk-2", "parameters": [ { - "$ref": "#/components/parameters/monitoring.bulk:type" + "$ref": "#/components/parameters/monitoring.bulk-type" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_id" + "$ref": "#/components/parameters/monitoring.bulk-system_id" }, { - "$ref": "#/components/parameters/monitoring.bulk:system_api_version" + "$ref": "#/components/parameters/monitoring.bulk-system_api_version" }, { - "$ref": "#/components/parameters/monitoring.bulk:interval" + "$ref": "#/components/parameters/monitoring.bulk-interval" } ], "requestBody": { @@ -27551,7 +29515,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/monitoring.bulk:200" + "$ref": "#/components/responses/monitoring.bulk-200" } }, "x-state": "Added in 6.3.0" @@ -27567,43 +29531,43 @@ "operationId": "msearch", "parameters": [ { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -27611,7 +29575,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -27625,43 +29589,43 @@ "operationId": "msearch-1", "parameters": [ { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -27669,7 +29633,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -27685,46 +29649,46 @@ "operationId": "msearch-2", "parameters": [ { - "$ref": "#/components/parameters/msearch:index" + "$ref": "#/components/parameters/msearch-index" }, { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -27732,7 +29696,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -27746,46 +29710,46 @@ "operationId": "msearch-3", "parameters": [ { - "$ref": "#/components/parameters/msearch:index" + "$ref": "#/components/parameters/msearch-index" }, { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -27793,7 +29757,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -27812,19 +29776,19 @@ "operationId": "msearch-template", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -27832,7 +29796,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -27849,19 +29813,19 @@ "operationId": "msearch-template-1", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -27869,7 +29833,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -27888,22 +29852,22 @@ "operationId": "msearch-template-2", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:index" + "$ref": "#/components/parameters/msearch_template-index" }, { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -27911,7 +29875,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -27928,22 +29892,22 @@ "operationId": "msearch-template-3", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:index" + "$ref": "#/components/parameters/msearch_template-index" }, { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -27951,7 +29915,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -27967,40 +29931,40 @@ "operationId": "mtermvectors", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -28008,7 +29972,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } }, @@ -28021,40 +29985,40 @@ "operationId": "mtermvectors-1", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -28062,7 +30026,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } } @@ -28077,43 +30041,43 @@ "operationId": "mtermvectors-2", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:index" + "$ref": "#/components/parameters/mtermvectors-index" }, { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -28121,7 +30085,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } }, @@ -28134,43 +30098,43 @@ "operationId": "mtermvectors-3", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:index" + "$ref": "#/components/parameters/mtermvectors-index" }, { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -28178,7 +30142,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } } @@ -28199,7 +30163,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, @@ -28221,7 +30185,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.clear_repositories_metering_archive:ResponseBase" + "$ref": "#/components/schemas/nodes.clear_repositories_metering_archive.ResponseBase" } } } @@ -28246,7 +30210,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" } @@ -28257,7 +30221,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.get_repositories_metering_info:ResponseBase" + "$ref": "#/components/schemas/nodes.get_repositories_metering_info.ResponseBase" } } } @@ -28276,30 +30240,30 @@ "operationId": "nodes-hot-threads", "parameters": [ { - "$ref": "#/components/parameters/nodes.hot_threads:ignore_idle_threads" + "$ref": "#/components/parameters/nodes.hot_threads-ignore_idle_threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads:interval" + "$ref": "#/components/parameters/nodes.hot_threads-interval" }, { - "$ref": "#/components/parameters/nodes.hot_threads:snapshots" + "$ref": "#/components/parameters/nodes.hot_threads-snapshots" }, { - "$ref": "#/components/parameters/nodes.hot_threads:threads" + "$ref": "#/components/parameters/nodes.hot_threads-threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads:timeout" + "$ref": "#/components/parameters/nodes.hot_threads-timeout" }, { - "$ref": "#/components/parameters/nodes.hot_threads:type" + "$ref": "#/components/parameters/nodes.hot_threads-type" }, { - "$ref": "#/components/parameters/nodes.hot_threads:sort" + "$ref": "#/components/parameters/nodes.hot_threads-sort" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.hot_threads:200" + "$ref": "#/components/responses/nodes.hot_threads-200" } } } @@ -28314,33 +30278,33 @@ "operationId": "nodes-hot-threads-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.hot_threads:node_id" + "$ref": "#/components/parameters/nodes.hot_threads-node_id" }, { - "$ref": "#/components/parameters/nodes.hot_threads:ignore_idle_threads" + "$ref": "#/components/parameters/nodes.hot_threads-ignore_idle_threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads:interval" + "$ref": "#/components/parameters/nodes.hot_threads-interval" }, { - "$ref": "#/components/parameters/nodes.hot_threads:snapshots" + "$ref": "#/components/parameters/nodes.hot_threads-snapshots" }, { - "$ref": "#/components/parameters/nodes.hot_threads:threads" + "$ref": "#/components/parameters/nodes.hot_threads-threads" }, { - "$ref": "#/components/parameters/nodes.hot_threads:timeout" + "$ref": "#/components/parameters/nodes.hot_threads-timeout" }, { - "$ref": "#/components/parameters/nodes.hot_threads:type" + "$ref": "#/components/parameters/nodes.hot_threads-type" }, { - "$ref": "#/components/parameters/nodes.hot_threads:sort" + "$ref": "#/components/parameters/nodes.hot_threads-sort" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.hot_threads:200" + "$ref": "#/components/responses/nodes.hot_threads-200" } } } @@ -28355,15 +30319,15 @@ "operationId": "nodes-info", "parameters": [ { - "$ref": "#/components/parameters/nodes.info:flat_settings" + "$ref": "#/components/parameters/nodes.info-flat_settings" }, { - "$ref": "#/components/parameters/nodes.info:timeout" + "$ref": "#/components/parameters/nodes.info-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info:200" + "$ref": "#/components/responses/nodes.info-200" } }, "x-state": "Added in 1.3.0" @@ -28379,18 +30343,18 @@ "operationId": "nodes-info-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.info:node_id" + "$ref": "#/components/parameters/nodes.info-node_id" }, { - "$ref": "#/components/parameters/nodes.info:flat_settings" + "$ref": "#/components/parameters/nodes.info-flat_settings" }, { - "$ref": "#/components/parameters/nodes.info:timeout" + "$ref": "#/components/parameters/nodes.info-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info:200" + "$ref": "#/components/responses/nodes.info-200" } }, "x-state": "Added in 1.3.0" @@ -28406,18 +30370,18 @@ "operationId": "nodes-info-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.info:metric" + "$ref": "#/components/parameters/nodes.info-metric" }, { - "$ref": "#/components/parameters/nodes.info:flat_settings" + "$ref": "#/components/parameters/nodes.info-flat_settings" }, { - "$ref": "#/components/parameters/nodes.info:timeout" + "$ref": "#/components/parameters/nodes.info-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info:200" + "$ref": "#/components/responses/nodes.info-200" } }, "x-state": "Added in 1.3.0" @@ -28433,21 +30397,21 @@ "operationId": "nodes-info-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.info:node_id" + "$ref": "#/components/parameters/nodes.info-node_id" }, { - "$ref": "#/components/parameters/nodes.info:metric" + "$ref": "#/components/parameters/nodes.info-metric" }, { - "$ref": "#/components/parameters/nodes.info:flat_settings" + "$ref": "#/components/parameters/nodes.info-flat_settings" }, { - "$ref": "#/components/parameters/nodes.info:timeout" + "$ref": "#/components/parameters/nodes.info-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.info:200" + "$ref": "#/components/responses/nodes.info-200" } }, "x-state": "Added in 1.3.0" @@ -28463,7 +30427,7 @@ "operationId": "nodes-reload-secure-settings", "parameters": [ { - "$ref": "#/components/parameters/nodes.reload_secure_settings:timeout" + "$ref": "#/components/parameters/nodes.reload_secure_settings-timeout" } ], "requestBody": { @@ -28471,7 +30435,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/nodes.reload_secure_settings:200" + "$ref": "#/components/responses/nodes.reload_secure_settings-200" } }, "x-state": "Added in 6.5.0" @@ -28487,10 +30451,10 @@ "operationId": "nodes-reload-secure-settings-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.reload_secure_settings:node_id" + "$ref": "#/components/parameters/nodes.reload_secure_settings-node_id" }, { - "$ref": "#/components/parameters/nodes.reload_secure_settings:timeout" + "$ref": "#/components/parameters/nodes.reload_secure_settings-timeout" } ], "requestBody": { @@ -28498,7 +30462,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/nodes.reload_secure_settings:200" + "$ref": "#/components/responses/nodes.reload_secure_settings-200" } }, "x-state": "Added in 6.5.0" @@ -28514,36 +30478,36 @@ "operationId": "nodes-stats", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28558,39 +30522,39 @@ "operationId": "nodes-stats-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:node_id" + "$ref": "#/components/parameters/nodes.stats-node_id" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28605,39 +30569,39 @@ "operationId": "nodes-stats-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:metric" + "$ref": "#/components/parameters/nodes.stats-metric" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28652,42 +30616,42 @@ "operationId": "nodes-stats-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:node_id" + "$ref": "#/components/parameters/nodes.stats-node_id" }, { - "$ref": "#/components/parameters/nodes.stats:metric" + "$ref": "#/components/parameters/nodes.stats-metric" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28702,42 +30666,42 @@ "operationId": "nodes-stats-4", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:metric" + "$ref": "#/components/parameters/nodes.stats-metric" }, { - "$ref": "#/components/parameters/nodes.stats:index_metric" + "$ref": "#/components/parameters/nodes.stats-index_metric" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28752,45 +30716,45 @@ "operationId": "nodes-stats-5", "parameters": [ { - "$ref": "#/components/parameters/nodes.stats:node_id" + "$ref": "#/components/parameters/nodes.stats-node_id" }, { - "$ref": "#/components/parameters/nodes.stats:metric" + "$ref": "#/components/parameters/nodes.stats-metric" }, { - "$ref": "#/components/parameters/nodes.stats:index_metric" + "$ref": "#/components/parameters/nodes.stats-index_metric" }, { - "$ref": "#/components/parameters/nodes.stats:completion_fields" + "$ref": "#/components/parameters/nodes.stats-completion_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fielddata_fields" + "$ref": "#/components/parameters/nodes.stats-fielddata_fields" }, { - "$ref": "#/components/parameters/nodes.stats:fields" + "$ref": "#/components/parameters/nodes.stats-fields" }, { - "$ref": "#/components/parameters/nodes.stats:groups" + "$ref": "#/components/parameters/nodes.stats-groups" }, { - "$ref": "#/components/parameters/nodes.stats:include_segment_file_sizes" + "$ref": "#/components/parameters/nodes.stats-include_segment_file_sizes" }, { - "$ref": "#/components/parameters/nodes.stats:level" + "$ref": "#/components/parameters/nodes.stats-level" }, { - "$ref": "#/components/parameters/nodes.stats:timeout" + "$ref": "#/components/parameters/nodes.stats-timeout" }, { - "$ref": "#/components/parameters/nodes.stats:types" + "$ref": "#/components/parameters/nodes.stats-types" }, { - "$ref": "#/components/parameters/nodes.stats:include_unloaded_segments" + "$ref": "#/components/parameters/nodes.stats-include_unloaded_segments" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.stats:200" + "$ref": "#/components/responses/nodes.stats-200" } } } @@ -28804,12 +30768,12 @@ "operationId": "nodes-usage", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage:timeout" + "$ref": "#/components/parameters/nodes.usage-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage:200" + "$ref": "#/components/responses/nodes.usage-200" } }, "x-state": "Added in 6.0.0" @@ -28824,15 +30788,15 @@ "operationId": "nodes-usage-1", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage:node_id" + "$ref": "#/components/parameters/nodes.usage-node_id" }, { - "$ref": "#/components/parameters/nodes.usage:timeout" + "$ref": "#/components/parameters/nodes.usage-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage:200" + "$ref": "#/components/responses/nodes.usage-200" } }, "x-state": "Added in 6.0.0" @@ -28847,15 +30811,15 @@ "operationId": "nodes-usage-2", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage:metric" + "$ref": "#/components/parameters/nodes.usage-metric" }, { - "$ref": "#/components/parameters/nodes.usage:timeout" + "$ref": "#/components/parameters/nodes.usage-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage:200" + "$ref": "#/components/responses/nodes.usage-200" } }, "x-state": "Added in 6.0.0" @@ -28870,18 +30834,18 @@ "operationId": "nodes-usage-3", "parameters": [ { - "$ref": "#/components/parameters/nodes.usage:node_id" + "$ref": "#/components/parameters/nodes.usage-node_id" }, { - "$ref": "#/components/parameters/nodes.usage:metric" + "$ref": "#/components/parameters/nodes.usage-metric" }, { - "$ref": "#/components/parameters/nodes.usage:timeout" + "$ref": "#/components/parameters/nodes.usage-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/nodes.usage:200" + "$ref": "#/components/responses/nodes.usage-200" } }, "x-state": "Added in 6.0.0" @@ -28903,7 +30867,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -28914,7 +30878,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -28944,7 +30908,7 @@ "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -28954,7 +30918,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`. Valid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -28986,7 +30950,7 @@ "type": "object", "properties": { "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } } @@ -29002,10 +30966,10 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -29016,7 +30980,15 @@ "examples": { "OpenPointInTimeResponseExample1": { "description": "A successful response from `POST /my-index-000001/_pit?keep_alive=1m&allow_partial_search_results=true`. It includes a summary of the total number of shards, as well as the number of successful shards when creating the PIT.\n", - "value": "{\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA=\",\n \"_shards\": {\n \"total\": 10,\n \"successful\": 10,\n \"skipped\": 0,\n \"failed\": 0\n }\n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 10, + "total": 10 + }, + "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA=" + } } } } @@ -29039,19 +31011,19 @@ "operationId": "put-script-2", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context" + "$ref": "#/components/parameters/put_script-context" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -29059,7 +31031,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -29075,19 +31047,19 @@ "operationId": "put-script-3", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context" + "$ref": "#/components/parameters/put_script-context" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -29095,7 +31067,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } } @@ -29119,7 +31091,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -29130,7 +31102,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29141,12 +31113,31 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" }, "examples": { "QueryRuleGetResponseExample1": { "description": "A successful response from `GET _query_rules/my-ruleset/_rule/my-rule1`.", - "value": "{\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"query_string\",\n \"values\": [\n \"pugs\",\n \"puggles\"\n ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n}" + "value": { + "actions": { + "ids": [ + "id1", + "id2" + ] + }, + "criteria": [ + { + "metadata": "query_string", + "type": "contains", + "values": [ + "pugs", + "puggles" + ] + } + ], + "rule_id": "my-rule1", + "type": "pinned" + } } } } @@ -29170,7 +31161,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -29181,7 +31172,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29193,24 +31184,24 @@ "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleType" }, "criteria": { "description": "The criteria that must be met for the rule to be applied.\nIf multiple criteria are specified for a rule, all criteria must be met for the rule to be applied.", "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" } } ] }, "actions": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleActions" + "$ref": "#/components/schemas/query_rules._types.QueryRuleActions" }, "priority": { "type": "number" @@ -29225,7 +31216,11 @@ "examples": { "QueryRulePutRequestExample1": { "description": "Run `POST _query_rules/my-ruleset/_test` to test a ruleset. Provide the match criteria that you want to test against.\n", - "value": "{\n \"match_criteria\": {\n \"query_string\": \"puggles\"\n }\n}" + "value": { + "match_criteria": { + "query_string": "puggles" + } + } } } } @@ -29241,7 +31236,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -29269,7 +31264,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -29280,7 +31275,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29291,7 +31286,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -29316,7 +31311,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29327,12 +31322,61 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleset" + "$ref": "#/components/schemas/query_rules._types.QueryRuleset" }, "examples": { "QueryRulesetGetResponseExample1": { "description": "A successful response from `GET _query_rules/my-ruleset/`.", - "value": "{\n \"ruleset_id\": \"my-ruleset\",\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"query_string\",\n \"values\": [ \"pugs\", \"puggles\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"query_string\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" + "value": { + "rules": [ + { + "actions": { + "ids": [ + "id1", + "id2" + ] + }, + "criteria": [ + { + "metadata": "query_string", + "type": "contains", + "values": [ + "pugs", + "puggles" + ] + } + ], + "rule_id": "my-rule1", + "type": "pinned" + }, + { + "actions": { + "docs": [ + { + "_id": "id3", + "_index": "index1" + }, + { + "_id": "id4", + "_index": "index2" + } + ] + }, + "criteria": [ + { + "metadata": "query_string", + "type": "fuzzy", + "values": [ + "rescue dogs" + ] + } + ], + "rule_id": "my-rule2", + "type": "pinned" + } + ], + "ruleset_id": "my-ruleset" + } } } } @@ -29359,7 +31403,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29373,12 +31417,12 @@ "rules": { "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" } } ] @@ -29391,7 +31435,62 @@ "examples": { "QueryRulesetPutRequestExample1": { "description": "Run `PUT _query_rules/my-ruleset` to create a new query ruleset. Two rules are associated with `my-ruleset`. `my-rule1` will pin documents with IDs `id1` and `id2` when `user_query` contains `pugs` or `puggles` and `user_country` exactly matches `us`. `my-rule2` will exclude documents from different specified indices with IDs `id3` and `id4` when the `query_string` fuzzily matches `rescue dogs`.\n", - "value": "{\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"user_query\",\n \"values\": [ \"pugs\", \"puggles\" ]\n },\n {\n \"type\": \"exact\",\n \"metadata\": \"user_country\",\n \"values\": [ \"us\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"user_query\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" + "value": { + "rules": [ + { + "actions": { + "ids": [ + "id1", + "id2" + ] + }, + "criteria": [ + { + "metadata": "user_query", + "type": "contains", + "values": [ + "pugs", + "puggles" + ] + }, + { + "metadata": "user_country", + "type": "exact", + "values": [ + "us" + ] + } + ], + "rule_id": "my-rule1", + "type": "pinned" + }, + { + "actions": { + "docs": [ + { + "_id": "id3", + "_index": "index1" + }, + { + "_id": "id4", + "_index": "index2" + } + ] + }, + "criteria": [ + { + "metadata": "user_query", + "type": "fuzzy", + "values": [ + "rescue dogs" + ] + } + ], + "rule_id": "my-rule2", + "type": "pinned" + } + ] + } } } } @@ -29407,7 +31506,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -29435,7 +31534,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29446,7 +31545,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -29499,7 +31598,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules.list_rulesets:QueryRulesetListItem" + "$ref": "#/components/schemas/query_rules.list_rulesets.QueryRulesetListItem" } } }, @@ -29511,7 +31610,34 @@ "examples": { "QueryRulesetListResponseExample1": { "description": "A successful response from `GET _query_rules/?from=0&size=3`.", - "value": "{\n \"count\": 3,\n \"results\": [\n {\n \"ruleset_id\": \"ruleset-1\",\n \"rule_total_count\": 1,\n \"rule_criteria_types_counts\": {\n \"exact\": 1\n }\n },\n {\n \"ruleset_id\": \"ruleset-2\",\n \"rule_total_count\": 2,\n \"rule_criteria_types_counts\": {\n \"exact\": 1,\n \"fuzzy\": 1\n }\n },\n {\n \"ruleset_id\": \"ruleset-3\",\n \"rule_total_count\": 3,\n \"rule_criteria_types_counts\": {\n \"exact\": 1,\n \"fuzzy\": 2\n }\n }\n ]\n}" + "value": { + "count": 3, + "results": [ + { + "rule_criteria_types_counts": { + "exact": 1 + }, + "rule_total_count": 1, + "ruleset_id": "ruleset-1" + }, + { + "rule_criteria_types_counts": { + "exact": 1, + "fuzzy": 1 + }, + "rule_total_count": 2, + "ruleset_id": "ruleset-2" + }, + { + "rule_criteria_types_counts": { + "exact": 1, + "fuzzy": 2 + }, + "rule_total_count": 3, + "ruleset_id": "ruleset-3" + } + ] + } } } } @@ -29537,7 +31663,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -29563,7 +31689,62 @@ "examples": { "QueryRulesetTestRequestExample1": { "description": "Run `PUT _query_rules/my-ruleset` to create a new query ruleset. Two rules are associated with `my-ruleset`. `my-rule1` will pin documents with IDs `id1` and `id2` when `user_query` contains `pugs` or `puggles` and `user_country` exactly matches `us`. `my-rule2` will exclude documents from different specified indices with IDs `id3` and `id4` when the `query_string` fuzzily matches `rescue dogs`.\n", - "value": "{\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"user_query\",\n \"values\": [ \"pugs\", \"puggles\" ]\n },\n {\n \"type\": \"exact\",\n \"metadata\": \"user_country\",\n \"values\": [ \"us\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"user_query\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" + "value": { + "rules": [ + { + "actions": { + "ids": [ + "id1", + "id2" + ] + }, + "criteria": [ + { + "metadata": "user_query", + "type": "contains", + "values": [ + "pugs", + "puggles" + ] + }, + { + "metadata": "user_country", + "type": "exact", + "values": [ + "us" + ] + } + ], + "rule_id": "my-rule1", + "type": "pinned" + }, + { + "actions": { + "docs": [ + { + "_id": "id3", + "_index": "index1" + }, + { + "_id": "id4", + "_index": "index2" + } + ] + }, + "criteria": [ + { + "metadata": "user_query", + "type": "fuzzy", + "values": [ + "rescue dogs" + ] + } + ], + "rule_id": "my-rule2", + "type": "pinned" + } + ] + } } } } @@ -29584,7 +31765,7 @@ "matched_rules": { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules.test:QueryRulesetMatchedRule" + "$ref": "#/components/schemas/query_rules.test.QueryRulesetMatchedRule" } } }, @@ -29596,7 +31777,15 @@ "examples": { "QueryRulesetTestResponseExample1": { "description": "A successful response from `POST _query_rules/my-ruleset/_test`.", - "value": "{\n \"total_matched_rules\": 1,\n \"matched_rules\": [\n {\n \"ruleset_id\": \"my-ruleset\",\n \"rule_id\": \"my-rule1\"\n }\n ]\n}" + "value": { + "matched_rules": [ + { + "rule_id": "my-rule1", + "ruleset_id": "my-ruleset" + } + ], + "total_matched_rules": 1 + } } } } @@ -29616,16 +31805,16 @@ "operationId": "rank-eval", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -29633,7 +31822,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -29647,16 +31836,16 @@ "operationId": "rank-eval-1", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -29664,7 +31853,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -29680,19 +31869,19 @@ "operationId": "rank-eval-2", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:index" + "$ref": "#/components/parameters/rank_eval-index" }, { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -29700,7 +31889,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -29714,19 +31903,19 @@ "operationId": "rank-eval-3", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:index" + "$ref": "#/components/parameters/rank_eval-index" }, { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -29734,7 +31923,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -29775,7 +31964,7 @@ "description": "The period of time that a consistent view of the index should be maintained for scrolled search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -29785,7 +31974,7 @@ "description": "The number of slices this task should be divided into.\nIt defaults to one slice, which means the task isn't sliced into subtasks.\n\nReindex supports sliced scroll to parallelize the reindexing process.\nThis parallelization can improve efficiency and provide a convenient way to break the request down into smaller parts.\n\nNOTE: Reindexing from remote clusters does not support manual or automatic slicing.\n\nIf set to `auto`, Elasticsearch chooses the number of slices to use.\nThis setting will use one slice per shard, up to a certain limit.\nIf there are multiple sources, it will choose the number of slices based on the index or backing index with the smallest number of shards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -29795,7 +31984,7 @@ "description": "The period each indexing waits for automatic index creation, dynamic mapping updates, and waiting for active shards.\nBy default, Elasticsearch waits for at least one minute before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -29805,7 +31994,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value is one, which means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -29837,23 +32026,23 @@ "type": "object", "properties": { "conflicts": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "max_docs": { "description": "The maximum number of documents to reindex.\nBy default, all documents are reindexed.\nIf it is a value less then or equal to `scroll_size`, a scroll will not be used to retrieve the results for the operation.\n\nIf `conflicts` is set to `proceed`, the reindex operation could attempt to reindex more documents from the source than `max_docs` until it has successfully indexed `max_docs` documents into the target or it has gone through every document in the source query.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "size": { "type": "number" }, "source": { - "$ref": "#/components/schemas/_global.reindex:Source" + "$ref": "#/components/schemas/_global.reindex.Source" } }, "required": [ @@ -29865,67 +32054,211 @@ "ReindexRequestExample1": { "summary": "Reindex multiple sources", "description": "Run `POST _reindex` to reindex from multiple sources. The `index` attribute in source can be a list, which enables you to copy from lots of sources in one request. This example copies documents from the `my-index-000001` and `my-index-000002` indices.\n", - "value": "{\n \"source\": {\n \"index\": [\"my-index-000001\", \"my-index-000002\"]\n },\n \"dest\": {\n \"index\": \"my-new-index-000002\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000002" + }, + "source": { + "index": [ + "my-index-000001", + "my-index-000002" + ] + } + } }, "ReindexRequestExample10": { "summary": "Reindex with Painless", "description": "You can use Painless to reindex daily indices to apply a new template to the existing documents. The script extracts the date from the index name and creates a new index with `-1` appended. For example, all data from `metricbeat-2016.05.31` will be reindexed into `metricbeat-2016.05.31-1`.\n", - "value": "{\n \"source\": {\n \"index\": \"metricbeat-*\"\n },\n \"dest\": {\n \"index\": \"metricbeat\"\n },\n \"script\": {\n \"lang\": \"painless\",\n \"source\": \"ctx._index = 'metricbeat-' + (ctx._index.substring('metricbeat-'.length(), ctx._index.length())) + '-1'\"\n }\n}" + "value": { + "dest": { + "index": "metricbeat" + }, + "script": { + "lang": "painless", + "source": "ctx._index = 'metricbeat-' + (ctx._index.substring('metricbeat-'.length(), ctx._index.length())) + '-1'" + }, + "source": { + "index": "metricbeat-*" + } + } }, "ReindexRequestExample11": { "summary": "Reindex a random subset", "description": "Run `POST _reindex` to extract a random subset of the source for testing. You might need to adjust the `min_score` value depending on the relative amount of data extracted from source.\n", - "value": "{\n \"max_docs\": 10,\n \"source\": {\n \"index\": \"my-index-000001\",\n \"query\": {\n \"function_score\" : {\n \"random_score\" : {},\n \"min_score\" : 0.9\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "max_docs": 10, + "source": { + "index": "my-index-000001", + "query": { + "function_score": { + "min_score": 0.9, + "random_score": {} + } + } + } + } }, "ReindexRequestExample12": { "summary": "Reindex modified documents", "description": "Run `POST _reindex` to modify documents during reindexing. This example bumps the version of the source document.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\",\n \"version_type\": \"external\"\n },\n \"script\": {\n \"source\": \"if (ctx._source.foo == 'bar') {ctx._version++; ctx._source.remove('foo')}\",\n \"lang\": \"painless\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001", + "version_type": "external" + }, + "script": { + "lang": "painless", + "source": "if (ctx._source.foo == 'bar') {ctx._version++; ctx._source.remove('foo')}" + }, + "source": { + "index": "my-index-000001" + } + } }, "ReindexRequestExample13": { "summary": "Reindex from remote on Elastic Cloud", "description": "When using Elastic Cloud, you can run `POST _reindex` and authenticate against a remote cluster with an API key.\n", - "value": "{\n \"source\": {\n \"remote\": {\n \"host\": \"http://otherhost:9200\",\n \"username\": \"user\",\n \"password\": \"pass\"\n },\n \"index\": \"my-index-000001\",\n \"query\": {\n \"match\": {\n \"test\": \"data\"\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "index": "my-index-000001", + "query": { + "match": { + "test": "data" + } + }, + "remote": { + "host": "http://otherhost:9200", + "password": "pass", + "username": "user" + } + } + } }, "ReindexRequestExample2": { "summary": "Manual slicing", "description": "Run `POST _reindex` to slice a reindex request manually. Provide a slice ID and total number of slices to each request.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "index": "my-index-000001", + "slice": { + "id": 0, + "max": 2 + } + } + } }, "ReindexRequestExample3": { "summary": "Automatic slicing", "description": "Run `POST _reindex?slices=5&refresh` to automatically parallelize using sliced scroll to slice on `_id`. The `slices` parameter specifies the number of slices to use.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "index": "my-index-000001" + } + } }, "ReindexRequestExample4": { "summary": "Routing", "description": "By default if reindex sees a document with routing then the routing is preserved unless it's changed by the script. You can set `routing` on the `dest` request to change this behavior. In this example, run `POST _reindex` to copy all documents from the `source` with the company name `cat` into the `dest` with routing set to `cat`.\n", - "value": "{\n \"source\": {\n \"index\": \"source\",\n \"query\": {\n \"match\": {\n \"company\": \"cat\"\n }\n }\n },\n \"dest\": {\n \"index\": \"dest\",\n \"routing\": \"=cat\"\n }\n}" + "value": { + "dest": { + "index": "dest", + "routing": "=cat" + }, + "source": { + "index": "source", + "query": { + "match": { + "company": "cat" + } + } + } + } }, "ReindexRequestExample5": { "summary": "Ingest pipelines", "description": "Run `POST _reindex` and use the ingest pipelines feature.", - "value": "{\n \"source\": {\n \"index\": \"source\"\n },\n \"dest\": {\n \"index\": \"dest\",\n \"pipeline\": \"some_ingest_pipeline\"\n }\n}" + "value": { + "dest": { + "index": "dest", + "pipeline": "some_ingest_pipeline" + }, + "source": { + "index": "source" + } + } }, "ReindexRequestExample6": { "summary": "Reindex with a query", "description": "Run `POST _reindex` and add a query to the `source` to limit the documents to reindex. For example, this request copies documents into `my-new-index-000001` only if they have a `user.id` of `kimchy`.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "index": "my-index-000001", + "query": { + "term": { + "user.id": "kimchy" + } + } + } + } }, "ReindexRequestExample7": { "summary": "Reindex with max_docs", "description": "You can limit the number of processed documents by setting `max_docs`. For example, run `POST _reindex` to copy a single document from `my-index-000001` to `my-new-index-000001`.\n", - "value": "{\n \"max_docs\": 1,\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "max_docs": 1, + "source": { + "index": "my-index-000001" + } + } }, "ReindexRequestExample8": { "summary": "Reindex selected fields", "description": "You can use source filtering to reindex a subset of the fields in the original documents. For example, run `POST _reindex` the reindex only the `user.id` and `_doc` fields of each document.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"_source\": [\"user.id\", \"_doc\"]\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "_source": [ + "user.id", + "_doc" + ], + "index": "my-index-000001" + } + } }, "ReindexRequestExample9": { "summary": "Reindex new field names", "description": "A reindex operation can build a copy of an index with renamed fields. If your index has documents with `text` and `flag` fields, you can change the latter field name to `tag` during the reindex.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n },\n \"script\": {\n \"source\": \"ctx._source.tag = ctx._source.remove(\\\"flag\\\")\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "script": { + "source": "ctx._source.tag = ctx._source.remove(\"flag\")" + }, + "source": { + "index": "my-index-000001" + } + } } } } @@ -29956,7 +32289,7 @@ "description": "If there were any unrecoverable errors during the process, it is an array of those failures.\nIf this array is not empty, the request ended because of those failures.\nReindex is implemented using batches and any failure causes the entire process to end but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent the reindex from ending on version conflicts.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -29964,7 +32297,7 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "requests_per_second": { "description": "The number of requests per second effectively run during the reindex.", @@ -29974,20 +32307,20 @@ "type": "number" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timed_out": { "description": "If any of the requests that ran during the reindex timed out, it is `true`.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -30026,7 +32359,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -30052,7 +32385,7 @@ "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.reindex_rethrottle:ReindexNode" + "$ref": "#/components/schemas/_global.reindex_rethrottle.ReindexNode" } } }, @@ -30080,7 +32413,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } }, @@ -30096,7 +32429,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } } @@ -30111,7 +32444,7 @@ "operationId": "render-search-template-2", "parameters": [ { - "$ref": "#/components/parameters/render_search_template:id" + "$ref": "#/components/parameters/render_search_template-id" } ], "requestBody": { @@ -30119,7 +32452,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } }, @@ -30132,7 +32465,7 @@ "operationId": "render-search-template-3", "parameters": [ { - "$ref": "#/components/parameters/render_search_template:id" + "$ref": "#/components/parameters/render_search_template-id" } ], "requestBody": { @@ -30140,7 +32473,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } } @@ -30155,12 +32488,12 @@ "operationId": "rollup-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/rollup.get_jobs:id" + "$ref": "#/components/parameters/rollup.get_jobs-id" } ], "responses": { "200": { - "$ref": "#/components/responses/rollup.get_jobs:200" + "$ref": "#/components/responses/rollup.get_jobs-200" } }, "deprecated": true, @@ -30181,7 +32514,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -30197,7 +32530,7 @@ "type": "string" }, "groups": { - "$ref": "#/components/schemas/rollup._types:Groupings" + "$ref": "#/components/schemas/rollup._types.Groupings" }, "index_pattern": { "description": "The index or index pattern to roll up. Supports wildcard-style patterns (`logstash-*`). The job attempts to\nrollup the entire index or index-pattern.", @@ -30207,7 +32540,7 @@ "description": "Defines the metrics to collect for each grouping tuple. By default, only the doc_counts are collected for each\ngroup. To make rollup useful, you will often add metrics like averages, mins, maxes, etc. Metrics are defined\non a per-field basis and for each field you configure which metric should be collected.", "type": "array", "items": { - "$ref": "#/components/schemas/rollup._types:FieldMetric" + "$ref": "#/components/schemas/rollup._types.FieldMetric" } }, "page_size": { @@ -30215,13 +32548,13 @@ "type": "number" }, "rollup_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" } }, "required": [ @@ -30235,7 +32568,40 @@ "examples": { "CreateRollupJobRequestExample1": { "description": "Run `PUT _rollup/job/sensor` to create a rollup job that targets the `sensor-*` index pattern. This configuration enables date histograms to be used on the `timestamp` field and terms aggregations to be used on the `node` field. This configuration defines metrics over two fields: `temperature` and `voltage`. For the `temperature` field, it collects the `min`, `max`, and `sum` of the temperature. For `voltage`, it collects the `average`.\n", - "value": "{\n \"index_pattern\": \"sensor-*\",\n \"rollup_index\": \"sensor_rollup\",\n \"cron\": \"*/30 * * * * ?\",\n \"page_size\": 1000,\n \"groups\": {\n \"date_histogram\": {\n \"field\": \"timestamp\",\n \"fixed_interval\": \"1h\",\n \"delay\": \"7d\"\n },\n \"terms\": {\n \"fields\": [ \"node\" ]\n }\n },\n \"metrics\": [\n {\n \"field\": \"temperature\",\n \"metrics\": [ \"min\", \"max\", \"sum\" ]\n },\n {\n \"field\": \"voltage\",\n \"metrics\": [ \"avg\" ]\n }\n ]\n}" + "value": { + "cron": "*/30 * * * * ?", + "groups": { + "date_histogram": { + "delay": "7d", + "field": "timestamp", + "fixed_interval": "1h" + }, + "terms": { + "fields": [ + "node" + ] + } + }, + "index_pattern": "sensor-*", + "metrics": [ + { + "field": "temperature", + "metrics": [ + "min", + "max", + "sum" + ] + }, + { + "field": "voltage", + "metrics": [ + "avg" + ] + } + ], + "page_size": 1000, + "rollup_index": "sensor_rollup" + } } } } @@ -30248,11 +32614,13 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "CreateRollupJobResponseExample1": { - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -30277,7 +32645,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -30296,7 +32664,7 @@ "task_failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:TaskFailure" + "$ref": "#/components/schemas/_types.TaskFailure" } } }, @@ -30307,7 +32675,9 @@ "examples": { "DeleteRollupJobResponseExample1": { "description": "A successful response from `DELETE _rollup/job/sensor`.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -30328,7 +32698,7 @@ "operationId": "rollup-get-jobs-1", "responses": { "200": { - "$ref": "#/components/responses/rollup.get_jobs:200" + "$ref": "#/components/responses/rollup.get_jobs-200" } }, "deprecated": true, @@ -30345,12 +32715,12 @@ "operationId": "rollup-get-rollup-caps", "parameters": [ { - "$ref": "#/components/parameters/rollup.get_rollup_caps:id" + "$ref": "#/components/parameters/rollup.get_rollup_caps-id" } ], "responses": { "200": { - "$ref": "#/components/responses/rollup.get_rollup_caps:200" + "$ref": "#/components/responses/rollup.get_rollup_caps-200" } }, "deprecated": true, @@ -30367,7 +32737,7 @@ "operationId": "rollup-get-rollup-caps-1", "responses": { "200": { - "$ref": "#/components/responses/rollup.get_rollup_caps:200" + "$ref": "#/components/responses/rollup.get_rollup_caps-200" } }, "deprecated": true, @@ -30390,7 +32760,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -30403,13 +32773,54 @@ "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/rollup.get_rollup_index_caps:IndexCapabilities" + "$ref": "#/components/schemas/rollup.get_rollup_index_caps.IndexCapabilities" } }, "examples": { "GetRollupIndexCapabilitiesResponseExample1": { "description": "A successful response from `GET /sensor_rollup/_rollup/data`. The response contains the rollup job ID, the index that holds the rolled data, and the index pattern that the job was targeting. It also shows a list of fields that contain data eligible for rollup searches. For example, you can use a `min`, `max`, or `sum` aggregation on the `temperature` field, but only a `date_histogram` on `timestamp`.\n", - "value": "{\n \"sensor_rollup\" : {\n \"rollup_jobs\" : [\n {\n \"job_id\" : \"sensor\",\n \"rollup_index\" : \"sensor_rollup\",\n \"index_pattern\" : \"sensor-*\",\n \"fields\" : {\n \"node\" : [\n {\n \"agg\" : \"terms\"\n }\n ],\n \"temperature\" : [\n {\n \"agg\" : \"min\"\n },\n {\n \"agg\" : \"max\"\n },\n {\n \"agg\" : \"sum\"\n }\n ],\n \"timestamp\" : [\n {\n \"agg\" : \"date_histogram\",\n \"time_zone\" : \"UTC\",\n \"fixed_interval\" : \"1h\",\n \"delay\": \"7d\"\n }\n ],\n \"voltage\" : [\n {\n \"agg\" : \"avg\"\n }\n ]\n }\n }\n ]\n }\n}" + "value": { + "sensor_rollup": { + "rollup_jobs": [ + { + "fields": { + "node": [ + { + "agg": "terms" + } + ], + "temperature": [ + { + "agg": "min" + }, + { + "agg": "max" + }, + { + "agg": "sum" + } + ], + "timestamp": [ + { + "agg": "date_histogram", + "delay": "7d", + "fixed_interval": "1h", + "time_zone": "UTC" + } + ], + "voltage": [ + { + "agg": "avg" + } + ] + }, + "index_pattern": "sensor-*", + "job_id": "sensor", + "rollup_index": "sensor_rollup" + } + ] + } + } } } } @@ -30430,13 +32841,13 @@ "operationId": "rollup-rollup-search", "parameters": [ { - "$ref": "#/components/parameters/rollup.rollup_search:index" + "$ref": "#/components/parameters/rollup.rollup_search-index" }, { - "$ref": "#/components/parameters/rollup.rollup_search:rest_total_hits_as_int" + "$ref": "#/components/parameters/rollup.rollup_search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/rollup.rollup_search:typed_keys" + "$ref": "#/components/parameters/rollup.rollup_search-typed_keys" } ], "requestBody": { @@ -30444,7 +32855,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rollup.rollup_search:200" + "$ref": "#/components/responses/rollup.rollup_search-200" } }, "deprecated": true, @@ -30459,13 +32870,13 @@ "operationId": "rollup-rollup-search-1", "parameters": [ { - "$ref": "#/components/parameters/rollup.rollup_search:index" + "$ref": "#/components/parameters/rollup.rollup_search-index" }, { - "$ref": "#/components/parameters/rollup.rollup_search:rest_total_hits_as_int" + "$ref": "#/components/parameters/rollup.rollup_search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/rollup.rollup_search:typed_keys" + "$ref": "#/components/parameters/rollup.rollup_search-typed_keys" } ], "requestBody": { @@ -30473,7 +32884,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rollup.rollup_search:200" + "$ref": "#/components/responses/rollup.rollup_search-200" } }, "deprecated": true, @@ -30496,7 +32907,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -30520,7 +32931,9 @@ "examples": { "StartRollupJobResponseExample1": { "description": "A successful response from `POST _rollup/job/sensor/_start`.", - "value": "{\n \"started\": true\n}" + "value": { + "started": true + } } } } @@ -30547,7 +32960,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -30557,7 +32970,7 @@ "description": "If `wait_for_completion` is `true`, the API blocks for (at maximum) the specified duration while waiting for the job to stop.\nIf more than `timeout` time has passed, the API throws a timeout exception.\nNOTE: Even if a timeout occurs, the stop request is still processing and eventually moves the job to STOPPED.\nThe timeout simply means the API call itself timed out while waiting for the status change.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -30609,7 +33022,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute:200" + "$ref": "#/components/responses/scripts_painless_execute-200" } }, "x-state": "Technical preview" @@ -30626,7 +33039,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute:200" + "$ref": "#/components/responses/scripts_painless_execute-200" } }, "x-state": "Technical preview" @@ -30645,136 +33058,136 @@ "operationId": "search", "parameters": [ { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" }, { - "$ref": "#/components/parameters/search:force_synthetic_source" + "$ref": "#/components/parameters/search-force_synthetic_source" } ], "requestBody": { @@ -30782,7 +33195,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } }, @@ -30798,136 +33211,136 @@ "operationId": "search-1", "parameters": [ { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" }, { - "$ref": "#/components/parameters/search:force_synthetic_source" + "$ref": "#/components/parameters/search-force_synthetic_source" } ], "requestBody": { @@ -30935,7 +33348,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } } @@ -30953,139 +33366,139 @@ "operationId": "search-2", "parameters": [ { - "$ref": "#/components/parameters/search:index" + "$ref": "#/components/parameters/search-index" }, { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" }, { - "$ref": "#/components/parameters/search:force_synthetic_source" + "$ref": "#/components/parameters/search-force_synthetic_source" } ], "requestBody": { @@ -31093,7 +33506,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } }, @@ -31109,139 +33522,139 @@ "operationId": "search-3", "parameters": [ { - "$ref": "#/components/parameters/search:index" + "$ref": "#/components/parameters/search-index" }, { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" }, { - "$ref": "#/components/parameters/search:force_synthetic_source" + "$ref": "#/components/parameters/search-force_synthetic_source" } ], "requestBody": { @@ -31249,7 +33662,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } } @@ -31269,7 +33682,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31280,12 +33693,39 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application._types:SearchApplication" + "$ref": "#/components/schemas/search_application._types.SearchApplication" }, "examples": { "SearchApplicationGetResponseExample1": { "description": "A sucessful response from `GET _application/search_application/my-app/`.", - "value": "{\n \"name\": \"my-app\",\n \"indices\": [ \"index1\", \"index2\" ],\n \"updated_at_millis\": 1682105622204,\n \"template\": {\n \"script\": {\n \"source\": {\n \"query\": {\n \"query_string\": {\n \"query\": \"{{query_string}}\",\n \"default_field\": \"{{default_field}}\"\n }\n }\n },\n \"lang\": \"mustache\",\n \"options\": {\n \"content_type\": \"application/json;charset=utf-8\"\n },\n \"params\": {\n \"query_string\": \"*\",\n \"default_field\": \"*\"\n }\n }\n }\n}" + "value": { + "indices": [ + "index1", + "index2" + ], + "name": "my-app", + "template": { + "script": { + "lang": "mustache", + "options": { + "content_type": "application/json;charset=utf-8" + }, + "params": { + "default_field": "*", + "query_string": "*" + }, + "source": { + "query": { + "query_string": { + "default_field": "{{default_field}}", + "query": "{{query_string}}" + } + } + } + } + }, + "updated_at_millis": 1682105622204 + } } } } @@ -31308,7 +33748,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -31327,12 +33767,51 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application._types:SearchApplicationParameters" + "$ref": "#/components/schemas/search_application._types.SearchApplicationParameters" }, "examples": { "SearchApplicationPutRequestExample1": { "description": "Run `PUT _application/search_application/my-app` to create or update a search application called `my-app`. When the dictionary parameter is specified, the search application search API will perform the following parameter validation: it accepts only the `query_string` and `default_field` parameters; it verifies that `query_string` and `default_field` are both strings; it accepts `default_field` only if it takes the values title or description. If the parameters are not valid, the search application search API will return an error.\n", - "value": "{\n \"indices\": [ \"index1\", \"index2\" ],\n \"template\": {\n \"script\": {\n \"source\": {\n \"query\": {\n \"query_string\": {\n \"query\": \"{{query_string}}\",\n \"default_field\": \"{{default_field}}\"\n }\n }\n },\n \"params\": {\n \"query_string\": \"*\",\n \"default_field\": \"*\"\n }\n },\n \"dictionary\": {\n \"properties\": {\n \"query_string\": {\n \"type\": \"string\"\n },\n \"default_field\": {\n \"type\": \"string\",\n \"enum\": [\n \"title\",\n \"description\"\n ]\n },\n \"additionalProperties\": false\n },\n \"required\": [\n \"query_string\"\n ]\n }\n }\n}" + "value": { + "indices": [ + "index1", + "index2" + ], + "template": { + "dictionary": { + "properties": { + "additionalProperties": false, + "default_field": { + "enum": [ + "title", + "description" + ], + "type": "string" + }, + "query_string": { + "type": "string" + } + }, + "required": [ + "query_string" + ] + }, + "script": { + "params": { + "default_field": "*", + "query_string": "*" + }, + "source": { + "query": { + "query_string": { + "default_field": "{{default_field}}", + "query": "{{query_string}}" + } + } + } + } + } + } } } } @@ -31348,7 +33827,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -31376,7 +33855,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31387,7 +33866,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -31405,12 +33884,12 @@ "operationId": "search-application-get-behavioral-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.get_behavioral_analytics:name" + "$ref": "#/components/parameters/search_application.get_behavioral_analytics-name" } ], "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics-200" } }, "deprecated": true, @@ -31430,7 +33909,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31441,7 +33920,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application.put_behavioral_analytics:AnalyticsAcknowledgeResponseBase" + "$ref": "#/components/schemas/search_application.put_behavioral_analytics.AnalyticsAcknowledgeResponseBase" } } } @@ -31465,7 +33944,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31476,7 +33955,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -31495,7 +33974,7 @@ "operationId": "search-application-get-behavioral-analytics", "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics-200" } }, "deprecated": true, @@ -31556,7 +34035,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/search_application._types:SearchApplication" + "$ref": "#/components/schemas/search_application._types.SearchApplication" } } }, @@ -31568,7 +34047,19 @@ "examples": { "SearchApplicationsListResponseExample1": { "description": "A succesful response from `GET _application/search_application?from=0&size=3&q=app*` returns the first three search applications whose names start with `app`.", - "value": "{\n \"count\": 2,\n \"results\": [\n {\n \"name\": \"app-1\",\n \"updated_at_millis\": 1690981129366\n },\n {\n \"name\": \"app-2\",\n \"updated_at_millis\": 1691501823939\n }\n ]\n}" + "value": { + "count": 2, + "results": [ + { + "name": "app-1", + "updated_at_millis": 1690981129366 + }, + { + "name": "app-2", + "updated_at_millis": 1691501823939 + } + ] + } } } } @@ -31596,7 +34087,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -31607,7 +34098,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/search_application._types:EventType" + "$ref": "#/components/schemas/search_application._types.EventType" }, "style": "simple" }, @@ -31631,7 +34122,36 @@ "examples": { "BehavioralAnalyticsEventPostRequestExample1": { "description": "Run `POST _application/analytics/my_analytics_collection/event/search_click` to send a `search_click` event to an analytics collection called `my_analytics_collection`.", - "value": "{\n \"session\": {\n \"id\": \"1797ca95-91c9-4e2e-b1bd-9c38e6f386a9\"\n },\n \"user\": {\n \"id\": \"5f26f01a-bbee-4202-9298-81261067abbd\"\n },\n \"search\":{\n \"query\": \"search term\",\n \"results\": {\n \"items\": [\n {\n \"document\": {\n \"id\": \"123\",\n \"index\": \"products\"\n }\n }\n ],\n \"total_results\": 10\n },\n \"sort\": {\n \"name\": \"relevance\"\n },\n \"search_application\": \"website\"\n },\n \"document\":{\n \"id\": \"123\",\n \"index\": \"products\"\n }\n}" + "value": { + "document": { + "id": "123", + "index": "products" + }, + "search": { + "query": "search term", + "results": { + "items": [ + { + "document": { + "id": "123", + "index": "products" + } + } + ], + "total_results": 10 + }, + "search_application": "website", + "sort": { + "name": "relevance" + } + }, + "session": { + "id": "1797ca95-91c9-4e2e-b1bd-9c38e6f386a9" + }, + "user": { + "id": "5f26f01a-bbee-4202-9298-81261067abbd" + } + } } } } @@ -31681,7 +34201,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -31703,7 +34223,21 @@ "examples": { "SearchApplicationsRenderQueryRequestExample1": { "description": "Run `POST _application/search_application/my-app/_render_query` to generate a query for a search application called `my-app` that uses the search template.", - "value": "{\n \"params\": {\n \"query_string\": \"my first query\",\n \"text_fields\": [\n {\n \"name\": \"title\",\n \"boost\": 5\n },\n {\n \"name\": \"description\",\n \"boost\": 1\n }\n ]\n }\n}" + "value": { + "params": { + "query_string": "my first query", + "text_fields": [ + { + "boost": 5, + "name": "title" + }, + { + "boost": 1, + "name": "description" + } + ] + } + } } } } @@ -31720,7 +34254,20 @@ "examples": { "SearchApplicationsRenderQueryResponseExample1": { "description": "A successful response for generating a query for a search application. The `from`, `size`, and `explain` parameters were not specified in the request, so the default values specified in the search template are used.", - "value": "{\n \"from\": 0,\n \"size\": 10,\n \"query\": {\n \"multi_match\": {\n \"query\": \"my first query\",\n \"fields\": [\n \"description^1.0\",\n \"title^5.0\"\n ]\n }\n },\n \"explain\": false\n}" + "value": { + "explain": false, + "from": 0, + "query": { + "multi_match": { + "fields": [ + "description^1.0", + "title^5.0" + ], + "query": "my first query" + } + }, + "size": 10 + } } } } @@ -31740,10 +34287,10 @@ "operationId": "search-application-search", "parameters": [ { - "$ref": "#/components/parameters/search_application.search:name" + "$ref": "#/components/parameters/search_application.search-name" }, { - "$ref": "#/components/parameters/search_application.search:typed_keys" + "$ref": "#/components/parameters/search_application.search-typed_keys" } ], "requestBody": { @@ -31751,7 +34298,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search:200" + "$ref": "#/components/responses/search_application.search-200" } }, "x-beta": true @@ -31765,10 +34312,10 @@ "operationId": "search-application-search-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.search:name" + "$ref": "#/components/parameters/search_application.search-name" }, { - "$ref": "#/components/parameters/search_application.search:typed_keys" + "$ref": "#/components/parameters/search_application.search-typed_keys" } ], "requestBody": { @@ -31776,7 +34323,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search:200" + "$ref": "#/components/responses/search_application.search-200" } }, "x-beta": true @@ -31795,40 +34342,40 @@ "operationId": "search-mvt-1", "parameters": [ { - "$ref": "#/components/parameters/search_mvt:index" + "$ref": "#/components/parameters/search_mvt-index" }, { - "$ref": "#/components/parameters/search_mvt:field" + "$ref": "#/components/parameters/search_mvt-field" }, { - "$ref": "#/components/parameters/search_mvt:zoom" + "$ref": "#/components/parameters/search_mvt-zoom" }, { - "$ref": "#/components/parameters/search_mvt:x" + "$ref": "#/components/parameters/search_mvt-x" }, { - "$ref": "#/components/parameters/search_mvt:y" + "$ref": "#/components/parameters/search_mvt-y" }, { - "$ref": "#/components/parameters/search_mvt:exact_bounds" + "$ref": "#/components/parameters/search_mvt-exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt:extent" + "$ref": "#/components/parameters/search_mvt-extent" }, { - "$ref": "#/components/parameters/search_mvt:grid_agg" + "$ref": "#/components/parameters/search_mvt-grid_agg" }, { - "$ref": "#/components/parameters/search_mvt:grid_precision" + "$ref": "#/components/parameters/search_mvt-grid_precision" }, { - "$ref": "#/components/parameters/search_mvt:grid_type" + "$ref": "#/components/parameters/search_mvt-grid_type" }, { - "$ref": "#/components/parameters/search_mvt:size" + "$ref": "#/components/parameters/search_mvt-size" }, { - "$ref": "#/components/parameters/search_mvt:with_labels" + "$ref": "#/components/parameters/search_mvt-with_labels" } ], "requestBody": { @@ -31836,7 +34383,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt:200" + "$ref": "#/components/responses/search_mvt-200" } }, "x-state": "Added in 7.15.0" @@ -31853,40 +34400,40 @@ "operationId": "search-mvt", "parameters": [ { - "$ref": "#/components/parameters/search_mvt:index" + "$ref": "#/components/parameters/search_mvt-index" }, { - "$ref": "#/components/parameters/search_mvt:field" + "$ref": "#/components/parameters/search_mvt-field" }, { - "$ref": "#/components/parameters/search_mvt:zoom" + "$ref": "#/components/parameters/search_mvt-zoom" }, { - "$ref": "#/components/parameters/search_mvt:x" + "$ref": "#/components/parameters/search_mvt-x" }, { - "$ref": "#/components/parameters/search_mvt:y" + "$ref": "#/components/parameters/search_mvt-y" }, { - "$ref": "#/components/parameters/search_mvt:exact_bounds" + "$ref": "#/components/parameters/search_mvt-exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt:extent" + "$ref": "#/components/parameters/search_mvt-extent" }, { - "$ref": "#/components/parameters/search_mvt:grid_agg" + "$ref": "#/components/parameters/search_mvt-grid_agg" }, { - "$ref": "#/components/parameters/search_mvt:grid_precision" + "$ref": "#/components/parameters/search_mvt-grid_precision" }, { - "$ref": "#/components/parameters/search_mvt:grid_type" + "$ref": "#/components/parameters/search_mvt-grid_type" }, { - "$ref": "#/components/parameters/search_mvt:size" + "$ref": "#/components/parameters/search_mvt-size" }, { - "$ref": "#/components/parameters/search_mvt:with_labels" + "$ref": "#/components/parameters/search_mvt-with_labels" } ], "requestBody": { @@ -31894,7 +34441,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt:200" + "$ref": "#/components/responses/search_mvt-200" } }, "x-state": "Added in 7.15.0" @@ -31910,30 +34457,30 @@ "operationId": "search-shards", "parameters": [ { - "$ref": "#/components/parameters/search_shards:allow_no_indices" + "$ref": "#/components/parameters/search_shards-allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards:expand_wildcards" + "$ref": "#/components/parameters/search_shards-expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards:ignore_unavailable" + "$ref": "#/components/parameters/search_shards-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards:local" + "$ref": "#/components/parameters/search_shards-local" }, { - "$ref": "#/components/parameters/search_shards:master_timeout" + "$ref": "#/components/parameters/search_shards-master_timeout" }, { - "$ref": "#/components/parameters/search_shards:preference" + "$ref": "#/components/parameters/search_shards-preference" }, { - "$ref": "#/components/parameters/search_shards:routing" + "$ref": "#/components/parameters/search_shards-routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards:200" + "$ref": "#/components/responses/search_shards-200" } } }, @@ -31946,30 +34493,30 @@ "operationId": "search-shards-1", "parameters": [ { - "$ref": "#/components/parameters/search_shards:allow_no_indices" + "$ref": "#/components/parameters/search_shards-allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards:expand_wildcards" + "$ref": "#/components/parameters/search_shards-expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards:ignore_unavailable" + "$ref": "#/components/parameters/search_shards-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards:local" + "$ref": "#/components/parameters/search_shards-local" }, { - "$ref": "#/components/parameters/search_shards:master_timeout" + "$ref": "#/components/parameters/search_shards-master_timeout" }, { - "$ref": "#/components/parameters/search_shards:preference" + "$ref": "#/components/parameters/search_shards-preference" }, { - "$ref": "#/components/parameters/search_shards:routing" + "$ref": "#/components/parameters/search_shards-routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards:200" + "$ref": "#/components/responses/search_shards-200" } } } @@ -31984,33 +34531,33 @@ "operationId": "search-shards-2", "parameters": [ { - "$ref": "#/components/parameters/search_shards:index" + "$ref": "#/components/parameters/search_shards-index" }, { - "$ref": "#/components/parameters/search_shards:allow_no_indices" + "$ref": "#/components/parameters/search_shards-allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards:expand_wildcards" + "$ref": "#/components/parameters/search_shards-expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards:ignore_unavailable" + "$ref": "#/components/parameters/search_shards-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards:local" + "$ref": "#/components/parameters/search_shards-local" }, { - "$ref": "#/components/parameters/search_shards:master_timeout" + "$ref": "#/components/parameters/search_shards-master_timeout" }, { - "$ref": "#/components/parameters/search_shards:preference" + "$ref": "#/components/parameters/search_shards-preference" }, { - "$ref": "#/components/parameters/search_shards:routing" + "$ref": "#/components/parameters/search_shards-routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards:200" + "$ref": "#/components/responses/search_shards-200" } } }, @@ -32023,33 +34570,33 @@ "operationId": "search-shards-3", "parameters": [ { - "$ref": "#/components/parameters/search_shards:index" + "$ref": "#/components/parameters/search_shards-index" }, { - "$ref": "#/components/parameters/search_shards:allow_no_indices" + "$ref": "#/components/parameters/search_shards-allow_no_indices" }, { - "$ref": "#/components/parameters/search_shards:expand_wildcards" + "$ref": "#/components/parameters/search_shards-expand_wildcards" }, { - "$ref": "#/components/parameters/search_shards:ignore_unavailable" + "$ref": "#/components/parameters/search_shards-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_shards:local" + "$ref": "#/components/parameters/search_shards-local" }, { - "$ref": "#/components/parameters/search_shards:master_timeout" + "$ref": "#/components/parameters/search_shards-master_timeout" }, { - "$ref": "#/components/parameters/search_shards:preference" + "$ref": "#/components/parameters/search_shards-preference" }, { - "$ref": "#/components/parameters/search_shards:routing" + "$ref": "#/components/parameters/search_shards-routing" } ], "responses": { "200": { - "$ref": "#/components/responses/search_shards:200" + "$ref": "#/components/responses/search_shards-200" } } } @@ -32066,43 +34613,43 @@ "operationId": "search-template", "parameters": [ { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -32110,7 +34657,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -32126,43 +34673,43 @@ "operationId": "search-template-1", "parameters": [ { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -32170,7 +34717,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -32188,46 +34735,46 @@ "operationId": "search-template-2", "parameters": [ { - "$ref": "#/components/parameters/search_template:index" + "$ref": "#/components/parameters/search_template-index" }, { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -32235,7 +34782,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -32251,46 +34798,46 @@ "operationId": "search-template-3", "parameters": [ { - "$ref": "#/components/parameters/search_template:index" + "$ref": "#/components/parameters/search_template-index" }, { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -32298,7 +34845,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -32317,12 +34864,12 @@ "operationId": "searchable-snapshots-cache-stats", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats:master_timeout" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.cache_stats:200" + "$ref": "#/components/responses/searchable_snapshots.cache_stats-200" } }, "x-state": "Technical preview" @@ -32341,15 +34888,15 @@ "operationId": "searchable-snapshots-cache-stats-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats:node_id" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats-node_id" }, { - "$ref": "#/components/parameters/searchable_snapshots.cache_stats:master_timeout" + "$ref": "#/components/parameters/searchable_snapshots.cache_stats-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.cache_stats:200" + "$ref": "#/components/responses/searchable_snapshots.cache_stats-200" } }, "x-state": "Technical preview" @@ -32368,18 +34915,18 @@ "operationId": "searchable-snapshots-clear-cache", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:expand_wildcards" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-expand_wildcards" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:allow_no_indices" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-allow_no_indices" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:ignore_unavailable" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.clear_cache:200" + "$ref": "#/components/responses/searchable_snapshots.clear_cache-200" } }, "x-state": "Technical preview" @@ -32398,21 +34945,21 @@ "operationId": "searchable-snapshots-clear-cache-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:index" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-index" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:expand_wildcards" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-expand_wildcards" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:allow_no_indices" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-allow_no_indices" }, { - "$ref": "#/components/parameters/searchable_snapshots.clear_cache:ignore_unavailable" + "$ref": "#/components/parameters/searchable_snapshots.clear_cache-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.clear_cache:200" + "$ref": "#/components/responses/searchable_snapshots.clear_cache-200" } }, "x-state": "Technical preview" @@ -32434,7 +34981,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -32445,7 +34992,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -32455,7 +35002,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -32487,10 +35034,10 @@ "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "renamed_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "index_settings": { "description": "The settings that should be added to the index when it is mounted.", @@ -32514,7 +35061,16 @@ "examples": { "SearchableSnapshotsMountSnapshotRequestExample1": { "description": "Run `POST /_snapshot/my_repository/my_snapshot/_mount?wait_for_completion=true` to mount the index `my_docs` from an existing snapshot named `my_snapshot` stored in `my_repository` as a new index `docs`.\n", - "value": "{\n \"index\": \"my_docs\",\n \"renamed_index\": \"docs\",\n \"index_settings\": {\n \"index.number_of_replicas\": 0\n },\n \"ignore_index_settings\": [ \"index.refresh_interval\" ]\n}" + "value": { + "ignore_index_settings": [ + "index.refresh_interval" + ], + "index": "my_docs", + "index_settings": { + "index.number_of_replicas": 0 + }, + "renamed_index": "docs" + } } } } @@ -32530,7 +35086,7 @@ "type": "object", "properties": { "snapshot": { - "$ref": "#/components/schemas/searchable_snapshots.mount:MountedSnapshot" + "$ref": "#/components/schemas/searchable_snapshots.mount.MountedSnapshot" } }, "required": [ @@ -32553,12 +35109,12 @@ "operationId": "searchable-snapshots-stats", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.stats:level" + "$ref": "#/components/parameters/searchable_snapshots.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.stats:200" + "$ref": "#/components/responses/searchable_snapshots.stats-200" } }, "x-state": "Added in 7.10.0" @@ -32573,15 +35129,15 @@ "operationId": "searchable-snapshots-stats-1", "parameters": [ { - "$ref": "#/components/parameters/searchable_snapshots.stats:index" + "$ref": "#/components/parameters/searchable_snapshots.stats-index" }, { - "$ref": "#/components/parameters/searchable_snapshots.stats:level" + "$ref": "#/components/parameters/searchable_snapshots.stats-level" } ], "responses": { "200": { - "$ref": "#/components/responses/searchable_snapshots.stats:200" + "$ref": "#/components/responses/searchable_snapshots.stats-200" } }, "x-state": "Added in 7.10.0" @@ -32606,7 +35162,7 @@ "type": "string" }, "grant_type": { - "$ref": "#/components/schemas/security._types:GrantType" + "$ref": "#/components/schemas/security._types.GrantType" }, "password": { "description": "The user's password.\nIf you specify the `password` grant type, this parameter is required.\nIt is not valid with other grant types.", @@ -32624,7 +35180,11 @@ "examples": { "ActivateUserProfileRequestExample1": { "description": "Run `POST /_security/profile/_activate` to activate a user profile.\n", - "value": "{\n \"grant_type\": \"password\",\n \"username\" : \"jacknich\",\n \"password\" : \"l0ng-r4nd0m-p@ssw0rd\"\n}" + "value": { + "grant_type": "password", + "password": "l0ng-r4nd0m-p@ssw0rd", + "username": "jacknich" + } } } } @@ -32637,12 +35197,32 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/security._types:UserProfileWithMetadata" + "$ref": "#/components/schemas/security._types.UserProfileWithMetadata" }, "examples": { "ActivateUserProfileResponseExample1": { "description": "A successful response from `POST /_security/profile/_activate`.", - "value": "{\n \"uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\",\n \"enabled\": true,\n \"last_synchronized\": 1642650651037,\n \"user\": {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\", \"other_role1\"\n ],\n \"realm_name\": \"native\",\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\"\n },\n \"labels\": {},\n \"data\": {},\n \"_doc\": {\n \"_primary_term\": 88,\n \"_seq_no\": 66\n }\n}" + "value": { + "_doc": { + "_primary_term": 88, + "_seq_no": 66 + }, + "data": {}, + "enabled": true, + "labels": {}, + "last_synchronized": 1642650651037, + "uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", + "user": { + "email": "jacknich@example.com", + "full_name": "Jack Nicholson", + "realm_name": "native", + "roles": [ + "admin", + "other_role1" + ], + "username": "jacknich" + } + } } } } @@ -32669,10 +35249,10 @@ "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/security.authenticate:AuthenticateApiKey" + "$ref": "#/components/schemas/security.authenticate.AuthenticateApiKey" }, "authentication_realm": { - "$ref": "#/components/schemas/security._types:RealmInfo" + "$ref": "#/components/schemas/security._types.RealmInfo" }, "email": { "oneOf": [ @@ -32688,7 +35268,7 @@ "full_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -32697,10 +35277,10 @@ ] }, "lookup_realm": { - "$ref": "#/components/schemas/security._types:RealmInfo" + "$ref": "#/components/schemas/security._types.RealmInfo" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "type": "array", @@ -32709,7 +35289,7 @@ } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "enabled": { "type": "boolean" @@ -32718,7 +35298,7 @@ "type": "string" }, "token": { - "$ref": "#/components/schemas/security.authenticate:Token" + "$ref": "#/components/schemas/security.authenticate.Token" } }, "required": [ @@ -32734,7 +35314,25 @@ "examples": { "SecurityAuthenticateResponseExample1": { "description": "A successful response from `GET /_security/_authenticate`.", - "value": "{\n \"username\": \"rdeniro\",\n \"roles\": [\n \"admin\"\n ],\n \"full_name\": null,\n \"email\": null,\n \"metadata\": { },\n \"enabled\": true,\n \"authentication_realm\": {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"lookup_realm\": {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"authentication_type\": \"realm\"\n}" + "value": { + "authentication_realm": { + "name": "file", + "type": "file" + }, + "authentication_type": "realm", + "email": null, + "enabled": true, + "full_name": null, + "lookup_realm": { + "name": "file", + "type": "file" + }, + "metadata": {}, + "roles": [ + "admin" + ], + "username": "rdeniro" + } } } } @@ -32754,7 +35352,7 @@ "operationId": "security-get-role-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role:200" + "$ref": "#/components/responses/security.get_role-200" } } }, @@ -32772,7 +35370,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -32787,7 +35385,7 @@ "description": "A dictionary of role name to RoleDescriptor objects to add or update", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } }, @@ -32799,17 +35397,211 @@ "SecurityBulkPutRoleRequestExample1": { "summary": "Bulk role success", "description": "Run `POST /_security/role` to add roles called `my_admin_role` and `my_user_role`.\n", - "value": "{\n \"roles\": {\n \"my_admin_role\": {\n \"cluster\": [\n \"all\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index1\",\n \"index2\"\n ],\n \"privileges\": [\n \"all\"\n ],\n \"field_security\": {\n \"grant\": [\n \"title\",\n \"body\"\n ]\n },\n \"query\": \"{\\\"match\\\": {\\\"title\\\": \\\"foo\\\"}}\"\n }\n ],\n \"applications\": [\n {\n \"application\": \"myapp\",\n \"privileges\": [\n \"admin\",\n \"read\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [\n \"other_user\"\n ],\n \"metadata\": {\n \"version\": 1\n }\n },\n \"my_user_role\": {\n \"cluster\": [\n \"all\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index1\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"field_security\": {\n \"grant\": [\n \"title\",\n \"body\"\n ]\n },\n \"query\": \"{\\\"match\\\": {\\\"title\\\": \\\"foo\\\"}}\"\n }\n ],\n \"applications\": [\n {\n \"application\": \"myapp\",\n \"privileges\": [\n \"admin\",\n \"read\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [\n \"other_user\"\n ],\n \"metadata\": {\n \"version\": 1\n }\n }\n }\n}" + "value": { + "roles": { + "my_admin_role": { + "applications": [ + { + "application": "myapp", + "privileges": [ + "admin", + "read" + ], + "resources": [ + "*" + ] + } + ], + "cluster": [ + "all" + ], + "indices": [ + { + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ], + "query": "{\"match\": {\"title\": \"foo\"}}" + } + ], + "metadata": { + "version": 1 + }, + "run_as": [ + "other_user" + ] + }, + "my_user_role": { + "applications": [ + { + "application": "myapp", + "privileges": [ + "admin", + "read" + ], + "resources": [ + "*" + ] + } + ], + "cluster": [ + "all" + ], + "indices": [ + { + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1" + ], + "privileges": [ + "read" + ], + "query": "{\"match\": {\"title\": \"foo\"}}" + } + ], + "metadata": { + "version": 1 + }, + "run_as": [ + "other_user" + ] + } + } + } }, "SecurityBulkPutRoleRequestExample2": { "summary": "Bulk role errors", "description": "Because errors are handled individually for each role create or update, the API allows partial success. For example, `POST /_security/role` would throw an error for `my_admin_role` because the privilege `bad_cluster_privilege` doesn't exist, but would be successful for the `my_user_role`.\n", - "value": "{\n \"roles\": {\n \"my_admin_role\": {\n \"cluster\": [\n \"bad_cluster_privilege\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index1\",\n \"index2\"\n ],\n \"privileges\": [\"all\"],\n \"field_security\": {\n \"grant\": [\n \"title\",\n \"body\"\n ]\n },\n \"query\": \"{\\\"match\\\": {\\\"title\\\": \\\"foo\\\"}}\"\n }\n ],\n \"applications\": [\n {\n \"application\": \"myapp\",\n \"privileges\": [\n \"admin\",\n \"read\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [\n \"other_user\"\n ],\n \"metadata\": {\n \"version\": 1\n }\n },\n \"my_user_role\": {\n \"cluster\": [\n \"all\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index1\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"field_security\": {\n \"grant\": [\n \"title\",\n \"body\"\n ]\n },\n \"query\": \"{\\\"match\\\": {\\\"title\\\": \\\"foo\\\"}}\"\n }\n ],\n \"applications\": [\n {\n \"application\": \"myapp\",\n \"privileges\": [\n \"admin\",\n \"read\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [\n \"other_user\"\n ],\n \"metadata\": {\n \"version\": 1\n }\n }\n }\n}" + "value": { + "roles": { + "my_admin_role": { + "applications": [ + { + "application": "myapp", + "privileges": [ + "admin", + "read" + ], + "resources": [ + "*" + ] + } + ], + "cluster": [ + "bad_cluster_privilege" + ], + "indices": [ + { + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ], + "query": "{\"match\": {\"title\": \"foo\"}}" + } + ], + "metadata": { + "version": 1 + }, + "run_as": [ + "other_user" + ] + }, + "my_user_role": { + "applications": [ + { + "application": "myapp", + "privileges": [ + "admin", + "read" + ], + "resources": [ + "*" + ] + } + ], + "cluster": [ + "all" + ], + "indices": [ + { + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1" + ], + "privileges": [ + "read" + ], + "query": "{\"match\": {\"title\": \"foo\"}}" + } + ], + "metadata": { + "version": 1 + }, + "run_as": [ + "other_user" + ] + } + } + } }, "SecurityBulkPutRoleRequestExample3": { "summary": "Role example 3", "description": "Run `POST /_security/role/only_remote_access_role` to configure a role with remote indices and remote cluster privileges for a remote cluster.", - "value": "{\n \"remote_indices\": [\n {\n \"clusters\": [\"my_remote\"], \n \"names\": [\"logs*\"], \n \"privileges\": [\"read\", \"read_cross_cluster\", \"view_index_metadata\"] \n }\n ],\n \"remote_cluster\": [\n {\n \"clusters\": [\"my_remote\"], \n \"privileges\": [\"monitor_stats\"] \n }\n ]\n}" + "value": { + "remote_cluster": [ + { + "clusters": [ + "my_remote" + ], + "privileges": [ + "monitor_stats" + ] + } + ], + "remote_indices": [ + { + "clusters": [ + "my_remote" + ], + "names": [ + "logs*" + ], + "privileges": [ + "read", + "read_cross_cluster", + "view_index_metadata" + ] + } + ] + } } } } @@ -32846,7 +35638,7 @@ } }, "errors": { - "$ref": "#/components/schemas/security._types:BulkError" + "$ref": "#/components/schemas/security._types.BulkError" } } }, @@ -32854,12 +35646,30 @@ "SecurityBulkPutRoleResponseExample1": { "summary": "A successful response", "description": "A successful response from `POST /_security/role/my_admin_role` returns a JSON structure that shows whether the role has been created, updated, or had no changes made.\n", - "value": "{\n \"created\": [ \n \"my_admin_role\", \n \"my_user_role\"\n ]\n}" + "value": { + "created": [ + "my_admin_role", + "my_user_role" + ] + } }, "SecurityBulkPutRoleResponseExample2": { "summary": "A partially successful response", "description": "A partially successful response from `POST /_security/role`. Errors are handled individually for each role create or update, thus the API allows partial success. In this example, the creation of the `my_user_role` role succeeds and the `my_admin_role` role fails.\n", - "value": "{\n \"created\": [\n \"my_user_role\" \n ],\n \"errors\": { \n \"count\": 1, \n \"details\": {\n \"my_admin_role\": { \n \"type\": \"action_request_validation_exception\",\n \"reason\": \"Validation Failed: 1: unknown cluster privilege [bad_cluster_privilege]. a privilege must be either one of the predefined cluster privilege names [manage_own_api_key,manage_data_stream_global_retention,monitor_data_stream_global_retention,none,cancel_task,cross_cluster_replication,cross_cluster_search,delegate_pki,grant_api_key,manage_autoscaling,manage_index_templates,manage_logstash_pipelines,manage_oidc,manage_saml,manage_search_application,manage_search_query_rules,manage_search_synonyms,manage_service_account,manage_token,manage_user_profile,monitor_connector,monitor_enrich,monitor_inference,monitor_ml,monitor_rollup,monitor_snapshot,monitor_stats,monitor_text_structure,monitor_watcher,post_behavioral_analytics_event,read_ccr,read_connector_secrets,read_fleet_secrets,read_ilm,read_pipeline,read_security,read_slm,transport_client,write_connector_secrets,write_fleet_secrets,create_snapshot,manage_behavioral_analytics,manage_ccr,manage_connector,manage_enrich,manage_ilm,manage_inference,manage_ml,manage_rollup,manage_slm,manage_watcher,monitor_data_frame_transforms,monitor_transform,manage_api_key,manage_ingest_pipelines,manage_pipeline,manage_data_frame_transforms,manage_transform,manage_security,monitor,manage,all] or a pattern over one of the available cluster actions;\"\n }\n }\n }\n}" + "value": { + "created": [ + "my_user_role" + ], + "errors": { + "count": 1, + "details": { + "my_admin_role": { + "reason": "Validation Failed: 1: unknown cluster privilege [bad_cluster_privilege]. a privilege must be either one of the predefined cluster privilege names [manage_own_api_key,manage_data_stream_global_retention,monitor_data_stream_global_retention,none,cancel_task,cross_cluster_replication,cross_cluster_search,delegate_pki,grant_api_key,manage_autoscaling,manage_index_templates,manage_logstash_pipelines,manage_oidc,manage_saml,manage_search_application,manage_search_query_rules,manage_search_synonyms,manage_service_account,manage_token,manage_user_profile,monitor_connector,monitor_enrich,monitor_inference,monitor_ml,monitor_rollup,monitor_snapshot,monitor_stats,monitor_text_structure,monitor_watcher,post_behavioral_analytics_event,read_ccr,read_connector_secrets,read_fleet_secrets,read_ilm,read_pipeline,read_security,read_slm,transport_client,write_connector_secrets,write_fleet_secrets,create_snapshot,manage_behavioral_analytics,manage_ccr,manage_connector,manage_enrich,manage_ilm,manage_inference,manage_ml,manage_rollup,manage_slm,manage_watcher,monitor_data_frame_transforms,monitor_transform,manage_api_key,manage_ingest_pipelines,manage_pipeline,manage_data_frame_transforms,manage_transform,manage_security,monitor,manage,all] or a pattern over one of the available cluster actions;", + "type": "action_request_validation_exception" + } + } + } + } } } } @@ -32882,7 +35692,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -32909,7 +35719,12 @@ "SecurityBulkDeleteRoleRequestExample1": { "summary": "Bulk delete example 1", "description": "Run DELETE /_security/role` to delete `my_admin_role` and `my_user_role` roles.\n", - "value": "{\n \"names\": [\"my_admin_role\", \"my_user_role\"]\n}" + "value": { + "names": [ + "my_admin_role", + "my_user_role" + ] + } } } } @@ -32939,7 +35754,7 @@ } }, "errors": { - "$ref": "#/components/schemas/security._types:BulkError" + "$ref": "#/components/schemas/security._types.BulkError" } } }, @@ -32947,17 +35762,42 @@ "SecurityBulkDeleteRoleResponseExample1": { "summary": "A successful response", "description": "A successful response from `DELETE /_security/role`.", - "value": "{\n \"deleted\": [\n \"my_admin_role\",\n \"my_user_role\"\n ]\n}" + "value": { + "deleted": [ + "my_admin_role", + "my_user_role" + ] + } }, "SecurityBulkDeleteRoleResponseExample2": { "summary": "A response with not_found roles", "description": "A partially successful response from `DELETE /_security/role`. If a role cannot be found, it appears in the `not_found` list in the response.\n", - "value": "{\n \"deleted\": [\n \"my_admin_role\"\n ],\n \"not_found\": [\n \"not_an_existing_role\"\n ]\n}" + "value": { + "deleted": [ + "my_admin_role" + ], + "not_found": [ + "not_an_existing_role" + ] + } }, "SecurityBulkDeleteRoleResponseExample3": { "summary": "A response with errors", "description": "A partially successful response from `DELETE /_security/role`. If part of a request fails or is invalid, the response includes `errors`.\n", - "value": "{\n \"deleted\": [\n \"my_admin_role\"\n ],\n \"errors\": {\n \"count\": 1,\n \"details\": {\n \"superuser\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"role [superuser] is reserved and cannot be deleted\"\n }\n }\n }\n}" + "value": { + "deleted": [ + "my_admin_role" + ], + "errors": { + "count": 1, + "details": { + "superuser": { + "reason": "role [superuser] is reserved and cannot be deleted", + "type": "illegal_argument_exception" + } + } + } + } } } } @@ -32982,7 +35822,7 @@ "type": "object", "properties": { "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "ids": { "description": "The API key identifiers.", @@ -32999,13 +35839,13 @@ ] }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "role_descriptors": { "description": "The role descriptors to assign to the API keys.\nAn API key's effective permissions are an intersection of its assigned privileges and the point-in-time snapshot of permissions of the owner user.\nYou can assign new privileges by specifying them in this parameter.\nTo remove assigned privileges, supply the `role_descriptors` parameter as an empty object `{}`.\nIf an API key has no assigned privileges, it inherits the owner user's full permissions.\nThe snapshot of the owner's permissions is always updated, whether you supply the `role_descriptors` parameter.\nThe structure of a role descriptor is the same as the request for the create API keys API.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } }, @@ -33016,11 +35856,46 @@ "examples": { "SecurityBulkUpdateApiKeysRequestExample1": { "description": "Assign new role descriptors and metadata and update the expiration time for two API keys.", - "value": "{\n \"ids\": [\n \"VuaCfGcBCdbkQm-e5aOx\",\n \"H3_AhoIBA9hmeQJdg7ij\"\n ],\n \"role_descriptors\": {\n \"role-a\": {\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"write\"\n ]\n }\n ]\n }\n },\n \"metadata\": {\n \"environment\": {\n \"level\": 2,\n \"trusted\": true,\n \"tags\": [\n \"production\"\n ]\n }\n },\n \"expiration\": \"30d\"\n}" + "value": { + "expiration": "30d", + "ids": [ + "VuaCfGcBCdbkQm-e5aOx", + "H3_AhoIBA9hmeQJdg7ij" + ], + "metadata": { + "environment": { + "level": 2, + "tags": [ + "production" + ], + "trusted": true + } + }, + "role_descriptors": { + "role-a": { + "indices": [ + { + "names": [ + "*" + ], + "privileges": [ + "write" + ] + } + ] + } + } + } }, "SecurityBulkUpdateApiKeysRequestExample2": { "description": "Remove the previously assigned permissions for two API keys, making them inherit the owner user's full permissions.", - "value": "{\n \"ids\": [\n \"VuaCfGcBCdbkQm-e5aOx\",\n \"H3_AhoIBA9hmeQJdg7ij\"\n ],\n \"role_descriptors\": {}\n}" + "value": { + "ids": [ + "VuaCfGcBCdbkQm-e5aOx", + "H3_AhoIBA9hmeQJdg7ij" + ], + "role_descriptors": {} + } } } } @@ -33036,7 +35911,7 @@ "type": "object", "properties": { "errors": { - "$ref": "#/components/schemas/security._types:BulkError" + "$ref": "#/components/schemas/security._types.BulkError" }, "noops": { "type": "array", @@ -33059,7 +35934,13 @@ "examples": { "SecurityBulkUpdateApiKeysResponseExample1": { "description": "A successful response from updating two API keys.", - "value": "{\n \"updated\": [\n \"VuaCfGcBCdbkQm-e5aOx\",\n \"H3_AhoIBA9hmeQJdg7ij\"\n ],\n \"noops\": []\n}" + "value": { + "noops": [], + "updated": [ + "VuaCfGcBCdbkQm-e5aOx", + "H3_AhoIBA9hmeQJdg7ij" + ] + } } } } @@ -33079,10 +35960,10 @@ "operationId": "security-change-password", "parameters": [ { - "$ref": "#/components/parameters/security.change_password:username" + "$ref": "#/components/parameters/security.change_password-username" }, { - "$ref": "#/components/parameters/security.change_password:refresh" + "$ref": "#/components/parameters/security.change_password-refresh" } ], "requestBody": { @@ -33090,7 +35971,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password:200" + "$ref": "#/components/responses/security.change_password-200" } } }, @@ -33103,10 +35984,10 @@ "operationId": "security-change-password-1", "parameters": [ { - "$ref": "#/components/parameters/security.change_password:username" + "$ref": "#/components/parameters/security.change_password-username" }, { - "$ref": "#/components/parameters/security.change_password:refresh" + "$ref": "#/components/parameters/security.change_password-refresh" } ], "requestBody": { @@ -33114,7 +35995,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password:200" + "$ref": "#/components/responses/security.change_password-200" } } } @@ -33129,7 +36010,7 @@ "operationId": "security-change-password-2", "parameters": [ { - "$ref": "#/components/parameters/security.change_password:refresh" + "$ref": "#/components/parameters/security.change_password-refresh" } ], "requestBody": { @@ -33137,7 +36018,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password:200" + "$ref": "#/components/responses/security.change_password-200" } } }, @@ -33150,7 +36031,7 @@ "operationId": "security-change-password-3", "parameters": [ { - "$ref": "#/components/parameters/security.change_password:refresh" + "$ref": "#/components/parameters/security.change_password-refresh" } ], "requestBody": { @@ -33158,7 +36039,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.change_password:200" + "$ref": "#/components/responses/security.change_password-200" } } } @@ -33179,7 +36060,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -33193,15 +36074,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33234,7 +36115,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -33248,15 +36129,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33292,7 +36173,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -33319,15 +36200,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33359,7 +36240,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" } @@ -33373,15 +36254,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33416,7 +36297,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, @@ -33427,7 +36308,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Service" + "$ref": "#/components/schemas/_types.Service" }, "style": "simple" }, @@ -33438,7 +36319,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" } @@ -33452,15 +36333,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:ClusterNode" + "$ref": "#/components/schemas/security._types.ClusterNode" } } }, @@ -33491,7 +36372,7 @@ "description": "An API key id.\nThis parameter cannot be used with any of `name`, `realm_name` or `username`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -33501,7 +36382,7 @@ "description": "An API key name.\nThis parameter cannot be used with any of `id`, `realm_name` or `username`.\nIt supports prefix search with wildcard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -33521,7 +36402,7 @@ "description": "The name of an authentication realm.\nThis parameter cannot be used with either `id` or `name` or when `owner` flag is set to `true`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -33531,7 +36412,7 @@ "description": "The username of a user.\nThis parameter cannot be used with either `id` or `name` or when `owner` flag is set to `true`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "form" }, @@ -33577,7 +36458,7 @@ "api_keys": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApiKey" + "$ref": "#/components/schemas/security._types.ApiKey" } } }, @@ -33589,12 +36470,105 @@ "SecurityGetApiKeyResponseExample1": { "summary": "Get a key by ID", "description": "A successful response from `GET /_security/api_key?id=VuaCfGcBCdbkQm-e5aOx&with_limited_by=true`.", - "value": "{\n \"api_keys\": [ \n {\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\", \n \"name\": \"my-api-key\", \n \"creation\": 1548550550158, \n \"expiration\": 1548551550158, \n \"invalidated\": false, \n \"username\": \"myuser\", \n \"realm\": \"native1\", \n \"realm_type\": \"native\",\n \"metadata\": { \n \"application\": \"myapp\"\n },\n \"role_descriptors\": { }, \n \"limited_by\": [ \n {\n \"role-power-user\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n ]\n }\n ]\n}" + "value": { + "api_keys": [ + { + "creation": 1548550550158, + "expiration": 1548551550158, + "id": "VuaCfGcBCdbkQm-e5aOx", + "invalidated": false, + "limited_by": [ + { + "role-power-user": { + "applications": [], + "cluster": [ + "monitor" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "*" + ], + "privileges": [ + "read" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + } + ], + "metadata": { + "application": "myapp" + }, + "name": "my-api-key", + "realm": "native1", + "realm_type": "native", + "role_descriptors": {}, + "username": "myuser" + } + ] + } }, "SecurityGetApiKeyResponseExample2": { "summary": "Get all keys for a user", "description": "A successful response from `GET /_security/api_key?username=myuser&realm_name=native1`. The response contains all API keys for the user `myuser` in the `native1` realm.\n", - "value": "{\n \"api_keys\": [\n {\n \"id\": \"0GF5GXsBCXxz2eDxWwFN\",\n \"name\": \"hadoop_myuser_key\",\n \"creation\": 1548550550158,\n \"expiration\": 1548551550158,\n \"invalidated\": false,\n \"username\": \"myuser\",\n \"realm\": \"native1\",\n \"realm_type\": \"native\",\n \"metadata\": {\n \"application\": \"myapp\"\n },\n \"role_descriptors\": {\n \"role-a\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index-a\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n },\n {\n \"id\": \"6wHJmcQpReKBa42EHV5SBw\",\n \"name\": \"api-key-name-2\",\n \"creation\": 1548550550158,\n \"invalidated\": false,\n \"username\": \"user-y\",\n \"realm\": \"realm-2\",\n \"metadata\": {},\n \"role_descriptors\": { }\n }\n ]\n}" + "value": { + "api_keys": [ + { + "creation": 1548550550158, + "expiration": 1548551550158, + "id": "0GF5GXsBCXxz2eDxWwFN", + "invalidated": false, + "metadata": { + "application": "myapp" + }, + "name": "hadoop_myuser_key", + "realm": "native1", + "realm_type": "native", + "role_descriptors": { + "role-a": { + "applications": [], + "cluster": [ + "monitor" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "index-a" + ], + "privileges": [ + "read" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + }, + "username": "myuser" + }, + { + "creation": 1548550550158, + "id": "6wHJmcQpReKBa42EHV5SBw", + "invalidated": false, + "metadata": {}, + "name": "api-key-name-2", + "realm": "realm-2", + "role_descriptors": {}, + "username": "user-y" + } + ] + } } } } @@ -33615,7 +36589,7 @@ "operationId": "security-create-api-key", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key:refresh" + "$ref": "#/components/parameters/security.create_api_key-refresh" } ], "requestBody": { @@ -33623,7 +36597,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key:200" + "$ref": "#/components/responses/security.create_api_key-200" } }, "x-state": "Added in 6.7.0" @@ -33640,7 +36614,7 @@ "operationId": "security-create-api-key-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key:refresh" + "$ref": "#/components/parameters/security.create_api_key-refresh" } ], "requestBody": { @@ -33648,7 +36622,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key:200" + "$ref": "#/components/responses/security.create_api_key-200" } }, "x-state": "Added in 6.7.0" @@ -33667,17 +36641,17 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ids": { "description": "A list of API key ids.\nThis parameter cannot be used with any of `name`, `realm_name`, or `username`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "owner": { "description": "Query API keys owned by the currently authenticated user.\nThe `realm_name` or `username` parameters cannot be specified when this parameter is set to `true` as they are assumed to be the currently authenticated ones.\n\nNOTE: At least one of `ids`, `name`, `username`, and `realm_name` must be specified if `owner` is `false`.", @@ -33688,7 +36662,7 @@ "type": "string" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } }, @@ -33696,32 +36670,50 @@ "SecurityInvalidateApiKeyRequestExample1": { "summary": "API keys by ID", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by ID.", - "value": "{\n \"ids\" : [ \"VuaCfGcBCdbkQm-e5aOx\" ]\n}" + "value": { + "ids": [ + "VuaCfGcBCdbkQm-e5aOx" + ] + } }, "SecurityInvalidateApiKeyRequestExample2": { "summary": "API keys by name", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by name.", - "value": "{\n \"name\" : \"my-api-key\"\n}" + "value": { + "name": "my-api-key" + } }, "SecurityInvalidateApiKeyRequestExample3": { "summary": "API keys by realm", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the `native1` realm.", - "value": "{\n \"realm_name\" : \"native1\"\n}" + "value": { + "realm_name": "native1" + } }, "SecurityInvalidateApiKeyRequestExample4": { "summary": "API keys by user", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the user `myuser` in all realms.", - "value": "{\n \"username\" : \"myuser\"\n}" + "value": { + "username": "myuser" + } }, "SecurityInvalidateApiKeyRequestExample5": { "summary": "API keys by ID and owner", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by ID if they are owned by the currently authenticated user.", - "value": "{\n \"ids\" : [\"VuaCfGcBCdbkQm-e5aOx\"],\n \"owner\" : \"true\"\n}" + "value": { + "ids": [ + "VuaCfGcBCdbkQm-e5aOx" + ], + "owner": "true" + } }, "SecurityInvalidateApiKeyRequestExample6": { "summary": "API keys by user and realm", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the user `myuser` in the `native1` realm .", - "value": "{\n \"username\" : \"myuser\",\n \"realm_name\" : \"native1\"\n}" + "value": { + "realm_name": "native1", + "username": "myuser" + } } } } @@ -33744,7 +36736,7 @@ "description": "Details about the errors.\nThis field is not present in the response when `error_count` is `0`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "invalidated_api_keys": { @@ -33771,7 +36763,34 @@ "examples": { "SecurityInvalidateApiKeyResponseExample1": { "description": "A successful response from `DELETE /_security/api_key`.\n", - "value": "{\n \"invalidated_api_keys\": [ \n \"api-key-id-1\"\n ],\n \"previously_invalidated_api_keys\": [ \n \"api-key-id-2\",\n \"api-key-id-3\"\n ],\n \"error_count\": 2, \n \"error_details\": [ \n {\n \"type\": \"exception\",\n \"reason\": \"error occurred while invalidating api keys\",\n \"caused_by\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"invalid api key id\"\n }\n },\n {\n \"type\": \"exception\",\n \"reason\": \"error occurred while invalidating api keys\",\n \"caused_by\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"invalid api key id\"\n }\n }\n ]\n}" + "value": { + "error_count": 2, + "error_details": [ + { + "caused_by": { + "reason": "invalid api key id", + "type": "illegal_argument_exception" + }, + "reason": "error occurred while invalidating api keys", + "type": "exception" + }, + { + "caused_by": { + "reason": "invalid api key id", + "type": "illegal_argument_exception" + }, + "reason": "error occurred while invalidating api keys", + "type": "exception" + } + ], + "invalidated_api_keys": [ + "api-key-id-1" + ], + "previously_invalidated_api_keys": [ + "api-key-id-2", + "api-key-id-3" + ] + } } } } @@ -33799,16 +36818,16 @@ "type": "object", "properties": { "access": { - "$ref": "#/components/schemas/security._types:Access" + "$ref": "#/components/schemas/security._types.Access" }, "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -33819,7 +36838,37 @@ "examples": { "CreateCrossClusterApiKeyRequestExample1": { "description": "Run `POST /_security/cross_cluster/api_key` to create a cross-cluster API key.\n", - "value": "{\n \"name\": \"my-cross-cluster-api-key\",\n \"expiration\": \"1d\", \n \"access\": {\n \"search\": [ \n {\n \"names\": [\"logs*\"]\n }\n ],\n \"replication\": [ \n {\n \"names\": [\"archive*\"]\n }\n ]\n },\n \"metadata\": {\n \"description\": \"phase one\",\n \"environment\": {\n \"level\": 1,\n \"trusted\": true,\n \"tags\": [\"dev\", \"staging\"]\n }\n }\n}" + "value": { + "access": { + "replication": [ + { + "names": [ + "archive*" + ] + } + ], + "search": [ + { + "names": [ + "logs*" + ] + } + ] + }, + "expiration": "1d", + "metadata": { + "description": "phase one", + "environment": { + "level": 1, + "tags": [ + "dev", + "staging" + ], + "trusted": true + } + }, + "name": "my-cross-cluster-api-key" + } } } } @@ -33839,13 +36888,13 @@ "type": "string" }, "expiration": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "encoded": { "description": "API key credentials which is the base64-encoding of\nthe UTF-8 representation of `id` and `api_key` joined\nby a colon (`:`).", @@ -33862,7 +36911,13 @@ "examples": { "CreateCrossClusterApiKeyResponseExample1": { "description": "A successful response from `POST /_security/service/elastic/fleet-server/credential/token`.\n", - "value": "{\n \"created\": true,\n \"token\": {\n \"name\": \"Jk5J1HgBuyBK5TpDrdo4\",\n \"value\": \"AAEAAWVsYXN0aWM...vZmxlZXQtc2VydmVyL3Rva2VuMTo3TFdaSDZ\"\n }\n}" + "value": { + "created": true, + "token": { + "name": "Jk5J1HgBuyBK5TpDrdo4", + "value": "AAEAAWVsYXN0aWM...vZmxlZXQtc2VydmVyL3Rva2VuMTo3TFdaSDZ" + } + } } } } @@ -33884,21 +36939,21 @@ "operationId": "security-create-service-token", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token:namespace" + "$ref": "#/components/parameters/security.create_service_token-namespace" }, { - "$ref": "#/components/parameters/security.create_service_token:service" + "$ref": "#/components/parameters/security.create_service_token-service" }, { - "$ref": "#/components/parameters/security.create_service_token:name" + "$ref": "#/components/parameters/security.create_service_token-name" }, { - "$ref": "#/components/parameters/security.create_service_token:refresh" + "$ref": "#/components/parameters/security.create_service_token-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token:200" + "$ref": "#/components/responses/security.create_service_token-200" } } }, @@ -33914,21 +36969,21 @@ "operationId": "security-create-service-token-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token:namespace" + "$ref": "#/components/parameters/security.create_service_token-namespace" }, { - "$ref": "#/components/parameters/security.create_service_token:service" + "$ref": "#/components/parameters/security.create_service_token-service" }, { - "$ref": "#/components/parameters/security.create_service_token:name" + "$ref": "#/components/parameters/security.create_service_token-name" }, { - "$ref": "#/components/parameters/security.create_service_token:refresh" + "$ref": "#/components/parameters/security.create_service_token-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token:200" + "$ref": "#/components/responses/security.create_service_token-200" } } }, @@ -33950,7 +37005,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, @@ -33961,7 +37016,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Service" + "$ref": "#/components/schemas/_types.Service" }, "style": "simple" }, @@ -33972,7 +37027,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -33982,7 +37037,7 @@ "description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34007,7 +37062,9 @@ "examples": { "DeleteServiceTokenResponseExample1": { "description": "A successful response from `DELETE /_security/service/elastic/fleet-server/credential/token/token42`.\n", - "value": "{\n \"found\" : true\n}" + "value": { + "found": true + } } } } @@ -34030,18 +37087,18 @@ "operationId": "security-create-service-token-2", "parameters": [ { - "$ref": "#/components/parameters/security.create_service_token:namespace" + "$ref": "#/components/parameters/security.create_service_token-namespace" }, { - "$ref": "#/components/parameters/security.create_service_token:service" + "$ref": "#/components/parameters/security.create_service_token-service" }, { - "$ref": "#/components/parameters/security.create_service_token:refresh" + "$ref": "#/components/parameters/security.create_service_token-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.create_service_token:200" + "$ref": "#/components/responses/security.create_service_token-200" } } } @@ -34078,7 +37135,11 @@ "examples": { "SecurityDelegatePkiRequestExample1": { "description": "Delegate a one element certificate chain.", - "value": "{\n\"x509_certificate_chain\": [\"MIIDeDCCAmCgAwIBAgIUBzj/nGGKxP2iXawsSquHmQjCJmMwDQYJKoZIhvcNAQELBQAwUzErMCkGA1UEAxMiRWxhc3RpY3NlYXJjaCBUZXN0IEludGVybWVkaWF0ZSBDQTEWMBQGA1UECxMNRWxhc3RpY3NlYXJjaDEMMAoGA1UEChMDb3JnMB4XDTIzMDcxODE5MjkwNloXDTQzMDcxMzE5MjkwNlowSjEiMCAGA1UEAxMZRWxhc3RpY3NlYXJjaCBUZXN0IENsaWVudDEWMBQGA1UECxMNRWxhc3RpY3NlYXJjaDEMMAoGA1UEChMDb3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAllHL4pQkkfwAm/oLkxYYO+r950DEy1bjH+4viCHzNADLCTWO+lOZJVlNx7QEzJE3QGMdif9CCBBxQFMapA7oUFCLq84fPSQQu5AnvvbltVD9nwVtCs+9ZGDjMKsz98RhSLMFIkxdxi6HkQ3Lfa4ZSI4lvba4oo+T/GveazBDS+NgmKyq00EOXt3tWi1G9vEVItommzXWfv0agJWzVnLMldwkPqsw0W7zrpyT7FZS4iLbQADGceOW8fiauOGMkscu9zAnDR/SbWl/chYioQOdw6ndFLn1YIFPd37xL0WsdsldTpn0vH3YfzgLMffT/3P6YlwBegWzsx6FnM/93Ecb4wIDAQABo00wSzAJBgNVHRMEAjAAMB0GA1UdDgQWBBQKNRwjW+Ad/FN1Rpoqme/5+jrFWzAfBgNVHSMEGDAWgBRcya0c0x/PaI7MbmJVIylWgLqXNjANBgkqhkiG9w0BAQsFAAOCAQEACZ3PF7Uqu47lplXHP6YlzYL2jL0D28hpj5lGtdha4Muw1m/BjDb0Pu8l0NQ1z3AP6AVcvjNDkQq6Y5jeSz0bwQlealQpYfo7EMXjOidrft1GbqOMFmTBLpLA9SvwYGobSTXWTkJzonqVaTcf80HpMgM2uEhodwTcvz6v1WEfeT/HMjmdIsq4ImrOL9RNrcZG6nWfw0HR3JNOgrbfyEztEI471jHznZ336OEcyX7gQuvHE8tOv5+oD1d7s3Xg1yuFp+Ynh+FfOi3hPCuaHA+7F6fLmzMDLVUBAllugst1C3U+L/paD7tqIa4ka+KNPCbSfwazmJrt4XNiivPR4hwH5g==\"]\n}" + "value": { + "x509_certificate_chain": [ + "MIIDeDCCAmCgAwIBAgIUBzj/nGGKxP2iXawsSquHmQjCJmMwDQYJKoZIhvcNAQELBQAwUzErMCkGA1UEAxMiRWxhc3RpY3NlYXJjaCBUZXN0IEludGVybWVkaWF0ZSBDQTEWMBQGA1UECxMNRWxhc3RpY3NlYXJjaDEMMAoGA1UEChMDb3JnMB4XDTIzMDcxODE5MjkwNloXDTQzMDcxMzE5MjkwNlowSjEiMCAGA1UEAxMZRWxhc3RpY3NlYXJjaCBUZXN0IENsaWVudDEWMBQGA1UECxMNRWxhc3RpY3NlYXJjaDEMMAoGA1UEChMDb3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAllHL4pQkkfwAm/oLkxYYO+r950DEy1bjH+4viCHzNADLCTWO+lOZJVlNx7QEzJE3QGMdif9CCBBxQFMapA7oUFCLq84fPSQQu5AnvvbltVD9nwVtCs+9ZGDjMKsz98RhSLMFIkxdxi6HkQ3Lfa4ZSI4lvba4oo+T/GveazBDS+NgmKyq00EOXt3tWi1G9vEVItommzXWfv0agJWzVnLMldwkPqsw0W7zrpyT7FZS4iLbQADGceOW8fiauOGMkscu9zAnDR/SbWl/chYioQOdw6ndFLn1YIFPd37xL0WsdsldTpn0vH3YfzgLMffT/3P6YlwBegWzsx6FnM/93Ecb4wIDAQABo00wSzAJBgNVHRMEAjAAMB0GA1UdDgQWBBQKNRwjW+Ad/FN1Rpoqme/5+jrFWzAfBgNVHSMEGDAWgBRcya0c0x/PaI7MbmJVIylWgLqXNjANBgkqhkiG9w0BAQsFAAOCAQEACZ3PF7Uqu47lplXHP6YlzYL2jL0D28hpj5lGtdha4Muw1m/BjDb0Pu8l0NQ1z3AP6AVcvjNDkQq6Y5jeSz0bwQlealQpYfo7EMXjOidrft1GbqOMFmTBLpLA9SvwYGobSTXWTkJzonqVaTcf80HpMgM2uEhodwTcvz6v1WEfeT/HMjmdIsq4ImrOL9RNrcZG6nWfw0HR3JNOgrbfyEztEI471jHznZ336OEcyX7gQuvHE8tOv5+oD1d7s3Xg1yuFp+Ynh+FfOi3hPCuaHA+7F6fLmzMDLVUBAllugst1C3U+L/paD7tqIa4ka+KNPCbSfwazmJrt4XNiivPR4hwH5g==" + ] + } } } } @@ -34106,7 +37167,7 @@ "type": "string" }, "authentication": { - "$ref": "#/components/schemas/security.delegate_pki:Authentication" + "$ref": "#/components/schemas/security.delegate_pki.Authentication" } }, "required": [ @@ -34118,7 +37179,32 @@ "examples": { "SecurityDelegatePkiResponseExample1": { "description": "A successful response from delegating a one element certificate chain.", - "value": "{\n \"access_token\": \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"type\": \"Bearer\",\n \"expires_in\": 1200,\n \"authentication\": {\n \"username\": \"Elasticsearch Test Client\",\n \"roles\": [],\n \"full_name\": null,\n \"email\": null,\n \"metadata\": {\n \"pki_dn\": \"O=org, OU=Elasticsearch, CN=Elasticsearch Test Client\",\n \"pki_delegated_by_user\": \"test_admin\",\n \"pki_delegated_by_realm\": \"file\"\n },\n \"enabled\": true,\n \"authentication_realm\": {\n \"name\": \"pki1\",\n \"type\": \"pki\"\n },\n \"lookup_realm\": {\n \"name\": \"pki1\",\n \"type\": \"pki\"\n },\n \"authentication_type\": \"realm\"\n }\n}" + "value": { + "access_token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==", + "authentication": { + "authentication_realm": { + "name": "pki1", + "type": "pki" + }, + "authentication_type": "realm", + "email": null, + "enabled": true, + "full_name": null, + "lookup_realm": { + "name": "pki1", + "type": "pki" + }, + "metadata": { + "pki_delegated_by_realm": "file", + "pki_delegated_by_user": "test_admin", + "pki_dn": "O=org, OU=Elasticsearch, CN=Elasticsearch Test Client" + }, + "roles": [], + "username": "Elasticsearch Test Client" + }, + "expires_in": 1200, + "type": "Bearer" + } } } } @@ -34141,15 +37227,15 @@ "operationId": "security-get-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.get_privileges:application" + "$ref": "#/components/parameters/security.get_privileges-application" }, { - "$ref": "#/components/parameters/security.get_privileges:name" + "$ref": "#/components/parameters/security.get_privileges-name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges:200" + "$ref": "#/components/responses/security.get_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -34172,7 +37258,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -34183,7 +37269,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -34193,7 +37279,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34208,14 +37294,20 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.delete_privileges:FoundStatus" + "$ref": "#/components/schemas/security.delete_privileges.FoundStatus" } } }, "examples": { "SecurityDeletePrivilegesResponseExample1": { "description": "A successful response from `DELETE /_security/privilege/myapp/read`. If the privilege is successfully deleted, `found` is set to `true`.\n", - "value": "{\n \"myapp\": {\n \"read\": {\n \"found\" : true\n }\n }\n}" + "value": { + "myapp": { + "read": { + "found": true + } + } + } } } } @@ -34235,12 +37327,12 @@ "operationId": "security-get-role", "parameters": [ { - "$ref": "#/components/parameters/security.get_role:name" + "$ref": "#/components/parameters/security.get_role-name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role:200" + "$ref": "#/components/responses/security.get_role-200" } } }, @@ -34256,10 +37348,10 @@ "operationId": "security-put-role", "parameters": [ { - "$ref": "#/components/parameters/security.put_role:name" + "$ref": "#/components/parameters/security.put_role-name" }, { - "$ref": "#/components/parameters/security.put_role:refresh" + "$ref": "#/components/parameters/security.put_role-refresh" } ], "requestBody": { @@ -34267,7 +37359,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role:200" + "$ref": "#/components/responses/security.put_role-200" } } }, @@ -34283,10 +37375,10 @@ "operationId": "security-put-role-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role:name" + "$ref": "#/components/parameters/security.put_role-name" }, { - "$ref": "#/components/parameters/security.put_role:refresh" + "$ref": "#/components/parameters/security.put_role-refresh" } ], "requestBody": { @@ -34294,7 +37386,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role:200" + "$ref": "#/components/responses/security.put_role-200" } } }, @@ -34313,7 +37405,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -34323,7 +37415,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34348,7 +37440,9 @@ "examples": { "SecurityDeleteRoleResponseExample1": { "description": "A successful response from `DELETE /_security/role/my_admin_role`. If the role is successfully deleted, `found` is set to `true`.\n", - "value": "{\n \"found\" : true\n}" + "value": { + "found": true + } } } } @@ -34370,12 +37464,12 @@ "operationId": "security-get-role-mapping", "parameters": [ { - "$ref": "#/components/parameters/security.get_role_mapping:name" + "$ref": "#/components/parameters/security.get_role_mapping-name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role_mapping:200" + "$ref": "#/components/responses/security.get_role_mapping-200" } }, "x-state": "Added in 5.5.0" @@ -34392,10 +37486,10 @@ "operationId": "security-put-role-mapping", "parameters": [ { - "$ref": "#/components/parameters/security.put_role_mapping:name" + "$ref": "#/components/parameters/security.put_role_mapping-name" }, { - "$ref": "#/components/parameters/security.put_role_mapping:refresh" + "$ref": "#/components/parameters/security.put_role_mapping-refresh" } ], "requestBody": { @@ -34403,7 +37497,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role_mapping:200" + "$ref": "#/components/responses/security.put_role_mapping-200" } }, "x-state": "Added in 5.5.0" @@ -34420,10 +37514,10 @@ "operationId": "security-put-role-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role_mapping:name" + "$ref": "#/components/parameters/security.put_role_mapping-name" }, { - "$ref": "#/components/parameters/security.put_role_mapping:refresh" + "$ref": "#/components/parameters/security.put_role_mapping-refresh" } ], "requestBody": { @@ -34431,7 +37525,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role_mapping:200" + "$ref": "#/components/responses/security.put_role_mapping-200" } }, "x-state": "Added in 5.5.0" @@ -34454,7 +37548,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -34464,7 +37558,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34489,7 +37583,9 @@ "examples": { "SecurityDeleteRoleMappingResponseExample1": { "description": "A successful response from `DELETE /_security/role_mapping/mapping1`. If the mapping is successfully deleted, `found` is `true`.\n", - "value": "{\n \"found\" : true\n}" + "value": { + "found": true + } } } } @@ -34509,15 +37605,15 @@ "operationId": "security-get-user", "parameters": [ { - "$ref": "#/components/parameters/security.get_user:username" + "$ref": "#/components/parameters/security.get_user-username" }, { - "$ref": "#/components/parameters/security.get_user:with_profile_uid" + "$ref": "#/components/parameters/security.get_user-with_profile_uid" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_user:200" + "$ref": "#/components/responses/security.get_user-200" } } }, @@ -34530,10 +37626,10 @@ "operationId": "security-put-user", "parameters": [ { - "$ref": "#/components/parameters/security.put_user:username" + "$ref": "#/components/parameters/security.put_user-username" }, { - "$ref": "#/components/parameters/security.put_user:refresh" + "$ref": "#/components/parameters/security.put_user-refresh" } ], "requestBody": { @@ -34541,7 +37637,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_user:200" + "$ref": "#/components/responses/security.put_user-200" } } }, @@ -34554,10 +37650,10 @@ "operationId": "security-put-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_user:username" + "$ref": "#/components/parameters/security.put_user-username" }, { - "$ref": "#/components/parameters/security.put_user:refresh" + "$ref": "#/components/parameters/security.put_user-refresh" } ], "requestBody": { @@ -34565,7 +37661,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_user:200" + "$ref": "#/components/responses/security.put_user-200" } } }, @@ -34584,7 +37680,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, @@ -34594,7 +37690,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -34619,7 +37715,9 @@ "examples": { "SecurityDeleteUserResponseExample1": { "description": "A successful response from `DELETE /_security/user/jacknich`.\n", - "value": "{\n \"found\" : true\n}" + "value": { + "found": true + } } } } @@ -34638,15 +37736,15 @@ "operationId": "security-disable-user", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user:username" + "$ref": "#/components/parameters/security.disable_user-username" }, { - "$ref": "#/components/parameters/security.disable_user:refresh" + "$ref": "#/components/parameters/security.disable_user-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user:200" + "$ref": "#/components/responses/security.disable_user-200" } } }, @@ -34659,15 +37757,15 @@ "operationId": "security-disable-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user:username" + "$ref": "#/components/parameters/security.disable_user-username" }, { - "$ref": "#/components/parameters/security.disable_user:refresh" + "$ref": "#/components/parameters/security.disable_user-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user:200" + "$ref": "#/components/responses/security.disable_user-200" } } } @@ -34682,15 +37780,15 @@ "operationId": "security-disable-user-profile", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user_profile:uid" + "$ref": "#/components/parameters/security.disable_user_profile-uid" }, { - "$ref": "#/components/parameters/security.disable_user_profile:refresh" + "$ref": "#/components/parameters/security.disable_user_profile-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user_profile:200" + "$ref": "#/components/responses/security.disable_user_profile-200" } }, "x-state": "Added in 8.2.0" @@ -34704,15 +37802,15 @@ "operationId": "security-disable-user-profile-1", "parameters": [ { - "$ref": "#/components/parameters/security.disable_user_profile:uid" + "$ref": "#/components/parameters/security.disable_user_profile-uid" }, { - "$ref": "#/components/parameters/security.disable_user_profile:refresh" + "$ref": "#/components/parameters/security.disable_user_profile-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.disable_user_profile:200" + "$ref": "#/components/responses/security.disable_user_profile-200" } }, "x-state": "Added in 8.2.0" @@ -34728,15 +37826,15 @@ "operationId": "security-enable-user", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user:username" + "$ref": "#/components/parameters/security.enable_user-username" }, { - "$ref": "#/components/parameters/security.enable_user:refresh" + "$ref": "#/components/parameters/security.enable_user-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user:200" + "$ref": "#/components/responses/security.enable_user-200" } } }, @@ -34749,15 +37847,15 @@ "operationId": "security-enable-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user:username" + "$ref": "#/components/parameters/security.enable_user-username" }, { - "$ref": "#/components/parameters/security.enable_user:refresh" + "$ref": "#/components/parameters/security.enable_user-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user:200" + "$ref": "#/components/responses/security.enable_user-200" } } } @@ -34772,15 +37870,15 @@ "operationId": "security-enable-user-profile", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user_profile:uid" + "$ref": "#/components/parameters/security.enable_user_profile-uid" }, { - "$ref": "#/components/parameters/security.enable_user_profile:refresh" + "$ref": "#/components/parameters/security.enable_user_profile-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user_profile:200" + "$ref": "#/components/responses/security.enable_user_profile-200" } }, "x-state": "Added in 8.2.0" @@ -34794,15 +37892,15 @@ "operationId": "security-enable-user-profile-1", "parameters": [ { - "$ref": "#/components/parameters/security.enable_user_profile:uid" + "$ref": "#/components/parameters/security.enable_user_profile-uid" }, { - "$ref": "#/components/parameters/security.enable_user_profile:refresh" + "$ref": "#/components/parameters/security.enable_user_profile-refresh" } ], "responses": { "200": { - "$ref": "#/components/responses/security.enable_user_profile:200" + "$ref": "#/components/responses/security.enable_user_profile-200" } }, "x-state": "Added in 8.2.0" @@ -34825,7 +37923,7 @@ "type": "object", "properties": { "token": { - "$ref": "#/components/schemas/security.enroll_kibana:Token" + "$ref": "#/components/schemas/security.enroll_kibana.Token" }, "http_ca": { "description": "The CA certificate used to sign the node certificates that Elasticsearch uses for TLS on the HTTP layer.\nThe certificate is returned as a Base64 encoded string of the ASN.1 DER encoding of the certificate.", @@ -34906,7 +38004,16 @@ "examples": { "EnrollNodeResponseExample1": { "description": "A successful response from `PGET /security/enroll/node`.", - "value": "{\n \"http_ca_key\" : \"MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqGSIb3DQ....vsDfsA3UZBAjEPfhubpQysAICCAA=\", \n \"http_ca_cert\" : \"MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqGSIb3DQ....vsDfsA3UZBAjEPfhubpQysAICCAA=\", \n \"transport_ca_cert\" : \"MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqG....vsDfsA3UZBAjEPfhubpQysAICCAA=\", \n \"transport_key\" : \"MIIEJgIBAzCCA98GCSqGSIb3DQEHAaCCA9AEggPMMIIDyDCCA8QGCSqGSIb3....YuEiOXvqZ6jxuVSQ0CAwGGoA==\", \n \"transport_cert\" : \"MIIEJgIBAzCCA98GCSqGSIb3DQEHAaCCA9AEggPMMIIDyDCCA8QGCSqGSIb3....YuEiOXvqZ6jxuVSQ0CAwGGoA==\", \n \"nodes_addresses\" : [ \n \"192.168.1.2:9300\"\n ]\n}" + "value": { + "http_ca_cert": "MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqGSIb3DQ....vsDfsA3UZBAjEPfhubpQysAICCAA=", + "http_ca_key": "MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqGSIb3DQ....vsDfsA3UZBAjEPfhubpQysAICCAA=", + "nodes_addresses": [ + "192.168.1.2:9300" + ], + "transport_ca_cert": "MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqG....vsDfsA3UZBAjEPfhubpQysAICCAA=", + "transport_cert": "MIIEJgIBAzCCA98GCSqGSIb3DQEHAaCCA9AEggPMMIIDyDCCA8QGCSqGSIb3....YuEiOXvqZ6jxuVSQ0CAwGGoA==", + "transport_key": "MIIEJgIBAzCCA98GCSqGSIb3DQEHAaCCA9AEggPMMIIDyDCCA8QGCSqGSIb3....YuEiOXvqZ6jxuVSQ0CAwGGoA==" + } } } } @@ -34939,21 +38046,21 @@ "description": "The list of cluster privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "description": "The list of index privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "remote_cluster": { "description": "The list of remote_cluster privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivilege" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivilege" } } }, @@ -34966,7 +38073,100 @@ "examples": { "SecurityGetBuiltinPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/privilege/_builtin`.", - "value": "{\n \"cluster\" : [\n \"all\",\n \"cancel_task\",\n \"create_snapshot\",\n \"cross_cluster_replication\",\n \"cross_cluster_search\",\n \"delegate_pki\",\n \"grant_api_key\",\n \"manage\",\n \"manage_api_key\",\n \"manage_autoscaling\",\n \"manage_behavioral_analytics\",\n \"manage_ccr\",\n \"manage_connector\",\n \"manage_data_frame_transforms\",\n \"manage_data_stream_global_retention\",\n \"manage_enrich\",\n \"manage_ilm\",\n \"manage_index_templates\",\n \"manage_inference\",\n \"manage_ingest_pipelines\",\n \"manage_logstash_pipelines\",\n \"manage_ml\",\n \"manage_oidc\",\n \"manage_own_api_key\",\n \"manage_pipeline\",\n \"manage_rollup\",\n \"manage_saml\",\n \"manage_search_application\",\n \"manage_search_query_rules\",\n \"manage_search_synonyms\",\n \"manage_security\",\n \"manage_service_account\",\n \"manage_slm\",\n \"manage_token\",\n \"manage_transform\",\n \"manage_user_profile\",\n \"manage_watcher\",\n \"monitor\",\n \"monitor_connector\",\n \"monitor_data_frame_transforms\",\n \"monitor_data_stream_global_retention\",\n \"monitor_enrich\",\n \"monitor_inference\",\n \"monitor_ml\",\n \"monitor_rollup\",\n \"monitor_snapshot\",\n \"monitor_stats\",\n \"monitor_text_structure\",\n \"monitor_transform\",\n \"monitor_watcher\",\n \"none\",\n \"post_behavioral_analytics_event\",\n \"read_ccr\",\n \"read_connector_secrets\",\n \"read_fleet_secrets\",\n \"read_ilm\",\n \"read_pipeline\",\n \"read_security\",\n \"read_slm\",\n \"transport_client\",\n \"write_connector_secrets\",\n \"write_fleet_secrets\"\n ],\n \"index\" : [\n \"all\",\n \"auto_configure\",\n \"create\",\n \"create_doc\",\n \"create_index\",\n \"cross_cluster_replication\",\n \"cross_cluster_replication_internal\",\n \"delete\",\n \"delete_index\",\n \"index\",\n \"maintenance\",\n \"manage\",\n \"manage_data_stream_lifecycle\",\n \"manage_follow_index\",\n \"manage_ilm\",\n \"manage_leader_index\",\n \"monitor\",\n \"none\",\n \"read\",\n \"read_cross_cluster\",\n \"view_index_metadata\",\n \"write\"\n ],\n \"remote_cluster\" : [\n \"monitor_enrich\",\n \"monitor_stats\"\n ]\n}" + "value": { + "cluster": [ + "all", + "cancel_task", + "create_snapshot", + "cross_cluster_replication", + "cross_cluster_search", + "delegate_pki", + "grant_api_key", + "manage", + "manage_api_key", + "manage_autoscaling", + "manage_behavioral_analytics", + "manage_ccr", + "manage_connector", + "manage_data_frame_transforms", + "manage_data_stream_global_retention", + "manage_enrich", + "manage_ilm", + "manage_index_templates", + "manage_inference", + "manage_ingest_pipelines", + "manage_logstash_pipelines", + "manage_ml", + "manage_oidc", + "manage_own_api_key", + "manage_pipeline", + "manage_rollup", + "manage_saml", + "manage_search_application", + "manage_search_query_rules", + "manage_search_synonyms", + "manage_security", + "manage_service_account", + "manage_slm", + "manage_token", + "manage_transform", + "manage_user_profile", + "manage_watcher", + "monitor", + "monitor_connector", + "monitor_data_frame_transforms", + "monitor_data_stream_global_retention", + "monitor_enrich", + "monitor_inference", + "monitor_ml", + "monitor_rollup", + "monitor_snapshot", + "monitor_stats", + "monitor_text_structure", + "monitor_transform", + "monitor_watcher", + "none", + "post_behavioral_analytics_event", + "read_ccr", + "read_connector_secrets", + "read_fleet_secrets", + "read_ilm", + "read_pipeline", + "read_security", + "read_slm", + "transport_client", + "write_connector_secrets", + "write_fleet_secrets" + ], + "index": [ + "all", + "auto_configure", + "create", + "create_doc", + "create_index", + "cross_cluster_replication", + "cross_cluster_replication_internal", + "delete", + "delete_index", + "index", + "maintenance", + "manage", + "manage_data_stream_lifecycle", + "manage_follow_index", + "manage_ilm", + "manage_leader_index", + "monitor", + "none", + "read", + "read_cross_cluster", + "view_index_metadata", + "write" + ], + "remote_cluster": [ + "monitor_enrich", + "monitor_stats" + ] + } } } } @@ -34989,7 +38189,7 @@ "operationId": "security-get-privileges", "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges:200" + "$ref": "#/components/responses/security.get_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35006,7 +38206,7 @@ "operationId": "security-put-privileges", "parameters": [ { - "$ref": "#/components/parameters/security.put_privileges:refresh" + "$ref": "#/components/parameters/security.put_privileges-refresh" } ], "requestBody": { @@ -35014,7 +38214,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_privileges:200" + "$ref": "#/components/responses/security.put_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35031,7 +38231,7 @@ "operationId": "security-put-privileges-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_privileges:refresh" + "$ref": "#/components/parameters/security.put_privileges-refresh" } ], "requestBody": { @@ -35039,7 +38239,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_privileges:200" + "$ref": "#/components/responses/security.put_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35058,12 +38258,12 @@ "operationId": "security-get-privileges-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_privileges:application" + "$ref": "#/components/parameters/security.get_privileges-application" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_privileges:200" + "$ref": "#/components/responses/security.get_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35082,7 +38282,7 @@ "operationId": "security-get-role-mapping-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role_mapping:200" + "$ref": "#/components/responses/security.get_role_mapping-200" } }, "x-state": "Added in 5.5.0" @@ -35101,15 +38301,15 @@ "operationId": "security-get-service-accounts", "parameters": [ { - "$ref": "#/components/parameters/security.get_service_accounts:namespace" + "$ref": "#/components/parameters/security.get_service_accounts-namespace" }, { - "$ref": "#/components/parameters/security.get_service_accounts:service" + "$ref": "#/components/parameters/security.get_service_accounts-service" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts:200" + "$ref": "#/components/responses/security.get_service_accounts-200" } }, "x-state": "Added in 7.13.0" @@ -35128,12 +38328,12 @@ "operationId": "security-get-service-accounts-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_service_accounts:namespace" + "$ref": "#/components/parameters/security.get_service_accounts-namespace" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts:200" + "$ref": "#/components/responses/security.get_service_accounts-200" } }, "x-state": "Added in 7.13.0" @@ -35152,7 +38352,7 @@ "operationId": "security-get-service-accounts-2", "responses": { "200": { - "$ref": "#/components/responses/security.get_service_accounts:200" + "$ref": "#/components/responses/security.get_service_accounts-200" } }, "x-state": "Added in 7.13.0" @@ -35177,7 +38377,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, @@ -35188,7 +38388,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -35210,11 +38410,11 @@ "tokens": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "nodes_credentials": { - "$ref": "#/components/schemas/security.get_service_credentials:NodesCredentials" + "$ref": "#/components/schemas/security.get_service_credentials.NodesCredentials" } }, "required": [ @@ -35227,7 +38427,29 @@ "examples": { "GetServiceCredentialsResponseExample1": { "description": "A successful response from `GET /_security/service/elastic/fleet-server/credential`. The response contains all credentials for the `elastic/fleet-server` service account.\n", - "value": "{\n \"service_account\": \"elastic/fleet-server\",\n \"count\": 3,\n \"tokens\": {\n \"token1\": {}, \n \"token42\": {} \n },\n \"nodes_credentials\": { \n \"_nodes\": { \n \"total\": 3,\n \"successful\": 3,\n \"failed\": 0\n },\n \"file_tokens\": { \n \"my-token\": {\n \"nodes\": [ \"node0\", \"node1\" ] \n }\n }\n }\n}" + "value": { + "count": 3, + "nodes_credentials": { + "_nodes": { + "failed": 0, + "successful": 3, + "total": 3 + }, + "file_tokens": { + "my-token": { + "nodes": [ + "node0", + "node1" + ] + } + } + }, + "service_account": "elastic/fleet-server", + "tokens": { + "token1": {}, + "token42": {} + } + } } } } @@ -35252,7 +38474,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -35266,13 +38488,13 @@ "type": "object", "properties": { "security": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" }, "security-profile": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" }, "security-tokens": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" } }, "required": [ @@ -35300,7 +38522,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -35310,7 +38532,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -35322,20 +38544,30 @@ "type": "object", "properties": { "security": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" }, "security-profile": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" }, "security-tokens": { - "$ref": "#/components/schemas/security._types:SecuritySettings" + "$ref": "#/components/schemas/security._types.SecuritySettings" } } }, "examples": { "SecurityUpdateSettingsRequestExample1": { "description": "Run `PUT /_security/settings` to modify the security settings.", - "value": "{\n \"security\": {\n \"index.auto_expand_replicas\": \"0-all\"\n },\n \"security-tokens\": {\n \"index.auto_expand_replicas\": \"0-all\"\n },\n \"security-profile\": {\n \"index.auto_expand_replicas\": \"0-all\"\n }\n}" + "value": { + "security": { + "index.auto_expand_replicas": "0-all" + }, + "security-profile": { + "index.auto_expand_replicas": "0-all" + }, + "security-tokens": { + "index.auto_expand_replicas": "0-all" + } + } } } } @@ -35382,14 +38614,14 @@ "type": "object", "properties": { "grant_type": { - "$ref": "#/components/schemas/security.get_token:AccessTokenGrantType" + "$ref": "#/components/schemas/security.get_token.AccessTokenGrantType" }, "scope": { "description": "The scope of the token.\nCurrently tokens are only issued for a scope of FULL regardless of the value sent with the request.", "type": "string" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "kerberos_ticket": { "description": "The base64 encoded kerberos ticket.\nIf you specify the `_kerberos` grant type, this parameter is required.\nThis parameter is not valid with any other supported grant type.", @@ -35400,7 +38632,7 @@ "type": "string" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } }, @@ -35408,12 +38640,18 @@ "GetUserAccessTokenRequestExample1": { "summary": "A client_credentials grant type example", "description": "Run `POST /_security/oauth2/token` to obtain a token using the `client_credentials` grant type, which simply creates a token as the authenticated user.\n", - "value": "{\n \"grant_type\" : \"client_credentials\"\n}" + "value": { + "grant_type": "client_credentials" + } }, "GetUserAccessTokenRequestExample2": { "summary": "A password grant type example", "description": "Run `POST /_security/oauth2/token` to obtain a token for the `test_admin` user using the password grant type. This request needs to be made by an authenticated user with sufficient privileges that may or may not be the same as the one whose username is passed in the `username` parameter.\n", - "value": "{\n \"grant_type\" : \"password\",\n \"username\" : \"test_admin\",\n \"password\" : \"x-pack-test-password\"\n}" + "value": { + "grant_type": "password", + "password": "x-pack-test-password", + "username": "test_admin" + } } } } @@ -35447,7 +38685,7 @@ "type": "string" }, "authentication": { - "$ref": "#/components/schemas/security.get_token:AuthenticatedUser" + "$ref": "#/components/schemas/security.get_token.AuthenticatedUser" } }, "required": [ @@ -35461,12 +38699,58 @@ "GetUserAccessTokenResponseExample1": { "summary": "A client_credentials grant type example", "description": "A successful response from `POST /_security/oauth2/token`.", - "value": "{\n \"access_token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"type\" : \"Bearer\",\n \"expires_in\" : 1200,\n \"authentication\" : {\n \"username\" : \"test_admin\",\n \"roles\" : [\n \"superuser\"\n ],\n \"full_name\" : null,\n \"email\" : null,\n \"metadata\" : { },\n \"enabled\" : true,\n \"authentication_realm\" : {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"lookup_realm\" : {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"authentication_type\" : \"realm\"\n }\n}" + "value": { + "access_token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==", + "authentication": { + "authentication_realm": { + "name": "file", + "type": "file" + }, + "authentication_type": "realm", + "email": null, + "enabled": true, + "full_name": null, + "lookup_realm": { + "name": "file", + "type": "file" + }, + "metadata": {}, + "roles": [ + "superuser" + ], + "username": "test_admin" + }, + "expires_in": 1200, + "type": "Bearer" + } }, "GetUserAccessTokenResponseExample2": { "summary": "A password grant type example", "description": "A successful response from `POST /_security/oauth2/token`.", - "value": "{\n \"access_token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"type\" : \"Bearer\",\n \"expires_in\" : 1200,\n \"authentication\" : {\n \"username\" : \"test_admin\",\n \"roles\" : [\n \"superuser\"\n ],\n \"full_name\" : null,\n \"email\" : null,\n \"metadata\" : { },\n \"enabled\" : true,\n \"authentication_realm\" : {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"lookup_realm\" : {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"authentication_type\" : \"realm\"\n }\n}" + "value": { + "access_token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==", + "authentication": { + "authentication_realm": { + "name": "file", + "type": "file" + }, + "authentication_type": "realm", + "email": null, + "enabled": true, + "full_name": null, + "lookup_realm": { + "name": "file", + "type": "file" + }, + "metadata": {}, + "roles": [ + "superuser" + ], + "username": "test_admin" + }, + "expires_in": 1200, + "type": "Bearer" + } } } } @@ -35497,10 +38781,10 @@ "type": "string" }, "realm_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } }, @@ -35508,27 +38792,38 @@ "SecurityInvalidateTokenRequestExample1": { "summary": "Invalidate an access token", "description": "Run `DELETE /_security/oauth2/token` to invalidate an access token.\n", - "value": "{\n \"token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\"\n}" + "value": { + "token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==" + } }, "SecurityInvalidateTokenRequestExample2": { "summary": "Invalidate a refresh token", "description": "Run `DELETE /_security/oauth2/token` to invalidate a refresh token.\n", - "value": "{\n \"refresh_token\" : \"vLBPvmAB6KvwvJZr27cS\"\n}" + "value": { + "refresh_token": "vLBPvmAB6KvwvJZr27cS" + } }, "SecurityInvalidateTokenRequestExample3": { "summary": "Invalidate tokens by realm", "description": "Run `DELETE /_security/oauth2/token` to invalidate all access tokens and refresh tokens for the `saml1` realm.", - "value": "{\n \"realm_name\" : \"saml1\"\n}" + "value": { + "realm_name": "saml1" + } }, "SecurityInvalidateTokenRequestExample4": { "summary": "Invalidate tokens by user", "description": "Run `DELETE /_security/oauth2/token` to invalidate all access tokens and refresh tokens for the user `myuser` in all realms.", - "value": "{\n \"username\" : \"myuser\"\n}" + "value": { + "username": "myuser" + } }, "SecurityInvalidateTokenRequestExample5": { "summary": "Invalidate tokens by user and realm", "description": "Run `DELETE /_security/oauth2/token` to invalidate all access tokens and refresh tokens for the user `myuser` in the `saml1` realm.", - "value": "{\n \"username\" : \"myuser\",\n \"realm_name\" : \"saml1\"\n}" + "value": { + "realm_name": "saml1", + "username": "myuser" + } } } } @@ -35551,7 +38846,7 @@ "description": "Details about the errors.\nThis field is not present in the response when `error_count` is `0`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "invalidated_tokens": { @@ -35572,7 +38867,29 @@ "examples": { "SecurityInvalidateTokenResponseExample1": { "description": "A partially successful response from `DELETE /_security/oauth2/token`. The response includes the number of the tokens that were invalidated, the number of errors that were encountered when invalidating the tokens, and details about these errors.\n", - "value": "{\n \"invalidated_tokens\":9, \n \"previously_invalidated_tokens\":15, \n \"error_count\":2, \n \"error_details\":[ \n {\n \"type\":\"exception\",\n \"reason\":\"Elasticsearch exception [type=exception, reason=foo]\",\n \"caused_by\":{\n \"type\":\"exception\",\n \"reason\":\"Elasticsearch exception [type=illegal_argument_exception, reason=bar]\"\n }\n },\n {\n \"type\":\"exception\",\n \"reason\":\"Elasticsearch exception [type=exception, reason=boo]\",\n \"caused_by\":{\n \"type\":\"exception\",\n \"reason\":\"Elasticsearch exception [type=illegal_argument_exception, reason=far]\"\n }\n }\n ]\n}" + "value": { + "error_count": 2, + "error_details": [ + { + "caused_by": { + "reason": "Elasticsearch exception [type=illegal_argument_exception, reason=bar]", + "type": "exception" + }, + "reason": "Elasticsearch exception [type=exception, reason=foo]", + "type": "exception" + }, + { + "caused_by": { + "reason": "Elasticsearch exception [type=illegal_argument_exception, reason=far]", + "type": "exception" + }, + "reason": "Elasticsearch exception [type=exception, reason=boo]", + "type": "exception" + } + ], + "invalidated_tokens": 9, + "previously_invalidated_tokens": 15 + } } } } @@ -35592,12 +38909,12 @@ "operationId": "security-get-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.get_user:with_profile_uid" + "$ref": "#/components/parameters/security.get_user-with_profile_uid" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_user:200" + "$ref": "#/components/responses/security.get_user-200" } } } @@ -35617,7 +38934,7 @@ "description": "The name of the application. Application privileges are always associated with exactly one application. If you do not specify this parameter, the API returns information about all privileges for all applications.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -35627,7 +38944,7 @@ "description": "The name of the privilege. If you do not specify this parameter, the API returns information about all privileges for the requested application.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -35638,7 +38955,7 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -35660,7 +38977,7 @@ "applications": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "cluster": { @@ -35672,25 +38989,25 @@ "remote_cluster": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "global": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserIndicesPrivileges" + "$ref": "#/components/schemas/security._types.UserIndicesPrivileges" } }, "remote_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteUserIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteUserIndicesPrivileges" } }, "run_as": { @@ -35711,7 +39028,37 @@ "examples": { "SecurityGetUserPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/user/_privileges`.", - "value": "{\n \"cluster\" : [\n \"all\"\n ],\n \"global\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"*\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"allow_restricted_indices\" : true\n }\n ],\n \"applications\" : [\n {\n \"application\" : \"*\",\n \"privileges\" : [\n \"*\"\n ],\n \"resources\" : [\n \"*\"\n ]\n }\n ],\n \"run_as\" : [\n \"*\"\n ]\n}" + "value": { + "applications": [ + { + "application": "*", + "privileges": [ + "*" + ], + "resources": [ + "*" + ] + } + ], + "cluster": [ + "all" + ], + "global": [], + "indices": [ + { + "allow_restricted_indices": true, + "names": [ + "*" + ], + "privileges": [ + "all" + ] + } + ], + "run_as": [ + "*" + ] + } } } } @@ -35739,12 +39086,12 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } } ] @@ -35784,11 +39131,11 @@ "description": "A successful call returns the JSON representation of the user profile and its internal versioning numbers.\nThe API returns an empty object if no profile document is found for the provided `uid`.\nThe content of the data field is not returned by default to avoid deserializing a potential large payload.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileWithMetadata" + "$ref": "#/components/schemas/security._types.UserProfileWithMetadata" } }, "errors": { - "$ref": "#/components/schemas/security.get_user_profile:GetUserProfileErrors" + "$ref": "#/components/schemas/security.get_user_profile.GetUserProfileErrors" } }, "required": [ @@ -35799,17 +39146,84 @@ "GetUserProfileResponseExample1": { "summary": "Profile details for a UUID", "description": "A successful response from `GET /_security/profile/u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0`. By default, no content is returned in the `data` field.\n", - "value": "{\n \"profiles\": [\n {\n \"uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\",\n \"enabled\": true,\n \"last_synchronized\": 1642650651037,\n \"user\": {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\", \"other_role1\"\n ],\n \"realm_name\": \"native\",\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\"\n },\n \"labels\": {\n \"direction\": \"north\"\n },\n \"data\": {}, \n \"_doc\": {\n \"_primary_term\": 88,\n \"_seq_no\": 66\n }\n }\n ]\n}" + "value": { + "profiles": [ + { + "_doc": { + "_primary_term": 88, + "_seq_no": 66 + }, + "data": {}, + "enabled": true, + "labels": { + "direction": "north" + }, + "last_synchronized": 1642650651037, + "uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", + "user": { + "email": "jacknich@example.com", + "full_name": "Jack Nicholson", + "realm_name": "native", + "roles": [ + "admin", + "other_role1" + ], + "username": "jacknich" + } + } + ] + } }, "GetUserProfileResponseExample2": { "summary": "Profile details for a UUID and data key", "description": "A successful response from `GET /_security/profile/u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0?data=app1.key1`.\n", - "value": "{\n \"profiles\": [\n {\n \"uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\",\n \"enabled\": true,\n \"last_synchronized\": 1642650651037,\n \"user\": {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\", \"other_role1\"\n ],\n \"realm_name\": \"native\",\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\"\n },\n \"labels\": {\n \"direction\": \"north\"\n },\n \"data\": {\n \"app1\": {\n \"key1\": \"value1\"\n }\n },\n \"_doc\": {\n \"_primary_term\": 88,\n \"_seq_no\": 66\n }\n }\n ]\n}" + "value": { + "profiles": [ + { + "_doc": { + "_primary_term": 88, + "_seq_no": 66 + }, + "data": { + "app1": { + "key1": "value1" + } + }, + "enabled": true, + "labels": { + "direction": "north" + }, + "last_synchronized": 1642650651037, + "uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", + "user": { + "email": "jacknich@example.com", + "full_name": "Jack Nicholson", + "realm_name": "native", + "roles": [ + "admin", + "other_role1" + ], + "username": "jacknich" + } + } + ] + } }, "GetUserProfileResponseExample3": { "summary": "Profile details with errors", "description": "A response that contains errors that occurred while retrieving user profiles.\n", - "value": "{\n \"profiles\": [],\n \"errors\": {\n \"count\": 1,\n \"details\": {\n \"u_FmxQt3gr1BBH5wpnz9HkouPj3Q710XkOgg1PWkwLPBW_5\": {\n \"type\": \"resource_not_found_exception\",\n \"reason\": \"profile document not found\"\n }\n }\n }\n}" + "value": { + "errors": { + "count": 1, + "details": { + "u_FmxQt3gr1BBH5wpnz9HkouPj3Q710XkOgg1PWkwLPBW_5": { + "reason": "profile document not found", + "type": "resource_not_found_exception" + } + } + }, + "profiles": [] + } } } } @@ -35834,23 +39248,23 @@ "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/security.grant_api_key:GrantApiKey" + "$ref": "#/components/schemas/security.grant_api_key.GrantApiKey" }, "grant_type": { - "$ref": "#/components/schemas/security.grant_api_key:ApiKeyGrantType" + "$ref": "#/components/schemas/security.grant_api_key.ApiKeyGrantType" }, "access_token": { "description": "The user's access token.\nIf you specify the `access_token` grant type, this parameter is required.\nIt is not valid with other grant types.", "type": "string" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "run_as": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -35862,12 +39276,71 @@ "SecurityGrantApiKeyRequestExample1": { "summary": "Grant an API key", "description": "Run `POST /_security/api_key/grant` to create an API key on behalf of the `test_admin` user.\n", - "value": "{\n \"grant_type\": \"password\",\n \"username\" : \"test_admin\",\n \"password\" : \"x-pack-test-password\",\n \"api_key\" : {\n \"name\": \"my-api-key\",\n \"expiration\": \"1d\",\n \"role_descriptors\": {\n \"role-a\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-a*\"],\n \"privileges\": [\"read\"]\n }\n ]\n },\n \"role-b\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-b*\"],\n \"privileges\": [\"all\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"application\": \"my-application\",\n \"environment\": {\n \"level\": 1,\n \"trusted\": true,\n \"tags\": [\"dev\", \"staging\"]\n }\n }\n }\n}" + "value": { + "api_key": { + "expiration": "1d", + "metadata": { + "application": "my-application", + "environment": { + "level": 1, + "tags": [ + "dev", + "staging" + ], + "trusted": true + } + }, + "name": "my-api-key", + "role_descriptors": { + "role-a": { + "cluster": [ + "all" + ], + "indices": [ + { + "names": [ + "index-a*" + ], + "privileges": [ + "read" + ] + } + ] + }, + "role-b": { + "cluster": [ + "all" + ], + "indices": [ + { + "names": [ + "index-b*" + ], + "privileges": [ + "all" + ] + } + ] + } + } + }, + "grant_type": "password", + "password": "x-pack-test-password", + "username": "test_admin" + } }, "SecurityGrantApiKeyRequestExample2": { "summary": "Grant an API key with run_as", "description": "Run `POST /_security/api_key/grant`. The user (`test_admin`) whose credentials are provided can \"run as\" another user (`test_user`). The API key will be granted to the impersonated user (`test_user`).\n", - "value": "{\n \"grant_type\": \"password\",\n \"username\" : \"test_admin\", \n \"password\" : \"x-pack-test-password\", \n \"run_as\": \"test_user\", \n \"api_key\" : {\n \"name\": \"another-api-key\"\n }\n}" + "value": { + "api_key": { + "name": "another-api-key" + }, + "grant_type": "password", + "password": "x-pack-test-password", + "run_as": "test_user", + "username": "test_admin" + } } } } @@ -35886,13 +39359,13 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "expiration": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "encoded": { "type": "string" @@ -35928,7 +39401,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35948,7 +39421,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35967,7 +39440,7 @@ "operationId": "security-has-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges:user" + "$ref": "#/components/parameters/security.has_privileges-user" } ], "requestBody": { @@ -35975,7 +39448,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -35992,7 +39465,7 @@ "operationId": "security-has-privileges-3", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges:user" + "$ref": "#/components/parameters/security.has_privileges-user" } ], "requestBody": { @@ -36000,7 +39473,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -36022,7 +39495,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges_user_profile:200" + "$ref": "#/components/responses/security.has_privileges_user_profile-200" } }, "x-state": "Added in 8.3.0" @@ -36042,7 +39515,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges_user_profile:200" + "$ref": "#/components/responses/security.has_privileges_user_profile-200" } }, "x-state": "Added in 8.3.0" @@ -36088,7 +39561,12 @@ "examples": { "OidcAuthenticateRequestExample1": { "description": "Run `POST /_security/oidc/authenticate` to exchange the response that was returned from the OpenID Connect Provider after a successful authentication for an Elasticsearch access token and refresh token. This example is from an authentication that uses the authorization code grant flow.\n", - "value": "{\n \"redirect_uri\" : \"https://oidc-kibana.elastic.co:5603/api/security/oidc/callback?code=jtI3Ntt8v3_XvcLzCFGq&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I\",\n \"state\" : \"4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I\",\n \"nonce\" : \"WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM\",\n \"realm\" : \"oidc1\"\n}" + "value": { + "nonce": "WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM", + "realm": "oidc1", + "redirect_uri": "https://oidc-kibana.elastic.co:5603/api/security/oidc/callback?code=jtI3Ntt8v3_XvcLzCFGq&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I", + "state": "4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I" + } } } } @@ -36130,7 +39608,12 @@ "examples": { "OidcAuthenticateResponseExample1": { "description": "A successful response from `POST /_security/oidc/authenticate`. It contains the access and refresh tokens that were generated, the token duration (in seconds), and the type.\n", - "value": "{\n \"access_token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"type\" : \"Bearer\",\n \"expires_in\" : 1200,\n \"refresh_token\": \"vLBPvmAB6KvwvJZr27cS\"\n}" + "value": { + "access_token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==", + "expires_in": 1200, + "refresh_token": "vLBPvmAB6KvwvJZr27cS", + "type": "Bearer" + } } } } @@ -36169,7 +39652,10 @@ "examples": { "OidcLogoutRequestExample1": { "description": "Run `POST /_security/oidc/logout` to perform the logout.", - "value": "{\n \"token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"refresh_token\": \"vLBPvmAB6KvwvJZr27cS\"\n}" + "value": { + "refresh_token": "vLBPvmAB6KvwvJZr27cS", + "token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==" + } } } } @@ -36196,7 +39682,9 @@ "examples": { "OidcLogoutResponseExample1": { "description": "A successful response from `POST /_security/oidc/logout`, which contains the URI pointing to the End Session Endpoint of the OpenID Connect Provider with all the parameters of the Logout Request as HTTP GET parameters.", - "value": "{\n \"redirect\" : \"https://op-provider.org/logout?id_token_hint=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c&post_logout_redirect_uri=http%3A%2F%2Foidc-kibana.elastic.co%2Floggedout&state=lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO\"\n}" + "value": { + "redirect": "https://op-provider.org/logout?id_token_hint=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c&post_logout_redirect_uri=http%3A%2F%2Foidc-kibana.elastic.co%2Floggedout&state=lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO" + } } } } @@ -36245,17 +39733,26 @@ "OidcPrepareAuthenticationRequestExample1": { "summary": "Prepare with realm", "description": "Run `POST /_security/oidc/prepare` to generate an authentication request for the OpenID Connect Realm `oidc1`.\n", - "value": "{\n \"realm\" : \"oidc1\"\n}" + "value": { + "realm": "oidc1" + } }, "OidcPrepareAuthenticationRequestExample2": { "summary": "Prepare with realm, state, and nonce", "description": "Run `POST /_security/oidc/prepare` to generate an authentication request for the OpenID Connect Realm `oidc1`, where the values for the `state` and the `nonce` have been generated by the client.\n", - "value": "{\n \"realm\" : \"oidc1\",\n \"state\" : \"lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO\",\n \"nonce\" : \"zOBXLJGUooRrbLbQk5YCcyC8AXw3iloynvluYhZ5\"\n}" + "value": { + "nonce": "zOBXLJGUooRrbLbQk5YCcyC8AXw3iloynvluYhZ5", + "realm": "oidc1", + "state": "lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO" + } }, "OidcPrepareAuthenticationRequestExample3": { "summary": "Prepare by realm", "description": "Run `POST /_security/oidc/prepare` to generate an authentication request for a third party initiated single sign on. Specify the issuer that should be used for matching the appropriate OpenID Connect Authentication realm.\n", - "value": "{\n \"iss\" : \"http://127.0.0.1:8080\",\n \"login_hint\": \"this_is_an_opaque_string\"\n}" + "value": { + "iss": "http://127.0.0.1:8080", + "login_hint": "this_is_an_opaque_string" + } } } } @@ -36294,7 +39791,12 @@ "examples": { "OidcPrepareAuthenticationResponseExample1": { "description": "A successful response from `POST /_security/oidc/prepare`. It contains the URI pointing to the Authorization Endpoint of the OpenID Connect Provider with all the parameters of the Authentication Request as HTTP GET parameters.\n", - "value": "{\n \"redirect\" : \"http://127.0.0.1:8080/c2id-login?scope=openid&response_type=id_token&redirect_uri=https%3A%2F%2Fmy.fantastic.rp%2Fcb&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I&nonce=WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM&client_id=elasticsearch-rp\",\n \"state\" : \"4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I\",\n \"nonce\" : \"WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM\",\n \"realm\" : \"oidc1\"\n}" + "value": { + "nonce": "WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM", + "realm": "oidc1", + "redirect": "http://127.0.0.1:8080/c2id-login?scope=openid&response_type=id_token&redirect_uri=https%3A%2F%2Fmy.fantastic.rp%2Fcb&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I&nonce=WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM&client_id=elasticsearch-rp", + "state": "4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I" + } } } } @@ -36313,13 +39815,13 @@ "operationId": "security-query-api-keys", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys-with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys-with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys:typed_keys" + "$ref": "#/components/parameters/security.query_api_keys-typed_keys" } ], "requestBody": { @@ -36327,7 +39829,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys:200" + "$ref": "#/components/responses/security.query_api_keys-200" } }, "x-state": "Added in 7.15.0" @@ -36341,13 +39843,13 @@ "operationId": "security-query-api-keys-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys-with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys-with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys:typed_keys" + "$ref": "#/components/parameters/security.query_api_keys-typed_keys" } ], "requestBody": { @@ -36355,7 +39857,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys:200" + "$ref": "#/components/responses/security.query_api_keys-200" } }, "x-state": "Added in 7.15.0" @@ -36374,7 +39876,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role:200" + "$ref": "#/components/responses/security.query_role-200" } }, "x-state": "Added in 8.15.0" @@ -36391,7 +39893,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role:200" + "$ref": "#/components/responses/security.query_role-200" } }, "x-state": "Added in 8.15.0" @@ -36407,7 +39909,7 @@ "operationId": "security-query-user", "parameters": [ { - "$ref": "#/components/parameters/security.query_user:with_profile_uid" + "$ref": "#/components/parameters/security.query_user-with_profile_uid" } ], "requestBody": { @@ -36415,7 +39917,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_user:200" + "$ref": "#/components/responses/security.query_user-200" } }, "x-state": "Added in 8.14.0" @@ -36429,7 +39931,7 @@ "operationId": "security-query-user-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_user:with_profile_uid" + "$ref": "#/components/parameters/security.query_user-with_profile_uid" } ], "requestBody": { @@ -36437,7 +39939,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_user:200" + "$ref": "#/components/responses/security.query_user-200" } }, "x-state": "Added in 8.14.0" @@ -36465,7 +39967,7 @@ "type": "string" }, "ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "realm": { "description": "The name of the realm that should authenticate the SAML response. Useful in cases where many SAML realms are defined.", @@ -36480,7 +39982,12 @@ "examples": { "SamlAuthenticateRequestExample1": { "description": "Run `POST /_security/saml/authenticate` to exchange a SAML Response indicating a successful authentication at the SAML IdP for an Elasticsearch access token and refresh token to be used in subsequent requests.\n", - "value": "{\n \"content\" : \"PHNhbWxwOlJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6cHJvdG9jb2wiIHhtbG5zOnNhbWw9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMD.....\",\n \"ids\" : [\"4fee3b046395c4e751011e97f8900b5273d56685\"]\n}" + "value": { + "content": "PHNhbWxwOlJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6cHJvdG9jb2wiIHhtbG5zOnNhbWw9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMD.....", + "ids": [ + "4fee3b046395c4e751011e97f8900b5273d56685" + ] + } } } } @@ -36527,7 +40034,13 @@ "examples": { "SamlAuthenticateResponseExample1": { "description": "A successful response from `POST /_security/saml/authenticate`.", - "value": "{\n \"access_token\" : \"46ToAxZVaXVVZTVKOVF5YU04ZFJVUDVSZlV3\",\n \"username\" : \"Bearer\",\n \"expires_in\" : 1200,\n \"refresh_token\": \"mJdXLtmvTUSpoLwMvdBt_w\",\n \"realm\": \"saml1\"\n}" + "value": { + "access_token": "46ToAxZVaXVVZTVKOVF5YU04ZFJVUDVSZlV3", + "expires_in": 1200, + "realm": "saml1", + "refresh_token": "mJdXLtmvTUSpoLwMvdBt_w", + "username": "Bearer" + } } } } @@ -36559,7 +40072,7 @@ "type": "string" }, "ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "query_string": { "description": "If the SAML IdP sends the logout response with the HTTP-Redirect binding, this field must be set to the query string of the redirect URI.", @@ -36579,12 +40092,24 @@ "SamlCompleteLogoutRequestExample1": { "summary": "HTTP-Redirect binding", "description": "Run `POST /_security/saml/complete_logout` to verify the logout response sent by the SAML IdP using the HTTP-Redirect binding.\n", - "value": "{\n \"realm\": \"saml1\",\n \"ids\": [ \"_1c368075e0b3...\" ],\n \"query_string\": \"SAMLResponse=fZHLasMwEEVbfb1bf...&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=CuCmFn%2BLqnaZGZJqK...\"\n}" + "value": { + "ids": [ + "_1c368075e0b3..." + ], + "query_string": "SAMLResponse=fZHLasMwEEVbfb1bf...&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=CuCmFn%2BLqnaZGZJqK...", + "realm": "saml1" + } }, "SamlCompleteLogoutRequestExample2": { "summary": "HTTP-Post binding", "description": "Run `POST /_security/saml/complete_logout` to verify the logout response sent by the SAML IdP using the HTTP-Post binding.\n", - "value": "{\n \"realm\": \"saml1\",\n \"ids\": [ \"_1c368075e0b3...\" ],\n \"content\": \"PHNhbWxwOkxvZ291dFJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46...\"\n}" + "value": { + "content": "PHNhbWxwOkxvZ291dFJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46...", + "ids": [ + "_1c368075e0b3..." + ], + "realm": "saml1" + } } } } @@ -36639,7 +40164,10 @@ "examples": { "SamlInvalidateRequestExample1": { "description": "Run `POST /_security/saml/invalidate` to invalidate all the tokens for realm `saml1` pertaining to the user that is identified in the SAML Logout Request.\n", - "value": "{\n \"query_string\" : \"SAMLRequest=nZFda4MwFIb%2FiuS%2BmviRpqFaClKQdbvo2g12M2KMraCJ9cRR9utnW4Wyi13sMie873MeznJ1aWrnS3VQGR0j4mLkKC1NUeljjA77zYyhVbIE0dR%2By7fmaHq7U%2BdegXWGpAZ%2B%2F4pR32luBFTAtWgUcCv56%2Fp5y30X87Yz1khTIycdgpUW9kY7WdsC9zxoXTvMvWuVV98YyMnSGH2SYE5pwALBIr9QKiwDGpW0oGVUznGeMyJZKFkQ4jBf5HnhUymjIhzCAL3KNFihbYx8TBYzzGaY7EnIyZwHzCWMfiDnbRIftkSjJr%2BFu0e9v%2B0EgOquRiiZjKpiVFp6j50T4WXoyNJ%2FEWC9fdqc1t%2F1%2B2F3aUpjzhPiXpqMz1%2FHSn4A&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=MsAYz2NFdovMG2mXf6TSpu5vlQQyEJAg%2B4KCwBqJTmrb3yGXKUtIgvjqf88eCAK32v3eN8vupjPC8LglYmke1ZnjK0%2FKxzkvSjTVA7mMQe2AQdKbkyC038zzRq%2FYHcjFDE%2Bz0qISwSHZY2NyLePmwU7SexEXnIz37jKC6NMEhus%3D\",\n \"realm\" : \"saml1\"\n}" + "value": { + "query_string": "SAMLRequest=nZFda4MwFIb%2FiuS%2BmviRpqFaClKQdbvo2g12M2KMraCJ9cRR9utnW4Wyi13sMie873MeznJ1aWrnS3VQGR0j4mLkKC1NUeljjA77zYyhVbIE0dR%2By7fmaHq7U%2BdegXWGpAZ%2B%2F4pR32luBFTAtWgUcCv56%2Fp5y30X87Yz1khTIycdgpUW9kY7WdsC9zxoXTvMvWuVV98YyMnSGH2SYE5pwALBIr9QKiwDGpW0oGVUznGeMyJZKFkQ4jBf5HnhUymjIhzCAL3KNFihbYx8TBYzzGaY7EnIyZwHzCWMfiDnbRIftkSjJr%2BFu0e9v%2B0EgOquRiiZjKpiVFp6j50T4WXoyNJ%2FEWC9fdqc1t%2F1%2B2F3aUpjzhPiXpqMz1%2FHSn4A&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=MsAYz2NFdovMG2mXf6TSpu5vlQQyEJAg%2B4KCwBqJTmrb3yGXKUtIgvjqf88eCAK32v3eN8vupjPC8LglYmke1ZnjK0%2FKxzkvSjTVA7mMQe2AQdKbkyC038zzRq%2FYHcjFDE%2Bz0qISwSHZY2NyLePmwU7SexEXnIz37jKC6NMEhus%3D", + "realm": "saml1" + } } } } @@ -36676,7 +40204,11 @@ "examples": { "SamlInvalidateResponseExample1": { "description": "A successful response from `POST /_security/saml/invalidate`.", - "value": "{\n \"redirect\" : \"https://my-idp.org/logout/SAMLResponse=....\",\n \"invalidated\" : 2,\n \"realm\" : \"saml1\"\n}" + "value": { + "invalidated": 2, + "realm": "saml1", + "redirect": "https://my-idp.org/logout/SAMLResponse=...." + } } } } @@ -36719,7 +40251,10 @@ "examples": { "SamlLogoutRequestExample1": { "description": "Run `POST /_security/saml/logout` to invalidate the pair of tokens that were generated by calling the SAML authenticate API with a successful SAML response.\n", - "value": "{\n \"token\" : \"46ToAxZVaXVVZTVKOVF5YU04ZFJVUDVSZlV3\",\n \"refresh_token\" : \"mJdXLtmvTUSpoLwMvdBt_w\"\n}" + "value": { + "refresh_token": "mJdXLtmvTUSpoLwMvdBt_w", + "token": "46ToAxZVaXVVZTVKOVF5YU04ZFJVUDVSZlV3" + } } } } @@ -36746,7 +40281,9 @@ "examples": { "SamlLogoutResponseExample1": { "description": "A successful response from `POST /_security/saml/logout`.", - "value": "{\n \"redirect\" : \"https://my-idp.org/logout/SAMLRequest=....\"\n}" + "value": { + "redirect": "https://my-idp.org/logout/SAMLRequest=...." + } } } } @@ -36791,12 +40328,16 @@ "SamlPrepareAuthenticationRequestExample1": { "summary": "Prepare with a realm", "description": "Run `POST /_security/saml/prepare` to generate a SAML authentication request for the SAML realm named `saml1`.\n", - "value": "{\n \"realm\" : \"saml1\"\n}" + "value": { + "realm": "saml1" + } }, "SamlPrepareAuthenticationRequestExample2": { "summary": "Prepare with an ACS", "description": "Run `POST /_security/saml/prepare` to generate a SAML authentication request for the SAML realm with an Assertion Consuming Service (ACS) URL.\n", - "value": "{\n \"acs\" : \"https://kibana.org/api/security/saml/callback\"\n}" + "value": { + "acs": "https://kibana.org/api/security/saml/callback" + } } } } @@ -36812,7 +40353,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "realm": { "description": "The name of the Elasticsearch realm that was used to construct the authentication request.", @@ -36858,7 +40399,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -36883,7 +40424,9 @@ "examples": { "SamlServiceProviderMetadataResponseExample1": { "description": "A successful response from `POST /_security/profile/u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0/_data`, which indicates that the request is acknowledged.\n", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -36903,7 +40446,7 @@ "operationId": "security-suggest-user-profiles", "parameters": [ { - "$ref": "#/components/parameters/security.suggest_user_profiles:data" + "$ref": "#/components/parameters/security.suggest_user_profiles-data" } ], "requestBody": { @@ -36911,7 +40454,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.suggest_user_profiles:200" + "$ref": "#/components/responses/security.suggest_user_profiles-200" } }, "x-state": "Added in 8.2.0" @@ -36925,7 +40468,7 @@ "operationId": "security-suggest-user-profiles-1", "parameters": [ { - "$ref": "#/components/parameters/security.suggest_user_profiles:data" + "$ref": "#/components/parameters/security.suggest_user_profiles-data" } ], "requestBody": { @@ -36933,7 +40476,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.suggest_user_profiles:200" + "$ref": "#/components/responses/security.suggest_user_profiles-200" } }, "x-state": "Added in 8.2.0" @@ -36955,7 +40498,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -36970,14 +40513,14 @@ "description": "The role descriptors to assign to this API key.\nThe API key's effective permissions are an intersection of its assigned privileges and the point in time snapshot of permissions of the owner user.\nYou can assign new privileges by specifying them in this parameter.\nTo remove assigned privileges, you can supply an empty `role_descriptors` parameter, that is to say, an empty object `{}`.\nIf an API key has no assigned privileges, it inherits the owner user's full permissions.\nThe snapshot of the owner's permissions is always updated, whether you supply the `role_descriptors` parameter or not.\nThe structure of a role descriptor is the same as the request for the create API keys API.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -36985,12 +40528,38 @@ "UpdateApiKeyRequestExample1": { "summary": "Update role and metadata", "description": "Run `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx` to assign new role descriptors and metadata to an API key.\n", - "value": "{\n \"role_descriptors\": {\n \"role-a\": {\n \"indices\": [\n {\n \"names\": [\"*\"],\n \"privileges\": [\"write\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"environment\": {\n \"level\": 2,\n \"trusted\": true,\n \"tags\": [\"production\"]\n }\n }\n}" + "value": { + "metadata": { + "environment": { + "level": 2, + "tags": [ + "production" + ], + "trusted": true + } + }, + "role_descriptors": { + "role-a": { + "indices": [ + { + "names": [ + "*" + ], + "privileges": [ + "write" + ] + } + ] + } + } + } }, "UpdateApiKeyRequestExample2": { "summary": "Remove permissions", "description": "Run `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx` to remove the API key's previously assigned permissions. It will inherit the owner user's full permissions.\n", - "value": "{\n \"role_descriptors\": {}\n}" + "value": { + "role_descriptors": {} + } } } } @@ -37017,7 +40586,9 @@ "UpdateApiKeyResponseExample1": { "summary": "Update role and metadata", "description": "A successful response from `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx`. The API key's effective permissions after the update will be the intersection of the supplied role descriptors and the owner user's permissions.\n", - "value": "{\n \"updated\": true\n}" + "value": { + "updated": true + } } } } @@ -37046,7 +40617,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -37058,13 +40629,13 @@ "type": "object", "properties": { "access": { - "$ref": "#/components/schemas/security._types:Access" + "$ref": "#/components/schemas/security._types.Access" }, "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -37074,7 +40645,20 @@ "examples": { "UpdateCrossClusterApiKeyRequestExample1": { "description": "Run `PUT /_security/cross_cluster/api_key/VuaCfGcBCdbkQm-e5aOx` to update a cross-cluster API key, assigning it new access scope and metadata.\n", - "value": "{\n \"access\": {\n \"replication\": [\n {\n \"names\": [\"archive\"]\n }\n ]\n },\n \"metadata\": {\n \"application\": \"replication\"\n }\n}" + "value": { + "access": { + "replication": [ + { + "names": [ + "archive" + ] + } + ] + }, + "metadata": { + "application": "replication" + } + } } } } @@ -37101,7 +40685,9 @@ "examples": { "UpdateCrossClusterApiKeyResponseExample1": { "description": "A successful response from `PUT /_security/cross_cluster/api_key/VuaCfGcBCdbkQm-e5aOx` that indicates that the API key was updated.\n", - "value": "{\n \"updated\": true\n}" + "value": { + "updated": true + } } } } @@ -37120,16 +40706,16 @@ "operationId": "security-update-user-profile-data", "parameters": [ { - "$ref": "#/components/parameters/security.update_user_profile_data:uid" + "$ref": "#/components/parameters/security.update_user_profile_data-uid" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:if_seq_no" + "$ref": "#/components/parameters/security.update_user_profile_data-if_seq_no" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:if_primary_term" + "$ref": "#/components/parameters/security.update_user_profile_data-if_primary_term" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:refresh" + "$ref": "#/components/parameters/security.update_user_profile_data-refresh" } ], "requestBody": { @@ -37137,7 +40723,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.update_user_profile_data:200" + "$ref": "#/components/responses/security.update_user_profile_data-200" } }, "x-state": "Added in 8.2.0" @@ -37151,16 +40737,16 @@ "operationId": "security-update-user-profile-data-1", "parameters": [ { - "$ref": "#/components/parameters/security.update_user_profile_data:uid" + "$ref": "#/components/parameters/security.update_user_profile_data-uid" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:if_seq_no" + "$ref": "#/components/parameters/security.update_user_profile_data-if_seq_no" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:if_primary_term" + "$ref": "#/components/parameters/security.update_user_profile_data-if_primary_term" }, { - "$ref": "#/components/parameters/security.update_user_profile_data:refresh" + "$ref": "#/components/parameters/security.update_user_profile_data-refresh" } ], "requestBody": { @@ -37168,7 +40754,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.update_user_profile_data:200" + "$ref": "#/components/responses/security.update_user_profile_data-200" } }, "x-state": "Added in 8.2.0" @@ -37184,15 +40770,15 @@ "operationId": "shutdown-get-node-1", "parameters": [ { - "$ref": "#/components/parameters/shutdown.get_node:node_id" + "$ref": "#/components/parameters/shutdown.get_node-node_id" }, { - "$ref": "#/components/parameters/shutdown.get_node:master_timeout" + "$ref": "#/components/parameters/shutdown.get_node-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/shutdown.get_node:200" + "$ref": "#/components/responses/shutdown.get_node-200" } }, "x-state": "Added in 7.13.0" @@ -37212,7 +40798,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "style": "simple" }, @@ -37222,7 +40808,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, @@ -37232,7 +40818,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" } @@ -37244,7 +40830,7 @@ "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/shutdown._types:Type" + "$ref": "#/components/schemas/shutdown._types.Type" }, "reason": { "description": "A human-readable reason that the node is being shut down.\nThis field provides information for other cluster operators; it does not affect the shut down process.", @@ -37267,7 +40853,11 @@ "examples": { "ShutdownPutNodeRequestExample1": { "description": "Register a node for shutdown with `PUT /_nodes/USpTGYaBSIKbgSUJR2Z9lg/shutdown`. The `restart` type prepares the node to be restarted.\n", - "value": "{\n \"type\": \"restart\",\n \"reason\": \"Demonstrating how the node shutdown API works\",\n \"allocation_delay\": \"20m\"\n}" + "value": { + "allocation_delay": "20m", + "reason": "Demonstrating how the node shutdown API works", + "type": "restart" + } } } } @@ -37280,7 +40870,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -37303,7 +40893,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "style": "simple" }, @@ -37313,7 +40903,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, @@ -37323,7 +40913,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" } @@ -37334,12 +40924,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ShutdownDeleteNodeResponseExample1": { "description": "A successful response from `DELETE /_nodes/USpTGYaBSIKbgSUJR2Z9lg/shutdown`.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -37359,12 +40951,12 @@ "operationId": "shutdown-get-node", "parameters": [ { - "$ref": "#/components/parameters/shutdown.get_node:master_timeout" + "$ref": "#/components/parameters/shutdown.get_node-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/shutdown.get_node:200" + "$ref": "#/components/responses/shutdown.get_node-200" } }, "x-state": "Added in 7.13.0" @@ -37380,7 +40972,7 @@ "operationId": "simulate-ingest", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest:pipeline" + "$ref": "#/components/parameters/simulate.ingest-pipeline" } ], "requestBody": { @@ -37388,7 +40980,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest:200" + "$ref": "#/components/responses/simulate.ingest-200" } }, "x-state": "Technical preview" @@ -37402,7 +40994,7 @@ "operationId": "simulate-ingest-1", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest:pipeline" + "$ref": "#/components/parameters/simulate.ingest-pipeline" } ], "requestBody": { @@ -37410,7 +41002,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest:200" + "$ref": "#/components/responses/simulate.ingest-200" } }, "x-state": "Technical preview" @@ -37426,10 +41018,10 @@ "operationId": "simulate-ingest-2", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest:index" + "$ref": "#/components/parameters/simulate.ingest-index" }, { - "$ref": "#/components/parameters/simulate.ingest:pipeline" + "$ref": "#/components/parameters/simulate.ingest-pipeline" } ], "requestBody": { @@ -37437,7 +41029,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest:200" + "$ref": "#/components/responses/simulate.ingest-200" } }, "x-state": "Technical preview" @@ -37451,10 +41043,10 @@ "operationId": "simulate-ingest-3", "parameters": [ { - "$ref": "#/components/parameters/simulate.ingest:index" + "$ref": "#/components/parameters/simulate.ingest-index" }, { - "$ref": "#/components/parameters/simulate.ingest:pipeline" + "$ref": "#/components/parameters/simulate.ingest-pipeline" } ], "requestBody": { @@ -37462,7 +41054,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/simulate.ingest:200" + "$ref": "#/components/responses/simulate.ingest-200" } }, "x-state": "Technical preview" @@ -37478,18 +41070,18 @@ "operationId": "slm-get-lifecycle", "parameters": [ { - "$ref": "#/components/parameters/slm.get_lifecycle:policy_id" + "$ref": "#/components/parameters/slm.get_lifecycle-policy_id" }, { - "$ref": "#/components/parameters/slm.get_lifecycle:master_timeout" + "$ref": "#/components/parameters/slm.get_lifecycle-master_timeout" }, { - "$ref": "#/components/parameters/slm.get_lifecycle:timeout" + "$ref": "#/components/parameters/slm.get_lifecycle-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/slm.get_lifecycle:200" + "$ref": "#/components/responses/slm.get_lifecycle-200" } }, "x-state": "Added in 7.4.0" @@ -37509,7 +41101,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -37519,7 +41111,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37529,7 +41121,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37541,20 +41133,20 @@ "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/slm._types:Configuration" + "$ref": "#/components/schemas/slm._types.Configuration" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "repository": { "description": "Repository used to store snapshots created by this policy. This repository must exist prior to the policy’s creation. You can create a repository using the snapshot repository API.", "type": "string" }, "retention": { - "$ref": "#/components/schemas/slm._types:Retention" + "$ref": "#/components/schemas/slm._types.Retention" }, "schedule": { - "$ref": "#/components/schemas/watcher._types:CronExpression" + "$ref": "#/components/schemas/watcher._types.CronExpression" } } }, @@ -37562,12 +41154,39 @@ "PutSnapshotLifecycleRequestExample1 copy": { "summary": "Create a policy", "description": "Run `PUT /_slm/policy/daily-snapshots` to create a lifecycle policy. The `schedule` is when the snapshot should be taken, in this case, 1:30am daily. The `retention` details specify to: keep snapshots for 30 days; always keep at least 5 successful snapshots, even if they're more than 30 days old; keep no more than 50 successful snapshots, even if they're less than 30 days old.\n", - "value": "{\n \"schedule\": \"0 30 1 * * ?\",\n \"name\": \"\",\n \"repository\": \"my_repository\",\n \"config\": {\n \"indices\": [\"data-*\", \"important\"],\n \"ignore_unavailable\": false,\n \"include_global_state\": false\n },\n \"retention\": {\n \"expire_after\": \"30d\",\n \"min_count\": 5,\n \"max_count\": 50\n }\n}" + "value": { + "config": { + "ignore_unavailable": false, + "include_global_state": false, + "indices": [ + "data-*", + "important" + ] + }, + "name": "", + "repository": "my_repository", + "retention": { + "expire_after": "30d", + "max_count": 50, + "min_count": 5 + }, + "schedule": "0 30 1 * * ?" + } }, "PutSnapshotLifecycleRequestExample2": { "summary": "Create a policy with intevals", "description": "Run `PUT /_slm/policy/hourly-snapshots` to create a lifecycle policy that uses interval scheduling. It creates a snapshot once every hour. The first snapshot will be created one hour after the policy is modified, with subsequent snapshots every hour afterward.\n", - "value": "{\n \"schedule\": \"1h\",\n \"name\": \"\",\n \"repository\": \"my_repository\",\n \"config\": {\n \"indices\": [\"data-*\", \"important\"]\n }\n}" + "value": { + "config": { + "indices": [ + "data-*", + "important" + ] + }, + "name": "", + "repository": "my_repository", + "schedule": "1h" + } } } } @@ -37579,7 +41198,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -37602,7 +41221,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -37612,7 +41231,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37622,7 +41241,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37633,7 +41252,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -37658,7 +41277,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -37668,7 +41287,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37678,7 +41297,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37692,7 +41311,7 @@ "type": "object", "properties": { "snapshot_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -37702,7 +41321,9 @@ "examples": { "ExecuteSnapshotLifecycleResponseExample1": { "description": "Run `POST /_slm/policy/daily-snapshots/_execute` to take an immediate snapshot according to the `daily-snapshots` policy.\n", - "value": "{\n \"snapshot_name\": \"daily-snap-2019.04.24-gwrqoo2xtea3q57vvg0uea\"\n}" + "value": { + "snapshot_name": "daily-snap-2019.04.24-gwrqoo2xtea3q57vvg0uea" + } } } } @@ -37727,7 +41348,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37737,7 +41358,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37748,7 +41369,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -37767,15 +41388,15 @@ "operationId": "slm-get-lifecycle-1", "parameters": [ { - "$ref": "#/components/parameters/slm.get_lifecycle:master_timeout" + "$ref": "#/components/parameters/slm.get_lifecycle-master_timeout" }, { - "$ref": "#/components/parameters/slm.get_lifecycle:timeout" + "$ref": "#/components/parameters/slm.get_lifecycle-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/slm.get_lifecycle:200" + "$ref": "#/components/responses/slm.get_lifecycle-200" } }, "x-state": "Added in 7.4.0" @@ -37796,7 +41417,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37806,7 +41427,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37820,10 +41441,10 @@ "type": "object", "properties": { "retention_deletion_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "retention_deletion_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "retention_failed": { "type": "number" @@ -37869,7 +41490,18 @@ "examples": { "GetSnapshotLifecycleManagementStatsResponseExample1": { "description": "A successful response from `GET /_slm/stats`.", - "value": "{\n \"retention_runs\": 13,\n \"retention_failed\": 0,\n \"retention_timed_out\": 0,\n \"retention_deletion_time\": \"1.4s\",\n \"retention_deletion_time_millis\": 1404,\n \"policy_stats\": [ ],\n \"total_snapshots_taken\": 1,\n \"total_snapshots_failed\": 1,\n \"total_snapshots_deleted\": 0,\n \"total_snapshot_deletion_failures\": 0\n}" + "value": { + "policy_stats": [], + "retention_deletion_time": "1.4s", + "retention_deletion_time_millis": 1404, + "retention_failed": 0, + "retention_runs": 13, + "retention_timed_out": 0, + "total_snapshot_deletion_failures": 0, + "total_snapshots_deleted": 0, + "total_snapshots_failed": 1, + "total_snapshots_taken": 1 + } } } } @@ -37893,7 +41525,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37903,7 +41535,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37917,7 +41549,7 @@ "type": "object", "properties": { "operation_mode": { - "$ref": "#/components/schemas/_types:LifecycleOperationMode" + "$ref": "#/components/schemas/_types.LifecycleOperationMode" } }, "required": [ @@ -37927,7 +41559,9 @@ "examples": { "GetSnapshotLifecycleManagementStatusResponseExample1": { "description": "A successful response from `GET _slm/status`.", - "value": "{\n \"operation_mode\": \"RUNNING\"\n}" + "value": { + "operation_mode": "RUNNING" + } } } } @@ -37952,7 +41586,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -37962,7 +41596,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -37973,12 +41607,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StartSnapshotLifecycleManagementResponseExample1": { "description": "A successful response from `POST _slm/start`.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -38003,7 +41639,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -38013,7 +41649,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38024,7 +41660,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -38052,7 +41688,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38062,7 +41698,7 @@ "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -38072,7 +41708,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38086,7 +41722,7 @@ "type": "object", "properties": { "results": { - "$ref": "#/components/schemas/snapshot.cleanup_repository:CleanupRepositoryResults" + "$ref": "#/components/schemas/snapshot.cleanup_repository.CleanupRepositoryResults" } }, "required": [ @@ -38096,7 +41732,12 @@ "examples": { "SnapshotCleanupRepositoryResponseExample1": { "description": "A successful response from `POST /_snapshot/my_repository/_cleanup`.", - "value": "{\n \"results\": {\n \"deleted_bytes\": 20,\n \"deleted_blobs\": 5\n }\n}" + "value": { + "results": { + "deleted_blobs": 5, + "deleted_bytes": 20 + } + } } } } @@ -38122,7 +41763,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38133,7 +41774,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38144,7 +41785,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38154,7 +41795,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38177,7 +41818,9 @@ "examples": { "SnapshotCloneRequestExample1": { "description": "Run `PUT /_snapshot/my_repository/source_snapshot/_clone/target_snapshot` to clone the `source_snapshot` into a new `target_snapshot`.", - "value": "{\n \"indices\": \"index_a,index_b\"\n}" + "value": { + "indices": "index_a,index_b" + } } } } @@ -38190,7 +41833,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -38215,7 +41858,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38226,7 +41869,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -38296,7 +41939,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -38306,7 +41949,7 @@ "description": "The sort order.\nValid values are `asc` for ascending and `desc` for descending order.\nThe default behavior is ascending order.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "style": "form" }, @@ -38336,7 +41979,7 @@ "description": "Filter snapshots by a comma-separated list of snapshot lifecycle management (SLM) policy names that snapshots belong to.\n\nYou can use wildcards (`*`) and combinations of wildcards followed by exclude patterns starting with `-`.\nFor example, the pattern `*,-policy-a-\\*` will return all snapshots except for those that were created by an SLM policy with a name starting with `policy-a-`.\nNote that the wildcard pattern `*` matches all snapshots created by an SLM policy but not those snapshots that were not created by an SLM policy.\nTo include snapshots that were not created by an SLM policy, you can use the special pattern `_none` that will match all snapshots without an SLM policy.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -38346,7 +41989,7 @@ "description": "The sort order for the result.\nThe default behavior is sorting by snapshot start time stamp.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/snapshot._types:SnapshotSort" + "$ref": "#/components/schemas/snapshot._types.SnapshotSort" }, "style": "form" }, @@ -38384,13 +42027,13 @@ "responses": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot.get:SnapshotResponseItem" + "$ref": "#/components/schemas/snapshot.get.SnapshotResponseItem" } }, "snapshots": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:SnapshotInfo" + "$ref": "#/components/schemas/snapshot._types.SnapshotInfo" } } }, @@ -38423,16 +42066,16 @@ "operationId": "snapshot-create", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create:repository" + "$ref": "#/components/parameters/snapshot.create-repository" }, { - "$ref": "#/components/parameters/snapshot.create:snapshot" + "$ref": "#/components/parameters/snapshot.create-snapshot" }, { - "$ref": "#/components/parameters/snapshot.create:master_timeout" + "$ref": "#/components/parameters/snapshot.create-master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create:wait_for_completion" + "$ref": "#/components/parameters/snapshot.create-wait_for_completion" } ], "requestBody": { @@ -38440,7 +42083,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create:200" + "$ref": "#/components/responses/snapshot.create-200" } }, "x-state": "Added in 0.0.0" @@ -38457,16 +42100,16 @@ "operationId": "snapshot-create-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create:repository" + "$ref": "#/components/parameters/snapshot.create-repository" }, { - "$ref": "#/components/parameters/snapshot.create:snapshot" + "$ref": "#/components/parameters/snapshot.create-snapshot" }, { - "$ref": "#/components/parameters/snapshot.create:master_timeout" + "$ref": "#/components/parameters/snapshot.create-master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create:wait_for_completion" + "$ref": "#/components/parameters/snapshot.create-wait_for_completion" } ], "requestBody": { @@ -38474,7 +42117,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create:200" + "$ref": "#/components/responses/snapshot.create-200" } }, "x-state": "Added in 0.0.0" @@ -38493,7 +42136,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38504,7 +42147,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38514,7 +42157,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38525,12 +42168,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "SnapshotDeleteResponseExample1": { "description": "A successful response from `DELETE /_snapshot/my_repository/snapshot_2,snapshot_3`. The request deletes `snapshot_2` and `snapshot_3` from the repository named `my_repository`.\n", - "value": "{\n \"acknowledged\" : true\n}" + "value": { + "acknowledged": true + } } } } @@ -38548,18 +42193,18 @@ "operationId": "snapshot-get-repository-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.get_repository:repository" + "$ref": "#/components/parameters/snapshot.get_repository-repository" }, { - "$ref": "#/components/parameters/snapshot.get_repository:local" + "$ref": "#/components/parameters/snapshot.get_repository-local" }, { - "$ref": "#/components/parameters/snapshot.get_repository:master_timeout" + "$ref": "#/components/parameters/snapshot.get_repository-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.get_repository:200" + "$ref": "#/components/responses/snapshot.get_repository-200" } }, "x-state": "Added in 0.0.0" @@ -38576,16 +42221,16 @@ "operationId": "snapshot-create-repository", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create_repository:repository" + "$ref": "#/components/parameters/snapshot.create_repository-repository" }, { - "$ref": "#/components/parameters/snapshot.create_repository:master_timeout" + "$ref": "#/components/parameters/snapshot.create_repository-master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository:timeout" + "$ref": "#/components/parameters/snapshot.create_repository-timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository:verify" + "$ref": "#/components/parameters/snapshot.create_repository-verify" } ], "requestBody": { @@ -38593,7 +42238,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create_repository:200" + "$ref": "#/components/responses/snapshot.create_repository-200" } }, "x-state": "Added in 0.0.0" @@ -38610,16 +42255,16 @@ "operationId": "snapshot-create-repository-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.create_repository:repository" + "$ref": "#/components/parameters/snapshot.create_repository-repository" }, { - "$ref": "#/components/parameters/snapshot.create_repository:master_timeout" + "$ref": "#/components/parameters/snapshot.create_repository-master_timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository:timeout" + "$ref": "#/components/parameters/snapshot.create_repository-timeout" }, { - "$ref": "#/components/parameters/snapshot.create_repository:verify" + "$ref": "#/components/parameters/snapshot.create_repository-verify" } ], "requestBody": { @@ -38627,7 +42272,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/snapshot.create_repository:200" + "$ref": "#/components/responses/snapshot.create_repository-200" } }, "x-state": "Added in 0.0.0" @@ -38647,7 +42292,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -38657,7 +42302,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -38667,7 +42312,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38678,7 +42323,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -38696,15 +42341,15 @@ "operationId": "snapshot-get-repository", "parameters": [ { - "$ref": "#/components/parameters/snapshot.get_repository:local" + "$ref": "#/components/parameters/snapshot.get_repository-local" }, { - "$ref": "#/components/parameters/snapshot.get_repository:master_timeout" + "$ref": "#/components/parameters/snapshot.get_repository-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.get_repository:200" + "$ref": "#/components/responses/snapshot.get_repository-200" } }, "x-state": "Added in 0.0.0" @@ -38726,7 +42371,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -38776,7 +42421,7 @@ "description": "The maximum size of a blob to be written during the test.\nFor realistic experiments, you should set it to at least `2gb`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "style": "form" }, @@ -38786,7 +42431,7 @@ "description": "An upper limit on the total size of all the blobs written during the test.\nFor realistic experiments, you should set it to at least `1tb`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "style": "form" }, @@ -38846,7 +42491,7 @@ "description": "The period of time to wait for the test to complete.\nIf no response is received before the timeout expires, the test is cancelled and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -38872,16 +42517,16 @@ "type": "number" }, "coordinating_node": { - "$ref": "#/components/schemas/snapshot.repository_analyze:SnapshotNodeInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.SnapshotNodeInfo" }, "delete_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "delete_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "details": { - "$ref": "#/components/schemas/snapshot.repository_analyze:DetailsInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.DetailsInfo" }, "early_read_node_count": { "description": "The limit on the number of nodes on which early read operations were performed after writing each blob.", @@ -38895,20 +42540,20 @@ } }, "listing_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "listing_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "max_blob_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_blob_size_bytes": { "description": "The limit, in bytes, on the size of a blob written during the test.", "type": "number" }, "max_total_data_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_total_data_size_bytes": { "description": "The limit, in bytes, on the total size of all blob written during the test.", @@ -38931,7 +42576,7 @@ "type": "number" }, "summary": { - "$ref": "#/components/schemas/snapshot.repository_analyze:SummaryInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.SummaryInfo" } }, "required": [ @@ -38980,7 +42625,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -39099,7 +42744,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -39110,7 +42755,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -39120,7 +42765,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -39171,10 +42816,10 @@ "type": "boolean" }, "index_settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "partial": { "description": "If `false`, the entire restore operation will fail if one or more indices included in the snapshot do not have all primary shards available.\n\nIf true, it allows restoring a partial snapshot of indices with unavailable shards.\nOnly shards that were successfully included in the snapshot will be restored.\nAll missing shards will be recreated as empty.", @@ -39197,12 +42842,21 @@ "SnapshotRestoreRequestExample1": { "summary": "Restore with rename pattern", "description": "Run `POST /_snapshot/my_repository/snapshot_2/_restore?wait_for_completion=true`. It restores `index_1` and `index_2` from `snapshot_2`. The `rename_pattern` and `rename_replacement` parameters indicate any index matching the regular expression `index_(.+)` will be renamed using the pattern `restored_index_$1`. For example, `index_1` will be renamed to `restored_index_1`.\n", - "value": "{\n \"indices\": \"index_1,index_2\",\n \"ignore_unavailable\": true,\n \"include_global_state\": false,\n \"rename_pattern\": \"index_(.+)\",\n \"rename_replacement\": \"restored_index_$1\",\n \"include_aliases\": false\n}" + "value": { + "ignore_unavailable": true, + "include_aliases": false, + "include_global_state": false, + "indices": "index_1,index_2", + "rename_pattern": "index_(.+)", + "rename_replacement": "restored_index_$1" + } }, "SnapshotRestoreRequestExample2": { "summary": "Restore in-place", "description": "Close `index_1` then run `POST /_snapshot/my_repository/snapshot_2/_restore?wait_for_completion=true` to restore an index in-place. For example, you might want to perform this type of restore operation when no alternative options surface after the cluster allocation explain API reports `no_valid_shard_copy`.\n", - "value": "{\n \"indices\": \"index_1\"\n}" + "value": { + "indices": "index_1" + } } } } @@ -39220,7 +42874,7 @@ "type": "boolean" }, "snapshot": { - "$ref": "#/components/schemas/snapshot.restore:SnapshotRestore" + "$ref": "#/components/schemas/snapshot.restore.SnapshotRestore" } } } @@ -39241,15 +42895,15 @@ "operationId": "snapshot-status", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status-ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status:master_timeout" + "$ref": "#/components/parameters/snapshot.status-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status:200" + "$ref": "#/components/responses/snapshot.status-200" } }, "x-state": "Added in 7.8.0" @@ -39265,18 +42919,18 @@ "operationId": "snapshot-status-1", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status:repository" + "$ref": "#/components/parameters/snapshot.status-repository" }, { - "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status-ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status:master_timeout" + "$ref": "#/components/parameters/snapshot.status-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status:200" + "$ref": "#/components/responses/snapshot.status-200" } }, "x-state": "Added in 7.8.0" @@ -39292,21 +42946,21 @@ "operationId": "snapshot-status-2", "parameters": [ { - "$ref": "#/components/parameters/snapshot.status:repository" + "$ref": "#/components/parameters/snapshot.status-repository" }, { - "$ref": "#/components/parameters/snapshot.status:snapshot" + "$ref": "#/components/parameters/snapshot.status-snapshot" }, { - "$ref": "#/components/parameters/snapshot.status:ignore_unavailable" + "$ref": "#/components/parameters/snapshot.status-ignore_unavailable" }, { - "$ref": "#/components/parameters/snapshot.status:master_timeout" + "$ref": "#/components/parameters/snapshot.status-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/snapshot.status:200" + "$ref": "#/components/responses/snapshot.status-200" } }, "x-state": "Added in 7.8.0" @@ -39331,7 +42985,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -39341,7 +42995,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -39351,7 +43005,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -39368,7 +43022,7 @@ "description": "Information about the nodes connected to the snapshot repository.\nThe key is the ID of the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot.verify_repository:CompactNodeInfo" + "$ref": "#/components/schemas/snapshot.verify_repository.CompactNodeInfo" } } }, @@ -39408,7 +43062,9 @@ "examples": { "ClearSqlCursorRequestExample1": { "description": "Run `POST _sql/close` to clear an SQL search cursor.", - "value": "{\n \"cursor\": \"sDXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAAEWYUpOYklQMHhRUEtld3RsNnFtYU1hQQ==:BAFmBGRhdGUBZgVsaWtlcwFzB21lc3NhZ2UBZgR1c2Vy9f///w8=\"\n}" + "value": { + "cursor": "sDXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAAEWYUpOYklQMHhRUEtld3RsNnFtYU1hQQ==:BAFmBGRhdGUBZgVsaWtlcwFzB21lc3NhZ2UBZgR1c2Vy9f///w8=" + } } } } @@ -39454,7 +43110,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39465,7 +43121,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -39490,7 +43146,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -39520,7 +43176,7 @@ "description": "The retention period for the search and its results.\nIt defaults to the `keep_alive` period for the original SQL search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -39530,7 +43186,7 @@ "description": "The period to wait for complete results.\nIt defaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -39544,7 +43200,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_running": { "description": "If `true`, the search is still running.\nIf `false`, the search has finished.\nThis value is returned only for async and saved synchronous searches.\nFor CSV, TSV, and TXT responses, this value is returned in the `Async-partial` HTTP header.", @@ -39558,7 +43214,7 @@ "description": "Column headings for the search results. Each object is a column.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Column" + "$ref": "#/components/schemas/sql._types.Column" } }, "cursor": { @@ -39569,7 +43225,7 @@ "description": "The values for the search results.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Row" + "$ref": "#/components/schemas/sql._types.Row" } } }, @@ -39603,7 +43259,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39617,7 +43273,7 @@ "type": "object", "properties": { "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "id": { "description": "The identifier for the search.", @@ -39632,10 +43288,10 @@ "type": "boolean" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_status": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -39663,7 +43319,7 @@ "operationId": "sql-query-1", "parameters": [ { - "$ref": "#/components/parameters/sql.query:format" + "$ref": "#/components/parameters/sql.query-format" } ], "requestBody": { @@ -39671,7 +43327,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query:200" + "$ref": "#/components/responses/sql.query-200" } }, "x-state": "Added in 6.3.0" @@ -39685,7 +43341,7 @@ "operationId": "sql-query", "parameters": [ { - "$ref": "#/components/parameters/sql.query:format" + "$ref": "#/components/parameters/sql.query-format" } ], "requestBody": { @@ -39693,7 +43349,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query:200" + "$ref": "#/components/responses/sql.query-200" } }, "x-state": "Added in 6.3.0" @@ -39712,7 +43368,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate:200" + "$ref": "#/components/responses/sql.translate-200" } }, "x-state": "Added in 6.3.0" @@ -39729,7 +43385,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate:200" + "$ref": "#/components/responses/sql.translate-200" } }, "x-state": "Added in 6.3.0" @@ -39754,13 +43410,41 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/ssl.certificates:CertificateInformation" + "$ref": "#/components/schemas/ssl.certificates.CertificateInformation" } }, "examples": { "GetCertificatesResponseExample1": { "description": "A successful response from `GET /_ssl/certificates`, which provides information about the certificates on a single node of Elasticsearch.\n", - "value": "[\n {\n \"path\": \"certs/elastic-certificates.p12\",\n \"format\": \"PKCS12\",\n \"alias\": \"instance\",\n \"subject_dn\": \"CN=Elastic Certificate Tool Autogenerated CA\",\n \"serial_number\": \"a20f0ee901e8f69dc633ff633e5cd5437cdb4137\",\n \"has_private_key\": false,\n \"expiry\": \"2021-01-15T20:42:49.000Z\"\n },\n {\n \"path\": \"certs/elastic-certificates.p12\",\n \"format\": \"PKCS12\",\n \"alias\": \"ca\",\n \"subject_dn\": \"CN=Elastic Certificate Tool Autogenerated CA\",\n \"serial_number\": \"a20f0ee901e8f69dc633ff633e5cd5437cdb4137\",\n \"has_private_key\": false,\n \"expiry\": \"2021-01-15T20:42:49.000Z\"\n },\n {\n \"path\": \"certs/elastic-certificates.p12\",\n \"format\": \"PKCS12\",\n \"alias\": \"instance\",\n \"subject_dn\": \"CN=instance\",\n \"serial_number\": \"fc1905e1494dc5230218d079c47a617088f84ce0\",\n \"has_private_key\": true,\n \"expiry\": \"2021-01-15T20:44:32.000Z\"\n }\n]" + "value": [ + { + "alias": "instance", + "expiry": "2021-01-15T20:42:49.000Z", + "format": "PKCS12", + "has_private_key": false, + "path": "certs/elastic-certificates.p12", + "serial_number": "a20f0ee901e8f69dc633ff633e5cd5437cdb4137", + "subject_dn": "CN=Elastic Certificate Tool Autogenerated CA" + }, + { + "alias": "ca", + "expiry": "2021-01-15T20:42:49.000Z", + "format": "PKCS12", + "has_private_key": false, + "path": "certs/elastic-certificates.p12", + "serial_number": "a20f0ee901e8f69dc633ff633e5cd5437cdb4137", + "subject_dn": "CN=Elastic Certificate Tool Autogenerated CA" + }, + { + "alias": "instance", + "expiry": "2021-01-15T20:44:32.000Z", + "format": "PKCS12", + "has_private_key": true, + "path": "certs/elastic-certificates.p12", + "serial_number": "fc1905e1494dc5230218d079c47a617088f84ce0", + "subject_dn": "CN=instance" + } + ] } } } @@ -39785,7 +43469,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -39826,7 +43510,7 @@ "description": "Synonym rule details.", "type": "array", "items": { - "$ref": "#/components/schemas/synonyms._types:SynonymRuleRead" + "$ref": "#/components/schemas/synonyms._types.SynonymRuleRead" } } }, @@ -39838,7 +43522,23 @@ "examples": { "SynonymsGetResponseExample1": { "description": "A successful response from `GET _synonyms/my-synonyms-set`.", - "value": "{\n \"count\": 3,\n \"synonyms_set\": [\n {\n \"id\": \"test-1\",\n \"synonyms\": \"hello, hi\"\n },\n {\n \"id\": \"test-2\",\n \"synonyms\": \"bye, goodbye\"\n },\n {\n \"id\": \"test-3\",\n \"synonyms\": \"test => check\"\n }\n ]\n}" + "value": { + "count": 3, + "synonyms_set": [ + { + "id": "test-1", + "synonyms": "hello, hi" + }, + { + "id": "test-2", + "synonyms": "bye, goodbye" + }, + { + "id": "test-3", + "synonyms": "test => check" + } + ] + } } } } @@ -39862,7 +43562,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39877,12 +43577,12 @@ "description": "The synonym rules definitions for the synonyms set.", "oneOf": [ { - "$ref": "#/components/schemas/synonyms._types:SynonymRule" + "$ref": "#/components/schemas/synonyms._types.SynonymRule" }, { "type": "array", "items": { - "$ref": "#/components/schemas/synonyms._types:SynonymRule" + "$ref": "#/components/schemas/synonyms._types.SynonymRule" } } ] @@ -39905,10 +43605,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "reload_analyzers_details": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } }, "required": [ @@ -39937,7 +43637,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39948,7 +43648,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -39973,7 +43673,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -39984,7 +43684,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -39995,12 +43695,15 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymRuleRead" + "$ref": "#/components/schemas/synonyms._types.SynonymRuleRead" }, "examples": { "SynonymRuleGetResponseExample1": { "description": "A successful response from `GET _synonyms/my-synonyms-set/test-1`.", - "value": "{\n \"id\": \"test-1\",\n \"synonyms\": \"hello, hi\"\n}" + "value": { + "id": "test-1", + "synonyms": "hello, hi" + } } } } @@ -40024,7 +43727,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -40035,7 +43738,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -40047,7 +43750,7 @@ "type": "object", "properties": { "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ @@ -40058,7 +43761,9 @@ "SynonymRulePutRequestExample1": { "summary": "synonyms/apis/put-synonym-rule.asciidoc:107", "description": "", - "value": "{\n \"synonyms\": \"hello, hi, howdy\"\n}" + "value": { + "synonyms": "hello, hi, howdy" + } } } } @@ -40071,12 +43776,32 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymsUpdateResult" + "$ref": "#/components/schemas/synonyms._types.SynonymsUpdateResult" }, "examples": { "SynonymRuleResponseExample1": { "description": "A successful response from `PUT _synonyms/my-synonyms-set/test-1`.\n", - "value": "{\n \"result\": \"updated\",\n \"reload_analyzers_details\": {\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"reload_details\": [\n {\n \"index\": \"test-index\",\n \"reloaded_analyzers\": [\n \"my_search_analyzer\"\n ],\n \"reloaded_node_ids\": [\n \"1wYFZzq8Sxeu_Jvt9mlbkg\"\n ]\n }\n ]\n }\n}" + "value": { + "reload_analyzers_details": { + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "reload_details": [ + { + "index": "test-index", + "reloaded_analyzers": [ + "my_search_analyzer" + ], + "reloaded_node_ids": [ + "1wYFZzq8Sxeu_Jvt9mlbkg" + ] + } + ] + }, + "result": "updated" + } } } } @@ -40100,7 +43825,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -40111,7 +43836,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -40122,12 +43847,32 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymsUpdateResult" + "$ref": "#/components/schemas/synonyms._types.SynonymsUpdateResult" }, "examples": { "SynonymRuleDeleteResponseExample1": { "description": "A successful response from `DELETE _synonyms/my-synonyms-set/test-1`. All analyzers using this synonyms set will be reloaded automatically to reflect the rule being deleted.\n", - "value": "{\n \"result\": \"deleted\",\n \"reload_analyzers_details\": {\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"reload_details\": [\n {\n \"index\": \"test-index\",\n \"reloaded_analyzers\": [\n \"my_search_analyzer\"\n ],\n \"reloaded_node_ids\": [\n \"1wYFZzq8Sxeu_Jvt9mlbkg\"\n ]\n }\n ]\n }\n}" + "value": { + "reload_analyzers_details": { + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "reload_details": [ + { + "index": "test-index", + "reloaded_analyzers": [ + "my_search_analyzer" + ], + "reloaded_node_ids": [ + "1wYFZzq8Sxeu_Jvt9mlbkg" + ] + } + ] + }, + "result": "deleted" + } } } } @@ -40183,7 +43928,7 @@ "description": "The identifier and total number of defined synonym rules for each synonyms set.", "type": "array", "items": { - "$ref": "#/components/schemas/synonyms.get_synonyms_sets:SynonymsSetItem" + "$ref": "#/components/schemas/synonyms.get_synonyms_sets.SynonymsSetItem" } } }, @@ -40195,7 +43940,23 @@ "examples": { "SynonymsSetsGetResponseExample1": { "description": "A successful response from `GET _synonyms`.", - "value": "{\n \"count\": 3,\n \"results\": [\n {\n \"synonyms_set\": \"ecommerce-synonyms\",\n \"count\": 2\n },\n {\n \"synonyms_set\": \"my-synonyms-set\",\n \"count\": 3\n },\n {\n \"synonyms_set\": \"new-ecommerce-synonyms\",\n \"count\": 1\n }\n ]\n}" + "value": { + "count": 3, + "results": [ + { + "count": 2, + "synonyms_set": "ecommerce-synonyms" + }, + { + "count": 3, + "synonyms_set": "my-synonyms-set" + }, + { + "count": 1, + "synonyms_set": "new-ecommerce-synonyms" + } + ] + } } } } @@ -40215,21 +43976,21 @@ "operationId": "tasks-cancel", "parameters": [ { - "$ref": "#/components/parameters/tasks.cancel:actions" + "$ref": "#/components/parameters/tasks.cancel-actions" }, { - "$ref": "#/components/parameters/tasks.cancel:nodes" + "$ref": "#/components/parameters/tasks.cancel-nodes" }, { - "$ref": "#/components/parameters/tasks.cancel:parent_task_id" + "$ref": "#/components/parameters/tasks.cancel-parent_task_id" }, { - "$ref": "#/components/parameters/tasks.cancel:wait_for_completion" + "$ref": "#/components/parameters/tasks.cancel-wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/tasks.cancel:200" + "$ref": "#/components/responses/tasks.cancel-200" } }, "x-state": "Technical preview" @@ -40245,24 +44006,24 @@ "operationId": "tasks-cancel-1", "parameters": [ { - "$ref": "#/components/parameters/tasks.cancel:task_id" + "$ref": "#/components/parameters/tasks.cancel-task_id" }, { - "$ref": "#/components/parameters/tasks.cancel:actions" + "$ref": "#/components/parameters/tasks.cancel-actions" }, { - "$ref": "#/components/parameters/tasks.cancel:nodes" + "$ref": "#/components/parameters/tasks.cancel-nodes" }, { - "$ref": "#/components/parameters/tasks.cancel:parent_task_id" + "$ref": "#/components/parameters/tasks.cancel-parent_task_id" }, { - "$ref": "#/components/parameters/tasks.cancel:wait_for_completion" + "$ref": "#/components/parameters/tasks.cancel-wait_for_completion" } ], "responses": { "200": { - "$ref": "#/components/responses/tasks.cancel:200" + "$ref": "#/components/responses/tasks.cancel-200" } }, "x-state": "Technical preview" @@ -40284,7 +44045,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -40294,7 +44055,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -40321,13 +44082,13 @@ "type": "boolean" }, "task": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" }, "response": { "type": "object" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -40339,12 +44100,75 @@ "GetTaskResponseExample1": { "summary": "Get cluster actions", "description": "A successful response from `GET _tasks?actions=cluster:*`, which retrieves all cluster-related tasks.\n", - "value": "{\n \"nodes\" : {\n \"oTUltX4IQMOUUVeiohTt8A\" : {\n \"name\" : \"H5dfFeA\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"tasks\" : {\n \"oTUltX4IQMOUUVeiohTt8A:124\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 124,\n \"type\" : \"direct\",\n \"action\" : \"cluster:monitor/tasks/lists[n]\",\n \"start_time_in_millis\" : 1458585884904,\n \"running_time_in_nanos\" : 47402,\n \"cancellable\" : false,\n \"parent_task_id\" : \"oTUltX4IQMOUUVeiohTt8A:123\"\n },\n \"oTUltX4IQMOUUVeiohTt8A:123\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 123,\n \"type\" : \"transport\",\n \"action\" : \"cluster:monitor/tasks/lists\",\n \"start_time_in_millis\" : 1458585884904,\n \"running_time_in_nanos\" : 236042,\n \"cancellable\" : false\n }\n }\n }\n }\n}" + "value": { + "nodes": { + "oTUltX4IQMOUUVeiohTt8A": { + "host": "127.0.0.1", + "ip": "127.0.0.1:9300", + "name": "H5dfFeA", + "tasks": { + "oTUltX4IQMOUUVeiohTt8A:123": { + "action": "cluster:monitor/tasks/lists", + "cancellable": false, + "id": 123, + "node": "oTUltX4IQMOUUVeiohTt8A", + "running_time_in_nanos": 236042, + "start_time_in_millis": 1458585884904, + "type": "transport" + }, + "oTUltX4IQMOUUVeiohTt8A:124": { + "action": "cluster:monitor/tasks/lists[n]", + "cancellable": false, + "id": 124, + "node": "oTUltX4IQMOUUVeiohTt8A", + "parent_task_id": "oTUltX4IQMOUUVeiohTt8A:123", + "running_time_in_nanos": 47402, + "start_time_in_millis": 1458585884904, + "type": "direct" + } + }, + "transport_address": "127.0.0.1:9300" + } + } + } }, "GetTaskResponseExample2": { "summary": "Get details about a delete by query", "description": "A successful response from `GET _tasks?detailed=true&actions=*/delete/byquery`, which gets the status of a delete by query operation. The `status` object contains the actual status. `total` is the total number of operations that the reindex expects to perform. You can estimate the progress by adding the `updated`, `created`, and `deleted` fields. The request will finish when their sum is equal to the `total` field.\n", - "value": "{\n \"nodes\" : {\n \"r1A2WoRbTwKZ516z6NEs5A\" : {\n \"name\" : \"r1A2WoR\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"attributes\" : {\n \"testattr\" : \"test\",\n \"portsfile\" : \"true\"\n },\n \"tasks\" : {\n \"r1A2WoRbTwKZ516z6NEs5A:36619\" : {\n \"node\" : \"r1A2WoRbTwKZ516z6NEs5A\",\n \"id\" : 36619,\n \"type\" : \"transport\",\n \"action\" : \"indices:data/write/delete/byquery\",\n \"status\" : { \n \"total\" : 6154,\n \"updated\" : 0,\n \"created\" : 0,\n \"deleted\" : 3500,\n \"batches\" : 36,\n \"version_conflicts\" : 0,\n \"noops\" : 0,\n \"retries\": 0,\n \"throttled_millis\": 0\n },\n \"description\" : \"\"\n }\n }\n }\n }\n}" + "value": { + "nodes": { + "r1A2WoRbTwKZ516z6NEs5A": { + "attributes": { + "portsfile": "true", + "testattr": "test" + }, + "host": "127.0.0.1", + "ip": "127.0.0.1:9300", + "name": "r1A2WoR", + "tasks": { + "r1A2WoRbTwKZ516z6NEs5A:36619": { + "action": "indices:data/write/delete/byquery", + "description": "", + "id": 36619, + "node": "r1A2WoRbTwKZ516z6NEs5A", + "status": { + "batches": 36, + "created": 0, + "deleted": 3500, + "noops": 0, + "retries": 0, + "throttled_millis": 0, + "total": 6154, + "updated": 0, + "version_conflicts": 0 + }, + "type": "transport" + } + }, + "transport_address": "127.0.0.1:9300" + } + } + } } } } @@ -40399,7 +44223,7 @@ "description": "A key that is used to group tasks in the response.\nThe task lists can be grouped either by nodes or by parent tasks.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/tasks._types:GroupBy" + "$ref": "#/components/schemas/tasks._types.GroupBy" }, "style": "form" }, @@ -40409,7 +44233,7 @@ "description": "A comma-separated list of node IDs or names that is used to limit the returned information.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "form" }, @@ -40419,7 +44243,7 @@ "description": "A parent task identifier that is used to limit returned information.\nTo return all tasks, omit this parameter or use a value of `-1`.\nIf the parent task is not found, the API does not return a 404 response code.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -40429,7 +44253,7 @@ "description": "The period to wait for each node to respond.\nIf a node does not respond before its timeout expires, the response does not include its information.\nHowever, timed out nodes are included in the `node_failures` property.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -40450,12 +44274,34 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/tasks._types:TaskListResponseBase" + "$ref": "#/components/schemas/tasks._types.TaskListResponseBase" }, "examples": { "ListTasksResponseExample1": { "description": "A successful response from `GET _tasks?actions=*search&detailed` The `detailed` parameter affects the `description` field, which contains human readable text that identifies the particular request that the task is performing. For example, it helps identify the search request being performed by a search task.\n", - "value": "{\n \"nodes\" : {\n \"oTUltX4IQMOUUVeiohTt8A\" : {\n \"name\" : \"H5dfFeA\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"tasks\" : {\n \"oTUltX4IQMOUUVeiohTt8A:464\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 464,\n \"type\" : \"transport\",\n \"action\" : \"indices:data/read/search\",\n \"description\" : \"indices[test], types[test], search_type[QUERY_THEN_FETCH], source[{\\\"query\\\":...}]\",\n \"start_time_in_millis\" : 1483478610008,\n \"running_time_in_nanos\" : 13991383,\n \"cancellable\" : true,\n \"cancelled\" : false\n }\n }\n }\n }\n}" + "value": { + "nodes": { + "oTUltX4IQMOUUVeiohTt8A": { + "host": "127.0.0.1", + "ip": "127.0.0.1:9300", + "name": "H5dfFeA", + "tasks": { + "oTUltX4IQMOUUVeiohTt8A:464": { + "action": "indices:data/read/search", + "cancellable": true, + "cancelled": false, + "description": "indices[test], types[test], search_type[QUERY_THEN_FETCH], source[{\"query\":...}]", + "id": 464, + "node": "oTUltX4IQMOUUVeiohTt8A", + "running_time_in_nanos": 13991383, + "start_time_in_millis": 1483478610008, + "type": "transport" + } + }, + "transport_address": "127.0.0.1:9300" + } + } + } } } } @@ -40475,7 +44321,7 @@ "operationId": "terms-enum", "parameters": [ { - "$ref": "#/components/parameters/terms_enum:index" + "$ref": "#/components/parameters/terms_enum-index" } ], "requestBody": { @@ -40483,7 +44329,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum:200" + "$ref": "#/components/responses/terms_enum-200" } }, "x-state": "Added in 7.14.0" @@ -40497,7 +44343,7 @@ "operationId": "terms-enum-1", "parameters": [ { - "$ref": "#/components/parameters/terms_enum:index" + "$ref": "#/components/parameters/terms_enum-index" } ], "requestBody": { @@ -40505,7 +44351,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum:200" + "$ref": "#/components/responses/terms_enum-200" } }, "x-state": "Added in 7.14.0" @@ -40521,43 +44367,43 @@ "operationId": "termvectors", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:id" + "$ref": "#/components/parameters/termvectors-id" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -40565,7 +44411,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } }, @@ -40578,43 +44424,43 @@ "operationId": "termvectors-1", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:id" + "$ref": "#/components/parameters/termvectors-id" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -40622,7 +44468,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } } @@ -40637,40 +44483,40 @@ "operationId": "termvectors-2", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -40678,7 +44524,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } }, @@ -40691,40 +44537,40 @@ "operationId": "termvectors-3", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -40732,7 +44578,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } } @@ -40772,7 +44618,7 @@ "description": "The number of documents to include in the structural analysis.\nThe minimum value is 2.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "style": "form" }, @@ -40782,7 +44628,7 @@ "description": "The mode of compatibility with ECS compliant Grok patterns.\nUse this parameter to specify whether to use ECS Grok patterns instead of legacy ones when the structure finder creates a Grok pattern.\nThis setting primarily has an impact when a whole message Grok pattern such as `%{CATALINALOG}` matches the input.\nIf the structure finder identifies a common structure but has no idea of the meaning then generic field names such as `path`, `ipaddress`, `field1`, and `field2` are used in the `grok_pattern` output.\nThe intention in that situation is that a user who knows the meanings will rename the fields before using them.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/text_structure._types:EcsCompatibilityType" + "$ref": "#/components/schemas/text_structure._types.EcsCompatibilityType" }, "style": "form" }, @@ -40803,7 +44649,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, @@ -40813,7 +44659,7 @@ "description": "The high level structure of the text.\nBy default, the API chooses the format.\nIn this default scenario, all rows must have the same number of fields for a delimited format to be detected.\nIf the format is set to delimited and the delimiter is not set, however, the API tolerates up to 5% of rows that have a different number of columns than the first row.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/text_structure._types:FormatType" + "$ref": "#/components/schemas/text_structure._types.FormatType" }, "style": "form" }, @@ -40823,7 +44669,7 @@ "description": "If the format is `semi_structured_text`, you can specify a Grok pattern that is used to extract fields from every message in the text.\nThe name of the timestamp field in the Grok pattern must match what is specified in the `timestamp_field` parameter.\nIf that parameter is not specified, the name of the timestamp field in the Grok pattern must match \"timestamp\".\nIf `grok_pattern` is not specified, the structure finder creates a Grok pattern.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "style": "form" }, @@ -40834,7 +44680,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "form" }, @@ -40864,7 +44710,7 @@ "description": "The maximum amount of time that the structure analysis can take.\nIf the analysis is still running when the timeout expires, it will be stopped.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -40874,7 +44720,7 @@ "description": "The name of the field that contains the primary timestamp of each record in the text.\nIn particular, if the text was ingested into an index, this is the field that would be used to populate the `@timestamp` field.\n\nIf the format is `semi_structured_text`, this field must match the name of the appropriate extraction in the `grok_pattern`.\nTherefore, for semi-structured text, it is best not to specify this parameter unless `grok_pattern` is also specified.\n\nFor structured text, if you specify this parameter, the field must exist within the text.\n\nIf this parameter is not specified, the structure finder makes a decision about which field (if any) is the primary timestamp field.\nFor structured text, it is not compulsory to have a timestamp in the text.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, @@ -40901,19 +44747,19 @@ "type": "string" }, "ecs_compatibility": { - "$ref": "#/components/schemas/text_structure._types:EcsCompatibilityType" + "$ref": "#/components/schemas/text_structure._types.EcsCompatibilityType" }, "field_stats": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/text_structure._types:FieldStat" + "$ref": "#/components/schemas/text_structure._types.FieldStat" } }, "format": { - "$ref": "#/components/schemas/text_structure._types:FormatType" + "$ref": "#/components/schemas/text_structure._types.FormatType" }, "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "java_timestamp_formats": { "type": "array", @@ -40928,10 +44774,10 @@ } }, "ingest_pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineConfig" + "$ref": "#/components/schemas/ingest._types.PipelineConfig" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "multiline_start_pattern": { "type": "string" @@ -40949,7 +44795,7 @@ "type": "string" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -40967,7 +44813,171 @@ "examples": { "FindFieldStructureResponseExample1": { "description": "A successful response from `GET _text_structure/find_field_structure?index=test-logs&field=message`.", - "value": "{\n \"num_lines_analyzed\" : 22,\n \"num_messages_analyzed\" : 22,\n \"sample_start\" : \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\\n[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\\n\",\n \"charset\" : \"UTF-8\",\n \"format\" : \"semi_structured_text\",\n \"multiline_start_pattern\" : \"^\\\\[\\\\b\\\\d{4}-\\\\d{2}-\\\\d{2}[T ]\\\\d{2}:\\\\d{2}\",\n \"grok_pattern\" : \"\\\\[%{TIMESTAMP_ISO8601:timestamp}\\\\]\\\\[%{LOGLEVEL:loglevel} \\\\]\\\\[.*\",\n \"ecs_compatibility\" : \"disabled\",\n \"timestamp_field\" : \"timestamp\",\n \"joda_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"java_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"need_client_timezone\" : true,\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n },\n \"loglevel\" : {\n \"type\" : \"keyword\"\n },\n \"message\" : {\n \"type\" : \"text\"\n }\n }\n },\n \"ingest_pipeline\" : {\n \"description\" : \"Ingest pipeline created by text structure finder\",\n \"processors\" : [\n {\n \"grok\" : {\n \"field\" : \"message\",\n \"patterns\" : [\n \"\\\\[%{TIMESTAMP_ISO8601:timestamp}\\\\]\\\\[%{LOGLEVEL:loglevel} \\\\]\\\\[.*\"\n ],\n \"ecs_compatibility\" : \"disabled\"\n }\n },\n {\n \"date\" : {\n \"field\" : \"timestamp\",\n \"timezone\" : \"{{ event.timezone }}\",\n \"formats\" : [\n \"ISO8601\"\n ]\n }\n },\n {\n \"remove\" : {\n \"field\" : \"timestamp\"\n }\n }\n ]\n },\n \"field_stats\" : {\n \"loglevel\" : {\n \"count\" : 22,\n \"cardinality\" : 1,\n \"top_hits\" : [\n {\n \"value\" : \"INFO\",\n \"count\" : 22\n }\n ]\n },\n \"message\" : {\n \"count\" : 22,\n \"cardinality\" : 22,\n \"top_hits\" : [\n {\n \"value\" : \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]\",\n \"count\" : 1\n }\n ]\n },\n \"timestamp\" : {\n \"count\" : 22,\n \"cardinality\" : 14,\n \"earliest\" : \"2024-03-05T10:52:36,256\",\n \"latest\" : \"2024-03-05T10:52:49,199\",\n \"top_hits\" : [\n {\n \"value\" : \"2024-03-05T10:52:41,044\",\n \"count\" : 6\n },\n {\n \"value\" : \"2024-03-05T10:52:41,043\",\n \"count\" : 3\n },\n {\n \"value\" : \"2024-03-05T10:52:41,059\",\n \"count\" : 2\n },\n {\n \"value\" : \"2024-03-05T10:52:36,256\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:41,038\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:41,042\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:43,291\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:46,098\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:47,227\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:47,259\",\n \"count\" : 1\n }\n ]\n }\n }\n}" + "value": { + "charset": "UTF-8", + "ecs_compatibility": "disabled", + "field_stats": { + "loglevel": { + "cardinality": 1, + "count": 22, + "top_hits": [ + { + "count": 22, + "value": "INFO" + } + ] + }, + "message": { + "cardinality": 22, + "count": 22, + "top_hits": [ + { + "count": 1, + "value": "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]" + } + ] + }, + "timestamp": { + "cardinality": 14, + "count": 22, + "earliest": "2024-03-05T10:52:36,256", + "latest": "2024-03-05T10:52:49,199", + "top_hits": [ + { + "count": 6, + "value": "2024-03-05T10:52:41,044" + }, + { + "count": 3, + "value": "2024-03-05T10:52:41,043" + }, + { + "count": 2, + "value": "2024-03-05T10:52:41,059" + }, + { + "count": 1, + "value": "2024-03-05T10:52:36,256" + }, + { + "count": 1, + "value": "2024-03-05T10:52:41,038" + }, + { + "count": 1, + "value": "2024-03-05T10:52:41,042" + }, + { + "count": 1, + "value": "2024-03-05T10:52:43,291" + }, + { + "count": 1, + "value": "2024-03-05T10:52:46,098" + }, + { + "count": 1, + "value": "2024-03-05T10:52:47,227" + }, + { + "count": 1, + "value": "2024-03-05T10:52:47,259" + } + ] + } + }, + "format": "semi_structured_text", + "grok_pattern": "\\[%{TIMESTAMP_ISO8601:timestamp}\\]\\[%{LOGLEVEL:loglevel} \\]\\[.*", + "ingest_pipeline": { + "description": "Ingest pipeline created by text structure finder", + "processors": [ + { + "grok": { + "ecs_compatibility": "disabled", + "field": "message", + "patterns": [ + "\\[%{TIMESTAMP_ISO8601:timestamp}\\]\\[%{LOGLEVEL:loglevel} \\]\\[.*" + ] + } + }, + { + "date": { + "field": "timestamp", + "formats": [ + "ISO8601" + ], + "timezone": "{{ event.timezone }}" + } + }, + { + "remove": { + "field": "timestamp" + } + } + ] + }, + "java_timestamp_formats": [ + "ISO8601" + ], + "joda_timestamp_formats": [ + "ISO8601" + ], + "mappings": { + "properties": { + "@timestamp": { + "type": "date" + }, + "loglevel": { + "type": "keyword" + }, + "message": { + "type": "text" + } + } + }, + "multiline_start_pattern": "^\\[\\b\\d{4}-\\d{2}-\\d{2}[T ]\\d{2}:\\d{2}", + "need_client_timezone": true, + "num_lines_analyzed": 22, + "num_messages_analyzed": 22, + "sample_start": "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\n[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\n", + "timestamp_field": "timestamp" + } } } } @@ -40986,37 +44996,37 @@ "operationId": "text-structure-find-message-structure", "parameters": [ { - "$ref": "#/components/parameters/text_structure.find_message_structure:column_names" + "$ref": "#/components/parameters/text_structure.find_message_structure-column_names" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:delimiter" + "$ref": "#/components/parameters/text_structure.find_message_structure-delimiter" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:ecs_compatibility" + "$ref": "#/components/parameters/text_structure.find_message_structure-ecs_compatibility" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:explain" + "$ref": "#/components/parameters/text_structure.find_message_structure-explain" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:format" + "$ref": "#/components/parameters/text_structure.find_message_structure-format" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:grok_pattern" + "$ref": "#/components/parameters/text_structure.find_message_structure-grok_pattern" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:quote" + "$ref": "#/components/parameters/text_structure.find_message_structure-quote" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:should_trim_fields" + "$ref": "#/components/parameters/text_structure.find_message_structure-should_trim_fields" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timeout" + "$ref": "#/components/parameters/text_structure.find_message_structure-timeout" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_field" + "$ref": "#/components/parameters/text_structure.find_message_structure-timestamp_field" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_format" + "$ref": "#/components/parameters/text_structure.find_message_structure-timestamp_format" } ], "requestBody": { @@ -41024,7 +45034,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.find_message_structure:200" + "$ref": "#/components/responses/text_structure.find_message_structure-200" } } }, @@ -41037,37 +45047,37 @@ "operationId": "text-structure-find-message-structure-1", "parameters": [ { - "$ref": "#/components/parameters/text_structure.find_message_structure:column_names" + "$ref": "#/components/parameters/text_structure.find_message_structure-column_names" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:delimiter" + "$ref": "#/components/parameters/text_structure.find_message_structure-delimiter" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:ecs_compatibility" + "$ref": "#/components/parameters/text_structure.find_message_structure-ecs_compatibility" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:explain" + "$ref": "#/components/parameters/text_structure.find_message_structure-explain" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:format" + "$ref": "#/components/parameters/text_structure.find_message_structure-format" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:grok_pattern" + "$ref": "#/components/parameters/text_structure.find_message_structure-grok_pattern" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:quote" + "$ref": "#/components/parameters/text_structure.find_message_structure-quote" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:should_trim_fields" + "$ref": "#/components/parameters/text_structure.find_message_structure-should_trim_fields" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timeout" + "$ref": "#/components/parameters/text_structure.find_message_structure-timeout" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_field" + "$ref": "#/components/parameters/text_structure.find_message_structure-timestamp_field" }, { - "$ref": "#/components/parameters/text_structure.find_message_structure:timestamp_format" + "$ref": "#/components/parameters/text_structure.find_message_structure-timestamp_format" } ], "requestBody": { @@ -41075,7 +45085,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.find_message_structure:200" + "$ref": "#/components/responses/text_structure.find_message_structure-200" } } } @@ -41155,7 +45165,7 @@ "description": "If you have set `format` to `semi_structured_text`, you can specify a Grok pattern that is used to extract fields from every message in the text.\nThe name of the timestamp field in the Grok pattern must match what is specified in the `timestamp_field` parameter.\nIf that parameter is not specified, the name of the timestamp field in the Grok pattern must match \"timestamp\".\nIf `grok_pattern` is not specified, the structure finder creates a Grok pattern.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "style": "form" }, @@ -41175,7 +45185,7 @@ "description": "The maximum number of characters in a message when lines are merged to form messages while analyzing semi-structured text.\nIf you have extremely long messages you may need to increase this, but be aware that this may lead to very long processing times if the way to group lines into messages is misdetected.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "style": "form" }, @@ -41185,7 +45195,7 @@ "description": "The number of lines to include in the structural analysis, starting from the beginning of the text.\nThe minimum is 2.\nIf the value of this parameter is greater than the number of lines in the text, the analysis proceeds (as long as there are at least two lines in the text) for all of the lines.\n\nNOTE: The number of lines and the variation of the lines affects the speed of the analysis.\nFor example, if you upload text where the first 1000 lines are all variations on the same message, the analysis will find more commonality than would be seen with a bigger sample.\nIf possible, however, it is more efficient to upload sample text with more variety in the first 1000 lines than to request analysis of 100000 lines to achieve some variety.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "style": "form" }, @@ -41215,7 +45225,7 @@ "description": "The maximum amount of time that the structure analysis can take.\nIf the analysis is still running when the timeout expires then it will be stopped.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -41225,7 +45235,7 @@ "description": "The name of the field that contains the primary timestamp of each record in the text.\nIn particular, if the text were ingested into an index, this is the field that would be used to populate the `@timestamp` field.\n\nIf the `format` is `semi_structured_text`, this field must match the name of the appropriate extraction in the `grok_pattern`.\nTherefore, for semi-structured text, it is best not to specify this parameter unless `grok_pattern` is also specified.\n\nFor structured text, if you specify this parameter, the field must exist within the text.\n\nIf this parameter is not specified, the structure finder makes a decision about which field (if any) is the primary timestamp field.\nFor structured text, it is not compulsory to have a timestamp in the text.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, @@ -41286,7 +45296,7 @@ "description": "The most common values of each field, plus basic numeric statistics for the numeric `page_count` field.\nThis information may provide clues that the data needs to be cleaned or transformed prior to use by other Elastic Stack functionality.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/text_structure._types:FieldStat" + "$ref": "#/components/schemas/text_structure._types.FieldStat" } }, "sample_start": { @@ -41298,7 +45308,7 @@ "type": "number" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "quote": { "type": "string" @@ -41328,7 +45338,7 @@ } }, "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "multiline_start_pattern": { "type": "string" @@ -41351,13 +45361,13 @@ } }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "should_trim_fields": { "type": "boolean" }, "ingest_pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineConfig" + "$ref": "#/components/schemas/ingest._types.PipelineConfig" } }, "required": [ @@ -41376,7 +45386,249 @@ "examples": { "FindStructureResponseExample1": { "description": "A successful response from `POST _text_structure/find_structure`.", - "value": "{\n \"num_lines_analyzed\" : 24,\n \"num_messages_analyzed\" : 24,\n \"sample_start\" : \"{\\\"name\\\": \\\"Leviathan Wakes\\\", \\\"author\\\": \\\"James S.A. Corey\\\", \\\"release_date\\\": \\\"2011-06-02\\\", \\\"page_count\\\": 561}\\n{\\\"name\\\": \\\"Hyperion\\\", \\\"author\\\": \\\"Dan Simmons\\\", \\\"release_date\\\": \\\"1989-05-26\\\", \\\"page_count\\\": 482}\\n\",\n \"charset\" : \"UTF-8\",\n \"has_byte_order_marker\" : false,\n \"format\" : \"ndjson\",\n \"ecs_compatibility\" : \"disabled\",\n \"timestamp_field\" : \"release_date\",\n \"joda_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"java_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"need_client_timezone\" : true,\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n },\n \"author\" : {\n \"type\" : \"keyword\"\n },\n \"name\" : {\n \"type\" : \"keyword\"\n },\n \"page_count\" : {\n \"type\" : \"long\"\n },\n \"release_date\" : {\n \"type\" : \"date\",\n \"format\" : \"iso8601\"\n }\n }\n },\n \"ingest_pipeline\" : {\n \"description\" : \"Ingest pipeline created by text structure finder\",\n \"processors\" : [\n {\n \"date\" : {\n \"field\" : \"release_date\",\n \"timezone\" : \"{{ event.timezone }}\",\n \"formats\" : [\n \"ISO8601\"\n ]\n }\n }\n ]\n },\n \"field_stats\" : {\n \"author\" : {\n \"count\" : 24,\n \"cardinality\" : 20,\n \"top_hits\" : [\n {\n \"value\" : \"Frank Herbert\",\n \"count\" : 4\n },\n {\n \"value\" : \"Robert A. Heinlein\",\n \"count\" : 2\n },\n {\n \"value\" : \"Alastair Reynolds\",\n \"count\" : 1\n },\n {\n \"value\" : \"Aldous Huxley\",\n \"count\" : 1\n },\n {\n \"value\" : \"Dan Simmons\",\n \"count\" : 1\n },\n {\n \"value\" : \"Douglas Adams\",\n \"count\" : 1\n },\n {\n \"value\" : \"George Orwell\",\n \"count\" : 1\n },\n {\n \"value\" : \"Iain M. Banks\",\n \"count\" : 1\n },\n {\n \"value\" : \"Isaac Asimov\",\n \"count\" : 1\n },\n {\n \"value\" : \"James S.A. Corey\",\n \"count\" : 1\n }\n ]\n },\n \"name\" : {\n \"count\" : 24,\n \"cardinality\" : 24,\n \"top_hits\" : [\n {\n \"value\" : \"1984\",\n \"count\" : 1\n },\n {\n \"value\" : \"A Fire Upon the Deep\",\n \"count\" : 1\n },\n {\n \"value\" : \"Brave New World\",\n \"count\" : 1\n },\n {\n \"value\" : \"Children of Dune\",\n \"count\" : 1\n },\n {\n \"value\" : \"Consider Phlebas\",\n \"count\" : 1\n },\n {\n \"value\" : \"Dune\",\n \"count\" : 1\n },\n {\n \"value\" : \"Dune Messiah\",\n \"count\" : 1\n },\n {\n \"value\" : \"Ender's Game\",\n \"count\" : 1\n },\n {\n \"value\" : \"Fahrenheit 451\",\n \"count\" : 1\n },\n {\n \"value\" : \"Foundation\",\n \"count\" : 1\n }\n ]\n },\n \"page_count\" : {\n \"count\" : 24,\n \"cardinality\" : 24,\n \"min_value\" : 180,\n \"max_value\" : 768,\n \"mean_value\" : 387.0833333333333,\n \"median_value\" : 329.5,\n \"top_hits\" : [\n {\n \"value\" : 180,\n \"count\" : 1\n },\n {\n \"value\" : 208,\n \"count\" : 1\n },\n {\n \"value\" : 224,\n \"count\" : 1\n },\n {\n \"value\" : 227,\n \"count\" : 1\n },\n {\n \"value\" : 268,\n \"count\" : 1\n },\n {\n \"value\" : 271,\n \"count\" : 1\n },\n {\n \"value\" : 275,\n \"count\" : 1\n },\n {\n \"value\" : 288,\n \"count\" : 1\n },\n {\n \"value\" : 304,\n \"count\" : 1\n },\n {\n \"value\" : 311,\n \"count\" : 1\n }\n ]\n },\n \"release_date\" : {\n \"count\" : 24,\n \"cardinality\" : 20,\n \"earliest\" : \"1932-06-01\",\n \"latest\" : \"2011-06-02\",\n \"top_hits\" : [\n {\n \"value\" : \"1985-06-01\",\n \"count\" : 3\n },\n {\n \"value\" : \"1969-06-01\",\n \"count\" : 2\n },\n {\n \"value\" : \"1992-06-01\",\n \"count\" : 2\n },\n {\n \"value\" : \"1932-06-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1951-06-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1953-10-15\",\n \"count\" : 1\n },\n {\n \"value\" : \"1959-12-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1965-06-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1966-04-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1969-10-15\",\n \"count\" : 1\n }\n ]\n }\n }\n}" + "value": { + "charset": "UTF-8", + "ecs_compatibility": "disabled", + "field_stats": { + "author": { + "cardinality": 20, + "count": 24, + "top_hits": [ + { + "count": 4, + "value": "Frank Herbert" + }, + { + "count": 2, + "value": "Robert A. Heinlein" + }, + { + "count": 1, + "value": "Alastair Reynolds" + }, + { + "count": 1, + "value": "Aldous Huxley" + }, + { + "count": 1, + "value": "Dan Simmons" + }, + { + "count": 1, + "value": "Douglas Adams" + }, + { + "count": 1, + "value": "George Orwell" + }, + { + "count": 1, + "value": "Iain M. Banks" + }, + { + "count": 1, + "value": "Isaac Asimov" + }, + { + "count": 1, + "value": "James S.A. Corey" + } + ] + }, + "name": { + "cardinality": 24, + "count": 24, + "top_hits": [ + { + "count": 1, + "value": "1984" + }, + { + "count": 1, + "value": "A Fire Upon the Deep" + }, + { + "count": 1, + "value": "Brave New World" + }, + { + "count": 1, + "value": "Children of Dune" + }, + { + "count": 1, + "value": "Consider Phlebas" + }, + { + "count": 1, + "value": "Dune" + }, + { + "count": 1, + "value": "Dune Messiah" + }, + { + "count": 1, + "value": "Ender's Game" + }, + { + "count": 1, + "value": "Fahrenheit 451" + }, + { + "count": 1, + "value": "Foundation" + } + ] + }, + "page_count": { + "cardinality": 24, + "count": 24, + "max_value": 768, + "mean_value": 387.0833333333333, + "median_value": 329.5, + "min_value": 180, + "top_hits": [ + { + "count": 1, + "value": 180 + }, + { + "count": 1, + "value": 208 + }, + { + "count": 1, + "value": 224 + }, + { + "count": 1, + "value": 227 + }, + { + "count": 1, + "value": 268 + }, + { + "count": 1, + "value": 271 + }, + { + "count": 1, + "value": 275 + }, + { + "count": 1, + "value": 288 + }, + { + "count": 1, + "value": 304 + }, + { + "count": 1, + "value": 311 + } + ] + }, + "release_date": { + "cardinality": 20, + "count": 24, + "earliest": "1932-06-01", + "latest": "2011-06-02", + "top_hits": [ + { + "count": 3, + "value": "1985-06-01" + }, + { + "count": 2, + "value": "1969-06-01" + }, + { + "count": 2, + "value": "1992-06-01" + }, + { + "count": 1, + "value": "1932-06-01" + }, + { + "count": 1, + "value": "1951-06-01" + }, + { + "count": 1, + "value": "1953-10-15" + }, + { + "count": 1, + "value": "1959-12-01" + }, + { + "count": 1, + "value": "1965-06-01" + }, + { + "count": 1, + "value": "1966-04-01" + }, + { + "count": 1, + "value": "1969-10-15" + } + ] + } + }, + "format": "ndjson", + "has_byte_order_marker": false, + "ingest_pipeline": { + "description": "Ingest pipeline created by text structure finder", + "processors": [ + { + "date": { + "field": "release_date", + "formats": [ + "ISO8601" + ], + "timezone": "{{ event.timezone }}" + } + } + ] + }, + "java_timestamp_formats": [ + "ISO8601" + ], + "joda_timestamp_formats": [ + "ISO8601" + ], + "mappings": { + "properties": { + "@timestamp": { + "type": "date" + }, + "author": { + "type": "keyword" + }, + "name": { + "type": "keyword" + }, + "page_count": { + "type": "long" + }, + "release_date": { + "format": "iso8601", + "type": "date" + } + } + }, + "need_client_timezone": true, + "num_lines_analyzed": 24, + "num_messages_analyzed": 24, + "sample_start": "{\"name\": \"Leviathan Wakes\", \"author\": \"James S.A. Corey\", \"release_date\": \"2011-06-02\", \"page_count\": 561}\n{\"name\": \"Hyperion\", \"author\": \"Dan Simmons\", \"release_date\": \"1989-05-26\", \"page_count\": 482}\n", + "timestamp_field": "release_date" + } } } } @@ -41399,7 +45651,7 @@ "operationId": "text-structure-test-grok-pattern", "parameters": [ { - "$ref": "#/components/parameters/text_structure.test_grok_pattern:ecs_compatibility" + "$ref": "#/components/parameters/text_structure.test_grok_pattern-ecs_compatibility" } ], "requestBody": { @@ -41407,7 +45659,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.test_grok_pattern:200" + "$ref": "#/components/responses/text_structure.test_grok_pattern-200" } }, "x-state": "Added in 8.13.0" @@ -41424,7 +45676,7 @@ "operationId": "text-structure-test-grok-pattern-1", "parameters": [ { - "$ref": "#/components/parameters/text_structure.test_grok_pattern:ecs_compatibility" + "$ref": "#/components/parameters/text_structure.test_grok_pattern-ecs_compatibility" } ], "requestBody": { @@ -41432,7 +45684,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/text_structure.test_grok_pattern:200" + "$ref": "#/components/responses/text_structure.test_grok_pattern-200" } }, "x-state": "Added in 8.13.0" @@ -41448,24 +45700,24 @@ "operationId": "transform-get-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform:transform_id" + "$ref": "#/components/parameters/transform.get_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.get_transform:allow_no_match" + "$ref": "#/components/parameters/transform.get_transform-allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform:from" + "$ref": "#/components/parameters/transform.get_transform-from" }, { - "$ref": "#/components/parameters/transform.get_transform:size" + "$ref": "#/components/parameters/transform.get_transform-size" }, { - "$ref": "#/components/parameters/transform.get_transform:exclude_generated" + "$ref": "#/components/parameters/transform.get_transform-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform:200" + "$ref": "#/components/responses/transform.get_transform-200" } }, "x-state": "Added in 7.5.0" @@ -41485,7 +45737,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -41505,7 +45757,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41517,35 +45769,35 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" } }, "required": [ @@ -41557,12 +45809,79 @@ "PutTransformRequestExample1": { "summary": "A pivot transform", "description": "Run `PUT _transform/ecommerce_transform1` to create a transform that uses the pivot method.", - "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\",\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" + "value": { + "description": "Maximum priced ecommerce data by customer_id in Asia", + "dest": { + "index": "kibana_sample_data_ecommerce_transform1", + "pipeline": "add_timestamp_pipeline" + }, + "frequency": "5m", + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id", + "missing_bucket": true + } + } + } + }, + "retention_policy": { + "time": { + "field": "order_date", + "max_age": "30d" + } + }, + "source": { + "index": "kibana_sample_data_ecommerce", + "query": { + "term": { + "geoip.continent_name": { + "value": "Asia" + } + } + } + }, + "sync": { + "time": { + "delay": "60s", + "field": "order_date" + } + } + } }, "PutTransformRequestExample2": { "summary": "A latest transform", "description": "Run `PUT _transform/ecommerce_transform2` to create a transform that uses the latest method.", - "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\"\n },\n \"latest\": {\n \"unique_key\": [\n \"customer_id\"\n ],\n \"sort\": \"order_date\"\n },\n \"description\": \"Latest order for each customer\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform2\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n }\n}" + "value": { + "description": "Latest order for each customer", + "dest": { + "index": "kibana_sample_data_ecommerce_transform2" + }, + "frequency": "5m", + "latest": { + "sort": "order_date", + "unique_key": [ + "customer_id" + ] + }, + "source": { + "index": "kibana_sample_data_ecommerce" + }, + "sync": { + "time": { + "delay": "60s", + "field": "order_date" + } + } + } } } } @@ -41575,12 +45894,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutTransformResponseExample1": { "description": "A successful response when creating a transform.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -41603,7 +45924,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -41633,7 +45954,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41644,12 +45965,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteTransformResponseExample1": { "description": "A successful response when the transform is deleted.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -41669,21 +45992,21 @@ "operationId": "transform-get-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform:allow_no_match" + "$ref": "#/components/parameters/transform.get_transform-allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform:from" + "$ref": "#/components/parameters/transform.get_transform-from" }, { - "$ref": "#/components/parameters/transform.get_transform:size" + "$ref": "#/components/parameters/transform.get_transform-size" }, { - "$ref": "#/components/parameters/transform.get_transform:exclude_generated" + "$ref": "#/components/parameters/transform.get_transform-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform:200" + "$ref": "#/components/responses/transform.get_transform-200" } }, "x-state": "Added in 7.5.0" @@ -41705,7 +46028,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -41745,7 +46068,7 @@ "description": "Controls the time to wait for the stats", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41764,7 +46087,7 @@ "transforms": { "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformStats" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformStats" } } }, @@ -41776,7 +46099,52 @@ "examples": { "GetTransformStatsResponseExample1": { "description": "A successful response that contains usage information for a transform.", - "value": "{\n \"count\": 1,\n \"transforms\": [\n {\n \"id\": \"ecommerce-customer-transform\",\n \"state\": \"started\",\n \"node\": {\n \"id\": \"cpTIGMsVQ8Gqwqlxxxxxxx\",\n \"name\": \"my.home\",\n \"ephemeral_id\": \"5-L21nFsQxxxxxxxxxx-xx\",\n \"transport_address\": \"127.0.0.1:9300\",\n \"attributes\": {}\n },\n \"stats\": {\n \"pages_processed\": 78,\n \"documents_processed\": 6027,\n \"documents_indexed\": 68,\n \"documents_deleted\": 22,\n \"delete_time_in_ms\": 214,\n \"trigger_count\": 168,\n \"index_time_in_ms\": 412,\n \"index_total\": 20,\n \"index_failures\": 0,\n \"search_time_in_ms\": 353,\n \"search_total\": 78,\n \"search_failures\": 0,\n \"processing_time_in_ms\": 8,\n \"processing_total\": 78,\n \"exponential_avg_checkpoint_duration_ms\": 97.30637923893185,\n \"exponential_avg_documents_indexed\": 2.2064915040974062,\n \"exponential_avg_documents_processed\": 179.89419945785045\n },\n \"checkpointing\": {\n \"last\": {\n \"checkpoint\": 20,\n \"timestamp_millis\": 1585344558220,\n \"time_upper_bound_millis\": 1585344498220\n },\n \"changes_last_detected_at\": 1585344558219\n },\n \"health\": {\n \"status\": \"green\"\n }\n }\n ]\n}" + "value": { + "count": 1, + "transforms": [ + { + "checkpointing": { + "changes_last_detected_at": 1585344558219, + "last": { + "checkpoint": 20, + "time_upper_bound_millis": 1585344498220, + "timestamp_millis": 1585344558220 + } + }, + "health": { + "status": "green" + }, + "id": "ecommerce-customer-transform", + "node": { + "attributes": {}, + "ephemeral_id": "5-L21nFsQxxxxxxxxxx-xx", + "id": "cpTIGMsVQ8Gqwqlxxxxxxx", + "name": "my.home", + "transport_address": "127.0.0.1:9300" + }, + "state": "started", + "stats": { + "delete_time_in_ms": 214, + "documents_deleted": 22, + "documents_indexed": 68, + "documents_processed": 6027, + "exponential_avg_checkpoint_duration_ms": 97.30637923893184, + "exponential_avg_documents_indexed": 2.2064915040974062, + "exponential_avg_documents_processed": 179.89419945785045, + "index_failures": 0, + "index_time_in_ms": 412, + "index_total": 20, + "pages_processed": 78, + "processing_time_in_ms": 8, + "processing_total": 78, + "search_failures": 0, + "search_time_in_ms": 353, + "search_total": 78, + "trigger_count": 168 + } + } + ] + } } } } @@ -41796,10 +46164,10 @@ "operationId": "transform-preview-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:transform_id" + "$ref": "#/components/parameters/transform.preview_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -41807,7 +46175,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -41821,10 +46189,10 @@ "operationId": "transform-preview-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:transform_id" + "$ref": "#/components/parameters/transform.preview_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -41832,7 +46200,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -41848,7 +46216,7 @@ "operationId": "transform-preview-transform-2", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -41856,7 +46224,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -41870,7 +46238,7 @@ "operationId": "transform-preview-transform-3", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -41878,7 +46246,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -41900,7 +46268,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -41920,7 +46288,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41931,12 +46299,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ResetTransformResponseExample1": { "description": "A successful response when the transform is reset.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -41962,7 +46332,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -41972,7 +46342,7 @@ "description": "Controls the time to wait for the scheduling to take place", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -41983,12 +46353,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ScheduleNowTransformResponseExample1": { "description": "A successful response when the transform is scheduled to run now.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -42014,7 +46386,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -42024,7 +46396,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42045,12 +46417,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StartTransformResponseExample1": { "description": "A successful response when a transform starts.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -42076,7 +46450,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -42106,7 +46480,7 @@ "description": "Period to wait for a response when `wait_for_completion` is `true`. If no response is received before the\ntimeout expires, the request returns a timeout exception. However, the request continues processing and\neventually moves the transform to a STOPPED state.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42137,12 +46511,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StopTransformResponseExample1": { "description": "A successful response when a transform stops.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -42168,7 +46544,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -42188,7 +46564,7 @@ "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -42200,32 +46576,32 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "retention_policy": { "description": "Defines a retention policy for the transform. Data that meets the defined\ncriteria is deleted from the destination index.", "oneOf": [ { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, { "nullable": true, @@ -42238,7 +46614,53 @@ "examples": { "UpdateTransformRequestExample1": { "description": "Run `POST _transform/simple-kibana-ecomm-pivot/_update` to update a transform that uses the pivot method.", - "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\",\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" + "value": { + "description": "Maximum priced ecommerce data by customer_id in Asia", + "dest": { + "index": "kibana_sample_data_ecommerce_transform1", + "pipeline": "add_timestamp_pipeline" + }, + "frequency": "5m", + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id", + "missing_bucket": true + } + } + } + }, + "retention_policy": { + "time": { + "field": "order_date", + "max_age": "30d" + } + }, + "source": { + "index": "kibana_sample_data_ecommerce", + "query": { + "term": { + "geoip.continent_name": { + "value": "Asia" + } + } + } + }, + "sync": { + "time": { + "delay": "60s", + "field": "order_date" + } + } + } } } } @@ -42254,7 +46676,7 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:TransformAuthorization" + "$ref": "#/components/schemas/ml._types.TransformAuthorization" }, "create_time": { "type": "number" @@ -42263,37 +46685,37 @@ "type": "string" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/_global.reindex:Source" + "$ref": "#/components/schemas/_global.reindex.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -42309,7 +46731,64 @@ "examples": { "UpdateTransformResponseExample1": { "description": "A successful response when creating a transform.", - "value": "{\n \"id\": \"simple-kibana-ecomm-pivot\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"version\": \"10.0.0\",\n \"create_time\": 1712951576767,\n \"source\": {\n \"index\": [\n \"kibana_sample_data_ecommerce\"\n ],\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform_v2\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"15m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"120s\"\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"settings\": {},\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" + "value": { + "authorization": { + "roles": [ + "superuser" + ] + }, + "create_time": 1712951576767, + "description": "Maximum priced ecommerce data by customer_id in Asia", + "dest": { + "index": "kibana_sample_data_ecommerce_transform_v2", + "pipeline": "add_timestamp_pipeline" + }, + "frequency": "15m", + "id": "simple-kibana-ecomm-pivot", + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id", + "missing_bucket": true + } + } + } + }, + "retention_policy": { + "time": { + "field": "order_date", + "max_age": "30d" + } + }, + "settings": {}, + "source": { + "index": [ + "kibana_sample_data_ecommerce" + ], + "query": { + "term": { + "geoip.continent_name": { + "value": "Asia" + } + } + } + }, + "sync": { + "time": { + "delay": "120s", + "field": "order_date" + } + }, + "version": "10.0.0" + } } } } @@ -42344,7 +46823,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and\nreturns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -42379,7 +46858,11 @@ "examples": { "UpgradeTransformResponseExample1": { "description": "A successful response contains a summary when all transforms are upgraded.", - "value": "{\n \"needs_update\": 0,\n \"updated\": 2,\n \"no_action\": 1\n}" + "value": { + "needs_update": 0, + "no_action": 1, + "updated": 2 + } } } } @@ -42405,7 +46888,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -42416,7 +46899,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -42436,7 +46919,7 @@ "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, @@ -42466,7 +46949,7 @@ "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, @@ -42496,7 +46979,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -42506,7 +46989,7 @@ "description": "The period to wait for the following operations: dynamic mapping updates and waiting for active shards.\nElasticsearch waits for at least the timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42516,7 +46999,7 @@ "description": "The number of copies of each shard that must be active before proceeding with the operation.\nSet to 'all' or any positive integer up to the total number of shards in the index (`number_of_replicas`+1).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -42526,7 +47009,7 @@ "description": "If `false`, source retrieval is turned off.\nYou can also specify a comma-separated list of the fields you want to retrieve.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -42536,7 +47019,7 @@ "description": "The source fields you want to exclude.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -42546,7 +47029,7 @@ "description": "The source fields you want to retrieve.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" } @@ -42570,14 +47053,14 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "scripted_upsert": { "description": "If `true`, run the script whether or not the document exists.", "type": "boolean" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "upsert": { "description": "If the document does not already exist, the contents of 'upsert' are inserted as a new document.\nIf the document exists, the 'script' is run.", @@ -42589,7 +47072,15 @@ "UpdateRequestExample1": { "summary": "Update a counter with a script", "description": "Run `POST test/_update/1` to increment a counter by using a script.", - "value": "{\n \"script\" : {\n \"source\": \"ctx._source.counter += params.count\",\n \"lang\": \"painless\",\n \"params\" : {\n \"count\" : 4\n }\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "count": 4 + }, + "source": "ctx._source.counter += params.count" + } + } }, "UpdateRequestExample10": { "summary": "Scripted upsert", @@ -42599,47 +47090,97 @@ "UpdateRequestExample11": { "summary": "Doc as upsert", "description": "Run `POST test/_update/1` to perform a doc as upsert. Instead of sending a partial `doc` plus an `upsert` doc, you can set `doc_as_upsert` to `true` to use the contents of `doc` as the `upsert` value.\n", - "value": "{\n \"doc\": {\n \"name\": \"new_name\"\n },\n \"doc_as_upsert\": true\n}" + "value": { + "doc": { + "name": "new_name" + }, + "doc_as_upsert": true + } }, "UpdateRequestExample2": { "summary": "Add a tag with a script", "description": "Run `POST test/_update/1` to use a script to add a tag to a list of tags. In this example, it is just a list, so the tag is added even it exists.\n", - "value": "{\n \"script\": {\n \"source\": \"ctx._source.tags.add(params.tag)\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"blue\"\n }\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "tag": "blue" + }, + "source": "ctx._source.tags.add(params.tag)" + } + } }, "UpdateRequestExample3": { "summary": "Remove a tag with a script", "description": "Run `POST test/_update/1` to use a script to remove a tag from a list of tags. The Painless function to remove a tag takes the array index of the element you want to remove. To avoid a possible runtime error, you first need to make sure the tag exists. If the list contains duplicates of the tag, this script just removes one occurrence.\n", - "value": "{\n \"script\": {\n \"source\": \"if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"blue\"\n }\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "tag": "blue" + }, + "source": "if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }" + } + } }, "UpdateRequestExample4": { "summary": "Add fields with a script", "description": "Run `POST test/_update/1` to use a script to add a field `new_field` to the document.\n", - "value": "{\n \"script\" : \"ctx._source.new_field = 'value_of_new_field'\"\n}" + "value": { + "script": "ctx._source.new_field = 'value_of_new_field'" + } }, "UpdateRequestExample5": { "summary": "Remove fields with a script", "description": "Run `POST test/_update/1` to use a script to remove a field `new_field` from the document.\n", - "value": "{\n \"script\" : \"ctx._source.remove('new_field')\"\n}" + "value": { + "script": "ctx._source.remove('new_field')" + } }, "UpdateRequestExample6": { "summary": "Remove subfields with a script", "description": "Run `POST test/_update/1` to use a script to remove a subfield from an object field.\n", - "value": "{\n \"script\": \"ctx._source['my-object'].remove('my-subfield')\"\n}" + "value": { + "script": "ctx._source['my-object'].remove('my-subfield')" + } }, "UpdateRequestExample7": { "summary": "Change the operation with a script", "description": "Run `POST test/_update/1` to change the operation that runs from within the script. For example, this request deletes the document if the `tags` field contains `green`, otherwise it does nothing (`noop`).\n", - "value": "{\n \"script\": {\n \"source\": \"if (ctx._source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'noop' }\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"green\"\n }\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "tag": "green" + }, + "source": "if (ctx._source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'noop' }" + } + } }, "UpdateRequestExample8": { "summary": "Update part of a document", "description": "Run `POST test/_update/1` to do a partial update that adds a new field to the existing document.\n", - "value": "{\n \"doc\": {\n \"name\": \"new_name\"\n }\n}" + "value": { + "doc": { + "name": "new_name" + } + } }, "UpdateRequestExample9": { "summary": "Upsert", "description": "Run `POST test/_update/1` to perfom an upsert. If the document does not already exist, the contents of the upsert element are inserted as a new document. If the document exists, the script is run.\n", - "value": "{\n \"script\": {\n \"source\": \"ctx._source.counter += params.count\",\n \"lang\": \"painless\",\n \"params\": {\n \"count\": 4\n }\n },\n \"upsert\": {\n \"counter\": 1\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "count": 4 + }, + "source": "ctx._source.counter += params.count" + }, + "upsert": { + "counter": 1 + } + } } } } @@ -42652,13 +47193,25 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.update:UpdateWriteResponseBase" + "$ref": "#/components/schemas/_global.update.UpdateWriteResponseBase" }, "examples": { "UpdateResponseExample1": { "summary": "Detect noop updates", "description": "By default updates that don't change anything detect that they don't change anything and return `\"result\": \"noop\"`.\n", - "value": "{\n \"_shards\": {\n \"total\": 0,\n \"successful\": 0,\n \"failed\": 0\n },\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"_primary_term\": 1,\n \"_seq_no\": 1,\n \"result\": \"noop\"\n}" + "value": { + "_id": "1", + "_index": "test", + "_primary_term": 1, + "_seq_no": 1, + "_shards": { + "failed": 0, + "successful": 0, + "total": 0 + }, + "_version": 2, + "result": "noop" + } } } } @@ -42683,7 +47236,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -42723,7 +47276,7 @@ "description": "The preferred behavior when update by query hits version conflicts: `abort` or `proceed`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "style": "form" }, @@ -42733,7 +47286,7 @@ "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, @@ -42753,7 +47306,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -42863,7 +47416,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -42873,7 +47426,7 @@ "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42893,7 +47446,7 @@ "description": "An explicit timeout for each search request.\nBy default, there is no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42903,7 +47456,7 @@ "description": "The type of the search operation. Available options include `query_then_fetch` and `dfs_query_then_fetch`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, @@ -42913,7 +47466,7 @@ "description": "The number of slices this task should be divided into.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -42959,7 +47512,7 @@ "description": "The period each update request waits for the following operations: dynamic mapping updates, waiting for active shards.\nBy default, it is one minute.\nThis guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -42989,7 +47542,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe `timeout` parameter controls how long each write request waits for unavailable shards to become available.\nBoth work exactly the way they work in the bulk API.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -43015,16 +47568,16 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "conflicts": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" } } }, @@ -43032,22 +47585,50 @@ "UpdateByQueryRequestExample1": { "summary": "Update selected documents", "description": "Run `POST my-index-000001/_update_by_query?conflicts=proceed` to update documents that match a query.\n", - "value": "{\n \"query\": { \n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" + "value": { + "query": { + "term": { + "user.id": "kimchy" + } + } + } }, "UpdateByQueryRequestExample2": { "summary": "Update the document source", "description": "Run `POST my-index-000001/_update_by_query` with a script to update the document source. It increments the `count` field for all documents with a `user.id` of `kimchy` in `my-index-000001`.\n", - "value": "{\n \"script\": {\n \"source\": \"ctx._source.count++\",\n \"lang\": \"painless\"\n },\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" + "value": { + "query": { + "term": { + "user.id": "kimchy" + } + }, + "script": { + "lang": "painless", + "source": "ctx._source.count++" + } + } }, "UpdateByQueryRequestExample3": { "summary": "Slice manually", "description": "Run `POST my-index-000001/_update_by_query` to slice an update by query manually. Provide a slice ID and total number of slices to each request.\n", - "value": "{\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n },\n \"script\": {\n \"source\": \"ctx._source['extra'] = 'test'\"\n }\n}" + "value": { + "script": { + "source": "ctx._source['extra'] = 'test'" + }, + "slice": { + "id": 0, + "max": 2 + } + } }, "UpdateByQueryRequestExample4": { "summary": "Slice automatically", "description": "Run `POST my-index-000001/_update_by_query?refresh&slices=5` to use automatic slicing. It automatically parallelizes using sliced scroll to slice on `_id`.\n", - "value": "{\n \"script\": {\n \"source\": \"ctx._source['extra'] = 'test'\"\n }\n}" + "value": { + "script": { + "source": "ctx._source['extra'] = 'test'" + } + } } } } @@ -43069,7 +47650,7 @@ "description": "Array of failures if there were any unrecoverable errors during the process.\nIf this is non-empty then the request ended because of those failures.\nUpdate by query is implemented using batches.\nAny failure causes the entire process to end, but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent reindex from ending when version conflicts occur.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -43085,17 +47666,17 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "timed_out": { "description": "If true, some requests timed out during the update by query.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -43110,16 +47691,16 @@ "type": "number" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } } @@ -43146,7 +47727,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -43172,7 +47753,7 @@ "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.update_by_query_rethrottle:UpdateByQueryRethrottleNode" + "$ref": "#/components/schemas/_global.update_by_query_rethrottle.UpdateByQueryRethrottleNode" } } }, @@ -43197,12 +47778,12 @@ "operationId": "watcher-ack-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch:watch_id" + "$ref": "#/components/parameters/watcher.ack_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch:200" + "$ref": "#/components/responses/watcher.ack_watch-200" } } }, @@ -43215,12 +47796,12 @@ "operationId": "watcher-ack-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch:watch_id" + "$ref": "#/components/parameters/watcher.ack_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch:200" + "$ref": "#/components/responses/watcher.ack_watch-200" } } } @@ -43235,15 +47816,15 @@ "operationId": "watcher-ack-watch-2", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch:watch_id" + "$ref": "#/components/parameters/watcher.ack_watch-watch_id" }, { - "$ref": "#/components/parameters/watcher.ack_watch:action_id" + "$ref": "#/components/parameters/watcher.ack_watch-action_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch:200" + "$ref": "#/components/responses/watcher.ack_watch-200" } } }, @@ -43256,15 +47837,15 @@ "operationId": "watcher-ack-watch-3", "parameters": [ { - "$ref": "#/components/parameters/watcher.ack_watch:watch_id" + "$ref": "#/components/parameters/watcher.ack_watch-watch_id" }, { - "$ref": "#/components/parameters/watcher.ack_watch:action_id" + "$ref": "#/components/parameters/watcher.ack_watch-action_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.ack_watch:200" + "$ref": "#/components/responses/watcher.ack_watch-200" } } } @@ -43282,12 +47863,12 @@ "operationId": "watcher-activate-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.activate_watch:watch_id" + "$ref": "#/components/parameters/watcher.activate_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.activate_watch:200" + "$ref": "#/components/responses/watcher.activate_watch-200" } } }, @@ -43303,12 +47884,12 @@ "operationId": "watcher-activate-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.activate_watch:watch_id" + "$ref": "#/components/parameters/watcher.activate_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.activate_watch:200" + "$ref": "#/components/responses/watcher.activate_watch-200" } } } @@ -43326,12 +47907,12 @@ "operationId": "watcher-deactivate-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.deactivate_watch:watch_id" + "$ref": "#/components/parameters/watcher.deactivate_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.deactivate_watch:200" + "$ref": "#/components/responses/watcher.deactivate_watch-200" } } }, @@ -43347,12 +47928,12 @@ "operationId": "watcher-deactivate-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.deactivate_watch:watch_id" + "$ref": "#/components/parameters/watcher.deactivate_watch-watch_id" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.deactivate_watch:200" + "$ref": "#/components/responses/watcher.deactivate_watch-200" } } } @@ -43372,7 +47953,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -43389,22 +47970,22 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" }, "watch": { - "$ref": "#/components/schemas/watcher._types:Watch" + "$ref": "#/components/schemas/watcher._types.Watch" }, "_primary_term": { "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -43415,7 +47996,57 @@ "examples": { "GetWatchResponseExample1": { "description": "A successful response from `GET _watcher/watch/my_watch`.", - "value": "{\n \"found\": true,\n \"_id\": \"my_watch\",\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"_version\": 1,\n \"status\": { \n \"version\": 1,\n \"state\": {\n \"active\": true,\n \"timestamp\": \"2015-05-26T18:21:08.630Z\"\n },\n \"actions\": {\n \"test_index\": {\n \"ack\": {\n \"timestamp\": \"2015-05-26T18:21:08.630Z\",\n \"state\": \"awaits_successful_execution\"\n }\n }\n }\n },\n \"watch\": {\n \"input\": {\n \"simple\": {\n \"payload\": {\n \"send\": \"yes\"\n }\n }\n },\n \"condition\": {\n \"always\": {}\n },\n \"trigger\": {\n \"schedule\": {\n \"hourly\": {\n \"minute\": [0, 5]\n }\n }\n },\n \"actions\": {\n \"test_index\": {\n \"index\": {\n \"index\": \"test\"\n }\n }\n }\n }\n}" + "value": { + "_id": "my_watch", + "_primary_term": 1, + "_seq_no": 0, + "_version": 1, + "found": true, + "status": { + "actions": { + "test_index": { + "ack": { + "state": "awaits_successful_execution", + "timestamp": "2015-05-26T18:21:08.630Z" + } + } + }, + "state": { + "active": true, + "timestamp": "2015-05-26T18:21:08.630Z" + }, + "version": 1 + }, + "watch": { + "actions": { + "test_index": { + "index": { + "index": "test" + } + } + }, + "condition": { + "always": {} + }, + "input": { + "simple": { + "payload": { + "send": "yes" + } + } + }, + "trigger": { + "schedule": { + "hourly": { + "minute": [ + 0, + 5 + ] + } + } + } + } + } } } } @@ -43433,19 +48064,19 @@ "operationId": "watcher-put-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.put_watch:id" + "$ref": "#/components/parameters/watcher.put_watch-id" }, { - "$ref": "#/components/parameters/watcher.put_watch:active" + "$ref": "#/components/parameters/watcher.put_watch-active" }, { - "$ref": "#/components/parameters/watcher.put_watch:if_primary_term" + "$ref": "#/components/parameters/watcher.put_watch-if_primary_term" }, { - "$ref": "#/components/parameters/watcher.put_watch:if_seq_no" + "$ref": "#/components/parameters/watcher.put_watch-if_seq_no" }, { - "$ref": "#/components/parameters/watcher.put_watch:version" + "$ref": "#/components/parameters/watcher.put_watch-version" } ], "requestBody": { @@ -43453,7 +48084,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.put_watch:200" + "$ref": "#/components/responses/watcher.put_watch-200" } } }, @@ -43466,19 +48097,19 @@ "operationId": "watcher-put-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.put_watch:id" + "$ref": "#/components/parameters/watcher.put_watch-id" }, { - "$ref": "#/components/parameters/watcher.put_watch:active" + "$ref": "#/components/parameters/watcher.put_watch-active" }, { - "$ref": "#/components/parameters/watcher.put_watch:if_primary_term" + "$ref": "#/components/parameters/watcher.put_watch-if_primary_term" }, { - "$ref": "#/components/parameters/watcher.put_watch:if_seq_no" + "$ref": "#/components/parameters/watcher.put_watch-if_seq_no" }, { - "$ref": "#/components/parameters/watcher.put_watch:version" + "$ref": "#/components/parameters/watcher.put_watch-version" } ], "requestBody": { @@ -43486,7 +48117,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.put_watch:200" + "$ref": "#/components/responses/watcher.put_watch-200" } } }, @@ -43505,7 +48136,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -43522,10 +48153,10 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -43537,7 +48168,11 @@ "examples": { "DeleteWatchResponseExample1": { "description": "A successful response from `DELETE _watcher/watch/my_watch`.", - "value": "{\n \"found\": true,\n \"_id\": \"my_watch\",\n \"_version\": 2\n}" + "value": { + "_id": "my_watch", + "_version": 2, + "found": true + } } } } @@ -43556,10 +48191,10 @@ "operationId": "watcher-execute-watch", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch:id" + "$ref": "#/components/parameters/watcher.execute_watch-id" }, { - "$ref": "#/components/parameters/watcher.execute_watch:debug" + "$ref": "#/components/parameters/watcher.execute_watch-debug" } ], "requestBody": { @@ -43567,7 +48202,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch:200" + "$ref": "#/components/responses/watcher.execute_watch-200" } } }, @@ -43580,10 +48215,10 @@ "operationId": "watcher-execute-watch-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch:id" + "$ref": "#/components/parameters/watcher.execute_watch-id" }, { - "$ref": "#/components/parameters/watcher.execute_watch:debug" + "$ref": "#/components/parameters/watcher.execute_watch-debug" } ], "requestBody": { @@ -43591,7 +48226,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch:200" + "$ref": "#/components/responses/watcher.execute_watch-200" } } } @@ -43606,7 +48241,7 @@ "operationId": "watcher-execute-watch-2", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch:debug" + "$ref": "#/components/parameters/watcher.execute_watch-debug" } ], "requestBody": { @@ -43614,7 +48249,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch:200" + "$ref": "#/components/responses/watcher.execute_watch-200" } } }, @@ -43627,7 +48262,7 @@ "operationId": "watcher-execute-watch-3", "parameters": [ { - "$ref": "#/components/parameters/watcher.execute_watch:debug" + "$ref": "#/components/parameters/watcher.execute_watch-debug" } ], "requestBody": { @@ -43635,7 +48270,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.execute_watch:200" + "$ref": "#/components/responses/watcher.execute_watch-200" } } } @@ -43655,7 +48290,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -43669,7 +48304,7 @@ "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "required": [ @@ -43679,7 +48314,12 @@ "examples": { "WatcherGetSettingsResponseExample1": { "description": "A successful response with two index settings.", - "value": "{\n \"index\": {\n \"auto_expand_replicas\": \"0-4\",\n \"number_of_replicas\": 0\n }\n}" + "value": { + "index": { + "auto_expand_replicas": "0-4", + "number_of_replicas": 0 + } + } } } } @@ -43701,7 +48341,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -43711,7 +48351,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -43732,7 +48372,9 @@ }, "examples": { "WatcherUpdateSettingsRequestExample1": { - "value": "{\n \"index.auto_expand_replicas\": \"0-4\"\n}" + "value": { + "index.auto_expand_replicas": "0-4" + } } } } @@ -43774,7 +48416,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.query_watches:200" + "$ref": "#/components/responses/watcher.query_watches-200" } }, "x-state": "Added in 7.11.0" @@ -43791,7 +48433,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/watcher.query_watches:200" + "$ref": "#/components/responses/watcher.query_watches-200" } }, "x-state": "Added in 7.11.0" @@ -43812,7 +48454,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -43823,12 +48465,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "WatcherStartResponseExample1": { "description": "A successful response from `POST _watcher/_start`.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -43847,15 +48491,15 @@ "operationId": "watcher-stats", "parameters": [ { - "$ref": "#/components/parameters/watcher.stats:emit_stacktraces" + "$ref": "#/components/parameters/watcher.stats-emit_stacktraces" }, { - "$ref": "#/components/parameters/watcher.stats:metric_" + "$ref": "#/components/parameters/watcher.stats-metric_" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.stats:200" + "$ref": "#/components/responses/watcher.stats-200" } }, "x-state": "Added in 5.5.0" @@ -43871,18 +48515,18 @@ "operationId": "watcher-stats-1", "parameters": [ { - "$ref": "#/components/parameters/watcher.stats:metric" + "$ref": "#/components/parameters/watcher.stats-metric" }, { - "$ref": "#/components/parameters/watcher.stats:emit_stacktraces" + "$ref": "#/components/parameters/watcher.stats-emit_stacktraces" }, { - "$ref": "#/components/parameters/watcher.stats:metric_" + "$ref": "#/components/parameters/watcher.stats-metric_" } ], "responses": { "200": { - "$ref": "#/components/responses/watcher.stats:200" + "$ref": "#/components/responses/watcher.stats-200" } }, "x-state": "Added in 5.5.0" @@ -43903,7 +48547,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -43914,12 +48558,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "WatcherStopResponseExample1": { "description": "A successful response from `POST _watcher/_stop`.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -43945,7 +48591,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/xpack.info:XPackCategory" + "$ref": "#/components/schemas/xpack.info.XPackCategory" } }, "style": "form" @@ -43980,13 +48626,13 @@ "type": "object", "properties": { "build": { - "$ref": "#/components/schemas/xpack.info:BuildInformation" + "$ref": "#/components/schemas/xpack.info.BuildInformation" }, "features": { - "$ref": "#/components/schemas/xpack.info:Features" + "$ref": "#/components/schemas/xpack.info.Features" }, "license": { - "$ref": "#/components/schemas/xpack.info:MinimalLicenseInformation" + "$ref": "#/components/schemas/xpack.info.MinimalLicenseInformation" }, "tagline": { "type": "string" @@ -44002,7 +48648,126 @@ "examples": { "XPackInfoResponseExample1": { "description": "A successful response from `GET /_xpack`.", - "value": "{\n \"build\" : {\n \"hash\" : \"2798b1a3ce779b3611bb53a0082d4d741e4d3168\",\n \"date\" : \"2015-04-07T13:34:42Z\"\n },\n \"license\" : {\n \"uid\" : \"893361dc-9749-4997-93cb-xxx\",\n \"type\" : \"trial\",\n \"mode\" : \"trial\",\n \"status\" : \"active\",\n \"expiry_date_in_millis\" : 1542665112332\n },\n \"features\" : {\n \"ccr\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"aggregate_metric\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"analytics\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"archive\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"enrich\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"graph\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"ilm\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"logstash\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"ml\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"esql\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"monitoring\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"rollup\": {\n \"available\": true,\n \"enabled\": true\n },\n \"searchable_snapshots\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"security\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"slm\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"spatial\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"eql\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"sql\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"transform\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"voting_only\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"watcher\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"data_streams\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"data_tiers\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"enterprise_search\": {\n \"available\": true,\n \"enabled\": true\n },\n \"universal_profiling\": {\n \"available\": true,\n \"enabled\": true\n },\n \"logsdb\": {\n \"available\": true,\n \"enabled\": false\n }\n },\n \"tagline\" : \"You know, for X\"\n}" + "value": { + "build": { + "date": "2015-04-07T13:34:42Z", + "hash": "2798b1a3ce779b3611bb53a0082d4d741e4d3168" + }, + "features": { + "aggregate_metric": { + "available": true, + "enabled": true + }, + "analytics": { + "available": true, + "enabled": true + }, + "archive": { + "available": true, + "enabled": true + }, + "ccr": { + "available": true, + "enabled": true + }, + "data_streams": { + "available": true, + "enabled": true + }, + "data_tiers": { + "available": true, + "enabled": true + }, + "enrich": { + "available": true, + "enabled": true + }, + "enterprise_search": { + "available": true, + "enabled": true + }, + "eql": { + "available": true, + "enabled": true + }, + "esql": { + "available": true, + "enabled": true + }, + "graph": { + "available": true, + "enabled": true + }, + "ilm": { + "available": true, + "enabled": true + }, + "logsdb": { + "available": true, + "enabled": false + }, + "logstash": { + "available": true, + "enabled": true + }, + "ml": { + "available": true, + "enabled": true + }, + "monitoring": { + "available": true, + "enabled": true + }, + "rollup": { + "available": true, + "enabled": true + }, + "searchable_snapshots": { + "available": true, + "enabled": true + }, + "security": { + "available": true, + "enabled": true + }, + "slm": { + "available": true, + "enabled": true + }, + "spatial": { + "available": true, + "enabled": true + }, + "sql": { + "available": true, + "enabled": true + }, + "transform": { + "available": true, + "enabled": true + }, + "universal_profiling": { + "available": true, + "enabled": true + }, + "voting_only": { + "available": true, + "enabled": true + }, + "watcher": { + "available": true, + "enabled": true + } + }, + "license": { + "expiry_date_in_millis": 1542665112332, + "mode": "trial", + "status": "active", + "type": "trial", + "uid": "893361dc-9749-4997-93cb-xxx" + }, + "tagline": "You know, for X" + } } } } @@ -44026,7 +48791,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -44040,88 +48805,88 @@ "type": "object", "properties": { "aggregate_metric": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "analytics": { - "$ref": "#/components/schemas/xpack.usage:Analytics" + "$ref": "#/components/schemas/xpack.usage.Analytics" }, "archive": { - "$ref": "#/components/schemas/xpack.usage:Archive" + "$ref": "#/components/schemas/xpack.usage.Archive" }, "watcher": { - "$ref": "#/components/schemas/xpack.usage:Watcher" + "$ref": "#/components/schemas/xpack.usage.Watcher" }, "ccr": { - "$ref": "#/components/schemas/xpack.usage:Ccr" + "$ref": "#/components/schemas/xpack.usage.Ccr" }, "data_frame": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "data_science": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "data_streams": { - "$ref": "#/components/schemas/xpack.usage:DataStreams" + "$ref": "#/components/schemas/xpack.usage.DataStreams" }, "data_tiers": { - "$ref": "#/components/schemas/xpack.usage:DataTiers" + "$ref": "#/components/schemas/xpack.usage.DataTiers" }, "enrich": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "eql": { - "$ref": "#/components/schemas/xpack.usage:Eql" + "$ref": "#/components/schemas/xpack.usage.Eql" }, "flattened": { - "$ref": "#/components/schemas/xpack.usage:Flattened" + "$ref": "#/components/schemas/xpack.usage.Flattened" }, "graph": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "health_api": { - "$ref": "#/components/schemas/xpack.usage:HealthStatistics" + "$ref": "#/components/schemas/xpack.usage.HealthStatistics" }, "ilm": { - "$ref": "#/components/schemas/xpack.usage:Ilm" + "$ref": "#/components/schemas/xpack.usage.Ilm" }, "logstash": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "ml": { - "$ref": "#/components/schemas/xpack.usage:MachineLearning" + "$ref": "#/components/schemas/xpack.usage.MachineLearning" }, "monitoring": { - "$ref": "#/components/schemas/xpack.usage:Monitoring" + "$ref": "#/components/schemas/xpack.usage.Monitoring" }, "rollup": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "runtime_fields": { - "$ref": "#/components/schemas/xpack.usage:RuntimeFieldTypes" + "$ref": "#/components/schemas/xpack.usage.RuntimeFieldTypes" }, "spatial": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "searchable_snapshots": { - "$ref": "#/components/schemas/xpack.usage:SearchableSnapshots" + "$ref": "#/components/schemas/xpack.usage.SearchableSnapshots" }, "security": { - "$ref": "#/components/schemas/xpack.usage:Security" + "$ref": "#/components/schemas/xpack.usage.Security" }, "slm": { - "$ref": "#/components/schemas/xpack.usage:Slm" + "$ref": "#/components/schemas/xpack.usage.Slm" }, "sql": { - "$ref": "#/components/schemas/xpack.usage:Sql" + "$ref": "#/components/schemas/xpack.usage.Sql" }, "transform": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, "vectors": { - "$ref": "#/components/schemas/xpack.usage:Vector" + "$ref": "#/components/schemas/xpack.usage.Vector" }, "voting_only": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" } }, "required": [ @@ -44162,10 +48927,10 @@ }, "components": { "schemas": { - "_types:Id": { + "_types.Id": { "type": "string" }, - "_types:AcknowledgedResponseBase": { + "_types.AcknowledgedResponseBase": { "type": "object", "properties": { "acknowledged": { @@ -44177,7 +48942,7 @@ "acknowledged" ] }, - "_types:Duration": { + "_types.Duration": { "description": "A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and\n`d` (days). Also accepts \"0\" without a unit and \"-1\" to indicate an unspecified value.", "oneOf": [ { @@ -44197,16 +48962,16 @@ } ] }, - "async_search._types:AsyncSearchDocumentResponseBase": { + "async_search._types.AsyncSearchDocumentResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/async_search._types:AsyncSearchResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchResponseBase" }, { "type": "object", "properties": { "response": { - "$ref": "#/components/schemas/async_search._types:AsyncSearch" + "$ref": "#/components/schemas/async_search._types.AsyncSearch" } }, "required": [ @@ -44215,18 +48980,18 @@ } ] }, - "async_search._types:AsyncSearch": { + "async_search._types.AsyncSearch": { "type": "object", "properties": { "aggregations": { "description": "Partial aggregations results, coming from the shards that have already completed running the query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -44235,7 +49000,7 @@ } }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "max_score": { "type": "number" @@ -44245,23 +49010,23 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -44282,227 +49047,227 @@ "took" ] }, - "_types.aggregations:Aggregate": { + "_types.aggregations.Aggregate": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HdrPercentilesAggregate" + "$ref": "#/components/schemas/_types.aggregations.HdrPercentilesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HdrPercentileRanksAggregate" + "$ref": "#/components/schemas/_types.aggregations.HdrPercentileRanksAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TDigestPercentilesAggregate" + "$ref": "#/components/schemas/_types.aggregations.TDigestPercentilesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TDigestPercentileRanksAggregate" + "$ref": "#/components/schemas/_types.aggregations.TDigestPercentileRanksAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:PercentilesBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.PercentilesBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MedianAbsoluteDeviationAggregate" + "$ref": "#/components/schemas/_types.aggregations.MedianAbsoluteDeviationAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MinAggregate" + "$ref": "#/components/schemas/_types.aggregations.MinAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MaxAggregate" + "$ref": "#/components/schemas/_types.aggregations.MaxAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SumAggregate" + "$ref": "#/components/schemas/_types.aggregations.SumAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AvgAggregate" + "$ref": "#/components/schemas/_types.aggregations.AvgAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:WeightedAvgAggregate" + "$ref": "#/components/schemas/_types.aggregations.WeightedAvgAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregate" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SimpleValueAggregate" + "$ref": "#/components/schemas/_types.aggregations.SimpleValueAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DerivativeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DerivativeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:BucketMetricValueAggregate" + "$ref": "#/components/schemas/_types.aggregations.BucketMetricValueAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StatsBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoBoundsAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoBoundsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoCentroidAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoCentroidAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AutoDateHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.AutoDateHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregate" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:NestedAggregate" + "$ref": "#/components/schemas/_types.aggregations.NestedAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ReverseNestedAggregate" + "$ref": "#/components/schemas/_types.aggregations.ReverseNestedAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GlobalAggregate" + "$ref": "#/components/schemas/_types.aggregations.GlobalAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FilterAggregate" + "$ref": "#/components/schemas/_types.aggregations.FilterAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ChildrenAggregate" + "$ref": "#/components/schemas/_types.aggregations.ChildrenAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ParentAggregate" + "$ref": "#/components/schemas/_types.aggregations.ParentAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregate" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedSamplerAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedSamplerAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoDistanceAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoDistanceAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixAggregate" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregate" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixAggregate" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedSignificantTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedSignificantTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregate" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsAggregate" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesAggregate" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ScriptedMetricAggregate" + "$ref": "#/components/schemas/_types.aggregations.ScriptedMetricAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TopHitsAggregate" + "$ref": "#/components/schemas/_types.aggregations.TopHitsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:InferenceAggregate" + "$ref": "#/components/schemas/_types.aggregations.InferenceAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:BoxPlotAggregate" + "$ref": "#/components/schemas/_types.aggregations.BoxPlotAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsAggregate" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TTestAggregate" + "$ref": "#/components/schemas/_types.aggregations.TTestAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RateAggregate" + "$ref": "#/components/schemas/_types.aggregations.RateAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CumulativeCardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CumulativeCardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregate" } ] }, - "_types.aggregations:CardinalityAggregate": { + "_types.aggregations.CardinalityAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -44517,40 +49282,40 @@ } ] }, - "_types.aggregations:AggregateBase": { + "_types.aggregations.AggregateBase": { "type": "object", "properties": { "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, - "_types:Metadata": { + "_types.Metadata": { "type": "object", "additionalProperties": { "type": "object" } }, - "_types.aggregations:HdrPercentilesAggregate": { + "_types.aggregations.HdrPercentilesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:PercentilesAggregateBase": { + "_types.aggregations.PercentilesAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "values": { - "$ref": "#/components/schemas/_types.aggregations:Percentiles" + "$ref": "#/components/schemas/_types.aggregations.Percentiles" } }, "required": [ @@ -44559,20 +49324,20 @@ } ] }, - "_types.aggregations:Percentiles": { + "_types.aggregations.Percentiles": { "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:KeyedPercentiles" + "$ref": "#/components/schemas/_types.aggregations.KeyedPercentiles" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:ArrayPercentilesItem" + "$ref": "#/components/schemas/_types.aggregations.ArrayPercentilesItem" } } ] }, - "_types.aggregations:KeyedPercentiles": { + "_types.aggregations.KeyedPercentiles": { "type": "object", "additionalProperties": { "oneOf": [ @@ -44589,7 +49354,7 @@ ] } }, - "_types.aggregations:ArrayPercentilesItem": { + "_types.aggregations.ArrayPercentilesItem": { "type": "object", "properties": { "key": { @@ -44615,60 +49380,60 @@ "value" ] }, - "_types.aggregations:HdrPercentileRanksAggregate": { + "_types.aggregations.HdrPercentileRanksAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:TDigestPercentilesAggregate": { + "_types.aggregations.TDigestPercentilesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:TDigestPercentileRanksAggregate": { + "_types.aggregations.TDigestPercentileRanksAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:PercentilesBucketAggregate": { + "_types.aggregations.PercentilesBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:MedianAbsoluteDeviationAggregate": { + "_types.aggregations.MedianAbsoluteDeviationAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SingleMetricAggregateBase": { + "_types.aggregations.SingleMetricAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -44695,80 +49460,80 @@ } ] }, - "_types.aggregations:MinAggregate": { + "_types.aggregations.MinAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:MaxAggregate": { + "_types.aggregations.MaxAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SumAggregate": { + "_types.aggregations.SumAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:AvgAggregate": { + "_types.aggregations.AvgAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:WeightedAvgAggregate": { + "_types.aggregations.WeightedAvgAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ValueCountAggregate": { + "_types.aggregations.ValueCountAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SimpleValueAggregate": { + "_types.aggregations.SimpleValueAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:DerivativeAggregate": { + "_types.aggregations.DerivativeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object", @@ -44783,10 +49548,10 @@ } ] }, - "_types.aggregations:BucketMetricValueAggregate": { + "_types.aggregations.BucketMetricValueAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object", @@ -44804,10 +49569,10 @@ } ] }, - "_types.aggregations:StatsAggregate": { + "_types.aggregations.StatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -44874,20 +49639,20 @@ } ] }, - "_types.aggregations:StatsBucketAggregate": { + "_types.aggregations.StatsBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { "type": "object" } ] }, - "_types.aggregations:ExtendedStatsAggregate": { + "_types.aggregations.ExtendedStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { "type": "object", @@ -44970,7 +49735,7 @@ ] }, "std_deviation_bounds": { - "$ref": "#/components/schemas/_types.aggregations:StandardDeviationBounds" + "$ref": "#/components/schemas/_types.aggregations.StandardDeviationBounds" }, "sum_of_squares_as_string": { "type": "string" @@ -44988,7 +49753,7 @@ "type": "string" }, "std_deviation_bounds_as_string": { - "$ref": "#/components/schemas/_types.aggregations:StandardDeviationBoundsAsString" + "$ref": "#/components/schemas/_types.aggregations.StandardDeviationBoundsAsString" } }, "required": [ @@ -45003,7 +49768,7 @@ } ] }, - "_types.aggregations:StandardDeviationBounds": { + "_types.aggregations.StandardDeviationBounds": { "type": "object", "properties": { "upper": { @@ -45082,7 +49847,7 @@ "lower_sampling" ] }, - "_types.aggregations:StandardDeviationBoundsAsString": { + "_types.aggregations.StandardDeviationBoundsAsString": { "type": "object", "properties": { "upper": { @@ -45113,49 +49878,49 @@ "lower_sampling" ] }, - "_types.aggregations:ExtendedStatsBucketAggregate": { + "_types.aggregations.ExtendedStatsBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregate" }, { "type": "object" } ] }, - "_types.aggregations:GeoBoundsAggregate": { + "_types.aggregations.GeoBoundsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types:GeoBounds": { + "_types.GeoBounds": { "description": "A geo bounding box. It can be represented in various ways:\n- as 4 top/bottom/left/right coordinates\n- as 2 top_left / bottom_right points\n- as 2 top_right / bottom_left points\n- as a WKT bounding box", "oneOf": [ { - "$ref": "#/components/schemas/_types:CoordsGeoBounds" + "$ref": "#/components/schemas/_types.CoordsGeoBounds" }, { - "$ref": "#/components/schemas/_types:TopLeftBottomRightGeoBounds" + "$ref": "#/components/schemas/_types.TopLeftBottomRightGeoBounds" }, { - "$ref": "#/components/schemas/_types:TopRightBottomLeftGeoBounds" + "$ref": "#/components/schemas/_types.TopRightBottomLeftGeoBounds" }, { - "$ref": "#/components/schemas/_types:WktGeoBounds" + "$ref": "#/components/schemas/_types.WktGeoBounds" } ] }, - "_types:CoordsGeoBounds": { + "_types.CoordsGeoBounds": { "type": "object", "properties": { "top": { @@ -45178,14 +49943,14 @@ "right" ] }, - "_types:TopLeftBottomRightGeoBounds": { + "_types.TopLeftBottomRightGeoBounds": { "type": "object", "properties": { "top_left": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "bottom_right": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -45193,14 +49958,14 @@ "bottom_right" ] }, - "_types:GeoLocation": { + "_types.GeoLocation": { "description": "A latitude/longitude as a 2 dimensional point. It can be represented in various ways:\n- as a `{lat, long}` object\n- as a geo hash value\n- as a `[lon, lat]` array\n- as a string in `\", \"` or WKT point formats", "oneOf": [ { - "$ref": "#/components/schemas/_types:LatLonGeoLocation" + "$ref": "#/components/schemas/_types.LatLonGeoLocation" }, { - "$ref": "#/components/schemas/_types:GeoHashLocation" + "$ref": "#/components/schemas/_types.GeoHashLocation" }, { "type": "array", @@ -45213,7 +49978,7 @@ } ] }, - "_types:LatLonGeoLocation": { + "_types.LatLonGeoLocation": { "type": "object", "properties": { "lat": { @@ -45230,28 +49995,28 @@ "lon" ] }, - "_types:GeoHashLocation": { + "_types.GeoHashLocation": { "type": "object", "properties": { "geohash": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" } }, "required": [ "geohash" ] }, - "_types:GeoHash": { + "_types.GeoHash": { "type": "string" }, - "_types:TopRightBottomLeftGeoBounds": { + "_types.TopRightBottomLeftGeoBounds": { "type": "object", "properties": { "top_right": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "bottom_left": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -45259,7 +50024,7 @@ "bottom_left" ] }, - "_types:WktGeoBounds": { + "_types.WktGeoBounds": { "type": "object", "properties": { "wkt": { @@ -45270,10 +50035,10 @@ "wkt" ] }, - "_types.aggregations:GeoCentroidAggregate": { + "_types.aggregations.GeoCentroidAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -45282,7 +50047,7 @@ "type": "number" }, "location": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -45291,26 +50056,26 @@ } ] }, - "_types.aggregations:HistogramAggregate": { + "_types.aggregations.HistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsHistogramBucket" } }, "required": [ @@ -45319,27 +50084,27 @@ } ] }, - "_types.aggregations:BucketsHistogramBucket": { + "_types.aggregations.BucketsHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:HistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.HistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:HistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.HistogramBucket" } } ] }, - "_types.aggregations:HistogramBucket": { + "_types.aggregations.HistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45357,7 +50122,7 @@ } ] }, - "_types.aggregations:MultiBucketBase": { + "_types.aggregations.MultiBucketBase": { "type": "object", "properties": { "doc_count": { @@ -45368,26 +50133,26 @@ "doc_count" ] }, - "_types.aggregations:DateHistogramAggregate": { + "_types.aggregations.DateHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsDateHistogramBucket" } }, "required": [ @@ -45396,27 +50161,27 @@ } ] }, - "_types.aggregations:BucketsDateHistogramBucket": { + "_types.aggregations.BucketsDateHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramBucket" } } ] }, - "_types.aggregations:DateHistogramBucket": { + "_types.aggregations.DateHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45425,7 +50190,7 @@ "type": "string" }, "key": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -45434,27 +50199,27 @@ } ] }, - "_types:EpochTimeUnitMillis": { + "_types.EpochTimeUnitMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitMillis" + "$ref": "#/components/schemas/_types.UnitMillis" } ] }, - "_types:UnitMillis": { + "_types.UnitMillis": { "description": "Time unit for milliseconds", "type": "number" }, - "_types.aggregations:AutoDateHistogramAggregate": { + "_types.aggregations.AutoDateHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket" }, { "type": "object", "properties": { "interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" } }, "required": [ @@ -45463,30 +50228,30 @@ } ] }, - "_types:DurationLarge": { + "_types.DurationLarge": { "description": "A date histogram interval. Similar to `Duration` with additional units: `w` (week), `M` (month), `q` (quarter) and\n`y` (year)", "type": "string" }, - "_types.aggregations:VariableWidthHistogramAggregate": { + "_types.aggregations.VariableWidthHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVariableWidthHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseVariableWidthHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseVariableWidthHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsVariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsVariableWidthHistogramBucket" } }, "required": [ @@ -45495,27 +50260,27 @@ } ] }, - "_types.aggregations:BucketsVariableWidthHistogramBucket": { + "_types.aggregations.BucketsVariableWidthHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramBucket" } } ] }, - "_types.aggregations:VariableWidthHistogramBucket": { + "_types.aggregations.VariableWidthHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45547,20 +50312,20 @@ } ] }, - "_types.aggregations:StringTermsAggregate": { + "_types.aggregations.StringTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseStringTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseStringTermsBucket": { + "_types.aggregations.TermsAggregateBaseStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseStringTermsBucket" }, { "type": "object", @@ -45575,16 +50340,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseStringTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsStringTermsBucket" } }, "required": [ @@ -45593,33 +50358,33 @@ } ] }, - "_types.aggregations:BucketsStringTermsBucket": { + "_types.aggregations.BucketsStringTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:StringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:StringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringTermsBucket" } } ] }, - "_types.aggregations:StringTermsBucket": { + "_types.aggregations.StringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "required": [ @@ -45628,7 +50393,7 @@ } ] }, - "_types:FieldValue": { + "_types.FieldValue": { "description": "A field value.", "oneOf": [ { @@ -45649,10 +50414,10 @@ } ] }, - "_types.aggregations:TermsBucketBase": { + "_types.aggregations.TermsBucketBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45664,20 +50429,20 @@ } ] }, - "_types.aggregations:LongTermsAggregate": { + "_types.aggregations.LongTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseLongTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseLongTermsBucket": { + "_types.aggregations.TermsAggregateBaseLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseLongTermsBucket" }, { "type": "object", @@ -45692,16 +50457,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseLongTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsLongTermsBucket" } }, "required": [ @@ -45710,27 +50475,27 @@ } ] }, - "_types.aggregations:BucketsLongTermsBucket": { + "_types.aggregations.BucketsLongTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:LongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:LongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongTermsBucket" } } ] }, - "_types.aggregations:LongTermsBucket": { + "_types.aggregations.LongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", @@ -45748,20 +50513,20 @@ } ] }, - "_types.aggregations:DoubleTermsAggregate": { + "_types.aggregations.DoubleTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseDoubleTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseDoubleTermsBucket": { + "_types.aggregations.TermsAggregateBaseDoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDoubleTermsBucket" }, { "type": "object", @@ -45776,16 +50541,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseDoubleTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseDoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsDoubleTermsBucket" } }, "required": [ @@ -45794,27 +50559,27 @@ } ] }, - "_types.aggregations:BucketsDoubleTermsBucket": { + "_types.aggregations.BucketsDoubleTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsBucket" } } ] }, - "_types.aggregations:DoubleTermsBucket": { + "_types.aggregations.DoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", @@ -45832,20 +50597,20 @@ } ] }, - "_types.aggregations:UnmappedTermsAggregate": { + "_types.aggregations.UnmappedTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseVoid": { + "_types.aggregations.TermsAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object", @@ -45860,16 +50625,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseVoid": { + "_types.aggregations.MultiBucketAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsVoid" + "$ref": "#/components/schemas/_types.aggregations.BucketsVoid" } }, "required": [ @@ -45878,47 +50643,47 @@ } ] }, - "_types.aggregations:BucketsVoid": { + "_types.aggregations.BucketsVoid": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_spec_utils:Void" + "$ref": "#/components/schemas/_spec_utils.Void" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_spec_utils:Void" + "$ref": "#/components/schemas/_spec_utils.Void" } } ] }, - "_spec_utils:Void": { + "_spec_utils.Void": { "description": "The absence of any type. This is commonly used in APIs that don't return a body.\n\nAlthough \"void\" is generally used for the unit type that has only one value, this is to be interpreted as\nthe bottom type that has no value at all. Most languages have a unit type, but few have a bottom type.\n\nSee https://en.m.wikipedia.org/wiki/Unit_type and https://en.m.wikipedia.org/wiki/Bottom_type", "type": "object" }, - "_types.aggregations:LongRareTermsAggregate": { + "_types.aggregations.LongRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseLongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseLongRareTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseLongRareTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseLongRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsLongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsLongRareTermsBucket" } }, "required": [ @@ -45927,27 +50692,27 @@ } ] }, - "_types.aggregations:BucketsLongRareTermsBucket": { + "_types.aggregations.BucketsLongRareTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsBucket" } } ] }, - "_types.aggregations:LongRareTermsBucket": { + "_types.aggregations.LongRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -45965,26 +50730,26 @@ } ] }, - "_types.aggregations:StringRareTermsAggregate": { + "_types.aggregations.StringRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseStringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseStringRareTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseStringRareTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseStringRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsStringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsStringRareTermsBucket" } }, "required": [ @@ -45993,27 +50758,27 @@ } ] }, - "_types.aggregations:BucketsStringRareTermsBucket": { + "_types.aggregations.BucketsStringRareTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsBucket" } } ] }, - "_types.aggregations:StringRareTermsBucket": { + "_types.aggregations.StringRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46028,30 +50793,30 @@ } ] }, - "_types.aggregations:UnmappedRareTermsAggregate": { + "_types.aggregations.UnmappedRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:MultiTermsAggregate": { + "_types.aggregations.MultiTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseMultiTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseMultiTermsBucket": { + "_types.aggregations.TermsAggregateBaseMultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseMultiTermsBucket" }, { "type": "object", @@ -46066,16 +50831,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseMultiTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseMultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsMultiTermsBucket" } }, "required": [ @@ -46084,27 +50849,27 @@ } ] }, - "_types.aggregations:BucketsMultiTermsBucket": { + "_types.aggregations.BucketsMultiTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsBucket" } } ] }, - "_types.aggregations:MultiTermsBucket": { + "_types.aggregations.MultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46112,7 +50877,7 @@ "key": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "key_as_string": { @@ -46128,20 +50893,20 @@ } ] }, - "_types.aggregations:MissingAggregate": { + "_types.aggregations.MissingAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SingleBucketAggregateBase": { + "_types.aggregations.SingleBucketAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -46156,106 +50921,106 @@ } ] }, - "_types.aggregations:NestedAggregate": { + "_types.aggregations.NestedAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ReverseNestedAggregate": { + "_types.aggregations.ReverseNestedAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:GlobalAggregate": { + "_types.aggregations.GlobalAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:FilterAggregate": { + "_types.aggregations.FilterAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ChildrenAggregate": { + "_types.aggregations.ChildrenAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ParentAggregate": { + "_types.aggregations.ParentAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SamplerAggregate": { + "_types.aggregations.SamplerAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:UnmappedSamplerAggregate": { + "_types.aggregations.UnmappedSamplerAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:GeoHashGridAggregate": { + "_types.aggregations.GeoHashGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoHashGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoHashGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoHashGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoHashGridBucket" } }, "required": [ @@ -46264,33 +51029,33 @@ } ] }, - "_types.aggregations:BucketsGeoHashGridBucket": { + "_types.aggregations.BucketsGeoHashGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridBucket" } } ] }, - "_types.aggregations:GeoHashGridBucket": { + "_types.aggregations.GeoHashGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" } }, "required": [ @@ -46299,26 +51064,26 @@ } ] }, - "_types.aggregations:GeoTileGridAggregate": { + "_types.aggregations.GeoTileGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoTileGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoTileGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoTileGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoTileGridBucket" } }, "required": [ @@ -46327,33 +51092,33 @@ } ] }, - "_types.aggregations:BucketsGeoTileGridBucket": { + "_types.aggregations.BucketsGeoTileGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridBucket" } } ] }, - "_types.aggregations:GeoTileGridBucket": { + "_types.aggregations.GeoTileGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoTile" + "$ref": "#/components/schemas/_types.GeoTile" } }, "required": [ @@ -46362,30 +51127,30 @@ } ] }, - "_types:GeoTile": { + "_types.GeoTile": { "description": "A map tile reference, represented as `{zoom}/{x}/{y}`", "type": "string" }, - "_types.aggregations:GeoHexGridAggregate": { + "_types.aggregations.GeoHexGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoHexGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoHexGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoHexGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoHexGridBucket" } }, "required": [ @@ -46394,33 +51159,33 @@ } ] }, - "_types.aggregations:BucketsGeoHexGridBucket": { + "_types.aggregations.BucketsGeoHexGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridBucket" } } ] }, - "_types.aggregations:GeoHexGridBucket": { + "_types.aggregations.GeoHexGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoHexCell" + "$ref": "#/components/schemas/_types.GeoHexCell" } }, "required": [ @@ -46429,30 +51194,30 @@ } ] }, - "_types:GeoHexCell": { + "_types.GeoHexCell": { "description": "A map hex cell (H3) reference", "type": "string" }, - "_types.aggregations:RangeAggregate": { + "_types.aggregations.RangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseRangeBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseRangeBucket": { + "_types.aggregations.MultiBucketAggregateBaseRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsRangeBucket" } }, "required": [ @@ -46461,27 +51226,27 @@ } ] }, - "_types.aggregations:BucketsRangeBucket": { + "_types.aggregations.BucketsRangeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:RangeBucket" + "$ref": "#/components/schemas/_types.aggregations.RangeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:RangeBucket" + "$ref": "#/components/schemas/_types.aggregations.RangeBucket" } } ] }, - "_types.aggregations:RangeBucket": { + "_types.aggregations.RangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46506,46 +51271,46 @@ } ] }, - "_types.aggregations:DateRangeAggregate": { + "_types.aggregations.DateRangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { "type": "object" } ] }, - "_types.aggregations:GeoDistanceAggregate": { + "_types.aggregations.GeoDistanceAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { "type": "object" } ] }, - "_types.aggregations:IpRangeAggregate": { + "_types.aggregations.IpRangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseIpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseIpRangeBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseIpRangeBucket": { + "_types.aggregations.MultiBucketAggregateBaseIpRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsIpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsIpRangeBucket" } }, "required": [ @@ -46554,27 +51319,27 @@ } ] }, - "_types.aggregations:BucketsIpRangeBucket": { + "_types.aggregations.BucketsIpRangeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.IpRangeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.IpRangeBucket" } } ] }, - "_types.aggregations:IpRangeBucket": { + "_types.aggregations.IpRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46592,26 +51357,26 @@ } ] }, - "_types.aggregations:IpPrefixAggregate": { + "_types.aggregations.IpPrefixAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseIpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseIpPrefixBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseIpPrefixBucket": { + "_types.aggregations.MultiBucketAggregateBaseIpPrefixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsIpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsIpPrefixBucket" } }, "required": [ @@ -46620,27 +51385,27 @@ } ] }, - "_types.aggregations:BucketsIpPrefixBucket": { + "_types.aggregations.BucketsIpPrefixBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixBucket" } } ] }, - "_types.aggregations:IpPrefixBucket": { + "_types.aggregations.IpPrefixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46666,26 +51431,26 @@ } ] }, - "_types.aggregations:FiltersAggregate": { + "_types.aggregations.FiltersAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseFiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseFiltersBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseFiltersBucket": { + "_types.aggregations.MultiBucketAggregateBaseFiltersBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsFiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsFiltersBucket" } }, "required": [ @@ -46694,53 +51459,53 @@ } ] }, - "_types.aggregations:BucketsFiltersBucket": { + "_types.aggregations.BucketsFiltersBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:FiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.FiltersBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.FiltersBucket" } } ] }, - "_types.aggregations:FiltersBucket": { + "_types.aggregations.FiltersBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object" } ] }, - "_types.aggregations:AdjacencyMatrixAggregate": { + "_types.aggregations.AdjacencyMatrixAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseAdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseAdjacencyMatrixBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseAdjacencyMatrixBucket": { + "_types.aggregations.MultiBucketAggregateBaseAdjacencyMatrixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsAdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsAdjacencyMatrixBucket" } }, "required": [ @@ -46749,27 +51514,27 @@ } ] }, - "_types.aggregations:BucketsAdjacencyMatrixBucket": { + "_types.aggregations.BucketsAdjacencyMatrixBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixBucket" } } ] }, - "_types.aggregations:AdjacencyMatrixBucket": { + "_types.aggregations.AdjacencyMatrixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46784,20 +51549,20 @@ } ] }, - "_types.aggregations:SignificantLongTermsAggregate": { + "_types.aggregations.SignificantLongTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseSignificantLongTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseSignificantLongTermsBucket": { + "_types.aggregations.SignificantTermsAggregateBaseSignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseSignificantLongTermsBucket" }, { "type": "object", @@ -46812,16 +51577,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseSignificantLongTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseSignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsSignificantLongTermsBucket" } }, "required": [ @@ -46830,27 +51595,27 @@ } ] }, - "_types.aggregations:BucketsSignificantLongTermsBucket": { + "_types.aggregations.BucketsSignificantLongTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsBucket" } } ] }, - "_types.aggregations:SignificantLongTermsBucket": { + "_types.aggregations.SignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsBucketBase" }, { "type": "object", @@ -46868,10 +51633,10 @@ } ] }, - "_types.aggregations:SignificantTermsBucketBase": { + "_types.aggregations.SignificantTermsBucketBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -46890,20 +51655,20 @@ } ] }, - "_types.aggregations:SignificantStringTermsAggregate": { + "_types.aggregations.SignificantStringTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseSignificantStringTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseSignificantStringTermsBucket": { + "_types.aggregations.SignificantTermsAggregateBaseSignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseSignificantStringTermsBucket" }, { "type": "object", @@ -46918,16 +51683,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseSignificantStringTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseSignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsSignificantStringTermsBucket" } }, "required": [ @@ -46936,27 +51701,27 @@ } ] }, - "_types.aggregations:BucketsSignificantStringTermsBucket": { + "_types.aggregations.BucketsSignificantStringTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsBucket" } } ] }, - "_types.aggregations:SignificantStringTermsBucket": { + "_types.aggregations.SignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsBucketBase" }, { "type": "object", @@ -46971,20 +51736,20 @@ } ] }, - "_types.aggregations:UnmappedSignificantTermsAggregate": { + "_types.aggregations.UnmappedSignificantTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseVoid": { + "_types.aggregations.SignificantTermsAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object", @@ -46999,37 +51764,37 @@ } ] }, - "_types.aggregations:CompositeAggregate": { + "_types.aggregations.CompositeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseCompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseCompositeBucket" }, { "type": "object", "properties": { "after_key": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" } } } ] }, - "_types.aggregations:CompositeAggregateKey": { + "_types.aggregations.CompositeAggregateKey": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, - "_types.aggregations:MultiBucketAggregateBaseCompositeBucket": { + "_types.aggregations.MultiBucketAggregateBaseCompositeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsCompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsCompositeBucket" } }, "required": [ @@ -47038,33 +51803,33 @@ } ] }, - "_types.aggregations:BucketsCompositeBucket": { + "_types.aggregations.BucketsCompositeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:CompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.CompositeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:CompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.CompositeBucket" } } ] }, - "_types.aggregations:CompositeBucket": { + "_types.aggregations.CompositeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" } }, "required": [ @@ -47073,26 +51838,26 @@ } ] }, - "_types.aggregations:FrequentItemSetsAggregate": { + "_types.aggregations.FrequentItemSetsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseFrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseFrequentItemSetsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseFrequentItemSetsBucket": { + "_types.aggregations.MultiBucketAggregateBaseFrequentItemSetsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsFrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsFrequentItemSetsBucket" } }, "required": [ @@ -47101,27 +51866,27 @@ } ] }, - "_types.aggregations:BucketsFrequentItemSetsBucket": { + "_types.aggregations.BucketsFrequentItemSetsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsBucket" } } ] }, - "_types.aggregations:FrequentItemSetsBucket": { + "_types.aggregations.FrequentItemSetsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -47146,26 +51911,26 @@ } ] }, - "_types.aggregations:TimeSeriesAggregate": { + "_types.aggregations.TimeSeriesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseTimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseTimeSeriesBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseTimeSeriesBucket": { + "_types.aggregations.MultiBucketAggregateBaseTimeSeriesBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsTimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsTimeSeriesBucket" } }, "required": [ @@ -47174,27 +51939,27 @@ } ] }, - "_types.aggregations:BucketsTimeSeriesBucket": { + "_types.aggregations.BucketsTimeSeriesBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesBucket" } } ] }, - "_types.aggregations:TimeSeriesBucket": { + "_types.aggregations.TimeSeriesBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -47202,7 +51967,7 @@ "key": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, @@ -47212,10 +51977,10 @@ } ] }, - "_types.aggregations:ScriptedMetricAggregate": { + "_types.aggregations.ScriptedMetricAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47230,16 +51995,16 @@ } ] }, - "_types.aggregations:TopHitsAggregate": { + "_types.aggregations.TopHitsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" } }, "required": [ @@ -47248,14 +52013,14 @@ } ] }, - "_global.search._types:HitsMetadata": { + "_global.search._types.HitsMetadata": { "type": "object", "properties": { "total": { "description": "Total hit count information, present only if `track_total_hits` wasn't `false` in the search request.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:TotalHits" + "$ref": "#/components/schemas/_global.search._types.TotalHits" }, { "type": "number" @@ -47265,7 +52030,7 @@ "hits": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Hit" + "$ref": "#/components/schemas/_global.search._types.Hit" } }, "max_score": { @@ -47284,11 +52049,11 @@ "hits" ] }, - "_global.search._types:TotalHits": { + "_global.search._types.TotalHits": { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_global.search._types:TotalHitsRelation" + "$ref": "#/components/schemas/_global.search._types.TotalHitsRelation" }, "value": { "type": "number" @@ -47299,21 +52064,21 @@ "value" ] }, - "_global.search._types:TotalHitsRelation": { + "_global.search._types.TotalHitsRelation": { "type": "string", "enum": [ "eq", "gte" ] }, - "_global.search._types:Hit": { + "_global.search._types.Hit": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_score": { "oneOf": [ @@ -47327,7 +52092,7 @@ ] }, "_explanation": { - "$ref": "#/components/schemas/_global.explain:Explanation" + "$ref": "#/components/schemas/_global.explain.Explanation" }, "fields": { "type": "object", @@ -47347,7 +52112,7 @@ "inner_hits": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search._types:InnerHitsResult" + "$ref": "#/components/schemas/_global.search._types.InnerHitsResult" } }, "matched_queries": { @@ -47367,7 +52132,7 @@ ] }, "_nested": { - "$ref": "#/components/schemas/_global.search._types:NestedIdentity" + "$ref": "#/components/schemas/_global.search._types.NestedIdentity" }, "_ignored": { "type": "array", @@ -47400,26 +52165,26 @@ "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } }, "required": [ "_index" ] }, - "_types:IndexName": { + "_types.IndexName": { "type": "string" }, - "_global.explain:Explanation": { + "_global.explain.Explanation": { "type": "object", "properties": { "description": { @@ -47428,7 +52193,7 @@ "details": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" } }, "value": { @@ -47441,7 +52206,7 @@ "value" ] }, - "_global.explain:ExplanationDetail": { + "_global.explain.ExplanationDetail": { "type": "object", "properties": { "description": { @@ -47450,7 +52215,7 @@ "details": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" } }, "value": { @@ -47462,28 +52227,28 @@ "value" ] }, - "_global.search._types:InnerHitsResult": { + "_global.search._types.InnerHitsResult": { "type": "object", "properties": { "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" } }, "required": [ "hits" ] }, - "_global.search._types:NestedIdentity": { + "_global.search._types.NestedIdentity": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "offset": { "type": "number" }, "_nested": { - "$ref": "#/components/schemas/_global.search._types:NestedIdentity" + "$ref": "#/components/schemas/_global.search._types.NestedIdentity" } }, "required": [ @@ -47491,43 +52256,43 @@ "offset" ] }, - "_types:Field": { + "_types.Field": { "description": "Path to field or array of paths. Some API's support wildcards in the path to select multiple fields.", "type": "string" }, - "_types:SequenceNumber": { + "_types.SequenceNumber": { "type": "number" }, - "_types:VersionNumber": { + "_types.VersionNumber": { "type": "number" }, - "_types:SortResults": { + "_types.SortResults": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, - "_types.aggregations:InferenceAggregate": { + "_types.aggregations.InferenceAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "feature_importance": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceFeatureImportance" + "$ref": "#/components/schemas/_types.aggregations.InferenceFeatureImportance" } }, "top_classes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceTopClassEntry" + "$ref": "#/components/schemas/_types.aggregations.InferenceTopClassEntry" } }, "warning": { @@ -47537,7 +52302,7 @@ } ] }, - "_types.aggregations:InferenceFeatureImportance": { + "_types.aggregations.InferenceFeatureImportance": { "type": "object", "properties": { "feature_name": { @@ -47549,7 +52314,7 @@ "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceClassImportance" + "$ref": "#/components/schemas/_types.aggregations.InferenceClassImportance" } } }, @@ -47557,7 +52322,7 @@ "feature_name" ] }, - "_types.aggregations:InferenceClassImportance": { + "_types.aggregations.InferenceClassImportance": { "type": "object", "properties": { "class_name": { @@ -47572,11 +52337,11 @@ "importance" ] }, - "_types.aggregations:InferenceTopClassEntry": { + "_types.aggregations.InferenceTopClassEntry": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "class_probability": { "type": "number" @@ -47591,10 +52356,10 @@ "class_score" ] }, - "_types.aggregations:StringStatsAggregate": { + "_types.aggregations.StringStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47680,10 +52445,10 @@ } ] }, - "_types.aggregations:BoxPlotAggregate": { + "_types.aggregations.BoxPlotAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47743,10 +52508,10 @@ } ] }, - "_types.aggregations:TopMetricsAggregate": { + "_types.aggregations.TopMetricsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47754,7 +52519,7 @@ "top": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TopMetrics" + "$ref": "#/components/schemas/_types.aggregations.TopMetrics" } } }, @@ -47764,7 +52529,7 @@ } ] }, - "_types.aggregations:TopMetrics": { + "_types.aggregations.TopMetrics": { "type": "object", "properties": { "sort": { @@ -47772,7 +52537,7 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "nullable": true, @@ -47786,7 +52551,7 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "nullable": true, @@ -47801,10 +52566,10 @@ "metrics" ] }, - "_types.aggregations:TTestAggregate": { + "_types.aggregations.TTestAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47830,10 +52595,10 @@ } ] }, - "_types.aggregations:RateAggregate": { + "_types.aggregations.RateAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47851,10 +52616,10 @@ } ] }, - "_types.aggregations:CumulativeCardinalityAggregate": { + "_types.aggregations.CumulativeCardinalityAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47872,10 +52637,10 @@ } ] }, - "_types.aggregations:MatrixStatsAggregate": { + "_types.aggregations.MatrixStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47886,7 +52651,7 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsFields" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsFields" } } }, @@ -47896,11 +52661,11 @@ } ] }, - "_types.aggregations:MatrixStatsFields": { + "_types.aggregations.MatrixStatsFields": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "count": { "type": "number" @@ -47941,10 +52706,10 @@ "correlation" ] }, - "_types.aggregations:GeoLineAggregate": { + "_types.aggregations.GeoLineAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -47953,7 +52718,7 @@ "type": "string" }, "geometry": { - "$ref": "#/components/schemas/_types:GeoLine" + "$ref": "#/components/schemas/_types.GeoLine" }, "properties": { "type": "object" @@ -47967,7 +52732,7 @@ } ] }, - "_types:GeoLine": { + "_types.GeoLine": { "type": "object", "properties": { "type": { @@ -47990,7 +52755,7 @@ "coordinates" ] }, - "_types:ClusterStatistics": { + "_types.ClusterStatistics": { "type": "object", "properties": { "skipped": { @@ -48014,7 +52779,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ClusterDetails" + "$ref": "#/components/schemas/_types.ClusterDetails" } } }, @@ -48027,28 +52792,28 @@ "failed" ] }, - "_types:ClusterDetails": { + "_types.ClusterDetails": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_types:ClusterSearchStatus" + "$ref": "#/components/schemas/_types.ClusterSearchStatus" }, "indices": { "type": "string" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -48058,7 +52823,7 @@ "timed_out" ] }, - "_types:ClusterSearchStatus": { + "_types.ClusterSearchStatus": { "type": "string", "enum": [ "running", @@ -48068,33 +52833,33 @@ "failed" ] }, - "_types:DurationValueUnitMillis": { + "_types.DurationValueUnitMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitMillis" + "$ref": "#/components/schemas/_types.UnitMillis" } ] }, - "_types:ShardStatistics": { + "_types.ShardStatistics": { "type": "object", "properties": { "failed": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "successful": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "total": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } }, "skipped": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -48103,20 +52868,20 @@ "total" ] }, - "_types:uint": { + "_types.uint": { "type": "number" }, - "_types:ShardFailure": { + "_types.ShardFailure": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { "type": "string" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "shard": { "type": "number" @@ -48130,7 +52895,7 @@ "shard" ] }, - "_types:ErrorCause": { + "_types.ErrorCause": { "type": "object", "properties": { "type": { @@ -48146,18 +52911,18 @@ "type": "string" }, "caused_by": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "root_cause": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "suppressed": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -48165,13 +52930,13 @@ "type" ] }, - "_global.search._types:Profile": { + "_global.search._types.Profile": { "type": "object", "properties": { "shards": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:ShardProfile" + "$ref": "#/components/schemas/_global.search._types.ShardProfile" } } }, @@ -48179,37 +52944,37 @@ "shards" ] }, - "_global.search._types:ShardProfile": { + "_global.search._types.ShardProfile": { "type": "object", "properties": { "aggregations": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfile" + "$ref": "#/components/schemas/_global.search._types.AggregationProfile" } }, "cluster": { "type": "string" }, "dfs": { - "$ref": "#/components/schemas/_global.search._types:DfsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsProfile" }, "fetch": { - "$ref": "#/components/schemas/_global.search._types:FetchProfile" + "$ref": "#/components/schemas/_global.search._types.FetchProfile" }, "id": { "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "searches": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:SearchProfile" + "$ref": "#/components/schemas/_global.search._types.SearchProfile" } }, "shard_id": { @@ -48226,28 +52991,28 @@ "shard_id" ] }, - "_global.search._types:AggregationProfile": { + "_global.search._types.AggregationProfile": { "type": "object", "properties": { "breakdown": { - "$ref": "#/components/schemas/_global.search._types:AggregationBreakdown" + "$ref": "#/components/schemas/_global.search._types.AggregationBreakdown" }, "description": { "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "type": { "type": "string" }, "debug": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDebug" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDebug" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfile" + "$ref": "#/components/schemas/_global.search._types.AggregationProfile" } } }, @@ -48258,7 +53023,7 @@ "type" ] }, - "_global.search._types:AggregationBreakdown": { + "_global.search._types.AggregationBreakdown": { "type": "object", "properties": { "build_aggregation": { @@ -48311,18 +53076,18 @@ "reduce_count" ] }, - "_types:DurationValueUnitNanos": { + "_types.DurationValueUnitNanos": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitNanos" + "$ref": "#/components/schemas/_types.UnitNanos" } ] }, - "_types:UnitNanos": { + "_types.UnitNanos": { "description": "Time unit for nanoseconds", "type": "number" }, - "_global.search._types:AggregationProfileDebug": { + "_global.search._types.AggregationProfileDebug": { "type": "object", "properties": { "segments_with_multi_valued_ords": { @@ -48350,7 +53115,7 @@ "type": "string" }, "delegate_debug": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDebug" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDebug" }, "chars_fetched": { "type": "number" @@ -48403,7 +53168,7 @@ "filters": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDelegateDebugFilter" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDelegateDebugFilter" } }, "segments_counted": { @@ -48429,7 +53194,7 @@ } } }, - "_global.search._types:AggregationProfileDelegateDebugFilter": { + "_global.search._types.AggregationProfileDelegateDebugFilter": { "type": "object", "properties": { "results_from_metadata": { @@ -48446,21 +53211,21 @@ } } }, - "_global.search._types:DfsProfile": { + "_global.search._types.DfsProfile": { "type": "object", "properties": { "statistics": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsProfile" }, "knn": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:DfsKnnProfile" + "$ref": "#/components/schemas/_global.search._types.DfsKnnProfile" } } } }, - "_global.search._types:DfsStatisticsProfile": { + "_global.search._types.DfsStatisticsProfile": { "type": "object", "properties": { "type": { @@ -48470,13 +53235,13 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsBreakdown" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsBreakdown" }, "debug": { "type": "object", @@ -48487,7 +53252,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsProfile" } } }, @@ -48498,7 +53263,7 @@ "breakdown" ] }, - "_global.search._types:DfsStatisticsBreakdown": { + "_global.search._types.DfsStatisticsBreakdown": { "type": "object", "properties": { "collection_statistics": { @@ -48537,7 +53302,7 @@ "term_statistics_count" ] }, - "_global.search._types:DfsKnnProfile": { + "_global.search._types.DfsKnnProfile": { "type": "object", "properties": { "vector_operations_count": { @@ -48546,7 +53311,7 @@ "query": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileResult" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileResult" } }, "rewrite_time": { @@ -48555,7 +53320,7 @@ "collector": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnCollectorResult" + "$ref": "#/components/schemas/_global.search._types.KnnCollectorResult" } } }, @@ -48565,7 +53330,7 @@ "collector" ] }, - "_global.search._types:KnnQueryProfileResult": { + "_global.search._types.KnnQueryProfileResult": { "type": "object", "properties": { "type": { @@ -48575,13 +53340,13 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileBreakdown" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileBreakdown" }, "debug": { "type": "object", @@ -48592,7 +53357,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileResult" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileResult" } } }, @@ -48603,7 +53368,7 @@ "breakdown" ] }, - "_global.search._types:KnnQueryProfileBreakdown": { + "_global.search._types.KnnQueryProfileBreakdown": { "type": "object", "properties": { "advance": { @@ -48690,7 +53455,7 @@ "shallow_advance_count" ] }, - "_global.search._types:KnnCollectorResult": { + "_global.search._types.KnnCollectorResult": { "type": "object", "properties": { "name": { @@ -48700,15 +53465,15 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnCollectorResult" + "$ref": "#/components/schemas/_global.search._types.KnnCollectorResult" } } }, @@ -48718,7 +53483,7 @@ "time_in_nanos" ] }, - "_global.search._types:FetchProfile": { + "_global.search._types.FetchProfile": { "type": "object", "properties": { "type": { @@ -48728,18 +53493,18 @@ "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:FetchProfileBreakdown" + "$ref": "#/components/schemas/_global.search._types.FetchProfileBreakdown" }, "debug": { - "$ref": "#/components/schemas/_global.search._types:FetchProfileDebug" + "$ref": "#/components/schemas/_global.search._types.FetchProfileDebug" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:FetchProfile" + "$ref": "#/components/schemas/_global.search._types.FetchProfile" } } }, @@ -48750,7 +53515,7 @@ "breakdown" ] }, - "_global.search._types:FetchProfileBreakdown": { + "_global.search._types.FetchProfileBreakdown": { "type": "object", "properties": { "load_source": { @@ -48779,7 +53544,7 @@ } } }, - "_global.search._types:FetchProfileDebug": { + "_global.search._types.FetchProfileDebug": { "type": "object", "properties": { "stored_fields": { @@ -48793,22 +53558,22 @@ } } }, - "_types:NodeId": { + "_types.NodeId": { "type": "string" }, - "_global.search._types:SearchProfile": { + "_global.search._types.SearchProfile": { "type": "object", "properties": { "collector": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Collector" + "$ref": "#/components/schemas/_global.search._types.Collector" } }, "query": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:QueryProfile" + "$ref": "#/components/schemas/_global.search._types.QueryProfile" } }, "rewrite_time": { @@ -48821,7 +53586,7 @@ "rewrite_time" ] }, - "_global.search._types:Collector": { + "_global.search._types.Collector": { "type": "object", "properties": { "name": { @@ -48831,12 +53596,12 @@ "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Collector" + "$ref": "#/components/schemas/_global.search._types.Collector" } } }, @@ -48846,17 +53611,17 @@ "time_in_nanos" ] }, - "_global.search._types:QueryProfile": { + "_global.search._types.QueryProfile": { "type": "object", "properties": { "breakdown": { - "$ref": "#/components/schemas/_global.search._types:QueryBreakdown" + "$ref": "#/components/schemas/_global.search._types.QueryBreakdown" }, "description": { "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "type": { "type": "string" @@ -48864,7 +53629,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:QueryProfile" + "$ref": "#/components/schemas/_global.search._types.QueryProfile" } } }, @@ -48875,7 +53640,7 @@ "type" ] }, - "_global.search._types:QueryBreakdown": { + "_global.search._types.QueryBreakdown": { "type": "object", "properties": { "advance": { @@ -48962,26 +53727,26 @@ "set_min_competitive_score_count" ] }, - "_types:ScrollId": { + "_types.ScrollId": { "type": "string" }, - "_global.search._types:Suggest": { + "_global.search._types.Suggest": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggest" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggest" }, { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggest" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggest" }, { - "$ref": "#/components/schemas/_global.search._types:TermSuggest" + "$ref": "#/components/schemas/_global.search._types.TermSuggest" } ] }, - "_global.search._types:CompletionSuggest": { + "_global.search._types.CompletionSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -48989,12 +53754,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggestOption" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggestOption" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggestOption" } } ] @@ -49006,7 +53771,7 @@ } ] }, - "_global.search._types:CompletionSuggestOption": { + "_global.search._types.CompletionSuggestOption": { "type": "object", "properties": { "collate_match": { @@ -49017,7 +53782,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Context" + "$ref": "#/components/schemas/_global.search._types.Context" } } }, @@ -49031,10 +53796,10 @@ "type": "string" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_score": { "type": "number" @@ -49053,21 +53818,21 @@ "text" ] }, - "_global.search._types:Context": { + "_global.search._types.Context": { "description": "Text or location that we want similar documents for or a lookup to a document's field for the text.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } ] }, - "_types:Routing": { + "_types.Routing": { "type": "string" }, - "_global.search._types:SuggestBase": { + "_global.search._types.SuggestBase": { "type": "object", "properties": { "length": { @@ -49086,10 +53851,10 @@ "text" ] }, - "_global.search._types:PhraseSuggest": { + "_global.search._types.PhraseSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -49097,12 +53862,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggestOption" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggestOption" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggestOption" } } ] @@ -49114,7 +53879,7 @@ } ] }, - "_global.search._types:PhraseSuggestOption": { + "_global.search._types.PhraseSuggestOption": { "type": "object", "properties": { "text": { @@ -49135,10 +53900,10 @@ "score" ] }, - "_global.search._types:TermSuggest": { + "_global.search._types.TermSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -49146,12 +53911,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:TermSuggestOption" + "$ref": "#/components/schemas/_global.search._types.TermSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:TermSuggestOption" + "$ref": "#/components/schemas/_global.search._types.TermSuggestOption" } } ] @@ -49163,7 +53928,7 @@ } ] }, - "_global.search._types:TermSuggestOption": { + "_global.search._types.TermSuggestOption": { "type": "object", "properties": { "text": { @@ -49188,11 +53953,11 @@ "freq" ] }, - "async_search._types:AsyncSearchResponseBase": { + "async_search._types.AsyncSearchResponseBase": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "When the query is no longer running, this property indicates whether the search failed or was successfully completed on all shards.\nWhile the query is running, `is_partial` is always set to `true`.", @@ -49203,22 +53968,22 @@ "type": "boolean" }, "expiration_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "completion_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -49228,30 +53993,30 @@ "start_time_in_millis" ] }, - "_types:DateTime": { + "_types.DateTime": { "description": "A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a\nnumber of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string\nrepresentation.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } ] }, - "async_search.status:StatusResponseBase": { + "async_search.status.StatusResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/async_search._types:AsyncSearchResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchResponseBase" }, { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "completion_status": { "description": "If the async search completed, this field shows the status code of the search.\nFor example, `200` indicates that the async search was successfully completed.\n`503` indicates that the async search was completed with an error.", @@ -49264,20 +54029,20 @@ } ] }, - "_types:Indices": { + "_types.Indices": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] }, - "_types.query_dsl:Operator": { + "_types.query_dsl.Operator": { "type": "string", "enum": [ "and", @@ -49286,33 +54051,33 @@ "OR" ] }, - "_types:Fields": { + "_types.Fields": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } ] }, - "_types:ExpandWildcards": { + "_types.ExpandWildcards": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ExpandWildcard" + "$ref": "#/components/schemas/_types.ExpandWildcard" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ExpandWildcard" + "$ref": "#/components/schemas/_types.ExpandWildcard" } } ] }, - "_types:ExpandWildcard": { + "_types.ExpandWildcard": { "type": "string", "enum": [ "all", @@ -49322,14 +54087,14 @@ "none" ] }, - "_types:SearchType": { + "_types.SearchType": { "type": "string", "enum": [ "query_then_fetch", "dfs_query_then_fetch" ] }, - "_types:SuggestMode": { + "_types.SuggestMode": { "type": "string", "enum": [ "missing", @@ -49337,7 +54102,7 @@ "always" ] }, - "_global.search._types:TrackHits": { + "_global.search._types.TrackHits": { "description": "Number of hits matching the query to count accurately. If true, the exact\nnumber of hits is returned at the cost of some performance. If false, the\nresponse does not include the total number of hits matching the query.\nDefaults to 10,000 hits.", "oneOf": [ { @@ -49348,18 +54113,18 @@ } ] }, - "_global.search._types:SourceConfigParam": { + "_global.search._types.SourceConfigParam": { "description": "Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.\nUsed as a query parameter along with the `_source_includes` and `_source_excludes` parameters.", "oneOf": [ { "type": "boolean" }, { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } ] }, - "_types.aggregations:AggregationContainer": { + "_types.aggregations.AggregationContainer": { "allOf": [ { "type": "object", @@ -49368,11 +54133,11 @@ "description": "Sub-aggregations for this aggregation.\nOnly applies to bucket aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -49380,238 +54145,238 @@ "type": "object", "properties": { "adjacency_matrix": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixAggregation" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixAggregation" }, "auto_date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:AutoDateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.AutoDateHistogramAggregation" }, "avg": { - "$ref": "#/components/schemas/_types.aggregations:AverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.AverageAggregation" }, "avg_bucket": { - "$ref": "#/components/schemas/_types.aggregations:AverageBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.AverageBucketAggregation" }, "boxplot": { - "$ref": "#/components/schemas/_types.aggregations:BoxplotAggregation" + "$ref": "#/components/schemas/_types.aggregations.BoxplotAggregation" }, "bucket_script": { - "$ref": "#/components/schemas/_types.aggregations:BucketScriptAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketScriptAggregation" }, "bucket_selector": { - "$ref": "#/components/schemas/_types.aggregations:BucketSelectorAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketSelectorAggregation" }, "bucket_sort": { - "$ref": "#/components/schemas/_types.aggregations:BucketSortAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketSortAggregation" }, "bucket_count_ks_test": { - "$ref": "#/components/schemas/_types.aggregations:BucketKsAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketKsAggregation" }, "bucket_correlation": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationAggregation" }, "cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregation" }, "categorize_text": { - "$ref": "#/components/schemas/_types.aggregations:CategorizeTextAggregation" + "$ref": "#/components/schemas/_types.aggregations.CategorizeTextAggregation" }, "children": { - "$ref": "#/components/schemas/_types.aggregations:ChildrenAggregation" + "$ref": "#/components/schemas/_types.aggregations.ChildrenAggregation" }, "composite": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregation" }, "cumulative_cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CumulativeCardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CumulativeCardinalityAggregation" }, "cumulative_sum": { - "$ref": "#/components/schemas/_types.aggregations:CumulativeSumAggregation" + "$ref": "#/components/schemas/_types.aggregations.CumulativeSumAggregation" }, "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregation" }, "date_range": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregation" }, "derivative": { - "$ref": "#/components/schemas/_types.aggregations:DerivativeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DerivativeAggregation" }, "diversified_sampler": { - "$ref": "#/components/schemas/_types.aggregations:DiversifiedSamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.DiversifiedSamplerAggregation" }, "extended_stats": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregation" }, "extended_stats_bucket": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsBucketAggregation" }, "frequent_item_sets": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsAggregation" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsAggregation" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "filters": { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregation" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregation" }, "geo_bounds": { - "$ref": "#/components/schemas/_types.aggregations:GeoBoundsAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoBoundsAggregation" }, "geo_centroid": { - "$ref": "#/components/schemas/_types.aggregations:GeoCentroidAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoCentroidAggregation" }, "geo_distance": { - "$ref": "#/components/schemas/_types.aggregations:GeoDistanceAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoDistanceAggregation" }, "geohash_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridAggregation" }, "geo_line": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregation" }, "geohex_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeohexGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeohexGridAggregation" }, "global": { - "$ref": "#/components/schemas/_types.aggregations:GlobalAggregation" + "$ref": "#/components/schemas/_types.aggregations.GlobalAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregation" }, "ip_range": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregation" }, "ip_prefix": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixAggregation" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixAggregation" }, "inference": { - "$ref": "#/components/schemas/_types.aggregations:InferenceAggregation" + "$ref": "#/components/schemas/_types.aggregations.InferenceAggregation" }, "line": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregation" }, "matrix_stats": { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsAggregation" }, "max": { - "$ref": "#/components/schemas/_types.aggregations:MaxAggregation" + "$ref": "#/components/schemas/_types.aggregations.MaxAggregation" }, "max_bucket": { - "$ref": "#/components/schemas/_types.aggregations:MaxBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.MaxBucketAggregation" }, "median_absolute_deviation": { - "$ref": "#/components/schemas/_types.aggregations:MedianAbsoluteDeviationAggregation" + "$ref": "#/components/schemas/_types.aggregations.MedianAbsoluteDeviationAggregation" }, "min": { - "$ref": "#/components/schemas/_types.aggregations:MinAggregation" + "$ref": "#/components/schemas/_types.aggregations.MinAggregation" }, "min_bucket": { - "$ref": "#/components/schemas/_types.aggregations:MinBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.MinBucketAggregation" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregation" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregation" }, "moving_avg": { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregation" }, "moving_percentiles": { - "$ref": "#/components/schemas/_types.aggregations:MovingPercentilesAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingPercentilesAggregation" }, "moving_fn": { - "$ref": "#/components/schemas/_types.aggregations:MovingFunctionAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingFunctionAggregation" }, "multi_terms": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregation" }, "nested": { - "$ref": "#/components/schemas/_types.aggregations:NestedAggregation" + "$ref": "#/components/schemas/_types.aggregations.NestedAggregation" }, "normalize": { - "$ref": "#/components/schemas/_types.aggregations:NormalizeAggregation" + "$ref": "#/components/schemas/_types.aggregations.NormalizeAggregation" }, "parent": { - "$ref": "#/components/schemas/_types.aggregations:ParentAggregation" + "$ref": "#/components/schemas/_types.aggregations.ParentAggregation" }, "percentile_ranks": { - "$ref": "#/components/schemas/_types.aggregations:PercentileRanksAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentileRanksAggregation" }, "percentiles": { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregation" }, "percentiles_bucket": { - "$ref": "#/components/schemas/_types.aggregations:PercentilesBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentilesBucketAggregation" }, "range": { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregation" }, "rare_terms": { - "$ref": "#/components/schemas/_types.aggregations:RareTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.RareTermsAggregation" }, "rate": { - "$ref": "#/components/schemas/_types.aggregations:RateAggregation" + "$ref": "#/components/schemas/_types.aggregations.RateAggregation" }, "reverse_nested": { - "$ref": "#/components/schemas/_types.aggregations:ReverseNestedAggregation" + "$ref": "#/components/schemas/_types.aggregations.ReverseNestedAggregation" }, "random_sampler": { - "$ref": "#/components/schemas/_types.aggregations:RandomSamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.RandomSamplerAggregation" }, "sampler": { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregation" }, "scripted_metric": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedMetricAggregation" + "$ref": "#/components/schemas/_types.aggregations.ScriptedMetricAggregation" }, "serial_diff": { - "$ref": "#/components/schemas/_types.aggregations:SerialDifferencingAggregation" + "$ref": "#/components/schemas/_types.aggregations.SerialDifferencingAggregation" }, "significant_terms": { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregation" }, "significant_text": { - "$ref": "#/components/schemas/_types.aggregations:SignificantTextAggregation" + "$ref": "#/components/schemas/_types.aggregations.SignificantTextAggregation" }, "stats": { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregation" }, "stats_bucket": { - "$ref": "#/components/schemas/_types.aggregations:StatsBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.StatsBucketAggregation" }, "string_stats": { - "$ref": "#/components/schemas/_types.aggregations:StringStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.StringStatsAggregation" }, "sum": { - "$ref": "#/components/schemas/_types.aggregations:SumAggregation" + "$ref": "#/components/schemas/_types.aggregations.SumAggregation" }, "sum_bucket": { - "$ref": "#/components/schemas/_types.aggregations:SumBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.SumBucketAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" }, "time_series": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesAggregation" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesAggregation" }, "top_hits": { - "$ref": "#/components/schemas/_types.aggregations:TopHitsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TopHitsAggregation" }, "t_test": { - "$ref": "#/components/schemas/_types.aggregations:TTestAggregation" + "$ref": "#/components/schemas/_types.aggregations.TTestAggregation" }, "top_metrics": { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsAggregation" }, "value_count": { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregation" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregation" }, "weighted_avg": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageAggregation" }, "variable_width_histogram": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramAggregation" } }, "minProperties": 1, @@ -49619,10 +54384,10 @@ } ] }, - "_types.aggregations:AdjacencyMatrixAggregation": { + "_types.aggregations.AdjacencyMatrixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -49631,7 +54396,7 @@ "description": "Filters used to create buckets.\nAt least one filter is required.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "separator": { @@ -49642,7 +54407,7 @@ } ] }, - "_types.query_dsl:QueryContainer": { + "_types.query_dsl.QueryContainer": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html" }, @@ -49650,37 +54415,37 @@ "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "boosting": { - "$ref": "#/components/schemas/_types.query_dsl:BoostingQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoostingQuery" }, "common": { "deprecated": true, "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:CommonTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.CommonTermsQuery" }, "minProperties": 1, "maxProperties": 1 }, "combined_fields": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsQuery" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsQuery" }, "constant_score": { - "$ref": "#/components/schemas/_types.query_dsl:ConstantScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.ConstantScoreQuery" }, "dis_max": { - "$ref": "#/components/schemas/_types.query_dsl:DisMaxQuery" + "$ref": "#/components/schemas/_types.query_dsl.DisMaxQuery" }, "distance_feature": { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "function_score": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreQuery" }, "fuzzy": { "externalDocs": { @@ -49689,40 +54454,40 @@ "description": "Returns documents that contain terms similar to the search term, as measured by a Levenshtein edit distance.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:FuzzyQuery" + "$ref": "#/components/schemas/_types.query_dsl.FuzzyQuery" }, "minProperties": 1, "maxProperties": 1 }, "geo_bounding_box": { - "$ref": "#/components/schemas/_types.query_dsl:GeoBoundingBoxQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoBoundingBoxQuery" }, "geo_distance": { - "$ref": "#/components/schemas/_types.query_dsl:GeoDistanceQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoDistanceQuery" }, "geo_grid": { "description": "Matches `geo_point` and `geo_shape` values that intersect a grid cell from a GeoGrid aggregation.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:GeoGridQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoGridQuery" }, "minProperties": 1, "maxProperties": 1 }, "geo_polygon": { - "$ref": "#/components/schemas/_types.query_dsl:GeoPolygonQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoPolygonQuery" }, "geo_shape": { - "$ref": "#/components/schemas/_types.query_dsl:GeoShapeQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoShapeQuery" }, "has_child": { - "$ref": "#/components/schemas/_types.query_dsl:HasChildQuery" + "$ref": "#/components/schemas/_types.query_dsl.HasChildQuery" }, "has_parent": { - "$ref": "#/components/schemas/_types.query_dsl:HasParentQuery" + "$ref": "#/components/schemas/_types.query_dsl.HasParentQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "intervals": { "externalDocs": { @@ -49731,13 +54496,13 @@ "description": "Returns documents based on the order and proximity of matching terms.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsQuery" }, "minProperties": 1, "maxProperties": 1 }, "knn": { - "$ref": "#/components/schemas/_types:KnnQuery" + "$ref": "#/components/schemas/_types.KnnQuery" }, "match": { "externalDocs": { @@ -49746,13 +54511,13 @@ "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "match_bool_prefix": { "externalDocs": { @@ -49761,13 +54526,13 @@ "description": "Analyzes its input and constructs a `bool` query from the terms.\nEach term except the last is used in a `term` query.\nThe last term is used in a prefix query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchBoolPrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchBoolPrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_none": { - "$ref": "#/components/schemas/_types.query_dsl:MatchNoneQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchNoneQuery" }, "match_phrase": { "externalDocs": { @@ -49776,7 +54541,7 @@ "description": "Analyzes the text and creates a phrase query out of the analyzed text.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchPhraseQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchPhraseQuery" }, "minProperties": 1, "maxProperties": 1 @@ -49788,28 +54553,28 @@ "description": "Returns documents that contain the words of a provided text, in the same order as provided.\nThe last term of the provided text is treated as a prefix, matching any words that begin with that term.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchPhrasePrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchPhrasePrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "more_like_this": { - "$ref": "#/components/schemas/_types.query_dsl:MoreLikeThisQuery" + "$ref": "#/components/schemas/_types.query_dsl.MoreLikeThisQuery" }, "multi_match": { - "$ref": "#/components/schemas/_types.query_dsl:MultiMatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MultiMatchQuery" }, "nested": { - "$ref": "#/components/schemas/_types.query_dsl:NestedQuery" + "$ref": "#/components/schemas/_types.query_dsl.NestedQuery" }, "parent_id": { - "$ref": "#/components/schemas/_types.query_dsl:ParentIdQuery" + "$ref": "#/components/schemas/_types.query_dsl.ParentIdQuery" }, "percolate": { - "$ref": "#/components/schemas/_types.query_dsl:PercolateQuery" + "$ref": "#/components/schemas/_types.query_dsl.PercolateQuery" }, "pinned": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedQuery" + "$ref": "#/components/schemas/_types.query_dsl.PinnedQuery" }, "prefix": { "externalDocs": { @@ -49818,13 +54583,13 @@ "description": "Returns documents that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "query_string": { - "$ref": "#/components/schemas/_types.query_dsl:QueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.QueryStringQuery" }, "range": { "externalDocs": { @@ -49833,13 +54598,13 @@ "description": "Returns documents that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "rank_feature": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureQuery" }, "regexp": { "externalDocs": { @@ -49848,49 +54613,49 @@ "description": "Returns documents that contain terms matching a regular expression.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RegexpQuery" + "$ref": "#/components/schemas/_types.query_dsl.RegexpQuery" }, "minProperties": 1, "maxProperties": 1 }, "rule": { - "$ref": "#/components/schemas/_types.query_dsl:RuleQuery" + "$ref": "#/components/schemas/_types.query_dsl.RuleQuery" }, "script": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptQuery" + "$ref": "#/components/schemas/_types.query_dsl.ScriptQuery" }, "script_score": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.ScriptScoreQuery" }, "semantic": { - "$ref": "#/components/schemas/_types.query_dsl:SemanticQuery" + "$ref": "#/components/schemas/_types.query_dsl.SemanticQuery" }, "shape": { - "$ref": "#/components/schemas/_types.query_dsl:ShapeQuery" + "$ref": "#/components/schemas/_types.query_dsl.ShapeQuery" }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "span_containing": { - "$ref": "#/components/schemas/_types.query_dsl:SpanContainingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanContainingQuery" }, "span_field_masking": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFieldMaskingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFieldMaskingQuery" }, "span_first": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFirstQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFirstQuery" }, "span_multi": { - "$ref": "#/components/schemas/_types.query_dsl:SpanMultiTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanMultiTermQuery" }, "span_near": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNearQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNearQuery" }, "span_not": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNotQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNotQuery" }, "span_or": { - "$ref": "#/components/schemas/_types.query_dsl:SpanOrQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanOrQuery" }, "span_term": { "externalDocs": { @@ -49899,16 +54664,16 @@ "description": "Matches spans containing a term.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:SpanTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanTermQuery" }, "minProperties": 1, "maxProperties": 1 }, "span_within": { - "$ref": "#/components/schemas/_types.query_dsl:SpanWithinQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanWithinQuery" }, "sparse_vector": { - "$ref": "#/components/schemas/_types.query_dsl:SparseVectorQuery" + "$ref": "#/components/schemas/_types.query_dsl.SparseVectorQuery" }, "term": { "externalDocs": { @@ -49917,13 +54682,13 @@ "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "terms_set": { "externalDocs": { @@ -49932,7 +54697,7 @@ "description": "Returns documents that contain a minimum number of exact terms in a provided field.\nTo return a document, a required number of terms must exactly match the field values, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermsSetQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsSetQuery" }, "minProperties": 1, "maxProperties": 1 @@ -49945,7 +54710,7 @@ "description": "Uses a natural language processing model to convert the query text into a list of token-weight pairs which are then used in a query against a sparse vector or rank features field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TextExpansionQuery" + "$ref": "#/components/schemas/_types.query_dsl.TextExpansionQuery" }, "minProperties": 1, "maxProperties": 1 @@ -49958,7 +54723,7 @@ "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WeightedTokensQuery" + "$ref": "#/components/schemas/_types.query_dsl.WeightedTokensQuery" }, "minProperties": 1, "maxProperties": 1 @@ -49970,25 +54735,25 @@ "description": "Returns documents that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 }, "wrapper": { - "$ref": "#/components/schemas/_types.query_dsl:WrapperQuery" + "$ref": "#/components/schemas/_types.query_dsl.WrapperQuery" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TypeQuery" + "$ref": "#/components/schemas/_types.query_dsl.TypeQuery" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:BoolQuery": { + "_types.query_dsl.BoolQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -49997,29 +54762,29 @@ "description": "The clause (query) must appear in matching documents.\nHowever, unlike `must`, the score of the query will be ignored.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "must": { "description": "The clause (query) must appear in matching documents and will contribute to the score.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -50028,12 +54793,12 @@ "description": "The clause (query) must not appear in the matching documents.\nBecause scoring is ignored, a score of `0` is returned for all documents.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -50042,12 +54807,12 @@ "description": "The clause (query) should appear in the matching document.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -50056,7 +54821,7 @@ } ] }, - "_types:MinimumShouldMatch": { + "_types.MinimumShouldMatch": { "description": "The minimum number of terms that should match as integer, percentage or range", "oneOf": [ { @@ -50067,7 +54832,7 @@ } ] }, - "_types.query_dsl:QueryBase": { + "_types.query_dsl.QueryBase": { "type": "object", "properties": { "boost": { @@ -50079,10 +54844,10 @@ } } }, - "_types.query_dsl:BoostingQuery": { + "_types.query_dsl.BoostingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50092,10 +54857,10 @@ "type": "number" }, "negative": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "positive": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -50106,10 +54871,10 @@ } ] }, - "_types.query_dsl:CommonTermsQuery": { + "_types.query_dsl.CommonTermsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50121,13 +54886,13 @@ "type": "number" }, "high_freq_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "low_freq_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "query": { "type": "string" @@ -50139,10 +54904,10 @@ } ] }, - "_types.query_dsl:CombinedFieldsQuery": { + "_types.query_dsl.CombinedFieldsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50151,7 +54916,7 @@ "description": "List of fields to search. Field wildcard patterns are allowed. Only `text` fields are supported, and they must all have the same search `analyzer`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "query": { @@ -50163,13 +54928,13 @@ "type": "boolean" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsOperator" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsOperator" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsZeroTerms" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsZeroTerms" } }, "required": [ @@ -50179,30 +54944,30 @@ } ] }, - "_types.query_dsl:CombinedFieldsOperator": { + "_types.query_dsl.CombinedFieldsOperator": { "type": "string", "enum": [ "or", "and" ] }, - "_types.query_dsl:CombinedFieldsZeroTerms": { + "_types.query_dsl.CombinedFieldsZeroTerms": { "type": "string", "enum": [ "none", "all" ] }, - "_types.query_dsl:ConstantScoreQuery": { + "_types.query_dsl.ConstantScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -50211,10 +54976,10 @@ } ] }, - "_types.query_dsl:DisMaxQuery": { + "_types.query_dsl.DisMaxQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50223,7 +54988,7 @@ "description": "One or more query clauses.\nReturned documents must match one or more of these queries.\nIf a document matches multiple queries, Elasticsearch uses the highest relevance score.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "tie_breaker": { @@ -50237,36 +55002,36 @@ } ] }, - "_types.query_dsl:DistanceFeatureQuery": { + "_types.query_dsl.DistanceFeatureQuery": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.UntypedDistanceFeatureQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:GeoDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoDistanceFeatureQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.DateDistanceFeatureQuery" } ] }, - "_types.query_dsl:UntypedDistanceFeatureQuery": { + "_types.query_dsl.UntypedDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBase" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBase": { + "_types.query_dsl.DistanceFeatureQueryBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -50280,7 +55045,7 @@ "type": "object" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -50291,32 +55056,32 @@ } ] }, - "_types.query_dsl:GeoDistanceFeatureQuery": { + "_types.query_dsl.GeoDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBaseGeoLocationDistance" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBaseGeoLocationDistance" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBaseGeoLocationDistance": { + "_types.query_dsl.DistanceFeatureQueryBaseGeoLocationDistance": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "origin": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "pivot": { - "$ref": "#/components/schemas/_types:Distance" + "$ref": "#/components/schemas/_types.Distance" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -50327,35 +55092,35 @@ } ] }, - "_types:Distance": { + "_types.Distance": { "type": "string" }, - "_types.query_dsl:DateDistanceFeatureQuery": { + "_types.query_dsl.DateDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBaseDateMathDuration" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBaseDateMathDuration" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBaseDateMathDuration": { + "_types.query_dsl.DistanceFeatureQueryBaseDateMathDuration": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "origin": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "pivot": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -50366,19 +55131,19 @@ } ] }, - "_types:DateMath": { + "_types.DateMath": { "type": "string" }, - "_types.query_dsl:ExistsQuery": { + "_types.query_dsl.ExistsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -50387,22 +55152,22 @@ } ] }, - "_types.query_dsl:FunctionScoreQuery": { + "_types.query_dsl.FunctionScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "boost_mode": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionBoostMode" + "$ref": "#/components/schemas/_types.query_dsl.FunctionBoostMode" }, "functions": { "description": "One or more functions that compute a new score for each document returned by the query.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreContainer" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreContainer" } }, "max_boost": { @@ -50414,16 +55179,16 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreMode" } } } ] }, - "_types.query_dsl:FunctionBoostMode": { + "_types.query_dsl.FunctionBoostMode": { "type": "string", "enum": [ "multiply", @@ -50434,13 +55199,13 @@ "min" ] }, - "_types.query_dsl:FunctionScoreContainer": { + "_types.query_dsl.FunctionScoreContainer": { "allOf": [ { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "weight": { "type": "number" @@ -50451,22 +55216,22 @@ "type": "object", "properties": { "exp": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "gauss": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "linear": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "field_value_factor": { - "$ref": "#/components/schemas/_types.query_dsl:FieldValueFactorScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.FieldValueFactorScoreFunction" }, "random_score": { - "$ref": "#/components/schemas/_types.query_dsl:RandomScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.RandomScoreFunction" }, "script_score": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.ScriptScoreFunction" } }, "minProperties": 1, @@ -50474,41 +55239,41 @@ } ] }, - "_types.query_dsl:DecayFunction": { + "_types.query_dsl.DecayFunction": { "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.UntypedDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DateDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:NumericDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.NumericDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:GeoDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.GeoDecayFunction" } ] }, - "_types.query_dsl:UntypedDecayFunction": { + "_types.query_dsl.UntypedDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBase" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBase": { + "_types.query_dsl.DecayFunctionBase": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:MultiValueMode": { + "_types.query_dsl.MultiValueMode": { "type": "string", "enum": [ "min", @@ -50517,65 +55282,65 @@ "sum" ] }, - "_types.query_dsl:DateDecayFunction": { + "_types.query_dsl.DateDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseDateMathDuration" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBaseDateMathDuration" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBaseDateMathDuration": { + "_types.query_dsl.DecayFunctionBaseDateMathDuration": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:NumericDecayFunction": { + "_types.query_dsl.NumericDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBasedoubledouble" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBasedoubledouble" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBasedoubledouble": { + "_types.query_dsl.DecayFunctionBasedoubledouble": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:GeoDecayFunction": { + "_types.query_dsl.GeoDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseGeoLocationDistance" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBaseGeoLocationDistance" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBaseGeoLocationDistance": { + "_types.query_dsl.DecayFunctionBaseGeoLocationDistance": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:FieldValueFactorScoreFunction": { + "_types.query_dsl.FieldValueFactorScoreFunction": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "factor": { "description": "Optional factor to multiply the field value with.", @@ -50586,14 +55351,14 @@ "type": "number" }, "modifier": { - "$ref": "#/components/schemas/_types.query_dsl:FieldValueFactorModifier" + "$ref": "#/components/schemas/_types.query_dsl.FieldValueFactorModifier" } }, "required": [ "field" ] }, - "_types.query_dsl:FieldValueFactorModifier": { + "_types.query_dsl.FieldValueFactorModifier": { "type": "string", "enum": [ "none", @@ -50608,11 +55373,11 @@ "reciprocal" ] }, - "_types.query_dsl:RandomScoreFunction": { + "_types.query_dsl.RandomScoreFunction": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "seed": { "oneOf": [ @@ -50626,25 +55391,25 @@ } } }, - "_types.query_dsl:ScriptScoreFunction": { + "_types.query_dsl.ScriptScoreFunction": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "_types:Script": { + "_types.Script": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Specifies any named parameters that are passed into the script as variables.\nUse parameters instead of hard-coded values to decrease compile time.", @@ -50654,7 +55419,7 @@ } }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -50664,28 +55429,28 @@ } } }, - "_types:ScriptSource": { + "_types.ScriptSource": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_global.search._types:SearchRequestBody" + "$ref": "#/components/schemas/_global.search._types.SearchRequestBody" } ] }, - "_global.search._types:SearchRequestBody": { + "_global.search._types.SearchRequestBody": { "type": "object", "properties": { "aggregations": { "description": "Defines the aggregations that are run as part of the search request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -50703,10 +55468,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "externalDocs": { @@ -50730,7 +55495,7 @@ "description": "An array of wildcard (`*`) field patterns.\nThe request returns doc values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { @@ -50740,82 +55505,82 @@ "description": "The approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] }, "rank": { - "$ref": "#/components/schemas/_types:RankContainer" + "$ref": "#/components/schemas/_types.RankContainer" }, "min_score": { "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results or results collected by aggregations.", "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "description": "Set to `true` to return detailed timing information about the execution of individual components in a search request.\nNOTE: This is a debugging tool and adds significant overhead to search execution.", "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "description": "Can be used to improve precision by reordering just the top (for example 100 - 500) documents returned by the `query` and `post_filter` phases.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "script_fields": { "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return, which must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` property.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "An array of wildcard (`*`) field patterns.\nThe request returns values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this property to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this property for requests that target data streams with backing indices across multiple data tiers.\n\nIf set to `0` (default), the query does not terminate early.", @@ -50841,13 +55606,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "The stats groups to associate with the search.\nEach group maintains a statistics aggregation for its associated searches.\nYou can retrieve these stats using the indices stats API.", @@ -50858,22 +55623,22 @@ } } }, - "_global.search._types:FieldCollapse": { + "_global.search._types.FieldCollapse": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "inner_hits": { "description": "The number of inner hits and their sort order", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" } } ] @@ -50883,18 +55648,18 @@ "type": "number" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" } }, "required": [ "field" ] }, - "_global.search._types:InnerHits": { + "_global.search._types.InnerHits": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "size": { "description": "The maximum number of hits to return per `inner_hits`.", @@ -50905,19 +55670,19 @@ "type": "number" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "docvalue_fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "explain": { "type": "boolean" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "ignore_unmapped": { "type": "boolean" @@ -50925,23 +55690,23 @@ "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "seq_no_primary_term": { "type": "boolean" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "track_scores": { "type": "boolean" @@ -50951,14 +55716,14 @@ } } }, - "_types:Name": { + "_types.Name": { "type": "string" }, - "_types.query_dsl:FieldAndFormat": { + "_types.query_dsl.FieldAndFormat": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The format in which the values are returned.", @@ -50972,21 +55737,21 @@ "field" ] }, - "_global.search._types:Highlight": { + "_global.search._types.Highlight": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:HighlightBase" + "$ref": "#/components/schemas/_global.search._types.HighlightBase" }, { "type": "object", "properties": { "encoder": { - "$ref": "#/components/schemas/_global.search._types:HighlighterEncoder" + "$ref": "#/components/schemas/_global.search._types.HighlighterEncoder" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search._types:HighlightField" + "$ref": "#/components/schemas/_global.search._types.HighlightField" } } }, @@ -50996,17 +55761,17 @@ } ] }, - "_global.search._types:HighlighterEncoder": { + "_global.search._types.HighlighterEncoder": { "type": "string", "enum": [ "default", "html" ] }, - "_global.search._types:HighlightField": { + "_global.search._types.HighlightField": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:HighlightBase" + "$ref": "#/components/schemas/_global.search._types.HighlightBase" }, { "type": "object", @@ -51015,17 +55780,17 @@ "type": "number" }, "matched_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } } ] }, - "_global.search._types:HighlightBase": { + "_global.search._types.HighlightBase": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_global.search._types:HighlighterType" + "$ref": "#/components/schemas/_global.search._types.HighlighterType" }, "boundary_chars": { "description": "A string that contains each boundary character.", @@ -51036,7 +55801,7 @@ "type": "number" }, "boundary_scanner": { - "$ref": "#/components/schemas/_global.search._types:BoundaryScanner" + "$ref": "#/components/schemas/_global.search._types.BoundaryScanner" }, "boundary_scanner_locale": { "description": "Controls which locale is used to search for sentence and word boundaries.\nThis parameter takes a form of a language tag, for example: `\"en-US\"`, `\"fr-FR\"`, `\"ja-JP\"`.", @@ -51047,7 +55812,7 @@ "type": "boolean" }, "fragmenter": { - "$ref": "#/components/schemas/_global.search._types:HighlighterFragmenter" + "$ref": "#/components/schemas/_global.search._types.HighlighterFragmenter" }, "fragment_size": { "description": "The size of the highlighted fragment in characters.", @@ -51057,7 +55822,7 @@ "type": "boolean" }, "highlight_query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "max_fragment_length": { "type": "number" @@ -51081,7 +55846,7 @@ } }, "order": { - "$ref": "#/components/schemas/_global.search._types:HighlighterOrder" + "$ref": "#/components/schemas/_global.search._types.HighlighterOrder" }, "phrase_limit": { "description": "Controls the number of matching phrases in a document that are considered.\nPrevents the `fvh` highlighter from analyzing too many phrases and consuming too much memory.\nWhen using `matched_fields`, `phrase_limit` phrases per matched field are considered. Raising the limit increases query time and consumes more memory.\nOnly supported by the `fvh` highlighter.", @@ -51106,11 +55871,11 @@ "type": "boolean" }, "tags_schema": { - "$ref": "#/components/schemas/_global.search._types:HighlighterTagsSchema" + "$ref": "#/components/schemas/_global.search._types.HighlighterTagsSchema" } } }, - "_global.search._types:HighlighterType": { + "_global.search._types.HighlighterType": { "anyOf": [ { "type": "string", @@ -51125,7 +55890,7 @@ } ] }, - "_global.search._types:BoundaryScanner": { + "_global.search._types.BoundaryScanner": { "type": "string", "enum": [ "chars", @@ -51133,30 +55898,30 @@ "word" ] }, - "_global.search._types:HighlighterFragmenter": { + "_global.search._types.HighlighterFragmenter": { "type": "string", "enum": [ "simple", "span" ] }, - "_global.search._types:HighlighterOrder": { + "_global.search._types.HighlighterOrder": { "type": "string", "enum": [ "score" ] }, - "_global.search._types:HighlighterTagsSchema": { + "_global.search._types.HighlighterTagsSchema": { "type": "string", "enum": [ "styled" ] }, - "_types:ScriptField": { + "_types.ScriptField": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "ignore_failure": { "type": "boolean" @@ -51166,87 +55931,87 @@ "script" ] }, - "_types:Sort": { + "_types.Sort": { "oneOf": [ { - "$ref": "#/components/schemas/_types:SortCombinations" + "$ref": "#/components/schemas/_types.SortCombinations" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:SortCombinations" + "$ref": "#/components/schemas/_types.SortCombinations" } } ] }, - "_types:SortCombinations": { + "_types.SortCombinations": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, { - "$ref": "#/components/schemas/_types:SortOptions" + "$ref": "#/components/schemas/_types.SortOptions" } ] }, - "_types:SortOptions": { + "_types.SortOptions": { "type": "object", "properties": { "_score": { - "$ref": "#/components/schemas/_types:ScoreSort" + "$ref": "#/components/schemas/_types.ScoreSort" }, "_doc": { - "$ref": "#/components/schemas/_types:ScoreSort" + "$ref": "#/components/schemas/_types.ScoreSort" }, "_geo_distance": { - "$ref": "#/components/schemas/_types:GeoDistanceSort" + "$ref": "#/components/schemas/_types.GeoDistanceSort" }, "_script": { - "$ref": "#/components/schemas/_types:ScriptSort" + "$ref": "#/components/schemas/_types.ScriptSort" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:ScoreSort": { + "_types.ScoreSort": { "type": "object", "properties": { "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" } } }, - "_types:SortOrder": { + "_types.SortOrder": { "type": "string", "enum": [ "asc", "desc" ] }, - "_types:GeoDistanceSort": { + "_types.GeoDistanceSort": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" }, "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "ignore_unmapped": { "type": "boolean" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "unit": { - "$ref": "#/components/schemas/_types:DistanceUnit" + "$ref": "#/components/schemas/_types.DistanceUnit" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" } } }, - "_types:SortMode": { + "_types.SortMode": { "type": "string", "enum": [ "min", @@ -51256,14 +56021,14 @@ "median" ] }, - "_types:GeoDistanceType": { + "_types.GeoDistanceType": { "type": "string", "enum": [ "arc", "plane" ] }, - "_types:DistanceUnit": { + "_types.DistanceUnit": { "type": "string", "enum": [ "in", @@ -51277,50 +56042,50 @@ "mm" ] }, - "_types:NestedSortValue": { + "_types.NestedSortValue": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "max_children": { "type": "number" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "path" ] }, - "_types:ScriptSort": { + "_types.ScriptSort": { "type": "object", "properties": { "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { - "$ref": "#/components/schemas/_types:ScriptSortType" + "$ref": "#/components/schemas/_types.ScriptSortType" }, "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" } }, "required": [ "script" ] }, - "_types:ScriptSortType": { + "_types.ScriptSortType": { "type": "string", "enum": [ "string", @@ -51328,39 +56093,39 @@ "version" ] }, - "_global.search._types:SourceConfig": { + "_global.search._types.SourceConfig": { "description": "Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.", "oneOf": [ { "type": "boolean" }, { - "$ref": "#/components/schemas/_global.search._types:SourceFilter" + "$ref": "#/components/schemas/_global.search._types.SourceFilter" } ] }, - "_global.search._types:SourceFilter": { + "_global.search._types.SourceFilter": { "type": "object", "properties": { "excludes": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "includes": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } }, - "_types:KnnSearch": { + "_types.KnnSearch": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "k": { "description": "The final number of nearest neighbors to return as top hits", @@ -51378,12 +56143,12 @@ "description": "Filters for the kNN search query", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -51393,33 +56158,33 @@ "type": "number" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ "field" ] }, - "_types:QueryVector": { + "_types.QueryVector": { "type": "array", "items": { "type": "number" } }, - "_types:QueryVectorBuilder": { + "_types.QueryVectorBuilder": { "type": "object", "properties": { "text_embedding": { - "$ref": "#/components/schemas/_types:TextEmbedding" + "$ref": "#/components/schemas/_types.TextEmbedding" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:TextEmbedding": { + "_types.TextEmbedding": { "type": "object", "properties": { "model_id": { @@ -51434,7 +56199,7 @@ "model_text" ] }, - "_types:RescoreVector": { + "_types.RescoreVector": { "type": "object", "properties": { "oversample": { @@ -51446,20 +56211,20 @@ "oversample" ] }, - "_types:RankContainer": { + "_types.RankContainer": { "type": "object", "properties": { "rrf": { - "$ref": "#/components/schemas/_types:RrfRank" + "$ref": "#/components/schemas/_types.RrfRank" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:RrfRank": { + "_types.RrfRank": { "allOf": [ { - "$ref": "#/components/schemas/_types:RankBase" + "$ref": "#/components/schemas/_types.RankBase" }, { "type": "object", @@ -51476,10 +56241,10 @@ } ] }, - "_types:RankBase": { + "_types.RankBase": { "type": "object" }, - "_global.search._types:Rescore": { + "_global.search._types.Rescore": { "allOf": [ { "type": "object", @@ -51493,10 +56258,10 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_global.search._types:RescoreQuery" + "$ref": "#/components/schemas/_global.search._types.RescoreQuery" }, "learning_to_rank": { - "$ref": "#/components/schemas/_global.search._types:LearningToRank" + "$ref": "#/components/schemas/_global.search._types.LearningToRank" } }, "minProperties": 1, @@ -51504,11 +56269,11 @@ } ] }, - "_global.search._types:RescoreQuery": { + "_global.search._types.RescoreQuery": { "type": "object", "properties": { "rescore_query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_weight": { "description": "Relative importance of the original query versus the rescore query.", @@ -51519,14 +56284,14 @@ "type": "number" }, "score_mode": { - "$ref": "#/components/schemas/_global.search._types:ScoreMode" + "$ref": "#/components/schemas/_global.search._types.ScoreMode" } }, "required": [ "rescore_query" ] }, - "_global.search._types:ScoreMode": { + "_global.search._types.ScoreMode": { "type": "string", "enum": [ "avg", @@ -51536,7 +56301,7 @@ "total" ] }, - "_global.search._types:LearningToRank": { + "_global.search._types.LearningToRank": { "type": "object", "properties": { "model_id": { @@ -51555,69 +56320,69 @@ "model_id" ] }, - "_types:RetrieverContainer": { + "_types.RetrieverContainer": { "type": "object", "properties": { "standard": { - "$ref": "#/components/schemas/_types:StandardRetriever" + "$ref": "#/components/schemas/_types.StandardRetriever" }, "knn": { - "$ref": "#/components/schemas/_types:KnnRetriever" + "$ref": "#/components/schemas/_types.KnnRetriever" }, "rrf": { - "$ref": "#/components/schemas/_types:RRFRetriever" + "$ref": "#/components/schemas/_types.RRFRetriever" }, "text_similarity_reranker": { - "$ref": "#/components/schemas/_types:TextSimilarityReranker" + "$ref": "#/components/schemas/_types.TextSimilarityReranker" }, "rule": { - "$ref": "#/components/schemas/_types:RuleRetriever" + "$ref": "#/components/schemas/_types.RuleRetriever" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:StandardRetriever": { + "_types.StandardRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" } } } ] }, - "_types:RetrieverBase": { + "_types.RetrieverBase": { "type": "object", "properties": { "filter": { "description": "Query to filter the documents that can match.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -51628,10 +56393,10 @@ } } }, - "_types:KnnRetriever": { + "_types.KnnRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -51641,10 +56406,10 @@ "type": "string" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "k": { "description": "Number of nearest neighbors to return as top hits.", @@ -51659,7 +56424,7 @@ "type": "number" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ @@ -51670,10 +56435,10 @@ } ] }, - "_types:RRFRetriever": { + "_types.RRFRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -51682,7 +56447,7 @@ "description": "A list of child retrievers to specify which sets of returned top documents will have the RRF formula applied to them.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" } }, "rank_constant": { @@ -51700,16 +56465,16 @@ } ] }, - "_types:TextSimilarityReranker": { + "_types.TextSimilarityReranker": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", "properties": { "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "rank_window_size": { "description": "This value determines how many documents we will consider from the nested retriever.", @@ -51734,10 +56499,10 @@ } ] }, - "_types:RuleRetriever": { + "_types.RuleRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -51746,7 +56511,7 @@ "description": "The ruleset IDs containing the rules this retriever is evaluating against.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "match_criteria": { @@ -51754,7 +56519,7 @@ "type": "object" }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "rank_window_size": { "description": "This value determines the size of the individual result set.", @@ -51769,14 +56534,14 @@ } ] }, - "_types:SlicedScroll": { + "_types.SlicedScroll": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max": { "type": "number" @@ -51787,7 +56552,7 @@ "max" ] }, - "_global.search._types:Suggester": { + "_global.search._types.Suggester": { "type": "object", "properties": { "text": { @@ -51796,41 +56561,41 @@ } } }, - "_global.search._types:PointInTimeReference": { + "_global.search._types.PointInTimeReference": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "id" ] }, - "_types.mapping:RuntimeFields": { + "_types.mapping.RuntimeFields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, - "_types.mapping:RuntimeField": { + "_types.mapping.RuntimeField": { "type": "object", "properties": { "fields": { "description": "For type `composite`", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:CompositeSubField" + "$ref": "#/components/schemas/_types.mapping.CompositeSubField" } }, "fetch_fields": { "description": "For type `lookup`", "type": "array", "items": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldFetchFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldFetchFields" } }, "format": { @@ -51838,37 +56603,37 @@ "type": "string" }, "input_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldType" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldType" } }, "required": [ "type" ] }, - "_types.mapping:CompositeSubField": { + "_types.mapping.CompositeSubField": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldType" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldType" } }, "required": [ "type" ] }, - "_types.mapping:RuntimeFieldType": { + "_types.mapping.RuntimeFieldType": { "type": "string", "enum": [ "boolean", @@ -51883,11 +56648,11 @@ "lookup" ] }, - "_types.mapping:RuntimeFieldFetchFields": { + "_types.mapping.RuntimeFieldFetchFields": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "type": "string" @@ -51897,7 +56662,7 @@ "field" ] }, - "_types:ScriptLanguage": { + "_types.ScriptLanguage": { "anyOf": [ { "type": "string", @@ -51913,7 +56678,7 @@ } ] }, - "_types.query_dsl:FunctionScoreMode": { + "_types.query_dsl.FunctionScoreMode": { "type": "string", "enum": [ "multiply", @@ -51924,10 +56689,10 @@ "min" ] }, - "_types.query_dsl:FuzzyQuery": { + "_types.query_dsl.FuzzyQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -51941,14 +56706,14 @@ "type": "number" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "transpositions": { "description": "Indicates whether edits include transpositions of two adjacent characters (for example `ab` to `ba`).", "type": "boolean" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "value": { "description": "Term you wish to find in the provided field.", @@ -51971,10 +56736,10 @@ } ] }, - "_types:MultiTermQueryRewrite": { + "_types.MultiTermQueryRewrite": { "type": "string" }, - "_types:Fuzziness": { + "_types.Fuzziness": { "oneOf": [ { "type": "string" @@ -51984,19 +56749,19 @@ } ] }, - "_types.query_dsl:GeoBoundingBoxQuery": { + "_types.query_dsl.GeoBoundingBoxQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types.query_dsl:GeoExecution" + "$ref": "#/components/schemas/_types.query_dsl.GeoExecution" }, "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "description": "Set to `true` to ignore an unmapped field and not match any documents for this query.\nSet to `false` to throw an exception if the field is not mapped.", @@ -52006,14 +56771,14 @@ } ] }, - "_types.query_dsl:GeoExecution": { + "_types.query_dsl.GeoExecution": { "type": "string", "enum": [ "memory", "indexed" ] }, - "_types.query_dsl:GeoValidationMethod": { + "_types.query_dsl.GeoValidationMethod": { "type": "string", "enum": [ "coerce", @@ -52021,22 +56786,22 @@ "strict" ] }, - "_types.query_dsl:GeoDistanceQuery": { + "_types.query_dsl.GeoDistanceQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "distance": { - "$ref": "#/components/schemas/_types:Distance" + "$ref": "#/components/schemas/_types.Distance" }, "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "description": "Set to `true` to ignore an unmapped field and not match any documents for this query.\nSet to `false` to throw an exception if the field is not mapped.", @@ -52049,22 +56814,22 @@ } ] }, - "_types.query_dsl:GeoGridQuery": { + "_types.query_dsl.GeoGridQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "geogrid": { - "$ref": "#/components/schemas/_types:GeoTile" + "$ref": "#/components/schemas/_types.GeoTile" }, "geohash": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" }, "geohex": { - "$ref": "#/components/schemas/_types:GeoHexCell" + "$ref": "#/components/schemas/_types.GeoHexCell" } }, "minProperties": 1, @@ -52072,16 +56837,16 @@ } ] }, - "_types.query_dsl:GeoPolygonQuery": { + "_types.query_dsl.GeoPolygonQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "type": "boolean" @@ -52090,10 +56855,10 @@ } ] }, - "_types.query_dsl:GeoShapeQuery": { + "_types.query_dsl.GeoShapeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52106,10 +56871,10 @@ } ] }, - "_types.query_dsl:HasChildQuery": { + "_types.query_dsl.HasChildQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52119,7 +56884,7 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "max_children": { "description": "Maximum number of child documents that match the query allowed for a returned parent document.\nIf the parent document exceeds this limit, it is excluded from the search results.", @@ -52130,13 +56895,13 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:ChildScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.ChildScoreMode" }, "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } }, "required": [ @@ -52146,7 +56911,7 @@ } ] }, - "_types.query_dsl:ChildScoreMode": { + "_types.query_dsl.ChildScoreMode": { "type": "string", "enum": [ "none", @@ -52156,13 +56921,13 @@ "min" ] }, - "_types:RelationName": { + "_types.RelationName": { "type": "string" }, - "_types.query_dsl:HasParentQuery": { + "_types.query_dsl.HasParentQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52172,13 +56937,13 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "parent_type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score": { "description": "Indicates whether the relevance score of a matching parent document is aggregated into its child documents.", @@ -52192,38 +56957,38 @@ } ] }, - "_types.query_dsl:IdsQuery": { + "_types.query_dsl.IdsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "values": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } } } ] }, - "_types:Ids": { + "_types.Ids": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } ] }, - "_types.query_dsl:IntervalsQuery": { + "_types.query_dsl.IntervalsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -52232,22 +56997,22 @@ "type": "object", "properties": { "all_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAllOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAllOf" }, "any_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAnyOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAnyOf" }, "fuzzy": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFuzzy" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFuzzy" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsMatch" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsMatch" }, "prefix": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsPrefix" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsPrefix" }, "wildcard": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsWildcard" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsWildcard" } }, "minProperties": 1, @@ -52255,14 +57020,14 @@ } ] }, - "_types.query_dsl:IntervalsAllOf": { + "_types.query_dsl.IntervalsAllOf": { "type": "object", "properties": { "intervals": { "description": "An array of rules to combine. All rules must produce a match in a document for the overall source to match.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" } }, "max_gaps": { @@ -52274,91 +57039,91 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "intervals" ] }, - "_types.query_dsl:IntervalsContainer": { + "_types.query_dsl.IntervalsContainer": { "type": "object", "properties": { "all_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAllOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAllOf" }, "any_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAnyOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAnyOf" }, "fuzzy": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFuzzy" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFuzzy" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsMatch" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsMatch" }, "prefix": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsPrefix" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsPrefix" }, "wildcard": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsWildcard" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsWildcard" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:IntervalsAnyOf": { + "_types.query_dsl.IntervalsAnyOf": { "type": "object", "properties": { "intervals": { "description": "An array of rules to match.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" } }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "intervals" ] }, - "_types.query_dsl:IntervalsFilter": { + "_types.query_dsl.IntervalsFilter": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "before": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "contained_by": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "containing": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_contained_by": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_containing": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_overlapping": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "overlapping": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:IntervalsFuzzy": { + "_types.query_dsl.IntervalsFuzzy": { "type": "object", "properties": { "analyzer": { @@ -52366,7 +57131,7 @@ "type": "string" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "prefix_length": { "description": "Number of beginning characters left unchanged when creating expansions.", @@ -52381,14 +57146,14 @@ "type": "boolean" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "term" ] }, - "_types.query_dsl:IntervalsMatch": { + "_types.query_dsl.IntervalsMatch": { "type": "object", "properties": { "analyzer": { @@ -52408,17 +57173,17 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "query" ] }, - "_types.query_dsl:IntervalsPrefix": { + "_types.query_dsl.IntervalsPrefix": { "type": "object", "properties": { "analyzer": { @@ -52430,14 +57195,14 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "prefix" ] }, - "_types.query_dsl:IntervalsWildcard": { + "_types.query_dsl.IntervalsWildcard": { "type": "object", "properties": { "analyzer": { @@ -52449,29 +57214,29 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "pattern" ] }, - "_types:KnnQuery": { + "_types.KnnQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "num_candidates": { "description": "The number of nearest neighbor candidates to consider per shard", @@ -52485,12 +57250,12 @@ "description": "Filters for the kNN search query", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -52500,7 +57265,7 @@ "type": "number" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ @@ -52509,10 +57274,10 @@ } ] }, - "_types.query_dsl:MatchQuery": { + "_types.query_dsl.MatchQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52530,10 +57295,10 @@ "type": "number" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).", @@ -52548,10 +57313,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.", @@ -52572,7 +57337,7 @@ ] }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -52581,27 +57346,27 @@ } ] }, - "_types.query_dsl:ZeroTermsQuery": { + "_types.query_dsl.ZeroTermsQuery": { "type": "string", "enum": [ "all", "none" ] }, - "_types.query_dsl:MatchAllQuery": { + "_types.query_dsl.MatchAllQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:MatchBoolPrefixQuery": { + "_types.query_dsl.MatchBoolPrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52611,10 +57376,10 @@ "type": "string" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -52625,10 +57390,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -52645,20 +57410,20 @@ } ] }, - "_types.query_dsl:MatchNoneQuery": { + "_types.query_dsl.MatchNoneQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:MatchPhraseQuery": { + "_types.query_dsl.MatchPhraseQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52676,7 +57441,7 @@ "type": "number" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -52685,10 +57450,10 @@ } ] }, - "_types.query_dsl:MatchPhrasePrefixQuery": { + "_types.query_dsl.MatchPhrasePrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52710,7 +57475,7 @@ "type": "number" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -52719,10 +57484,10 @@ } ] }, - "_types.query_dsl:MoreLikeThisQuery": { + "_types.query_dsl.MoreLikeThisQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52746,7 +57511,7 @@ "description": "A list of fields to fetch and analyze the text from.\nDefaults to the `index.query.default_field` index setting, which has a default value of `*`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "include": { @@ -52757,12 +57522,12 @@ "description": "Specifies free form text and/or a single or multiple documents for which you want to find similar documents.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" } } ] @@ -52784,7 +57549,7 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "min_term_freq": { "description": "The minimum term frequency below which the terms are ignored from the input document.", @@ -52795,30 +57560,30 @@ "type": "number" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "stop_words": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "unlike": { "description": "Used in combination with `like` to exclude documents that match a set of terms.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" } } ] }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ @@ -52827,18 +57592,18 @@ } ] }, - "_types.query_dsl:Like": { + "_types.query_dsl.Like": { "description": "Text that we want similar documents for or a lookup to a document's field for the text.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:LikeDocument" + "$ref": "#/components/schemas/_types.query_dsl.LikeDocument" } ] }, - "_types.query_dsl:LikeDocument": { + "_types.query_dsl.LikeDocument": { "type": "object", "properties": { "doc": { @@ -52848,14 +57613,14 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "per_field_analyzer": { "description": "Overrides the default analyzer.", @@ -52865,17 +57630,17 @@ } }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_types:VersionType": { + "_types.VersionType": { "type": "string", "enum": [ "internal", @@ -52884,7 +57649,7 @@ "force" ] }, - "_types.analysis:StopWords": { + "_types.analysis.StopWords": { "description": "Language value, such as _arabic_ or _thai_. Defaults to _english_.\nEach language value corresponds to a predefined list of stop words in Lucene. See Stop words by language for supported language values and their stop words.\nAlso accepts an array of stop words.", "oneOf": [ { @@ -52898,10 +57663,10 @@ } ] }, - "_types.query_dsl:MultiMatchQuery": { + "_types.query_dsl.MultiMatchQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52919,13 +57684,13 @@ "type": "number" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -52940,10 +57705,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.", @@ -52962,10 +57727,10 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TextQueryType" + "$ref": "#/components/schemas/_types.query_dsl.TextQueryType" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -52974,7 +57739,7 @@ } ] }, - "_types.query_dsl:TextQueryType": { + "_types.query_dsl.TextQueryType": { "type": "string", "enum": [ "best_fields", @@ -52985,10 +57750,10 @@ "bool_prefix" ] }, - "_types.query_dsl:NestedQuery": { + "_types.query_dsl.NestedQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -52998,16 +57763,16 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:ChildScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.ChildScoreMode" } }, "required": [ @@ -53017,32 +57782,32 @@ } ] }, - "_types.query_dsl:ParentIdQuery": { + "_types.query_dsl.ParentIdQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ignore_unmapped": { "description": "Indicates whether to ignore an unmapped `type` and not return any documents instead of an error.", "type": "boolean" }, "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.query_dsl:PercolateQuery": { + "_types.query_dsl.PercolateQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53059,13 +57824,13 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "name": { "description": "The suffix used for the `_percolator_document_slot` field when multiple `percolate` queries are specified.", @@ -53076,10 +57841,10 @@ "type": "string" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -53088,10 +57853,10 @@ } ] }, - "_types.query_dsl:PinnedQuery": { + "_types.query_dsl.PinnedQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -53102,7 +57867,7 @@ "type": "object", "properties": { "organic": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -53116,14 +57881,14 @@ "description": "Document IDs listed in the order they are to appear in results.\nRequired if `docs` is not specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "docs": { "description": "Documents listed in the order they are to appear in results.\nRequired if `ids` is not specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedDoc" + "$ref": "#/components/schemas/_types.query_dsl.PinnedDoc" } } }, @@ -53134,30 +57899,30 @@ } ] }, - "_types.query_dsl:PinnedDoc": { + "_types.query_dsl.PinnedDoc": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "_id" ] }, - "_types.query_dsl:PrefixQuery": { + "_types.query_dsl.PrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Beginning characters of terms you wish to find in the provided field.", @@ -53174,10 +57939,10 @@ } ] }, - "_types.query_dsl:QueryStringQuery": { + "_types.query_dsl.QueryStringQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53199,10 +57964,10 @@ "type": "boolean" }, "default_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "default_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "enable_position_increments": { "description": "If `true`, enable position increments in queries constructed from a `query_string` search.", @@ -53215,11 +57980,11 @@ "description": "Array of fields to search. Supports wildcards (`*`).", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_max_expansions": { "description": "Maximum number of terms to which the query expands for fuzzy matching.", @@ -53230,7 +57995,7 @@ "type": "number" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).", @@ -53245,7 +58010,7 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "phrase_slop": { "description": "Maximum number of positions allowed between matching tokens for phrases.", @@ -53264,17 +58029,17 @@ "type": "string" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "tie_breaker": { "description": "How to combine the queries generated from the individual search terms in the resulting `dis_max` query.", "type": "number" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TextQueryType" + "$ref": "#/components/schemas/_types.query_dsl.TextQueryType" } }, "required": [ @@ -53283,59 +58048,59 @@ } ] }, - "_types:TimeZone": { + "_types.TimeZone": { "type": "string" }, - "_types.query_dsl:RangeQuery": { + "_types.query_dsl.RangeQuery": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.UntypedRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.DateRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:NumberRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.NumberRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:TermRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermRangeQuery" } ] }, - "_types.query_dsl:UntypedRangeQuery": { + "_types.query_dsl.UntypedRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBase" }, { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/_types:DateFormat" + "$ref": "#/components/schemas/_types.DateFormat" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types:DateFormat": { + "_types.DateFormat": { "type": "string" }, - "_types.query_dsl:RangeQueryBase": { + "_types.query_dsl.RangeQueryBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -53381,7 +58146,7 @@ } ] }, - "_types.query_dsl:RangeRelation": { + "_types.query_dsl.RangeRelation": { "type": "string", "enum": [ "within", @@ -53389,52 +58154,52 @@ "intersects" ] }, - "_types.query_dsl:DateRangeQuery": { + "_types.query_dsl.DateRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBaseDateMath" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBaseDateMath" }, { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/_types:DateFormat" + "$ref": "#/components/schemas/_types.DateFormat" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.query_dsl:RangeQueryBaseDateMath": { + "_types.query_dsl.RangeQueryBaseDateMath": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "gte": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "lt": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "lte": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "from": { "deprecated": true, "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "nullable": true, @@ -53446,7 +58211,7 @@ "deprecated": true, "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "nullable": true, @@ -53458,26 +58223,26 @@ } ] }, - "_types.query_dsl:NumberRangeQuery": { + "_types.query_dsl.NumberRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasedouble" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBasedouble" }, { "type": "object" } ] }, - "_types.query_dsl:RangeQueryBasedouble": { + "_types.query_dsl.RangeQueryBasedouble": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -53523,26 +58288,26 @@ } ] }, - "_types.query_dsl:TermRangeQuery": { + "_types.query_dsl.TermRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasestring" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBasestring" }, { "type": "object" } ] }, - "_types.query_dsl:RangeQueryBasestring": { + "_types.query_dsl.RangeQueryBasestring": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -53588,28 +58353,28 @@ } ] }, - "_types.query_dsl:RankFeatureQuery": { + "_types.query_dsl.RankFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "saturation": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionSaturation" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionSaturation" }, "log": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionLogarithm" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionLogarithm" }, "linear": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionLinear" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionLinear" }, "sigmoid": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionSigmoid" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionSigmoid" } }, "required": [ @@ -53618,10 +58383,10 @@ } ] }, - "_types.query_dsl:RankFeatureFunctionSaturation": { + "_types.query_dsl.RankFeatureFunctionSaturation": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -53634,13 +58399,13 @@ } ] }, - "_types.query_dsl:RankFeatureFunction": { + "_types.query_dsl.RankFeatureFunction": { "type": "object" }, - "_types.query_dsl:RankFeatureFunctionLogarithm": { + "_types.query_dsl.RankFeatureFunctionLogarithm": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -53656,20 +58421,20 @@ } ] }, - "_types.query_dsl:RankFeatureFunctionLinear": { + "_types.query_dsl.RankFeatureFunctionLinear": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object" } ] }, - "_types.query_dsl:RankFeatureFunctionSigmoid": { + "_types.query_dsl.RankFeatureFunctionSigmoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -53690,10 +58455,10 @@ } ] }, - "_types.query_dsl:RegexpQuery": { + "_types.query_dsl.RegexpQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53711,7 +58476,7 @@ "type": "number" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Regular expression for terms you wish to find in the provided field.", @@ -53724,21 +58489,21 @@ } ] }, - "_types.query_dsl:RuleQuery": { + "_types.query_dsl.RuleQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "organic": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "ruleset_ids": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "match_criteria": { @@ -53753,16 +58518,16 @@ } ] }, - "_types.query_dsl:ScriptQuery": { + "_types.query_dsl.ScriptQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -53771,10 +58536,10 @@ } ] }, - "_types.query_dsl:ScriptScoreQuery": { + "_types.query_dsl.ScriptScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53784,10 +58549,10 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -53797,10 +58562,10 @@ } ] }, - "_types.query_dsl:SemanticQuery": { + "_types.query_dsl.SemanticQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53821,10 +58586,10 @@ } ] }, - "_types.query_dsl:ShapeQuery": { + "_types.query_dsl.ShapeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53837,10 +58602,10 @@ } ] }, - "_types.query_dsl:SimpleQueryStringQuery": { + "_types.query_dsl.SimpleQueryStringQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -53858,17 +58623,17 @@ "type": "boolean" }, "default_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "fields": { "description": "Array of fields you wish to search.\nAccepts wildcard expressions.\nYou also can boost relevance scores for matches to particular fields using a caret (`^`) notation.\nDefaults to the `index.query.default_field index` setting, which has a default value of `*`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "flags": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringFlags" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringFlags" }, "fuzzy_max_expansions": { "description": "Maximum number of terms to which the query expands for fuzzy matching.", @@ -53887,7 +58652,7 @@ "type": "boolean" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "query": { "description": "Query string in the simple query string syntax you wish to parse and use for search.", @@ -53904,26 +58669,26 @@ } ] }, - "_types.query_dsl:SimpleQueryStringFlags": { + "_types.query_dsl.SimpleQueryStringFlags": { "description": "Query flags can be either a single flag or a combination of flags, e.g. `OR|AND|PREFIX`", "allOf": [ { - "$ref": "#/components/schemas/_spec_utils:PipeSeparatedFlagsSimpleQueryStringFlag" + "$ref": "#/components/schemas/_spec_utils.PipeSeparatedFlagsSimpleQueryStringFlag" } ] }, - "_spec_utils:PipeSeparatedFlagsSimpleQueryStringFlag": { + "_spec_utils.PipeSeparatedFlagsSimpleQueryStringFlag": { "description": "A set of flags that can be represented as a single enum value or a set of values that are encoded\nas a pipe-separated string\n\nDepending on the target language, code generators can use this hint to generate language specific\nflags enum constructs and the corresponding (de-)serialization code.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringFlag" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringFlag" }, { "type": "string" } ] }, - "_types.query_dsl:SimpleQueryStringFlag": { + "_types.query_dsl.SimpleQueryStringFlag": { "type": "string", "enum": [ "NONE", @@ -53941,19 +58706,19 @@ "ALL" ] }, - "_types.query_dsl:SpanContainingQuery": { + "_types.query_dsl.SpanContainingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "big": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "little": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -53963,62 +58728,62 @@ } ] }, - "_types.query_dsl:SpanQuery": { + "_types.query_dsl.SpanQuery": { "type": "object", "properties": { "span_containing": { - "$ref": "#/components/schemas/_types.query_dsl:SpanContainingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanContainingQuery" }, "span_field_masking": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFieldMaskingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFieldMaskingQuery" }, "span_first": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFirstQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFirstQuery" }, "span_gap": { - "$ref": "#/components/schemas/_types.query_dsl:SpanGapQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanGapQuery" }, "span_multi": { - "$ref": "#/components/schemas/_types.query_dsl:SpanMultiTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanMultiTermQuery" }, "span_near": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNearQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNearQuery" }, "span_not": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNotQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNotQuery" }, "span_or": { - "$ref": "#/components/schemas/_types.query_dsl:SpanOrQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanOrQuery" }, "span_term": { "description": "The equivalent of the `term` query but for use with other span queries.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:SpanTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanTermQuery" }, "minProperties": 1, "maxProperties": 1 }, "span_within": { - "$ref": "#/components/schemas/_types.query_dsl:SpanWithinQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanWithinQuery" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:SpanFieldMaskingQuery": { + "_types.query_dsl.SpanFieldMaskingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -54028,10 +58793,10 @@ } ] }, - "_types.query_dsl:SpanFirstQuery": { + "_types.query_dsl.SpanFirstQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54041,7 +58806,7 @@ "type": "number" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -54051,7 +58816,7 @@ } ] }, - "_types.query_dsl:SpanGapQuery": { + "_types.query_dsl.SpanGapQuery": { "description": "Can only be used as a clause in a span_near query.", "type": "object", "additionalProperties": { @@ -54060,16 +58825,16 @@ "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:SpanMultiTermQuery": { + "_types.query_dsl.SpanMultiTermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "match": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -54078,10 +58843,10 @@ } ] }, - "_types.query_dsl:SpanNearQuery": { + "_types.query_dsl.SpanNearQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54090,7 +58855,7 @@ "description": "Array of one or more other span type queries.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "in_order": { @@ -54108,10 +58873,10 @@ } ] }, - "_types.query_dsl:SpanNotQuery": { + "_types.query_dsl.SpanNotQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54121,10 +58886,10 @@ "type": "number" }, "exclude": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "include": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "post": { "description": "The number of tokens after the include span that can’t have overlap with the exclude span.", @@ -54142,10 +58907,10 @@ } ] }, - "_types.query_dsl:SpanOrQuery": { + "_types.query_dsl.SpanOrQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54154,7 +58919,7 @@ "description": "Array of one or more other span type queries.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } } }, @@ -54164,16 +58929,16 @@ } ] }, - "_types.query_dsl:SpanTermQuery": { + "_types.query_dsl.SpanTermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "required": [ @@ -54182,19 +58947,19 @@ } ] }, - "_types.query_dsl:SpanWithinQuery": { + "_types.query_dsl.SpanWithinQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "big": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "little": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -54204,10 +58969,10 @@ } ] }, - "_types.query_dsl:SparseVectorQuery": { + "_types.query_dsl.SparseVectorQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -54218,7 +58983,7 @@ "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { "description": "The query text you want to use for search.\nIf inference_id is specified, query must also be specified.", @@ -54230,7 +58995,7 @@ "type": "boolean" }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -54248,7 +59013,7 @@ } }, "inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "minProperties": 1, @@ -54258,7 +59023,7 @@ } ] }, - "_types.query_dsl:TokenPruningConfig": { + "_types.query_dsl.TokenPruningConfig": { "type": "object", "properties": { "tokens_freq_ratio_threshold": { @@ -54275,16 +59040,16 @@ } } }, - "_types.query_dsl:TermQuery": { + "_types.query_dsl.TermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "case_insensitive": { "description": "Allows ASCII case insensitive matching of the value with the indexed field values when set to `true`.\nWhen `false`, the case sensitivity of matching depends on the underlying field’s mapping.", @@ -54297,38 +59062,38 @@ } ] }, - "_types.query_dsl:TermsQuery": { + "_types.query_dsl.TermsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:TermsSetQuery": { + "_types.query_dsl.TermsSetQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "minimum_should_match_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "minimum_should_match_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "terms": { "description": "Array of terms you wish to find in the provided field.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, @@ -54338,10 +59103,10 @@ } ] }, - "_types.query_dsl:TextExpansionQuery": { + "_types.query_dsl.TextExpansionQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54355,7 +59120,7 @@ "type": "string" }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -54365,10 +59130,10 @@ } ] }, - "_types.query_dsl:WeightedTokensQuery": { + "_types.query_dsl.WeightedTokensQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54381,7 +59146,7 @@ } }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -54390,10 +59155,10 @@ } ] }, - "_types.query_dsl:WildcardQuery": { + "_types.query_dsl.WildcardQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54403,7 +59168,7 @@ "type": "boolean" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Wildcard pattern for terms you wish to find in the provided field. Required, when wildcard is not set.", @@ -54417,10 +59182,10 @@ } ] }, - "_types.query_dsl:WrapperQuery": { + "_types.query_dsl.WrapperQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54436,10 +59201,10 @@ } ] }, - "_types.query_dsl:TypeQuery": { + "_types.query_dsl.TypeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -54454,23 +59219,23 @@ } ] }, - "_types.aggregations:BucketAggregationBase": { + "_types.aggregations.BucketAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object" } ] }, - "_types.aggregations:Aggregation": { + "_types.aggregations.Aggregation": { "type": "object" }, - "_types.aggregations:AutoDateHistogramAggregation": { + "_types.aggregations.AutoDateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -54480,17 +59245,17 @@ "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The date format used to format `key_as_string` in the response.\nIf no `format` is specified, the first date format specified in the field mapping is used.", "type": "string" }, "minimum_interval": { - "$ref": "#/components/schemas/_types.aggregations:MinimumInterval" + "$ref": "#/components/schemas/_types.aggregations.MinimumInterval" }, "missing": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "offset": { "description": "Time zone specified as a ISO 8601 UTC offset.", @@ -54503,16 +59268,16 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.aggregations:MinimumInterval": { + "_types.aggregations.MinimumInterval": { "type": "string", "enum": [ "second", @@ -54523,20 +59288,20 @@ "year" ] }, - "_types.aggregations:AverageAggregation": { + "_types.aggregations.AverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:FormatMetricAggregationBase": { + "_types.aggregations.FormatMetricAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -54548,21 +59313,21 @@ } ] }, - "_types.aggregations:MetricAggregationBase": { + "_types.aggregations.MetricAggregationBase": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types.aggregations:Missing": { + "_types.aggregations.Missing": { "oneOf": [ { "type": "string" @@ -54578,20 +59343,20 @@ } ] }, - "_types.aggregations:AverageBucketAggregation": { + "_types.aggregations.AverageBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:PipelineAggregationBase": { + "_types.aggregations.PipelineAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", @@ -54601,13 +59366,13 @@ "type": "string" }, "gap_policy": { - "$ref": "#/components/schemas/_types.aggregations:GapPolicy" + "$ref": "#/components/schemas/_types.aggregations.GapPolicy" } } } ] }, - "_types.aggregations:GapPolicy": { + "_types.aggregations.GapPolicy": { "type": "string", "enum": [ "skip", @@ -54615,22 +59380,22 @@ "keep_values" ] }, - "_types.aggregations:BucketPathAggregation": { + "_types.aggregations.BucketPathAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "buckets_path": { - "$ref": "#/components/schemas/_types.aggregations:BucketsPath" + "$ref": "#/components/schemas/_types.aggregations.BucketsPath" } } } ] }, - "_types.aggregations:BucketsPath": { + "_types.aggregations.BucketsPath": { "description": "Buckets path can be expressed in different ways, and an aggregation may accept some or all of these\nforms depending on its type. Please refer to each aggregation's documentation to know what buckets\npath forms they accept.", "oneOf": [ { @@ -54650,10 +59415,10 @@ } ] }, - "_types.aggregations:BoxplotAggregation": { + "_types.aggregations.BoxplotAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -54666,40 +59431,40 @@ } ] }, - "_types.aggregations:BucketScriptAggregation": { + "_types.aggregations.BucketScriptAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:BucketSelectorAggregation": { + "_types.aggregations.BucketSelectorAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:BucketSortAggregation": { + "_types.aggregations.BucketSortAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", @@ -54709,23 +59474,23 @@ "type": "number" }, "gap_policy": { - "$ref": "#/components/schemas/_types.aggregations:GapPolicy" + "$ref": "#/components/schemas/_types.aggregations.GapPolicy" }, "size": { "description": "The number of buckets to return.\nDefaults to all buckets of the parent aggregation.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } ] }, - "_types.aggregations:BucketKsAggregation": { + "_types.aggregations.BucketKsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", @@ -54752,16 +59517,16 @@ } ] }, - "_types.aggregations:BucketCorrelationAggregation": { + "_types.aggregations.BucketCorrelationAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", "properties": { "function": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunction" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunction" } }, "required": [ @@ -54770,29 +59535,29 @@ } ] }, - "_types.aggregations:BucketCorrelationFunction": { + "_types.aggregations.BucketCorrelationFunction": { "type": "object", "properties": { "count_correlation": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunctionCountCorrelation" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunctionCountCorrelation" } }, "required": [ "count_correlation" ] }, - "_types.aggregations:BucketCorrelationFunctionCountCorrelation": { + "_types.aggregations.BucketCorrelationFunctionCountCorrelation": { "type": "object", "properties": { "indicator": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunctionCountCorrelationIndicator" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator" } }, "required": [ "indicator" ] }, - "_types.aggregations:BucketCorrelationFunctionCountCorrelationIndicator": { + "_types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator": { "type": "object", "properties": { "doc_count": { @@ -54819,10 +59584,10 @@ "expectations" ] }, - "_types.aggregations:CardinalityAggregation": { + "_types.aggregations.CardinalityAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -54835,13 +59600,13 @@ "type": "boolean" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityExecutionMode" + "$ref": "#/components/schemas/_types.aggregations.CardinalityExecutionMode" } } } ] }, - "_types.aggregations:CardinalityExecutionMode": { + "_types.aggregations.CardinalityExecutionMode": { "type": "string", "enum": [ "global_ordinals", @@ -54851,16 +59616,16 @@ "save_time_heuristic" ] }, - "_types.aggregations:CategorizeTextAggregation": { + "_types.aggregations.CategorizeTextAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_unique_tokens": { "description": "The maximum number of unique tokens at any position up to max_matched_tokens. Must be larger than 1.\nSmaller values use less memory and create fewer categories. Larger values will use more memory and\ncreate narrower categories. Max allowed value is 100.", @@ -54882,7 +59647,7 @@ } }, "categorization_analyzer": { - "$ref": "#/components/schemas/_types.aggregations:CategorizeTextAnalyzer" + "$ref": "#/components/schemas/_types.aggregations.CategorizeTextAnalyzer" }, "shard_size": { "description": "The number of categorization buckets to return from each shard before merging all the results.", @@ -54907,17 +59672,17 @@ } ] }, - "_types.aggregations:CategorizeTextAnalyzer": { + "_types.aggregations.CategorizeTextAnalyzer": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.aggregations:CustomCategorizeTextAnalyzer" + "$ref": "#/components/schemas/_types.aggregations.CustomCategorizeTextAnalyzer" } ] }, - "_types.aggregations:CustomCategorizeTextAnalyzer": { + "_types.aggregations.CustomCategorizeTextAnalyzer": { "type": "object", "properties": { "char_filter": { @@ -54937,31 +59702,31 @@ } } }, - "_types.aggregations:ChildrenAggregation": { + "_types.aggregations.ChildrenAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.aggregations:CompositeAggregation": { + "_types.aggregations.CompositeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" }, "size": { "description": "The number of composite buckets that should be returned.", @@ -54973,7 +59738,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationSource" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationSource" } } } @@ -54981,57 +59746,57 @@ } ] }, - "_types.aggregations:CompositeAggregationSource": { + "_types.aggregations.CompositeAggregationSource": { "type": "object", "properties": { "terms": { - "$ref": "#/components/schemas/_types.aggregations:CompositeTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeTermsAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:CompositeHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeHistogramAggregation" }, "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:CompositeDateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeDateHistogramAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:CompositeGeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeGeoTileGridAggregation" } } }, - "_types.aggregations:CompositeTermsAggregation": { + "_types.aggregations.CompositeTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:CompositeAggregationBase": { + "_types.aggregations.CompositeAggregationBase": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing_bucket": { "type": "boolean" }, "missing_order": { - "$ref": "#/components/schemas/_types.aggregations:MissingOrder" + "$ref": "#/components/schemas/_types.aggregations.MissingOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "value_type": { - "$ref": "#/components/schemas/_types.aggregations:ValueType" + "$ref": "#/components/schemas/_types.aggregations.ValueType" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" } } }, - "_types.aggregations:MissingOrder": { + "_types.aggregations.MissingOrder": { "type": "string", "enum": [ "first", @@ -55039,7 +59804,7 @@ "default" ] }, - "_types.aggregations:ValueType": { + "_types.aggregations.ValueType": { "type": "string", "enum": [ "string", @@ -55054,10 +59819,10 @@ "boolean" ] }, - "_types.aggregations:CompositeHistogramAggregation": { + "_types.aggregations.CompositeHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -55072,10 +59837,10 @@ } ] }, - "_types.aggregations:CompositeDateHistogramAggregation": { + "_types.aggregations.CompositeDateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -55084,25 +59849,25 @@ "type": "string" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "offset": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.aggregations:CompositeGeoTileGridAggregation": { + "_types.aggregations.CompositeGeoTileGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -55111,74 +59876,74 @@ "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types.aggregations:CumulativeCardinalityAggregation": { + "_types.aggregations.CumulativeCardinalityAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:CumulativeSumAggregation": { + "_types.aggregations.CumulativeSumAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:DateHistogramAggregation": { + "_types.aggregations.DateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "calendar_interval": { - "$ref": "#/components/schemas/_types.aggregations:CalendarInterval" + "$ref": "#/components/schemas/_types.aggregations.CalendarInterval" }, "extended_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsFieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsFieldDateMath" }, "hard_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsFieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsFieldDateMath" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "format": { "description": "The date format used to format `key_as_string` in the response.\nIf no `format` is specified, the first date format specified in the field mapping is used.", "type": "string" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "min_doc_count": { "description": "Only returns buckets that have `min_doc_count` number of documents.\nBy default, all buckets between the first bucket that matches documents and the last one are returned.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "offset": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "params": { "type": "object", @@ -55187,10 +59952,10 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and return the ranges as a hash rather than an array.", @@ -55200,7 +59965,7 @@ } ] }, - "_types.aggregations:CalendarInterval": { + "_types.aggregations.CalendarInterval": { "type": "string", "enum": [ "second", @@ -55221,34 +59986,34 @@ "1y" ] }, - "_types.aggregations:ExtendedBoundsFieldDateMath": { + "_types.aggregations.ExtendedBoundsFieldDateMath": { "type": "object", "properties": { "max": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" }, "min": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" } } }, - "_types.aggregations:FieldDateMath": { + "_types.aggregations.FieldDateMath": { "description": "A date range limit, represented either as a DateMath expression or a number expressed\naccording to the target field's precision.", "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "type": "number" } ] }, - "_types.aggregations:AggregateOrder": { + "_types.aggregations.AggregateOrder": { "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "minProperties": 1, "maxProperties": 1 @@ -55258,7 +60023,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "minProperties": 1, "maxProperties": 1 @@ -55266,33 +60031,33 @@ } ] }, - "_types.aggregations:DateRangeAggregation": { + "_types.aggregations.DateRangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The date format used to format `from` and `to` in the response.", "type": "string" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "ranges": { "description": "Array of date ranges.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeExpression" + "$ref": "#/components/schemas/_types.aggregations.DateRangeExpression" } }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and returns the ranges as a hash rather than an array.", @@ -55302,61 +60067,61 @@ } ] }, - "_types.aggregations:DateRangeExpression": { + "_types.aggregations.DateRangeExpression": { "type": "object", "properties": { "from": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" }, "key": { "description": "Custom key to return the range with.", "type": "string" }, "to": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" } } }, - "_types.aggregations:DerivativeAggregation": { + "_types.aggregations.DerivativeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:DiversifiedSamplerAggregation": { + "_types.aggregations.DiversifiedSamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregationExecutionHint" }, "max_docs_per_value": { "description": "Limits how many documents are permitted per choice of de-duplicating value.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "shard_size": { "description": "Limits how many top-scoring documents are collected in the sample processed on each shard.", "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:SamplerAggregationExecutionHint": { + "_types.aggregations.SamplerAggregationExecutionHint": { "type": "string", "enum": [ "map", @@ -55364,10 +60129,10 @@ "bytes_hash" ] }, - "_types.aggregations:ExtendedStatsAggregation": { + "_types.aggregations.ExtendedStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -55380,10 +60145,10 @@ } ] }, - "_types.aggregations:ExtendedStatsBucketAggregation": { + "_types.aggregations.ExtendedStatsBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -55396,14 +60161,14 @@ } ] }, - "_types.aggregations:FrequentItemSetsAggregation": { + "_types.aggregations.FrequentItemSetsAggregation": { "type": "object", "properties": { "fields": { "description": "Fields to analyze.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsField" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsField" } }, "minimum_set_size": { @@ -55419,31 +60184,31 @@ "type": "number" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "fields" ] }, - "_types.aggregations:FrequentItemSetsField": { + "_types.aggregations.FrequentItemSetsField": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" } }, "required": [ "field" ] }, - "_types.aggregations:TermsExclude": { + "_types.aggregations.TermsExclude": { "oneOf": [ { "type": "string" @@ -55456,7 +60221,7 @@ } ] }, - "_types.aggregations:TermsInclude": { + "_types.aggregations.TermsInclude": { "oneOf": [ { "type": "string" @@ -55468,11 +60233,11 @@ } }, { - "$ref": "#/components/schemas/_types.aggregations:TermsPartition" + "$ref": "#/components/schemas/_types.aggregations.TermsPartition" } ] }, - "_types.aggregations:TermsPartition": { + "_types.aggregations.TermsPartition": { "type": "object", "properties": { "num_partitions": { @@ -55489,16 +60254,16 @@ "partition" ] }, - "_types.aggregations:FiltersAggregation": { + "_types.aggregations.FiltersAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "filters": { - "$ref": "#/components/schemas/_types.aggregations:BucketsQueryContainer" + "$ref": "#/components/schemas/_types.aggregations.BucketsQueryContainer" }, "other_bucket": { "description": "Set to `true` to add a bucket to the response which will contain all documents that do not match any of the given filters.", @@ -55516,27 +60281,27 @@ } ] }, - "_types.aggregations:BucketsQueryContainer": { + "_types.aggregations.BucketsQueryContainer": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, - "_types.aggregations:GeoBoundsAggregation": { + "_types.aggregations.GeoBoundsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -55549,10 +60314,10 @@ } ] }, - "_types.aggregations:GeoCentroidAggregation": { + "_types.aggregations.GeoCentroidAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -55561,44 +60326,44 @@ "type": "number" }, "location": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } } } ] }, - "_types.aggregations:GeoDistanceAggregation": { + "_types.aggregations.GeoDistanceAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "origin": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "ranges": { "description": "An array of ranges used to bucket documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AggregationRange" + "$ref": "#/components/schemas/_types.aggregations.AggregationRange" } }, "unit": { - "$ref": "#/components/schemas/_types:DistanceUnit" + "$ref": "#/components/schemas/_types.DistanceUnit" } } } ] }, - "_types.aggregations:AggregationRange": { + "_types.aggregations.AggregationRange": { "type": "object", "properties": { "from": { @@ -55631,22 +60396,22 @@ } } }, - "_types.aggregations:GeoHashGridAggregation": { + "_types.aggregations.GeoHashGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { - "$ref": "#/components/schemas/_types:GeoHashPrecision" + "$ref": "#/components/schemas/_types.GeoHashPrecision" }, "shard_size": { "description": "Allows for more accurate counting of the top cells returned in the final result the aggregation.\nDefaults to returning `max(10,(size x number-of-shards))` buckets from each shard.", @@ -55660,7 +60425,7 @@ } ] }, - "_types:GeoHashPrecision": { + "_types.GeoHashPrecision": { "description": "A precision that can be expressed as a geohash length between 1 and 12, or a distance measure like \"1km\", \"10m\".", "oneOf": [ { @@ -55671,21 +60436,21 @@ } ] }, - "_types.aggregations:GeoLineAggregation": { + "_types.aggregations.GeoLineAggregation": { "type": "object", "properties": { "point": { - "$ref": "#/components/schemas/_types.aggregations:GeoLinePoint" + "$ref": "#/components/schemas/_types.aggregations.GeoLinePoint" }, "sort": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineSort" + "$ref": "#/components/schemas/_types.aggregations.GeoLineSort" }, "include_sort": { "description": "When `true`, returns an additional array of the sort values in the feature properties.", "type": "boolean" }, "sort_order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "size": { "description": "The maximum length of the line represented in the aggregation.\nValid sizes are between 1 and 10000.", @@ -55697,41 +60462,41 @@ "sort" ] }, - "_types.aggregations:GeoLinePoint": { + "_types.aggregations.GeoLinePoint": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:GeoLineSort": { + "_types.aggregations.GeoLineSort": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:GeoTileGridAggregation": { + "_types.aggregations.GeoTileGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { - "$ref": "#/components/schemas/_types:GeoTilePrecision" + "$ref": "#/components/schemas/_types.GeoTilePrecision" }, "shard_size": { "description": "Allows for more accurate counting of the top cells returned in the final result the aggregation.\nDefaults to returning `max(10,(size x number-of-shards))` buckets from each shard.", @@ -55742,32 +60507,32 @@ "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types:GeoTilePrecision": { + "_types.GeoTilePrecision": { "type": "number" }, - "_types.aggregations:GeohexGridAggregation": { + "_types.aggregations.GeohexGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { "description": "Integer zoom of the key used to defined cells or buckets\nin the results. Value should be between 0-15.", "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" }, "size": { "description": "Maximum number of buckets to return.", @@ -55784,32 +60549,32 @@ } ] }, - "_types.aggregations:GlobalAggregation": { + "_types.aggregations.GlobalAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:HistogramAggregation": { + "_types.aggregations.HistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "extended_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsdouble" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsdouble" }, "hard_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsdouble" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsdouble" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "interval": { "description": "The interval for the buckets.\nMust be a positive decimal.", @@ -55828,10 +60593,10 @@ "type": "number" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "format": { "type": "string" @@ -55844,7 +60609,7 @@ } ] }, - "_types.aggregations:ExtendedBoundsdouble": { + "_types.aggregations.ExtendedBoundsdouble": { "type": "object", "properties": { "max": { @@ -55857,29 +60622,29 @@ } } }, - "_types.aggregations:IpRangeAggregation": { + "_types.aggregations.IpRangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ranges": { "description": "Array of IP ranges.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregationRange" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregationRange" } } } } ] }, - "_types.aggregations:IpRangeAggregationRange": { + "_types.aggregations.IpRangeAggregationRange": { "type": "object", "properties": { "from": { @@ -55912,16 +60677,16 @@ } } }, - "_types.aggregations:IpPrefixAggregation": { + "_types.aggregations.IpPrefixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "prefix_length": { "description": "Length of the network prefix. For IPv4 addresses the accepted range is [0, 32].\nFor IPv6 addresses the accepted range is [0, 128].", @@ -55951,19 +60716,19 @@ } ] }, - "_types.aggregations:InferenceAggregation": { + "_types.aggregations.InferenceAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "inference_config": { - "$ref": "#/components/schemas/_types.aggregations:InferenceConfigContainer" + "$ref": "#/components/schemas/_types.aggregations.InferenceConfigContainer" } }, "required": [ @@ -55972,24 +60737,24 @@ } ] }, - "_types.aggregations:InferenceConfigContainer": { + "_types.aggregations.InferenceConfigContainer": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:RegressionInferenceOptions": { + "ml._types.RegressionInferenceOptions": { "type": "object", "properties": { "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "num_top_feature_importance_values": { "description": "Specifies the maximum number of feature importance values per document.", @@ -55997,7 +60762,7 @@ } } }, - "ml._types:ClassificationInferenceOptions": { + "ml._types.ClassificationInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -56022,31 +60787,31 @@ } } }, - "_types.aggregations:MatrixStatsAggregation": { + "_types.aggregations.MatrixStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MatrixAggregation" + "$ref": "#/components/schemas/_types.aggregations.MatrixAggregation" }, { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" } } } ] }, - "_types.aggregations:MatrixAggregation": { + "_types.aggregations.MatrixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "missing": { "description": "The value to apply to documents that do not have a value.\nBy default, documents without a value are ignored.", @@ -56059,30 +60824,30 @@ } ] }, - "_types.aggregations:MaxAggregation": { + "_types.aggregations.MaxAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MaxBucketAggregation": { + "_types.aggregations.MaxBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MedianAbsoluteDeviationAggregation": { + "_types.aggregations.MedianAbsoluteDeviationAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -56095,70 +60860,70 @@ } ] }, - "_types.aggregations:MinAggregation": { + "_types.aggregations.MinAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MinBucketAggregation": { + "_types.aggregations.MinBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MissingAggregation": { + "_types.aggregations.MissingAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" } } } ] }, - "_types.aggregations:MovingAverageAggregation": { + "_types.aggregations.MovingAverageAggregation": { "discriminator": { "propertyName": "model" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:LinearMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.LinearMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:SimpleMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.SimpleMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:EwmaMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.EwmaMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:HoltMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.HoltMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersMovingAverageAggregation" } ] }, - "_types.aggregations:LinearMovingAverageAggregation": { + "_types.aggregations.LinearMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56170,7 +60935,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" } }, "required": [ @@ -56180,13 +60945,13 @@ } ] }, - "_types:EmptyObject": { + "_types.EmptyObject": { "type": "object" }, - "_types.aggregations:MovingAverageAggregationBase": { + "_types.aggregations.MovingAverageAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56204,10 +60969,10 @@ } ] }, - "_types.aggregations:SimpleMovingAverageAggregation": { + "_types.aggregations.SimpleMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56219,7 +60984,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" } }, "required": [ @@ -56229,10 +60994,10 @@ } ] }, - "_types.aggregations:EwmaMovingAverageAggregation": { + "_types.aggregations.EwmaMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56244,7 +61009,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:EwmaModelSettings" + "$ref": "#/components/schemas/_types.aggregations.EwmaModelSettings" } }, "required": [ @@ -56254,7 +61019,7 @@ } ] }, - "_types.aggregations:EwmaModelSettings": { + "_types.aggregations.EwmaModelSettings": { "type": "object", "properties": { "alpha": { @@ -56262,10 +61027,10 @@ } } }, - "_types.aggregations:HoltMovingAverageAggregation": { + "_types.aggregations.HoltMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56277,7 +61042,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:HoltLinearModelSettings" + "$ref": "#/components/schemas/_types.aggregations.HoltLinearModelSettings" } }, "required": [ @@ -56287,7 +61052,7 @@ } ] }, - "_types.aggregations:HoltLinearModelSettings": { + "_types.aggregations.HoltLinearModelSettings": { "type": "object", "properties": { "alpha": { @@ -56298,10 +61063,10 @@ } } }, - "_types.aggregations:HoltWintersMovingAverageAggregation": { + "_types.aggregations.HoltWintersMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -56313,7 +61078,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersModelSettings" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersModelSettings" } }, "required": [ @@ -56323,7 +61088,7 @@ } ] }, - "_types.aggregations:HoltWintersModelSettings": { + "_types.aggregations.HoltWintersModelSettings": { "type": "object", "properties": { "alpha": { @@ -56342,21 +61107,21 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersType" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersType" } } }, - "_types.aggregations:HoltWintersType": { + "_types.aggregations.HoltWintersType": { "type": "string", "enum": [ "add", "mult" ] }, - "_types.aggregations:MovingPercentilesAggregation": { + "_types.aggregations.MovingPercentilesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56376,10 +61141,10 @@ } ] }, - "_types.aggregations:MovingFunctionAggregation": { + "_types.aggregations.MovingFunctionAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56400,19 +61165,19 @@ } ] }, - "_types.aggregations:MultiTermsAggregation": { + "_types.aggregations.MultiTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "collect_mode": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationCollectMode" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationCollectMode" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "min_doc_count": { "description": "The minimum number of documents in a bucket for it to be returned.", @@ -56438,7 +61203,7 @@ "description": "The field from which to generate sets of terms.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermLookup" + "$ref": "#/components/schemas/_types.aggregations.MultiTermLookup" } } }, @@ -56448,58 +61213,58 @@ } ] }, - "_types.aggregations:TermsAggregationCollectMode": { + "_types.aggregations.TermsAggregationCollectMode": { "type": "string", "enum": [ "depth_first", "breadth_first" ] }, - "_types.aggregations:MultiTermLookup": { + "_types.aggregations.MultiTermLookup": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" } }, "required": [ "field" ] }, - "_types.aggregations:NestedAggregation": { + "_types.aggregations.NestedAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:NormalizeAggregation": { + "_types.aggregations.NormalizeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "method": { - "$ref": "#/components/schemas/_types.aggregations:NormalizeMethod" + "$ref": "#/components/schemas/_types.aggregations.NormalizeMethod" } } } ] }, - "_types.aggregations:NormalizeMethod": { + "_types.aggregations.NormalizeMethod": { "type": "string", "enum": [ "rescale_0_1", @@ -56510,25 +61275,25 @@ "softmax" ] }, - "_types.aggregations:ParentAggregation": { + "_types.aggregations.ParentAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.aggregations:PercentileRanksAggregation": { + "_types.aggregations.PercentileRanksAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -56553,16 +61318,16 @@ ] }, "hdr": { - "$ref": "#/components/schemas/_types.aggregations:HdrMethod" + "$ref": "#/components/schemas/_types.aggregations.HdrMethod" }, "tdigest": { - "$ref": "#/components/schemas/_types.aggregations:TDigest" + "$ref": "#/components/schemas/_types.aggregations.TDigest" } } } ] }, - "_types.aggregations:HdrMethod": { + "_types.aggregations.HdrMethod": { "type": "object", "properties": { "number_of_significant_value_digits": { @@ -56571,7 +61336,7 @@ } } }, - "_types.aggregations:TDigest": { + "_types.aggregations.TDigest": { "type": "object", "properties": { "compression": { @@ -56580,10 +61345,10 @@ } } }, - "_types.aggregations:PercentilesAggregation": { + "_types.aggregations.PercentilesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -56600,19 +61365,19 @@ } }, "hdr": { - "$ref": "#/components/schemas/_types.aggregations:HdrMethod" + "$ref": "#/components/schemas/_types.aggregations.HdrMethod" }, "tdigest": { - "$ref": "#/components/schemas/_types.aggregations:TDigest" + "$ref": "#/components/schemas/_types.aggregations.TDigest" } } } ] }, - "_types.aggregations:PercentilesBucketAggregation": { + "_types.aggregations.PercentilesBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56628,16 +61393,16 @@ } ] }, - "_types.aggregations:RangeAggregation": { + "_types.aggregations.RangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { "description": "The value to apply to documents that do not have a value.\nBy default, documents without a value are ignored.", @@ -56647,11 +61412,11 @@ "description": "An array of ranges used to bucket documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AggregationRange" + "$ref": "#/components/schemas/_types.aggregations.AggregationRange" } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and return the ranges as a hash rather than an array.", @@ -56664,29 +61429,29 @@ } ] }, - "_types.aggregations:RareTermsAggregation": { + "_types.aggregations.RareTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "max_doc_count": { "description": "The maximum number of documents a term should appear in.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "precision": { "description": "The precision of the internal CuckooFilters.\nSmaller precision leads to better approximation, but higher memory usage.", @@ -56699,50 +61464,50 @@ } ] }, - "_types.aggregations:RateAggregation": { + "_types.aggregations.RateAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", "properties": { "unit": { - "$ref": "#/components/schemas/_types.aggregations:CalendarInterval" + "$ref": "#/components/schemas/_types.aggregations.CalendarInterval" }, "mode": { - "$ref": "#/components/schemas/_types.aggregations:RateMode" + "$ref": "#/components/schemas/_types.aggregations.RateMode" } } } ] }, - "_types.aggregations:RateMode": { + "_types.aggregations.RateMode": { "type": "string", "enum": [ "sum", "value_count" ] }, - "_types.aggregations:ReverseNestedAggregation": { + "_types.aggregations.ReverseNestedAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:RandomSamplerAggregation": { + "_types.aggregations.RandomSamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -56766,10 +61531,10 @@ } ] }, - "_types.aggregations:SamplerAggregation": { + "_types.aggregations.SamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -56782,22 +61547,22 @@ } ] }, - "_types.aggregations:ScriptedMetricAggregation": { + "_types.aggregations.ScriptedMetricAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", "properties": { "combine_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "init_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "map_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "params": { "description": "A global object with script parameters for `init`, `map` and `combine` scripts.\nIt is shared between the scripts.", @@ -56807,16 +61572,16 @@ } }, "reduce_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:SerialDifferencingAggregation": { + "_types.aggregations.SerialDifferencingAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -56829,50 +61594,50 @@ } ] }, - "_types.aggregations:SignificantTermsAggregation": { + "_types.aggregations.SignificantTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "background_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "chi_square": { - "$ref": "#/components/schemas/_types.aggregations:ChiSquareHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ChiSquareHeuristic" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "gnd": { - "$ref": "#/components/schemas/_types.aggregations:GoogleNormalizedDistanceHeuristic" + "$ref": "#/components/schemas/_types.aggregations.GoogleNormalizedDistanceHeuristic" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "jlh": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "min_doc_count": { "description": "Only return terms that are found in more than `min_doc_count` hits.", "type": "number" }, "mutual_information": { - "$ref": "#/components/schemas/_types.aggregations:MutualInformationHeuristic" + "$ref": "#/components/schemas/_types.aggregations.MutualInformationHeuristic" }, "percentage": { - "$ref": "#/components/schemas/_types.aggregations:PercentageScoreHeuristic" + "$ref": "#/components/schemas/_types.aggregations.PercentageScoreHeuristic" }, "script_heuristic": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ScriptedHeuristic" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -56890,7 +61655,7 @@ } ] }, - "_types.aggregations:ChiSquareHeuristic": { + "_types.aggregations.ChiSquareHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -56907,7 +61672,7 @@ "include_negatives" ] }, - "_types.aggregations:TermsAggregationExecutionHint": { + "_types.aggregations.TermsAggregationExecutionHint": { "type": "string", "enum": [ "map", @@ -56916,7 +61681,7 @@ "global_ordinals_low_cardinality" ] }, - "_types.aggregations:GoogleNormalizedDistanceHeuristic": { + "_types.aggregations.GoogleNormalizedDistanceHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -56925,7 +61690,7 @@ } } }, - "_types.aggregations:MutualInformationHeuristic": { + "_types.aggregations.MutualInformationHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -56938,68 +61703,68 @@ } } }, - "_types.aggregations:PercentageScoreHeuristic": { + "_types.aggregations.PercentageScoreHeuristic": { "type": "object" }, - "_types.aggregations:ScriptedHeuristic": { + "_types.aggregations.ScriptedHeuristic": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "_types.aggregations:SignificantTextAggregation": { + "_types.aggregations.SignificantTextAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "background_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "chi_square": { - "$ref": "#/components/schemas/_types.aggregations:ChiSquareHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ChiSquareHeuristic" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter_duplicate_text": { "description": "Whether to out duplicate text to deal with noisy data.", "type": "boolean" }, "gnd": { - "$ref": "#/components/schemas/_types.aggregations:GoogleNormalizedDistanceHeuristic" + "$ref": "#/components/schemas/_types.aggregations.GoogleNormalizedDistanceHeuristic" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "jlh": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "min_doc_count": { "description": "Only return values that are found in more than `min_doc_count` hits.", "type": "number" }, "mutual_information": { - "$ref": "#/components/schemas/_types.aggregations:MutualInformationHeuristic" + "$ref": "#/components/schemas/_types.aggregations.MutualInformationHeuristic" }, "percentage": { - "$ref": "#/components/schemas/_types.aggregations:PercentageScoreHeuristic" + "$ref": "#/components/schemas/_types.aggregations.PercentageScoreHeuristic" }, "script_heuristic": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ScriptedHeuristic" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the values should actually be added to the candidate list or not with respect to the min_doc_count.\nValues will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -57014,36 +61779,36 @@ "type": "number" }, "source_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } } ] }, - "_types.aggregations:StatsAggregation": { + "_types.aggregations.StatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:StatsBucketAggregation": { + "_types.aggregations.StatsBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:StringStatsAggregation": { + "_types.aggregations.StringStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -57056,58 +61821,58 @@ } ] }, - "_types.aggregations:SumAggregation": { + "_types.aggregations.SumAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:SumBucketAggregation": { + "_types.aggregations.SumBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregation": { + "_types.aggregations.TermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "collect_mode": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationCollectMode" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationCollectMode" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "min_doc_count": { "description": "Only return values that are found in more than `min_doc_count` hits.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "missing_order": { - "$ref": "#/components/schemas/_types.aggregations:MissingOrder" + "$ref": "#/components/schemas/_types.aggregations.MissingOrder" }, "missing_bucket": { "type": "boolean" @@ -57117,10 +61882,10 @@ "type": "string" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -57145,10 +61910,10 @@ } ] }, - "_types.aggregations:TimeSeriesAggregation": { + "_types.aggregations.TimeSeriesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -57165,10 +61930,10 @@ } ] }, - "_types.aggregations:TopHitsAggregation": { + "_types.aggregations.TopHitsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -57177,7 +61942,7 @@ "description": "Fields for which to return doc values.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "explain": { @@ -57188,7 +61953,7 @@ "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "from": { @@ -57196,13 +61961,13 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "script_fields": { "description": "Returns the result of one or more script evaluations for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "size": { @@ -57210,13 +61975,13 @@ "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "track_scores": { "description": "If `true`, calculates and returns document scores, even if the scores are not used for sorting.", @@ -57234,45 +61999,45 @@ } ] }, - "_types.aggregations:TTestAggregation": { + "_types.aggregations.TTestAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "a": { - "$ref": "#/components/schemas/_types.aggregations:TestPopulation" + "$ref": "#/components/schemas/_types.aggregations.TestPopulation" }, "b": { - "$ref": "#/components/schemas/_types.aggregations:TestPopulation" + "$ref": "#/components/schemas/_types.aggregations.TestPopulation" }, "type": { - "$ref": "#/components/schemas/_types.aggregations:TTestType" + "$ref": "#/components/schemas/_types.aggregations.TTestType" } } } ] }, - "_types.aggregations:TestPopulation": { + "_types.aggregations.TestPopulation": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "field" ] }, - "_types.aggregations:TTestType": { + "_types.aggregations.TTestType": { "type": "string", "enum": [ "paired", @@ -57280,10 +62045,10 @@ "heteroscedastic" ] }, - "_types.aggregations:TopMetricsAggregation": { + "_types.aggregations.TopMetricsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -57292,12 +62057,12 @@ "description": "The fields of the top document to return.", "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsValue" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsValue" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsValue" } } ] @@ -57307,37 +62072,37 @@ "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } ] }, - "_types.aggregations:TopMetricsValue": { + "_types.aggregations.TopMetricsValue": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:ValueCountAggregation": { + "_types.aggregations.ValueCountAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormattableMetricAggregation" + "$ref": "#/components/schemas/_types.aggregations.FormattableMetricAggregation" }, { "type": "object" } ] }, - "_types.aggregations:FormattableMetricAggregation": { + "_types.aggregations.FormattableMetricAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -57349,10 +62114,10 @@ } ] }, - "_types.aggregations:WeightedAverageAggregation": { + "_types.aggregations.WeightedAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", @@ -57362,38 +62127,38 @@ "type": "string" }, "value": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageValue" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageValue" }, "value_type": { - "$ref": "#/components/schemas/_types.aggregations:ValueType" + "$ref": "#/components/schemas/_types.aggregations.ValueType" }, "weight": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageValue" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageValue" } } } ] }, - "_types.aggregations:WeightedAverageValue": { + "_types.aggregations.WeightedAverageValue": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { "description": "A value or weight to use if the field is missing.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types.aggregations:VariableWidthHistogramAggregation": { + "_types.aggregations.VariableWidthHistogramAggregation": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "buckets": { "description": "The target number of buckets.", @@ -57408,29 +62173,29 @@ "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "autoscaling.get_autoscaling_capacity:AutoscalingDeciders": { + "autoscaling.get_autoscaling_capacity.AutoscalingDeciders": { "type": "object", "properties": { "required_capacity": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingCapacity" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingCapacity" }, "current_capacity": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingCapacity" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingCapacity" }, "current_nodes": { "type": "array", "items": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingNode" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingNode" } }, "deciders": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingDecider" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingDecider" } } }, @@ -57441,14 +62206,14 @@ "deciders" ] }, - "autoscaling.get_autoscaling_capacity:AutoscalingCapacity": { + "autoscaling.get_autoscaling_capacity.AutoscalingCapacity": { "type": "object", "properties": { "node": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingResources" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingResources" }, "total": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingResources" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingResources" } }, "required": [ @@ -57456,7 +62221,7 @@ "total" ] }, - "autoscaling.get_autoscaling_capacity:AutoscalingResources": { + "autoscaling.get_autoscaling_capacity.AutoscalingResources": { "type": "object", "properties": { "storage": { @@ -57471,25 +62236,25 @@ "memory" ] }, - "autoscaling.get_autoscaling_capacity:AutoscalingNode": { + "autoscaling.get_autoscaling_capacity.AutoscalingNode": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" } }, "required": [ "name" ] }, - "_types:NodeName": { + "_types.NodeName": { "type": "string" }, - "autoscaling.get_autoscaling_capacity:AutoscalingDecider": { + "autoscaling.get_autoscaling_capacity.AutoscalingDecider": { "type": "object", "properties": { "required_capacity": { - "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity:AutoscalingCapacity" + "$ref": "#/components/schemas/autoscaling.get_autoscaling_capacity.AutoscalingCapacity" }, "reason_summary": { "type": "string" @@ -57502,7 +62267,7 @@ "required_capacity" ] }, - "autoscaling._types:AutoscalingPolicy": { + "autoscaling._types.AutoscalingPolicy": { "type": "object", "properties": { "roles": { @@ -57527,7 +62292,7 @@ "deciders" ] }, - "_types:Refresh": { + "_types.Refresh": { "type": "string", "enum": [ "true", @@ -57535,56 +62300,56 @@ "wait_for" ] }, - "_types:WaitForActiveShards": { + "_types.WaitForActiveShards": { "oneOf": [ { "type": "number" }, { - "$ref": "#/components/schemas/_types:WaitForActiveShardOptions" + "$ref": "#/components/schemas/_types.WaitForActiveShardOptions" } ] }, - "_types:WaitForActiveShardOptions": { + "_types.WaitForActiveShardOptions": { "type": "string", "enum": [ "all", "index-setting" ] }, - "_global.bulk:OperationContainer": { + "_global.bulk.OperationContainer": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_global.bulk:IndexOperation" + "$ref": "#/components/schemas/_global.bulk.IndexOperation" }, "create": { - "$ref": "#/components/schemas/_global.bulk:CreateOperation" + "$ref": "#/components/schemas/_global.bulk.CreateOperation" }, "update": { - "$ref": "#/components/schemas/_global.bulk:UpdateOperation" + "$ref": "#/components/schemas/_global.bulk.UpdateOperation" }, "delete": { - "$ref": "#/components/schemas/_global.bulk:DeleteOperation" + "$ref": "#/components/schemas/_global.bulk.DeleteOperation" } }, "minProperties": 1, "maxProperties": 1 }, - "_global.bulk:IndexOperation": { + "_global.bulk.IndexOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:WriteOperation" + "$ref": "#/components/schemas/_global.bulk.WriteOperation" }, { "type": "object" } ] }, - "_global.bulk:WriteOperation": { + "_global.bulk.WriteOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object", @@ -57608,46 +62373,46 @@ } ] }, - "_global.bulk:OperationBase": { + "_global.bulk.OperationBase": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "if_primary_term": { "type": "number" }, "if_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_global.bulk:CreateOperation": { + "_global.bulk.CreateOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:WriteOperation" + "$ref": "#/components/schemas/_global.bulk.WriteOperation" }, { "type": "object" } ] }, - "_global.bulk:UpdateOperation": { + "_global.bulk.UpdateOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object", @@ -57664,17 +62429,17 @@ } ] }, - "_global.bulk:DeleteOperation": { + "_global.bulk.DeleteOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object" } ] }, - "_global.bulk:UpdateAction": { + "_global.bulk.UpdateAction": { "type": "object", "properties": { "detect_noop": { @@ -57690,14 +62455,14 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "scripted_upsert": { "description": "Set to `true` to run the script whether or not the document exists.", "type": "boolean" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "upsert": { "description": "If the document does not already exist, the contents of `upsert` are inserted as a new document.\nIf the document exists, the `script` is run.", @@ -57705,7 +62470,7 @@ } } }, - "_global.bulk:ResponseItem": { + "_global.bulk.ResponseItem": { "type": "object", "properties": { "_id": { @@ -57729,10 +62494,10 @@ "type": "number" }, "failure_store": { - "$ref": "#/components/schemas/_global.bulk:FailureStoreStatus" + "$ref": "#/components/schemas/_global.bulk.FailureStoreStatus" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "_primary_term": { "description": "The primary term assigned to the document for the operation.\nThis property is returned only for successful operations.", @@ -57743,19 +62508,19 @@ "type": "string" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "forced_refresh": { "type": "boolean" }, "get": { - "$ref": "#/components/schemas/_types:InlineGetDictUserDefined" + "$ref": "#/components/schemas/_types.InlineGetDictUserDefined" } }, "required": [ @@ -57763,7 +62528,7 @@ "status" ] }, - "_global.bulk:FailureStoreStatus": { + "_global.bulk.FailureStoreStatus": { "type": "string", "enum": [ "not_applicable_or_unknown", @@ -57772,7 +62537,7 @@ "failed" ] }, - "_types:InlineGetDictUserDefined": { + "_types.InlineGetDictUserDefined": { "type": "object", "properties": { "fields": { @@ -57785,13 +62550,13 @@ "type": "boolean" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { "type": "object", @@ -57804,20 +62569,20 @@ "found" ] }, - "_types:Names": { + "_types.Names": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } } ] }, - "cat.aliases:AliasesRecord": { + "cat.aliases.AliasesRecord": { "type": "object", "properties": { "alias": { @@ -57825,7 +62590,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "filter": { "description": "filter", @@ -57845,20 +62610,20 @@ } } }, - "_types:NodeIds": { + "_types.NodeIds": { "oneOf": [ { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } } ] }, - "_types:Bytes": { + "_types.Bytes": { "type": "string", "enum": [ "b", @@ -57869,7 +62634,7 @@ "pb" ] }, - "cat.allocation:AllocationRecord": { + "cat.allocation.AllocationRecord": { "type": "object", "properties": { "shards": { @@ -57892,7 +62657,7 @@ "description": "Sum of index write load forecasts", "oneOf": [ { - "$ref": "#/components/schemas/_spec_utils:Stringifieddouble" + "$ref": "#/components/schemas/_spec_utils.Stringifieddouble" }, { "nullable": true, @@ -57904,7 +62669,7 @@ "description": "Sum of shard size forecasts", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57916,7 +62681,7 @@ "description": "Disk space used by the node’s shards. Does not include disk space for the translog or unassigned shards.\nIMPORTANT: This metric double-counts disk space for hard-linked files, such as those created when shrinking, splitting, or cloning an index.", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57928,7 +62693,7 @@ "description": "Total disk space in use.\nElasticsearch retrieves this metric from the node’s operating system (OS).\nThe metric includes disk space for: Elasticsearch, including the translog and unassigned shards; the node’s operating system; any other applications or files on the node.\nUnlike `disk.indices`, this metric does not double-count disk space for hard-linked files.", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57940,7 +62705,7 @@ "description": "Free disk space available to Elasticsearch.\nElasticsearch retrieves this metric from the node’s operating system.\nDisk-based shard allocation uses this metric to assign shards to nodes based on available disk space.", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57952,7 +62717,7 @@ "description": "Total disk space for the node, including in-use and available space.", "oneOf": [ { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, { "nullable": true, @@ -57964,7 +62729,7 @@ "description": "Total percentage of disk space in use. Calculated as `disk.used / disk.total`.", "oneOf": [ { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, { "nullable": true, @@ -57976,7 +62741,7 @@ "description": "Network host for the node. Set using the `network.host` setting.", "oneOf": [ { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, { "nullable": true, @@ -57988,7 +62753,7 @@ "description": "IP address and port for the node.", "oneOf": [ { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, { "nullable": true, @@ -58014,7 +62779,7 @@ } } }, - "_spec_utils:Stringifieddouble": { + "_spec_utils.Stringifieddouble": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -58025,7 +62790,7 @@ } ] }, - "_types:ByteSize": { + "_types.ByteSize": { "oneOf": [ { "type": "number" @@ -58035,7 +62800,7 @@ } ] }, - "_types:Percentage": { + "_types.Percentage": { "oneOf": [ { "type": "string" @@ -58045,13 +62810,13 @@ } ] }, - "_types:Host": { + "_types.Host": { "type": "string" }, - "_types:Ip": { + "_types.Ip": { "type": "string" }, - "cat.component_templates:ComponentTemplate": { + "cat.component_templates.ComponentTemplate": { "type": "object", "properties": { "name": { @@ -58094,14 +62859,14 @@ "included_in" ] }, - "cat.count:CountRecord": { + "cat.count.CountRecord": { "type": "object", "properties": { "epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "timestamp": { - "$ref": "#/components/schemas/_types:TimeOfDay" + "$ref": "#/components/schemas/_types.TimeOfDay" }, "count": { "description": "the document count", @@ -58109,33 +62874,33 @@ } } }, - "_spec_utils:StringifiedEpochTimeUnitSeconds": { + "_spec_utils.StringifiedEpochTimeUnitSeconds": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:EpochTimeUnitSeconds" + "$ref": "#/components/schemas/_types.EpochTimeUnitSeconds" }, { "type": "string" } ] }, - "_types:EpochTimeUnitSeconds": { + "_types.EpochTimeUnitSeconds": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitSeconds" + "$ref": "#/components/schemas/_types.UnitSeconds" } ] }, - "_types:UnitSeconds": { + "_types.UnitSeconds": { "description": "Time unit for seconds", "type": "number" }, - "_types:TimeOfDay": { + "_types.TimeOfDay": { "description": "Time of day, expressed as HH:MM:SS", "type": "string" }, - "cat.fielddata:FielddataRecord": { + "cat.fielddata.FielddataRecord": { "type": "object", "properties": { "id": { @@ -58164,7 +62929,7 @@ } } }, - "_types:TimeUnit": { + "_types.TimeUnit": { "type": "string", "enum": [ "nanos", @@ -58176,14 +62941,14 @@ "d" ] }, - "cat.health:HealthRecord": { + "cat.health.HealthRecord": { "type": "object", "properties": { "epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "timestamp": { - "$ref": "#/components/schemas/_types:TimeOfDay" + "$ref": "#/components/schemas/_types.TimeOfDay" }, "cluster": { "description": "cluster name", @@ -58239,7 +63004,7 @@ } } }, - "_types:HealthStatus": { + "_types.HealthStatus": { "type": "string", "enum": [ "green", @@ -58250,7 +63015,7 @@ "RED" ] }, - "cat.indices:IndicesRecord": { + "cat.indices.IndicesRecord": { "type": "object", "properties": { "health": { @@ -58864,7 +63629,7 @@ } } }, - "cat.master:MasterRecord": { + "cat.master.MasterRecord": { "type": "object", "properties": { "id": { @@ -58885,20 +63650,20 @@ } } }, - "cat._types:CatDfaColumns": { + "cat._types.CatDfaColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatDfaColumn" + "$ref": "#/components/schemas/cat._types.CatDfaColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatDfaColumn" + "$ref": "#/components/schemas/cat._types.CatDfaColumn" } } ] }, - "cat._types:CatDfaColumn": { + "cat._types.CatDfaColumn": { "type": "string", "enum": [ "assignment_explanation", @@ -58943,11 +63708,11 @@ "v" ] }, - "cat.ml_data_frame_analytics:DataFrameAnalyticsRecord": { + "cat.ml_data_frame_analytics.DataFrameAnalyticsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "type": { "description": "The type of analysis that the job performs.", @@ -58958,13 +63723,13 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "source_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "dest_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "description": { "description": "A description of the job.", @@ -58991,13 +63756,13 @@ "type": "string" }, "node.id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node.name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "node.ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node.address": { "description": "The network address of the assigned node.", @@ -59005,23 +63770,23 @@ } } }, - "_types:VersionString": { + "_types.VersionString": { "type": "string" }, - "cat._types:CatDatafeedColumns": { + "cat._types.CatDatafeedColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumn" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumn" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumn" } } ] }, - "cat._types:CatDatafeedColumn": { + "cat._types.CatDatafeedColumn": { "type": "string", "enum": [ "ae", @@ -59058,7 +63823,7 @@ "state" ] }, - "cat.ml_datafeeds:DatafeedsRecord": { + "cat.ml_datafeeds.DatafeedsRecord": { "type": "object", "properties": { "id": { @@ -59066,7 +63831,7 @@ "type": "string" }, "state": { - "$ref": "#/components/schemas/ml._types:DatafeedState" + "$ref": "#/components/schemas/ml._types.DatafeedState" }, "assignment_explanation": { "description": "For started datafeeds only, contains messages relating to the selection of a node.", @@ -59110,7 +63875,7 @@ } } }, - "ml._types:DatafeedState": { + "ml._types.DatafeedState": { "type": "string", "enum": [ "started", @@ -59119,20 +63884,20 @@ "stopping" ] }, - "cat._types:CatAnonalyDetectorColumns": { + "cat._types.CatAnonalyDetectorColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatAnomalyDetectorColumn" + "$ref": "#/components/schemas/cat._types.CatAnomalyDetectorColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatAnomalyDetectorColumn" + "$ref": "#/components/schemas/cat._types.CatAnomalyDetectorColumn" } } ] }, - "cat._types:CatAnomalyDetectorColumn": { + "cat._types.CatAnomalyDetectorColumn": { "type": "string", "enum": [ "assignment_explanation", @@ -59312,14 +64077,14 @@ "s" ] }, - "cat.ml_jobs:JobsRecord": { + "cat.ml_jobs.JobsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { - "$ref": "#/components/schemas/ml._types:JobState" + "$ref": "#/components/schemas/ml._types.JobState" }, "opened_time": { "description": "For open jobs only, the amount of time the job has been opened.", @@ -59338,7 +64103,7 @@ "type": "string" }, "data.input_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "data.input_records": { "description": "The number of input documents posted to the anomaly detection job.", @@ -59393,13 +64158,13 @@ "type": "string" }, "model.bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model.memory_status": { - "$ref": "#/components/schemas/ml._types:MemoryStatus" + "$ref": "#/components/schemas/ml._types.MemoryStatus" }, "model.bytes_exceeded": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model.memory_limit": { "description": "The upper limit for model memory usage, checked on increasing values.", @@ -59422,7 +64187,7 @@ "type": "string" }, "model.categorization_status": { - "$ref": "#/components/schemas/ml._types:CategorizationStatus" + "$ref": "#/components/schemas/ml._types.CategorizationStatus" }, "model.categorized_doc_count": { "description": "The number of documents that have had a field categorized.", @@ -59509,14 +64274,14 @@ "type": "string" }, "node.id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "node.name": { "description": "The name of the assigned node.", "type": "string" }, "node.ephemeral_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "node.address": { "description": "The network address of the assigned node.", @@ -59548,7 +64313,7 @@ } } }, - "ml._types:JobState": { + "ml._types.JobState": { "type": "string", "enum": [ "closing", @@ -59558,7 +64323,7 @@ "opening" ] }, - "ml._types:MemoryStatus": { + "ml._types.MemoryStatus": { "type": "string", "enum": [ "ok", @@ -59566,27 +64331,27 @@ "hard_limit" ] }, - "ml._types:CategorizationStatus": { + "ml._types.CategorizationStatus": { "type": "string", "enum": [ "ok", "warn" ] }, - "cat._types:CatTrainedModelsColumns": { + "cat._types.CatTrainedModelsColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumn" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumn" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumn" } } ] }, - "cat._types:CatTrainedModelsColumn": { + "cat._types.CatTrainedModelsColumn": { "type": "string", "enum": [ "create_time", @@ -59628,18 +64393,18 @@ "v" ] }, - "cat.ml_trained_models:TrainedModelsRecord": { + "cat.ml_trained_models.TrainedModelsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "created_by": { "description": "Information about the creator of the model.", "type": "string" }, "heap_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "operations": { "description": "The estimated number of operations to use the model.\nThis number helps to measure the computational complexity of the model.", @@ -59650,10 +64415,10 @@ "type": "string" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "description": { "description": "A description of the model.", @@ -59700,7 +64465,7 @@ } } }, - "cat.nodeattrs:NodeAttributesRecord": { + "cat.nodeattrs.NodeAttributesRecord": { "type": "object", "properties": { "node": { @@ -59737,11 +64502,11 @@ } } }, - "cat.nodes:NodesRecord": { + "cat.nodes.NodesRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "pid": { "description": "The process identifier.", @@ -59760,7 +64525,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "flavor": { "description": "The Elasticsearch distribution flavor.", @@ -59779,23 +64544,23 @@ "type": "string" }, "disk.total": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "disk.used": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "disk.avail": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "disk.used_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "heap.current": { "description": "The used heap.", "type": "string" }, "heap.percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "heap.max": { "description": "The maximum configured heap.", @@ -59806,7 +64571,7 @@ "type": "string" }, "ram.percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "ram.max": { "description": "The total machine memory.", @@ -59817,7 +64582,7 @@ "type": "string" }, "file_desc.percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "file_desc.max": { "description": "The maximum number of file descriptors.", @@ -59852,7 +64617,7 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "completion.size": { "description": "The size of completion.", @@ -60116,7 +64881,7 @@ } } }, - "cat.pending_tasks:PendingTasksRecord": { + "cat.pending_tasks.PendingTasksRecord": { "type": "object", "properties": { "insertOrder": { @@ -60137,21 +64902,21 @@ } } }, - "cat.plugins:PluginsRecord": { + "cat.plugins.PluginsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "component": { "description": "The component name.", "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "description": { "description": "The plugin details.", @@ -60163,30 +64928,30 @@ } } }, - "cat.recovery:RecoveryRecord": { + "cat.recovery.RecoveryRecord": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "description": "The shard name.", "type": "string" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "stop_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "stop_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "type": { "description": "The recovery type.", @@ -60229,7 +64994,7 @@ "type": "string" }, "files_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "files_total": { "description": "The total number of files.", @@ -60244,7 +65009,7 @@ "type": "string" }, "bytes_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "bytes_total": { "description": "The total number of bytes.", @@ -60259,11 +65024,11 @@ "type": "string" }, "translog_ops_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" } } }, - "cat.repositories:RepositoriesRecord": { + "cat.repositories.RepositoriesRecord": { "type": "object", "properties": { "id": { @@ -60276,11 +65041,11 @@ } } }, - "cat.segments:SegmentsRecord": { + "cat.segments.SegmentsRecord": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "description": "The shard name.", @@ -60295,7 +65060,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "segment": { "description": "The segment name, which is derived from the segment generation and used internally to create file names in the directory of the shard.", @@ -60314,10 +65079,10 @@ "type": "string" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size.memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "committed": { "description": "If `true`, the segment is synced to disk.\nSegments that are synced can survive a hard reboot.\nIf `false`, the data from uncommitted segments is also stored in the transaction log so that Elasticsearch is able to replay changes on the next start.", @@ -60328,7 +65093,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "compound": { "description": "If `true`, the segment is stored in a compound file.\nThis means Lucene merged all files from the segment in a single file to save file descriptors.", @@ -60336,7 +65101,7 @@ } } }, - "cat.shards:ShardsRecord": { + "cat.shards.ShardsRecord": { "type": "object", "properties": { "index": { @@ -60690,7 +65455,7 @@ } } }, - "cat.snapshots:SnapshotsRecord": { + "cat.snapshots.SnapshotsRecord": { "type": "object", "properties": { "id": { @@ -60706,19 +65471,19 @@ "type": "string" }, "start_epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "start_time": { - "$ref": "#/components/schemas/watcher._types:ScheduleTimeOfDay" + "$ref": "#/components/schemas/watcher._types.ScheduleTimeOfDay" }, "end_epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "end_time": { - "$ref": "#/components/schemas/_types:TimeOfDay" + "$ref": "#/components/schemas/_types.TimeOfDay" }, "duration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "description": "The number of indices in the snapshot.", @@ -60742,18 +65507,18 @@ } } }, - "watcher._types:ScheduleTimeOfDay": { + "watcher._types.ScheduleTimeOfDay": { "description": "A time of day, expressed either as `hh:mm`, `noon`, `midnight`, or an hour/minutes structure.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/watcher._types:HourAndMinute" + "$ref": "#/components/schemas/watcher._types.HourAndMinute" } ] }, - "watcher._types:HourAndMinute": { + "watcher._types.HourAndMinute": { "type": "object", "properties": { "hour": { @@ -60774,18 +65539,18 @@ "minute" ] }, - "cat.tasks:TasksRecord": { + "cat.tasks.TasksRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "action": { "description": "The task action.", "type": "string" }, "task_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "parent_task_id": { "description": "The parent task identifier.", @@ -60812,7 +65577,7 @@ "type": "string" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "ip": { "description": "The IP address for the node.", @@ -60827,7 +65592,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "x_opaque_id": { "description": "The X-Opaque-ID header.", @@ -60839,11 +65604,11 @@ } } }, - "cat.templates:TemplatesRecord": { + "cat.templates.TemplatesRecord": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_patterns": { "description": "The template index patterns.", @@ -60857,7 +65622,7 @@ "description": "The template version.", "oneOf": [ { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, { "nullable": true, @@ -60871,7 +65636,7 @@ } } }, - "cat.thread_pool:ThreadPoolRecord": { + "cat.thread_pool.ThreadPoolRecord": { "type": "object", "properties": { "node_name": { @@ -60879,7 +65644,7 @@ "type": "string" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "ephemeral_node_id": { "description": "The ephemeral node identifier.", @@ -60987,20 +65752,20 @@ } } }, - "cat._types:CatTransformColumns": { + "cat._types.CatTransformColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatTransformColumn" + "$ref": "#/components/schemas/cat._types.CatTransformColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatTransformColumn" + "$ref": "#/components/schemas/cat._types.CatTransformColumn" } } ] }, - "cat._types:CatTransformColumn": { + "cat._types.CatTransformColumn": { "type": "string", "enum": [ "changes_last_detection_time", @@ -61076,11 +65841,11 @@ "v" ] }, - "cat.transforms:TransformsRecord": { + "cat.transforms.TransformsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { "description": "The status of the transform.\nReturned values include:\n`aborting`: The transform is aborting.\n`failed: The transform failed. For more information about the failure, check the `reason` field.\n`indexing`: The transform is actively processing data and creating new documents.\n`started`: The transform is running but not actively indexing data.\n`stopped`: The transform is stopped.\n`stopping`: The transform is stopping.", @@ -61135,7 +65900,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "source_index": { "description": "The source indices for the transform.", @@ -61235,11 +66000,11 @@ } } }, - "indices._types:IndexSettings": { + "indices._types.IndexSettings": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "mode": { "type": "string" @@ -61258,10 +66023,10 @@ ] }, "soft_deletes": { - "$ref": "#/components/schemas/indices._types:SoftDeletes" + "$ref": "#/components/schemas/indices._types.SoftDeletes" }, "sort": { - "$ref": "#/components/schemas/indices._types:IndexSegmentSort" + "$ref": "#/components/schemas/indices._types.IndexSegmentSort" }, "number_of_shards": { "oneOf": [ @@ -61287,13 +66052,13 @@ "type": "number" }, "check_on_startup": { - "$ref": "#/components/schemas/indices._types:IndexCheckOnStartup" + "$ref": "#/components/schemas/indices._types.IndexCheckOnStartup" }, "codec": { "type": "string" }, "routing_partition_size": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "load_fixed_bitset_filters_eagerly": { "type": "boolean" @@ -61314,18 +66079,18 @@ "type": "string" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] }, "merge": { - "$ref": "#/components/schemas/indices._types:Merge" + "$ref": "#/components/schemas/indices._types.Merge" }, "search": { - "$ref": "#/components/schemas/indices._types:SettingsSearch" + "$ref": "#/components/schemas/indices._types.SettingsSearch" }, "refresh_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_result_window": { "type": "number" @@ -61349,16 +66114,16 @@ "type": "number" }, "blocks": { - "$ref": "#/components/schemas/indices._types:IndexSettingBlocks" + "$ref": "#/components/schemas/indices._types.IndexSettingBlocks" }, "max_refresh_listeners": { "type": "number" }, "analyze": { - "$ref": "#/components/schemas/indices._types:SettingsAnalyze" + "$ref": "#/components/schemas/indices._types.SettingsAnalyze" }, "highlight": { - "$ref": "#/components/schemas/indices._types:SettingsHighlight" + "$ref": "#/components/schemas/indices._types.SettingsHighlight" }, "max_terms_count": { "type": "number" @@ -61367,34 +66132,34 @@ "type": "number" }, "routing": { - "$ref": "#/components/schemas/indices._types:IndexRouting" + "$ref": "#/components/schemas/indices._types.IndexRouting" }, "gc_deletes": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "default_pipeline": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "final_pipeline": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:IndexSettingsLifecycle" + "$ref": "#/components/schemas/indices._types.IndexSettingsLifecycle" }, "provided_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "creation_date": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitMillis" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitMillis" }, "creation_date_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "version": { - "$ref": "#/components/schemas/indices._types:IndexVersioning" + "$ref": "#/components/schemas/indices._types.IndexVersioning" }, "verified_before_close": { "oneOf": [ @@ -61420,10 +66185,10 @@ "type": "number" }, "translog": { - "$ref": "#/components/schemas/indices._types:Translog" + "$ref": "#/components/schemas/indices._types.Translog" }, "query_string": { - "$ref": "#/components/schemas/indices._types:SettingsQueryString" + "$ref": "#/components/schemas/indices._types.SettingsQueryString" }, "priority": { "oneOf": [ @@ -61439,39 +66204,39 @@ "type": "number" }, "analysis": { - "$ref": "#/components/schemas/indices._types:IndexSettingsAnalysis" + "$ref": "#/components/schemas/indices._types.IndexSettingsAnalysis" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "time_series": { - "$ref": "#/components/schemas/indices._types:IndexSettingsTimeSeries" + "$ref": "#/components/schemas/indices._types.IndexSettingsTimeSeries" }, "queries": { - "$ref": "#/components/schemas/indices._types:Queries" + "$ref": "#/components/schemas/indices._types.Queries" }, "similarity": { "description": "Configure custom similarity settings to customize how search results are scored.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:SettingsSimilarity" + "$ref": "#/components/schemas/indices._types.SettingsSimilarity" } }, "mapping": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettings" + "$ref": "#/components/schemas/indices._types.MappingLimitSettings" }, "indexing.slowlog": { - "$ref": "#/components/schemas/indices._types:IndexingSlowlogSettings" + "$ref": "#/components/schemas/indices._types.IndexingSlowlogSettings" }, "indexing_pressure": { - "$ref": "#/components/schemas/indices._types:IndexingPressure" + "$ref": "#/components/schemas/indices._types.IndexingPressure" }, "store": { - "$ref": "#/components/schemas/indices._types:Storage" + "$ref": "#/components/schemas/indices._types.Storage" } } }, - "indices._types:SoftDeletes": { + "indices._types.SoftDeletes": { "type": "object", "properties": { "enabled": { @@ -61479,36 +66244,36 @@ "type": "boolean" }, "retention_lease": { - "$ref": "#/components/schemas/indices._types:RetentionLease" + "$ref": "#/components/schemas/indices._types.RetentionLease" } } }, - "indices._types:RetentionLease": { + "indices._types.RetentionLease": { "type": "object", "properties": { "period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "period" ] }, - "indices._types:IndexSegmentSort": { + "indices._types.IndexSegmentSort": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "order": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortOrder" + "$ref": "#/components/schemas/indices._types.SegmentSortOrder" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortOrder" + "$ref": "#/components/schemas/indices._types.SegmentSortOrder" } } ] @@ -61516,12 +66281,12 @@ "mode": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortMode" + "$ref": "#/components/schemas/indices._types.SegmentSortMode" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortMode" + "$ref": "#/components/schemas/indices._types.SegmentSortMode" } } ] @@ -61529,19 +66294,19 @@ "missing": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortMissing" + "$ref": "#/components/schemas/indices._types.SegmentSortMissing" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortMissing" + "$ref": "#/components/schemas/indices._types.SegmentSortMissing" } } ] } } }, - "indices._types:SegmentSortOrder": { + "indices._types.SegmentSortOrder": { "type": "string", "enum": [ "asc", @@ -61550,7 +66315,7 @@ "DESC" ] }, - "indices._types:SegmentSortMode": { + "indices._types.SegmentSortMode": { "type": "string", "enum": [ "min", @@ -61559,14 +66324,14 @@ "MAX" ] }, - "indices._types:SegmentSortMissing": { + "indices._types.SegmentSortMissing": { "type": "string", "enum": [ "_last", "_first" ] }, - "indices._types:IndexCheckOnStartup": { + "indices._types.IndexCheckOnStartup": { "type": "string", "enum": [ "true", @@ -61574,7 +66339,7 @@ "checksum" ] }, - "_spec_utils:Stringifiedinteger": { + "_spec_utils.Stringifiedinteger": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -61585,50 +66350,50 @@ } ] }, - "_spec_utils:NullValue": { + "_spec_utils.NullValue": { "nullable": true, "description": "A `null` value that is to be interpreted as an actual value, unless other uses of `null` that are equivalent\nto a missing value. It is used for exemple in settings, where using the `NullValue` for a setting will reset\nit to its default value.", "type": "string" }, - "indices._types:Merge": { + "indices._types.Merge": { "type": "object", "properties": { "scheduler": { - "$ref": "#/components/schemas/indices._types:MergeScheduler" + "$ref": "#/components/schemas/indices._types.MergeScheduler" } } }, - "indices._types:MergeScheduler": { + "indices._types.MergeScheduler": { "type": "object", "properties": { "max_thread_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "max_merge_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } } }, - "indices._types:SettingsSearch": { + "indices._types.SettingsSearch": { "type": "object", "properties": { "idle": { - "$ref": "#/components/schemas/indices._types:SearchIdle" + "$ref": "#/components/schemas/indices._types.SearchIdle" }, "slowlog": { - "$ref": "#/components/schemas/indices._types:SlowlogSettings" + "$ref": "#/components/schemas/indices._types.SlowlogSettings" } } }, - "indices._types:SearchIdle": { + "indices._types.SearchIdle": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:SlowlogSettings": { + "indices._types.SlowlogSettings": { "type": "object", "properties": { "level": { @@ -61641,59 +66406,59 @@ "type": "boolean" }, "threshold": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholds" + "$ref": "#/components/schemas/indices._types.SlowlogTresholds" } } }, - "indices._types:SlowlogTresholds": { + "indices._types.SlowlogTresholds": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" }, "fetch": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" } } }, - "indices._types:SlowlogTresholdLevels": { + "indices._types.SlowlogTresholdLevels": { "type": "object", "properties": { "warn": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "info": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "debug": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "trace": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:IndexSettingBlocks": { + "indices._types.IndexSettingBlocks": { "type": "object", "properties": { "read_only": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "read_only_allow_delete": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "read": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "write": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "metadata": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } } }, - "_spec_utils:Stringifiedboolean": { + "_spec_utils.Stringifiedboolean": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -61704,15 +66469,15 @@ } ] }, - "indices._types:SettingsAnalyze": { + "indices._types.SettingsAnalyze": { "type": "object", "properties": { "max_token_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } } }, - "indices._types:SettingsHighlight": { + "indices._types.SettingsHighlight": { "type": "object", "properties": { "max_analyzed_offset": { @@ -61720,35 +66485,35 @@ } } }, - "indices._types:IndexRouting": { + "indices._types.IndexRouting": { "type": "object", "properties": { "allocation": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocation" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocation" }, "rebalance": { - "$ref": "#/components/schemas/indices._types:IndexRoutingRebalance" + "$ref": "#/components/schemas/indices._types.IndexRoutingRebalance" } } }, - "indices._types:IndexRoutingAllocation": { + "indices._types.IndexRoutingAllocation": { "type": "object", "properties": { "enable": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationOptions" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationOptions" }, "include": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationInclude" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationInclude" }, "initial_recovery": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationInitialRecovery" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationInitialRecovery" }, "disk": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationDisk" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationDisk" } } }, - "indices._types:IndexRoutingAllocationOptions": { + "indices._types.IndexRoutingAllocationOptions": { "type": "string", "enum": [ "all", @@ -61757,26 +66522,26 @@ "none" ] }, - "indices._types:IndexRoutingAllocationInclude": { + "indices._types.IndexRoutingAllocationInclude": { "type": "object", "properties": { "_tier_preference": { "type": "string" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, - "indices._types:IndexRoutingAllocationInitialRecovery": { + "indices._types.IndexRoutingAllocationInitialRecovery": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, - "indices._types:IndexRoutingAllocationDisk": { + "indices._types.IndexRoutingAllocationDisk": { "type": "object", "properties": { "threshold_enabled": { @@ -61791,18 +66556,18 @@ } } }, - "indices._types:IndexRoutingRebalance": { + "indices._types.IndexRoutingRebalance": { "type": "object", "properties": { "enable": { - "$ref": "#/components/schemas/indices._types:IndexRoutingRebalanceOptions" + "$ref": "#/components/schemas/indices._types.IndexRoutingRebalanceOptions" } }, "required": [ "enable" ] }, - "indices._types:IndexRoutingRebalanceOptions": { + "indices._types.IndexRoutingRebalanceOptions": { "type": "string", "enum": [ "all", @@ -61811,17 +66576,17 @@ "none" ] }, - "_types:PipelineName": { + "_types.PipelineName": { "type": "string" }, - "indices._types:IndexSettingsLifecycle": { + "indices._types.IndexSettingsLifecycle": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indexing_complete": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "origination_date": { "description": "If specified, this is the timestamp used to calculate the index age for its phase transitions. Use this setting\nif you create a new index that contains old data and want to use the original creation date to calculate the index\nage. Specified as a Unix epoch value in milliseconds.", @@ -61832,7 +66597,7 @@ "type": "boolean" }, "step": { - "$ref": "#/components/schemas/indices._types:IndexSettingsLifecycleStep" + "$ref": "#/components/schemas/indices._types.IndexSettingsLifecycleStep" }, "rollover_alias": { "description": "The index alias to update when the index rolls over. Specify when using a policy that contains a rollover action.\nWhen the index rolls over, the alias is updated to reflect that the index is no longer the write index. For more\ninformation about rolling indices, see Rollover.", @@ -61851,57 +66616,57 @@ } } }, - "indices._types:IndexSettingsLifecycleStep": { + "indices._types.IndexSettingsLifecycleStep": { "type": "object", "properties": { "wait_time_threshold": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "_spec_utils:StringifiedEpochTimeUnitMillis": { + "_spec_utils.StringifiedEpochTimeUnitMillis": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, { "type": "string" } ] }, - "_types:Uuid": { + "_types.Uuid": { "type": "string" }, - "indices._types:IndexVersioning": { + "indices._types.IndexVersioning": { "type": "object", "properties": { "created": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "created_string": { "type": "string" } } }, - "indices._types:Translog": { + "indices._types.Translog": { "type": "object", "properties": { "sync_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "durability": { - "$ref": "#/components/schemas/indices._types:TranslogDurability" + "$ref": "#/components/schemas/indices._types.TranslogDurability" }, "flush_threshold_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "retention": { - "$ref": "#/components/schemas/indices._types:TranslogRetention" + "$ref": "#/components/schemas/indices._types.TranslogRetention" } } }, - "indices._types:TranslogDurability": { + "indices._types.TranslogDurability": { "type": "string", "enum": [ "request", @@ -61910,218 +66675,218 @@ "ASYNC" ] }, - "indices._types:TranslogRetention": { + "indices._types.TranslogRetention": { "type": "object", "properties": { "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:SettingsQueryString": { + "indices._types.SettingsQueryString": { "type": "object", "properties": { "lenient": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ "lenient" ] }, - "indices._types:IndexSettingsAnalysis": { + "indices._types.IndexSettingsAnalysis": { "type": "object", "properties": { "analyzer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Analyzer" + "$ref": "#/components/schemas/_types.analysis.Analyzer" } }, "char_filter": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "filter": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "normalizer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Normalizer" + "$ref": "#/components/schemas/_types.analysis.Normalizer" } }, "tokenizer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } } }, - "_types.analysis:Analyzer": { + "_types.analysis.Analyzer": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:CustomAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CustomAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FingerprintAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FingerprintAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordAnalyzer" + "$ref": "#/components/schemas/_types.analysis.KeywordAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:NoriAnalyzer" + "$ref": "#/components/schemas/_types.analysis.NoriAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PatternAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PatternAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SimpleAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SimpleAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:StandardAnalyzer" + "$ref": "#/components/schemas/_types.analysis.StandardAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:StopAnalyzer" + "$ref": "#/components/schemas/_types.analysis.StopAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:WhitespaceAnalyzer" + "$ref": "#/components/schemas/_types.analysis.WhitespaceAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IcuAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IcuAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.KuromojiAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SnowballAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SnowballAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ArabicAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ArabicAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ArmenianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ArmenianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BasqueAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BasqueAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BengaliAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BengaliAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BrazilianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BrazilianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BulgarianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BulgarianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CatalanAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CatalanAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ChineseAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ChineseAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CjkAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CjkAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CzechAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CzechAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:DanishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.DanishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:DutchAnalyzer" + "$ref": "#/components/schemas/_types.analysis.DutchAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:EnglishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.EnglishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:EstonianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.EstonianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FinnishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FinnishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FrenchAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FrenchAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GalicianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GalicianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GermanAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GermanAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GreekAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GreekAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:HindiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.HindiAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:HungarianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.HungarianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IndonesianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IndonesianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IrishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IrishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ItalianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ItalianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:LatvianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.LatvianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:LithuanianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.LithuanianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:NorwegianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.NorwegianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PersianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PersianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PortugueseAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PortugueseAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:RomanianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.RomanianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:RussianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.RussianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SerbianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SerbianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SoraniAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SoraniAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SpanishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SpanishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SwedishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SwedishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:TurkishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.TurkishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ThaiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ThaiAnalyzer" } ] }, - "_types.analysis:CustomAnalyzer": { + "_types.analysis.CustomAnalyzer": { "type": "object", "properties": { "type": { @@ -62171,7 +66936,7 @@ "tokenizer" ] }, - "_types.analysis:FingerprintAnalyzer": { + "_types.analysis.FingerprintAnalyzer": { "type": "object", "properties": { "type": { @@ -62181,7 +66946,7 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "max_output_size": { "description": "The maximum token size to emit. Tokens larger than this size will be discarded.\nDefaults to `255`", @@ -62192,7 +66957,7 @@ "type": "string" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -62203,7 +66968,7 @@ "type" ] }, - "_types.analysis:KeywordAnalyzer": { + "_types.analysis.KeywordAnalyzer": { "type": "object", "properties": { "type": { @@ -62213,14 +66978,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:NoriAnalyzer": { + "_types.analysis.NoriAnalyzer": { "type": "object", "properties": { "type": { @@ -62230,10 +66995,10 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "decompound_mode": { - "$ref": "#/components/schemas/_types.analysis:NoriDecompoundMode" + "$ref": "#/components/schemas/_types.analysis.NoriDecompoundMode" }, "stoptags": { "type": "array", @@ -62249,7 +67014,7 @@ "type" ] }, - "_types.analysis:NoriDecompoundMode": { + "_types.analysis.NoriDecompoundMode": { "type": "string", "enum": [ "discard", @@ -62257,7 +67022,7 @@ "mixed" ] }, - "_types.analysis:PatternAnalyzer": { + "_types.analysis.PatternAnalyzer": { "type": "object", "properties": { "type": { @@ -62267,7 +67032,7 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "flags": { "description": "Java regular expression flags. Flags should be pipe-separated, eg \"CASE_INSENSITIVE|COMMENTS\".", @@ -62282,7 +67047,7 @@ "type": "string" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -62293,7 +67058,7 @@ "type" ] }, - "_types.analysis:SimpleAnalyzer": { + "_types.analysis.SimpleAnalyzer": { "type": "object", "properties": { "type": { @@ -62303,14 +67068,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:StandardAnalyzer": { + "_types.analysis.StandardAnalyzer": { "type": "object", "properties": { "type": { @@ -62324,7 +67089,7 @@ "type": "number" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -62335,7 +67100,7 @@ "type" ] }, - "_types.analysis:StopAnalyzer": { + "_types.analysis.StopAnalyzer": { "type": "object", "properties": { "type": { @@ -62345,10 +67110,10 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -62359,7 +67124,7 @@ "type" ] }, - "_types.analysis:WhitespaceAnalyzer": { + "_types.analysis.WhitespaceAnalyzer": { "type": "object", "properties": { "type": { @@ -62369,14 +67134,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:IcuAnalyzer": { + "_types.analysis.IcuAnalyzer": { "type": "object", "properties": { "type": { @@ -62386,10 +67151,10 @@ ] }, "method": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" }, "mode": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationMode" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationMode" } }, "required": [ @@ -62398,7 +67163,7 @@ "mode" ] }, - "_types.analysis:IcuNormalizationType": { + "_types.analysis.IcuNormalizationType": { "type": "string", "enum": [ "nfc", @@ -62406,14 +67171,14 @@ "nfkc_cf" ] }, - "_types.analysis:IcuNormalizationMode": { + "_types.analysis.IcuNormalizationMode": { "type": "string", "enum": [ "decompose", "compose" ] }, - "_types.analysis:KuromojiAnalyzer": { + "_types.analysis.KuromojiAnalyzer": { "type": "object", "properties": { "type": { @@ -62423,7 +67188,7 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizationMode" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizationMode" }, "user_dictionary": { "type": "string" @@ -62434,7 +67199,7 @@ "mode" ] }, - "_types.analysis:KuromojiTokenizationMode": { + "_types.analysis.KuromojiTokenizationMode": { "type": "string", "enum": [ "normal", @@ -62442,7 +67207,7 @@ "extended" ] }, - "_types.analysis:SnowballAnalyzer": { + "_types.analysis.SnowballAnalyzer": { "type": "object", "properties": { "type": { @@ -62452,13 +67217,13 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "language": { - "$ref": "#/components/schemas/_types.analysis:SnowballLanguage" + "$ref": "#/components/schemas/_types.analysis.SnowballLanguage" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" } }, "required": [ @@ -62466,7 +67231,7 @@ "language" ] }, - "_types.analysis:SnowballLanguage": { + "_types.analysis.SnowballLanguage": { "type": "string", "enum": [ "Armenian", @@ -62493,7 +67258,7 @@ "Turkish" ] }, - "_types.analysis:ArabicAnalyzer": { + "_types.analysis.ArabicAnalyzer": { "type": "object", "properties": { "type": { @@ -62503,7 +67268,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62519,7 +67284,7 @@ "type" ] }, - "_types.analysis:ArmenianAnalyzer": { + "_types.analysis.ArmenianAnalyzer": { "type": "object", "properties": { "type": { @@ -62529,7 +67294,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62545,7 +67310,7 @@ "type" ] }, - "_types.analysis:BasqueAnalyzer": { + "_types.analysis.BasqueAnalyzer": { "type": "object", "properties": { "type": { @@ -62555,7 +67320,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62571,7 +67336,7 @@ "type" ] }, - "_types.analysis:BengaliAnalyzer": { + "_types.analysis.BengaliAnalyzer": { "type": "object", "properties": { "type": { @@ -62581,7 +67346,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62597,7 +67362,7 @@ "type" ] }, - "_types.analysis:BrazilianAnalyzer": { + "_types.analysis.BrazilianAnalyzer": { "type": "object", "properties": { "type": { @@ -62607,7 +67372,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62617,7 +67382,7 @@ "type" ] }, - "_types.analysis:BulgarianAnalyzer": { + "_types.analysis.BulgarianAnalyzer": { "type": "object", "properties": { "type": { @@ -62627,7 +67392,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62643,7 +67408,7 @@ "type" ] }, - "_types.analysis:CatalanAnalyzer": { + "_types.analysis.CatalanAnalyzer": { "type": "object", "properties": { "type": { @@ -62653,7 +67418,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62669,7 +67434,7 @@ "type" ] }, - "_types.analysis:ChineseAnalyzer": { + "_types.analysis.ChineseAnalyzer": { "type": "object", "properties": { "type": { @@ -62679,7 +67444,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62689,7 +67454,7 @@ "type" ] }, - "_types.analysis:CjkAnalyzer": { + "_types.analysis.CjkAnalyzer": { "type": "object", "properties": { "type": { @@ -62699,7 +67464,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62709,7 +67474,7 @@ "type" ] }, - "_types.analysis:CzechAnalyzer": { + "_types.analysis.CzechAnalyzer": { "type": "object", "properties": { "type": { @@ -62719,7 +67484,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62735,7 +67500,7 @@ "type" ] }, - "_types.analysis:DanishAnalyzer": { + "_types.analysis.DanishAnalyzer": { "type": "object", "properties": { "type": { @@ -62745,7 +67510,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62755,7 +67520,7 @@ "type" ] }, - "_types.analysis:DutchAnalyzer": { + "_types.analysis.DutchAnalyzer": { "type": "object", "properties": { "type": { @@ -62765,7 +67530,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62781,7 +67546,7 @@ "type" ] }, - "_types.analysis:EnglishAnalyzer": { + "_types.analysis.EnglishAnalyzer": { "type": "object", "properties": { "type": { @@ -62791,7 +67556,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62807,7 +67572,7 @@ "type" ] }, - "_types.analysis:EstonianAnalyzer": { + "_types.analysis.EstonianAnalyzer": { "type": "object", "properties": { "type": { @@ -62817,7 +67582,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62827,7 +67592,7 @@ "type" ] }, - "_types.analysis:FinnishAnalyzer": { + "_types.analysis.FinnishAnalyzer": { "type": "object", "properties": { "type": { @@ -62837,7 +67602,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62853,7 +67618,7 @@ "type" ] }, - "_types.analysis:FrenchAnalyzer": { + "_types.analysis.FrenchAnalyzer": { "type": "object", "properties": { "type": { @@ -62863,7 +67628,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62879,7 +67644,7 @@ "type" ] }, - "_types.analysis:GalicianAnalyzer": { + "_types.analysis.GalicianAnalyzer": { "type": "object", "properties": { "type": { @@ -62889,7 +67654,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62905,7 +67670,7 @@ "type" ] }, - "_types.analysis:GermanAnalyzer": { + "_types.analysis.GermanAnalyzer": { "type": "object", "properties": { "type": { @@ -62915,7 +67680,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62931,7 +67696,7 @@ "type" ] }, - "_types.analysis:GreekAnalyzer": { + "_types.analysis.GreekAnalyzer": { "type": "object", "properties": { "type": { @@ -62941,7 +67706,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62951,7 +67716,7 @@ "type" ] }, - "_types.analysis:HindiAnalyzer": { + "_types.analysis.HindiAnalyzer": { "type": "object", "properties": { "type": { @@ -62961,7 +67726,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -62977,7 +67742,7 @@ "type" ] }, - "_types.analysis:HungarianAnalyzer": { + "_types.analysis.HungarianAnalyzer": { "type": "object", "properties": { "type": { @@ -62987,7 +67752,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63003,7 +67768,7 @@ "type" ] }, - "_types.analysis:IndonesianAnalyzer": { + "_types.analysis.IndonesianAnalyzer": { "type": "object", "properties": { "type": { @@ -63013,7 +67778,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63029,7 +67794,7 @@ "type" ] }, - "_types.analysis:IrishAnalyzer": { + "_types.analysis.IrishAnalyzer": { "type": "object", "properties": { "type": { @@ -63039,7 +67804,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63055,7 +67820,7 @@ "type" ] }, - "_types.analysis:ItalianAnalyzer": { + "_types.analysis.ItalianAnalyzer": { "type": "object", "properties": { "type": { @@ -63065,7 +67830,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63081,7 +67846,7 @@ "type" ] }, - "_types.analysis:LatvianAnalyzer": { + "_types.analysis.LatvianAnalyzer": { "type": "object", "properties": { "type": { @@ -63091,7 +67856,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63107,7 +67872,7 @@ "type" ] }, - "_types.analysis:LithuanianAnalyzer": { + "_types.analysis.LithuanianAnalyzer": { "type": "object", "properties": { "type": { @@ -63117,7 +67882,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63133,7 +67898,7 @@ "type" ] }, - "_types.analysis:NorwegianAnalyzer": { + "_types.analysis.NorwegianAnalyzer": { "type": "object", "properties": { "type": { @@ -63143,7 +67908,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63159,7 +67924,7 @@ "type" ] }, - "_types.analysis:PersianAnalyzer": { + "_types.analysis.PersianAnalyzer": { "type": "object", "properties": { "type": { @@ -63169,7 +67934,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63179,7 +67944,7 @@ "type" ] }, - "_types.analysis:PortugueseAnalyzer": { + "_types.analysis.PortugueseAnalyzer": { "type": "object", "properties": { "type": { @@ -63189,7 +67954,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63205,7 +67970,7 @@ "type" ] }, - "_types.analysis:RomanianAnalyzer": { + "_types.analysis.RomanianAnalyzer": { "type": "object", "properties": { "type": { @@ -63215,7 +67980,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63231,7 +67996,7 @@ "type" ] }, - "_types.analysis:RussianAnalyzer": { + "_types.analysis.RussianAnalyzer": { "type": "object", "properties": { "type": { @@ -63241,7 +68006,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63257,7 +68022,7 @@ "type" ] }, - "_types.analysis:SerbianAnalyzer": { + "_types.analysis.SerbianAnalyzer": { "type": "object", "properties": { "type": { @@ -63267,7 +68032,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63283,7 +68048,7 @@ "type" ] }, - "_types.analysis:SoraniAnalyzer": { + "_types.analysis.SoraniAnalyzer": { "type": "object", "properties": { "type": { @@ -63293,7 +68058,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63309,7 +68074,7 @@ "type" ] }, - "_types.analysis:SpanishAnalyzer": { + "_types.analysis.SpanishAnalyzer": { "type": "object", "properties": { "type": { @@ -63319,7 +68084,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63335,7 +68100,7 @@ "type" ] }, - "_types.analysis:SwedishAnalyzer": { + "_types.analysis.SwedishAnalyzer": { "type": "object", "properties": { "type": { @@ -63345,7 +68110,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63361,7 +68126,7 @@ "type" ] }, - "_types.analysis:TurkishAnalyzer": { + "_types.analysis.TurkishAnalyzer": { "type": "object", "properties": { "type": { @@ -63371,7 +68136,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63387,7 +68152,7 @@ "type" ] }, - "_types.analysis:ThaiAnalyzer": { + "_types.analysis.ThaiAnalyzer": { "type": "object", "properties": { "type": { @@ -63397,7 +68162,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -63407,7 +68172,7 @@ "type" ] }, - "_types.analysis:CharFilter": { + "_types.analysis.CharFilter": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-charfilters.html" }, @@ -63416,36 +68181,36 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:CharFilterDefinition" + "$ref": "#/components/schemas/_types.analysis.CharFilterDefinition" } ] }, - "_types.analysis:CharFilterDefinition": { + "_types.analysis.CharFilterDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:HtmlStripCharFilter" + "$ref": "#/components/schemas/_types.analysis.HtmlStripCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:MappingCharFilter" + "$ref": "#/components/schemas/_types.analysis.MappingCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternReplaceCharFilter" + "$ref": "#/components/schemas/_types.analysis.PatternReplaceCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationCharFilter" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiIterationMarkCharFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiIterationMarkCharFilter" } ] }, - "_types.analysis:HtmlStripCharFilter": { + "_types.analysis.HtmlStripCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63469,18 +68234,18 @@ } ] }, - "_types.analysis:CharFilterBase": { + "_types.analysis.CharFilterBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:MappingCharFilter": { + "_types.analysis.MappingCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63507,10 +68272,10 @@ } ] }, - "_types.analysis:PatternReplaceCharFilter": { + "_types.analysis.PatternReplaceCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63538,10 +68303,10 @@ } ] }, - "_types.analysis:IcuNormalizationCharFilter": { + "_types.analysis.IcuNormalizationCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63553,10 +68318,10 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationMode" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationMode" }, "name": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" } }, "required": [ @@ -63565,10 +68330,10 @@ } ] }, - "_types.analysis:KuromojiIterationMarkCharFilter": { + "_types.analysis.KuromojiIterationMarkCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -63594,7 +68359,7 @@ } ] }, - "_types.analysis:TokenFilter": { + "_types.analysis.TokenFilter": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenfilters.html" }, @@ -63603,162 +68368,162 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:TokenFilterDefinition" + "$ref": "#/components/schemas/_types.analysis.TokenFilterDefinition" } ] }, - "_types.analysis:TokenFilterDefinition": { + "_types.analysis.TokenFilterDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:AsciiFoldingTokenFilter" + "$ref": "#/components/schemas/_types.analysis.AsciiFoldingTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:CommonGramsTokenFilter" + "$ref": "#/components/schemas/_types.analysis.CommonGramsTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ConditionTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ConditionTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:DelimitedPayloadTokenFilter" + "$ref": "#/components/schemas/_types.analysis.DelimitedPayloadTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramTokenFilter" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ElisionTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ElisionTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:FingerprintTokenFilter" + "$ref": "#/components/schemas/_types.analysis.FingerprintTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:HunspellTokenFilter" + "$ref": "#/components/schemas/_types.analysis.HunspellTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:HyphenationDecompounderTokenFilter" + "$ref": "#/components/schemas/_types.analysis.HyphenationDecompounderTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeepTypesTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeepTypesTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeepWordsTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeepWordsTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordMarkerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeywordMarkerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KStemTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KStemTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LengthTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LengthTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LimitTokenCountTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LimitTokenCountTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LowercaseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LowercaseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:MultiplexerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.MultiplexerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:NGramTokenFilter" + "$ref": "#/components/schemas/_types.analysis.NGramTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:NoriPartOfSpeechTokenFilter" + "$ref": "#/components/schemas/_types.analysis.NoriPartOfSpeechTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternCaptureTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PatternCaptureTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternReplaceTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PatternReplaceTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PorterStemTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PorterStemTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PredicateTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PredicateTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:RemoveDuplicatesTokenFilter" + "$ref": "#/components/schemas/_types.analysis.RemoveDuplicatesTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ReverseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ReverseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ShingleTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ShingleTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SnowballTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SnowballTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StemmerOverrideTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StemmerOverrideTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StemmerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StemmerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StopTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StopTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SynonymGraphTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SynonymGraphTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SynonymTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SynonymTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:TrimTokenFilter" + "$ref": "#/components/schemas/_types.analysis.TrimTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:TruncateTokenFilter" + "$ref": "#/components/schemas/_types.analysis.TruncateTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:UniqueTokenFilter" + "$ref": "#/components/schemas/_types.analysis.UniqueTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:UppercaseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.UppercaseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:WordDelimiterGraphTokenFilter" + "$ref": "#/components/schemas/_types.analysis.WordDelimiterGraphTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:WordDelimiterTokenFilter" + "$ref": "#/components/schemas/_types.analysis.WordDelimiterTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiStemmerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiStemmerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiReadingFormTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiReadingFormTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiPartOfSpeechTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiPartOfSpeechTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuCollationTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuCollationTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuFoldingTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuFoldingTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuTransformTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuTransformTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PhoneticTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PhoneticTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:DictionaryDecompounderTokenFilter" + "$ref": "#/components/schemas/_types.analysis.DictionaryDecompounderTokenFilter" } ] }, - "_types.analysis:AsciiFoldingTokenFilter": { + "_types.analysis.AsciiFoldingTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63770,7 +68535,7 @@ ] }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -63779,18 +68544,18 @@ } ] }, - "_types.analysis:TokenFilterBase": { + "_types.analysis.TokenFilterBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:CommonGramsTokenFilter": { + "_types.analysis.CommonGramsTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63823,10 +68588,10 @@ } ] }, - "_types.analysis:ConditionTokenFilter": { + "_types.analysis.ConditionTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63844,7 +68609,7 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -63855,10 +68620,10 @@ } ] }, - "_types.analysis:DelimitedPayloadTokenFilter": { + "_types.analysis.DelimitedPayloadTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63873,7 +68638,7 @@ "type": "string" }, "encoding": { - "$ref": "#/components/schemas/_types.analysis:DelimitedPayloadEncoding" + "$ref": "#/components/schemas/_types.analysis.DelimitedPayloadEncoding" } }, "required": [ @@ -63882,7 +68647,7 @@ } ] }, - "_types.analysis:DelimitedPayloadEncoding": { + "_types.analysis.DelimitedPayloadEncoding": { "type": "string", "enum": [ "int", @@ -63890,10 +68655,10 @@ "identity" ] }, - "_types.analysis:EdgeNGramTokenFilter": { + "_types.analysis.EdgeNGramTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63911,10 +68676,10 @@ "type": "number" }, "side": { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramSide" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramSide" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -63923,17 +68688,17 @@ } ] }, - "_types.analysis:EdgeNGramSide": { + "_types.analysis.EdgeNGramSide": { "type": "string", "enum": [ "front", "back" ] }, - "_types.analysis:ElisionTokenFilter": { + "_types.analysis.ElisionTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63954,7 +68719,7 @@ "type": "string" }, "articles_case": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -63963,10 +68728,10 @@ } ] }, - "_types.analysis:FingerprintTokenFilter": { + "_types.analysis.FingerprintTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -63990,10 +68755,10 @@ } ] }, - "_types.analysis:HunspellTokenFilter": { + "_types.analysis.HunspellTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64024,10 +68789,10 @@ } ] }, - "_types.analysis:HyphenationDecompounderTokenFilter": { + "_types.analysis.HyphenationDecompounderTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CompoundWordTokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.CompoundWordTokenFilterBase" }, { "type": "object", @@ -64045,10 +68810,10 @@ } ] }, - "_types.analysis:CompoundWordTokenFilterBase": { + "_types.analysis.CompoundWordTokenFilterBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64081,10 +68846,10 @@ } ] }, - "_types.analysis:KeepTypesTokenFilter": { + "_types.analysis.KeepTypesTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64096,7 +68861,7 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KeepTypesMode" + "$ref": "#/components/schemas/_types.analysis.KeepTypesMode" }, "types": { "type": "array", @@ -64111,17 +68876,17 @@ } ] }, - "_types.analysis:KeepTypesMode": { + "_types.analysis.KeepTypesMode": { "type": "string", "enum": [ "include", "exclude" ] }, - "_types.analysis:KeepWordsTokenFilter": { + "_types.analysis.KeepWordsTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64151,10 +68916,10 @@ } ] }, - "_types.analysis:KeywordMarkerTokenFilter": { + "_types.analysis.KeywordMarkerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64194,10 +68959,10 @@ } ] }, - "_types.analysis:KStemTokenFilter": { + "_types.analysis.KStemTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64215,10 +68980,10 @@ } ] }, - "_types.analysis:LengthTokenFilter": { + "_types.analysis.LengthTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64242,10 +69007,10 @@ } ] }, - "_types.analysis:LimitTokenCountTokenFilter": { + "_types.analysis.LimitTokenCountTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64260,7 +69025,7 @@ "type": "boolean" }, "max_token_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } }, "required": [ @@ -64269,10 +69034,10 @@ } ] }, - "_types.analysis:LowercaseTokenFilter": { + "_types.analysis.LowercaseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64293,10 +69058,10 @@ } ] }, - "_types.analysis:MultiplexerTokenFilter": { + "_types.analysis.MultiplexerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64314,7 +69079,7 @@ } }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -64324,10 +69089,10 @@ } ] }, - "_types.analysis:NGramTokenFilter": { + "_types.analysis.NGramTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64345,7 +69110,7 @@ "type": "number" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -64354,10 +69119,10 @@ } ] }, - "_types.analysis:NoriPartOfSpeechTokenFilter": { + "_types.analysis.NoriPartOfSpeechTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64381,10 +69146,10 @@ } ] }, - "_types.analysis:PatternCaptureTokenFilter": { + "_types.analysis.PatternCaptureTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64402,7 +69167,7 @@ } }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -64412,10 +69177,10 @@ } ] }, - "_types.analysis:PatternReplaceTokenFilter": { + "_types.analysis.PatternReplaceTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64446,10 +69211,10 @@ } ] }, - "_types.analysis:PorterStemTokenFilter": { + "_types.analysis.PorterStemTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64467,10 +69232,10 @@ } ] }, - "_types.analysis:PredicateTokenFilter": { + "_types.analysis.PredicateTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64482,7 +69247,7 @@ ] }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -64492,10 +69257,10 @@ } ] }, - "_types.analysis:RemoveDuplicatesTokenFilter": { + "_types.analysis.RemoveDuplicatesTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64513,10 +69278,10 @@ } ] }, - "_types.analysis:ReverseTokenFilter": { + "_types.analysis.ReverseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64534,10 +69299,10 @@ } ] }, - "_types.analysis:ShingleTokenFilter": { + "_types.analysis.ShingleTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64587,10 +69352,10 @@ } ] }, - "_types.analysis:SnowballTokenFilter": { + "_types.analysis.SnowballTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64602,7 +69367,7 @@ ] }, "language": { - "$ref": "#/components/schemas/_types.analysis:SnowballLanguage" + "$ref": "#/components/schemas/_types.analysis.SnowballLanguage" } }, "required": [ @@ -64611,10 +69376,10 @@ } ] }, - "_types.analysis:StemmerOverrideTokenFilter": { + "_types.analysis.StemmerOverrideTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64641,10 +69406,10 @@ } ] }, - "_types.analysis:StemmerTokenFilter": { + "_types.analysis.StemmerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64665,10 +69430,10 @@ } ] }, - "_types.analysis:StopTokenFilter": { + "_types.analysis.StopTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64686,7 +69451,7 @@ "type": "boolean" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -64698,10 +69463,10 @@ } ] }, - "_types.analysis:SynonymGraphTokenFilter": { + "_types.analysis.SynonymGraphTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64716,7 +69481,7 @@ "type": "boolean" }, "format": { - "$ref": "#/components/schemas/_types.analysis:SynonymFormat" + "$ref": "#/components/schemas/_types.analysis.SynonymFormat" }, "lenient": { "type": "boolean" @@ -64746,17 +69511,17 @@ } ] }, - "_types.analysis:SynonymFormat": { + "_types.analysis.SynonymFormat": { "type": "string", "enum": [ "solr", "wordnet" ] }, - "_types.analysis:SynonymTokenFilter": { + "_types.analysis.SynonymTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64771,7 +69536,7 @@ "type": "boolean" }, "format": { - "$ref": "#/components/schemas/_types.analysis:SynonymFormat" + "$ref": "#/components/schemas/_types.analysis.SynonymFormat" }, "lenient": { "type": "boolean" @@ -64801,10 +69566,10 @@ } ] }, - "_types.analysis:TrimTokenFilter": { + "_types.analysis.TrimTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64822,10 +69587,10 @@ } ] }, - "_types.analysis:TruncateTokenFilter": { + "_types.analysis.TruncateTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64846,10 +69611,10 @@ } ] }, - "_types.analysis:UniqueTokenFilter": { + "_types.analysis.UniqueTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64870,10 +69635,10 @@ } ] }, - "_types.analysis:UppercaseTokenFilter": { + "_types.analysis.UppercaseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64891,10 +69656,10 @@ } ] }, - "_types.analysis:WordDelimiterGraphTokenFilter": { + "_types.analysis.WordDelimiterGraphTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64927,7 +69692,7 @@ "type": "boolean" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "protected_words": { "type": "array", @@ -64963,10 +69728,10 @@ } ] }, - "_types.analysis:WordDelimiterTokenFilter": { + "_types.analysis.WordDelimiterTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -64993,7 +69758,7 @@ "type": "boolean" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "protected_words": { "type": "array", @@ -65029,10 +69794,10 @@ } ] }, - "_types.analysis:KuromojiStemmerTokenFilter": { + "_types.analysis.KuromojiStemmerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65054,10 +69819,10 @@ } ] }, - "_types.analysis:KuromojiReadingFormTokenFilter": { + "_types.analysis.KuromojiReadingFormTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65079,10 +69844,10 @@ } ] }, - "_types.analysis:KuromojiPartOfSpeechTokenFilter": { + "_types.analysis.KuromojiPartOfSpeechTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65107,10 +69872,10 @@ } ] }, - "_types.analysis:IcuCollationTokenFilter": { + "_types.analysis.IcuCollationTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65122,10 +69887,10 @@ ] }, "alternate": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationAlternate" + "$ref": "#/components/schemas/_types.analysis.IcuCollationAlternate" }, "case_first": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationCaseFirst" + "$ref": "#/components/schemas/_types.analysis.IcuCollationCaseFirst" }, "case_level": { "type": "boolean" @@ -65134,7 +69899,7 @@ "type": "string" }, "decomposition": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationDecomposition" + "$ref": "#/components/schemas/_types.analysis.IcuCollationDecomposition" }, "hiragana_quaternary_mode": { "type": "boolean" @@ -65149,7 +69914,7 @@ "type": "string" }, "strength": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationStrength" + "$ref": "#/components/schemas/_types.analysis.IcuCollationStrength" }, "variable_top": { "type": "string" @@ -65164,28 +69929,28 @@ } ] }, - "_types.analysis:IcuCollationAlternate": { + "_types.analysis.IcuCollationAlternate": { "type": "string", "enum": [ "shifted", "non-ignorable" ] }, - "_types.analysis:IcuCollationCaseFirst": { + "_types.analysis.IcuCollationCaseFirst": { "type": "string", "enum": [ "lower", "upper" ] }, - "_types.analysis:IcuCollationDecomposition": { + "_types.analysis.IcuCollationDecomposition": { "type": "string", "enum": [ "no", "identical" ] }, - "_types.analysis:IcuCollationStrength": { + "_types.analysis.IcuCollationStrength": { "type": "string", "enum": [ "primary", @@ -65195,10 +69960,10 @@ "identical" ] }, - "_types.analysis:IcuFoldingTokenFilter": { + "_types.analysis.IcuFoldingTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65220,10 +69985,10 @@ } ] }, - "_types.analysis:IcuNormalizationTokenFilter": { + "_types.analysis.IcuNormalizationTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65235,7 +70000,7 @@ ] }, "name": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" } }, "required": [ @@ -65245,10 +70010,10 @@ } ] }, - "_types.analysis:IcuTransformTokenFilter": { + "_types.analysis.IcuTransformTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65260,7 +70025,7 @@ ] }, "dir": { - "$ref": "#/components/schemas/_types.analysis:IcuTransformDirection" + "$ref": "#/components/schemas/_types.analysis.IcuTransformDirection" }, "id": { "type": "string" @@ -65273,17 +70038,17 @@ } ] }, - "_types.analysis:IcuTransformDirection": { + "_types.analysis.IcuTransformDirection": { "type": "string", "enum": [ "forward", "reverse" ] }, - "_types.analysis:PhoneticTokenFilter": { + "_types.analysis.PhoneticTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -65295,17 +70060,17 @@ ] }, "encoder": { - "$ref": "#/components/schemas/_types.analysis:PhoneticEncoder" + "$ref": "#/components/schemas/_types.analysis.PhoneticEncoder" }, "languageset": { "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:PhoneticLanguage" + "$ref": "#/components/schemas/_types.analysis.PhoneticLanguage" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:PhoneticLanguage" + "$ref": "#/components/schemas/_types.analysis.PhoneticLanguage" } } ] @@ -65314,13 +70079,13 @@ "type": "number" }, "name_type": { - "$ref": "#/components/schemas/_types.analysis:PhoneticNameType" + "$ref": "#/components/schemas/_types.analysis.PhoneticNameType" }, "replace": { "type": "boolean" }, "rule_type": { - "$ref": "#/components/schemas/_types.analysis:PhoneticRuleType" + "$ref": "#/components/schemas/_types.analysis.PhoneticRuleType" } }, "required": [ @@ -65330,7 +70095,7 @@ } ] }, - "_types.analysis:PhoneticEncoder": { + "_types.analysis.PhoneticEncoder": { "type": "string", "enum": [ "metaphone", @@ -65347,7 +70112,7 @@ "daitch_mokotoff" ] }, - "_types.analysis:PhoneticLanguage": { + "_types.analysis.PhoneticLanguage": { "type": "string", "enum": [ "any", @@ -65364,7 +70129,7 @@ "spanish" ] }, - "_types.analysis:PhoneticNameType": { + "_types.analysis.PhoneticNameType": { "type": "string", "enum": [ "generic", @@ -65372,17 +70137,17 @@ "sephardic" ] }, - "_types.analysis:PhoneticRuleType": { + "_types.analysis.PhoneticRuleType": { "type": "string", "enum": [ "approx", "exact" ] }, - "_types.analysis:DictionaryDecompounderTokenFilter": { + "_types.analysis.DictionaryDecompounderTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CompoundWordTokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.CompoundWordTokenFilterBase" }, { "type": "object", @@ -65400,20 +70165,20 @@ } ] }, - "_types.analysis:Normalizer": { + "_types.analysis.Normalizer": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:LowercaseNormalizer" + "$ref": "#/components/schemas/_types.analysis.LowercaseNormalizer" }, { - "$ref": "#/components/schemas/_types.analysis:CustomNormalizer" + "$ref": "#/components/schemas/_types.analysis.CustomNormalizer" } ] }, - "_types.analysis:LowercaseNormalizer": { + "_types.analysis.LowercaseNormalizer": { "type": "object", "properties": { "type": { @@ -65427,7 +70192,7 @@ "type" ] }, - "_types.analysis:CustomNormalizer": { + "_types.analysis.CustomNormalizer": { "type": "object", "properties": { "type": { @@ -65453,7 +70218,7 @@ "type" ] }, - "_types.analysis:Tokenizer": { + "_types.analysis.Tokenizer": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html" }, @@ -65462,75 +70227,75 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:TokenizerDefinition" + "$ref": "#/components/schemas/_types.analysis.TokenizerDefinition" } ] }, - "_types.analysis:TokenizerDefinition": { + "_types.analysis.TokenizerDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharGroupTokenizer" + "$ref": "#/components/schemas/_types.analysis.CharGroupTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:ClassicTokenizer" + "$ref": "#/components/schemas/_types.analysis.ClassicTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramTokenizer" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordTokenizer" + "$ref": "#/components/schemas/_types.analysis.KeywordTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:LetterTokenizer" + "$ref": "#/components/schemas/_types.analysis.LetterTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:LowercaseTokenizer" + "$ref": "#/components/schemas/_types.analysis.LowercaseTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:NGramTokenizer" + "$ref": "#/components/schemas/_types.analysis.NGramTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:PathHierarchyTokenizer" + "$ref": "#/components/schemas/_types.analysis.PathHierarchyTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:PatternTokenizer" + "$ref": "#/components/schemas/_types.analysis.PatternTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:SimplePatternTokenizer" + "$ref": "#/components/schemas/_types.analysis.SimplePatternTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:SimplePatternSplitTokenizer" + "$ref": "#/components/schemas/_types.analysis.SimplePatternSplitTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:StandardTokenizer" + "$ref": "#/components/schemas/_types.analysis.StandardTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:ThaiTokenizer" + "$ref": "#/components/schemas/_types.analysis.ThaiTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:UaxEmailUrlTokenizer" + "$ref": "#/components/schemas/_types.analysis.UaxEmailUrlTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:WhitespaceTokenizer" + "$ref": "#/components/schemas/_types.analysis.WhitespaceTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:IcuTokenizer" + "$ref": "#/components/schemas/_types.analysis.IcuTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizer" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:NoriTokenizer" + "$ref": "#/components/schemas/_types.analysis.NoriTokenizer" } ] }, - "_types.analysis:CharGroupTokenizer": { + "_types.analysis.CharGroupTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65558,18 +70323,18 @@ } ] }, - "_types.analysis:TokenizerBase": { + "_types.analysis.TokenizerBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:ClassicTokenizer": { + "_types.analysis.ClassicTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65590,10 +70355,10 @@ } ] }, - "_types.analysis:EdgeNGramTokenizer": { + "_types.analysis.EdgeNGramTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65616,7 +70381,7 @@ "token_chars": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenChar" + "$ref": "#/components/schemas/_types.analysis.TokenChar" } } }, @@ -65626,7 +70391,7 @@ } ] }, - "_types.analysis:TokenChar": { + "_types.analysis.TokenChar": { "type": "string", "enum": [ "letter", @@ -65637,10 +70402,10 @@ "custom" ] }, - "_types.analysis:KeywordTokenizer": { + "_types.analysis.KeywordTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65661,10 +70426,10 @@ } ] }, - "_types.analysis:LetterTokenizer": { + "_types.analysis.LetterTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65682,10 +70447,10 @@ } ] }, - "_types.analysis:LowercaseTokenizer": { + "_types.analysis.LowercaseTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65703,10 +70468,10 @@ } ] }, - "_types.analysis:NGramTokenizer": { + "_types.analysis.NGramTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65729,7 +70494,7 @@ "token_chars": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenChar" + "$ref": "#/components/schemas/_types.analysis.TokenChar" } } }, @@ -65739,10 +70504,10 @@ } ] }, - "_types.analysis:PathHierarchyTokenizer": { + "_types.analysis.PathHierarchyTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65754,7 +70519,7 @@ ] }, "buffer_size": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "delimiter": { "type": "string" @@ -65763,10 +70528,10 @@ "type": "string" }, "reverse": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "skip": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } }, "required": [ @@ -65775,10 +70540,10 @@ } ] }, - "_types.analysis:PatternTokenizer": { + "_types.analysis.PatternTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65805,10 +70570,10 @@ } ] }, - "_types.analysis:SimplePatternTokenizer": { + "_types.analysis.SimplePatternTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65829,10 +70594,10 @@ } ] }, - "_types.analysis:SimplePatternSplitTokenizer": { + "_types.analysis.SimplePatternSplitTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65853,10 +70618,10 @@ } ] }, - "_types.analysis:StandardTokenizer": { + "_types.analysis.StandardTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65877,10 +70642,10 @@ } ] }, - "_types.analysis:ThaiTokenizer": { + "_types.analysis.ThaiTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65898,10 +70663,10 @@ } ] }, - "_types.analysis:UaxEmailUrlTokenizer": { + "_types.analysis.UaxEmailUrlTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65922,10 +70687,10 @@ } ] }, - "_types.analysis:WhitespaceTokenizer": { + "_types.analysis.WhitespaceTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65946,10 +70711,10 @@ } ] }, - "_types.analysis:IcuTokenizer": { + "_types.analysis.IcuTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65971,10 +70736,10 @@ } ] }, - "_types.analysis:KuromojiTokenizer": { + "_types.analysis.KuromojiTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -65989,7 +70754,7 @@ "type": "boolean" }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizationMode" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizationMode" }, "nbest_cost": { "type": "number" @@ -66017,10 +70782,10 @@ } ] }, - "_types.analysis:NoriTokenizer": { + "_types.analysis.NoriTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -66032,7 +70797,7 @@ ] }, "decompound_mode": { - "$ref": "#/components/schemas/_types.analysis:NoriDecompoundMode" + "$ref": "#/components/schemas/_types.analysis.NoriDecompoundMode" }, "discard_punctuation": { "type": "boolean" @@ -66053,26 +70818,26 @@ } ] }, - "indices._types:IndexSettingsTimeSeries": { + "indices._types.IndexSettingsTimeSeries": { "type": "object", "properties": { "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } }, - "indices._types:Queries": { + "indices._types.Queries": { "type": "object", "properties": { "cache": { - "$ref": "#/components/schemas/indices._types:CacheQueries" + "$ref": "#/components/schemas/indices._types.CacheQueries" } } }, - "indices._types:CacheQueries": { + "indices._types.CacheQueries": { "type": "object", "properties": { "enabled": { @@ -66083,38 +70848,38 @@ "enabled" ] }, - "indices._types:SettingsSimilarity": { + "indices._types.SettingsSimilarity": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityBm25" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityBm25" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityBoolean" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityBoolean" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityDfi" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityDfi" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityDfr" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityDfr" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityIb" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityIb" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityLmd" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityLmd" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityLmj" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityLmj" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityScripted" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityScripted" } ] }, - "indices._types:SettingsSimilarityBm25": { + "indices._types.SettingsSimilarityBm25": { "type": "object", "properties": { "type": { @@ -66137,7 +70902,7 @@ "type" ] }, - "indices._types:SettingsSimilarityBoolean": { + "indices._types.SettingsSimilarityBoolean": { "type": "object", "properties": { "type": { @@ -66151,7 +70916,7 @@ "type" ] }, - "indices._types:SettingsSimilarityDfi": { + "indices._types.SettingsSimilarityDfi": { "type": "object", "properties": { "type": { @@ -66161,7 +70926,7 @@ ] }, "independence_measure": { - "$ref": "#/components/schemas/_types:DFIIndependenceMeasure" + "$ref": "#/components/schemas/_types.DFIIndependenceMeasure" } }, "required": [ @@ -66169,7 +70934,7 @@ "independence_measure" ] }, - "_types:DFIIndependenceMeasure": { + "_types.DFIIndependenceMeasure": { "type": "string", "enum": [ "standardized", @@ -66177,7 +70942,7 @@ "chisquared" ] }, - "indices._types:SettingsSimilarityDfr": { + "indices._types.SettingsSimilarityDfr": { "type": "object", "properties": { "type": { @@ -66187,13 +70952,13 @@ ] }, "after_effect": { - "$ref": "#/components/schemas/_types:DFRAfterEffect" + "$ref": "#/components/schemas/_types.DFRAfterEffect" }, "basic_model": { - "$ref": "#/components/schemas/_types:DFRBasicModel" + "$ref": "#/components/schemas/_types.DFRBasicModel" }, "normalization": { - "$ref": "#/components/schemas/_types:Normalization" + "$ref": "#/components/schemas/_types.Normalization" } }, "required": [ @@ -66203,7 +70968,7 @@ "normalization" ] }, - "_types:DFRAfterEffect": { + "_types.DFRAfterEffect": { "type": "string", "enum": [ "no", @@ -66211,7 +70976,7 @@ "l" ] }, - "_types:DFRBasicModel": { + "_types.DFRBasicModel": { "type": "string", "enum": [ "be", @@ -66223,7 +70988,7 @@ "p" ] }, - "_types:Normalization": { + "_types.Normalization": { "type": "string", "enum": [ "no", @@ -66233,7 +70998,7 @@ "z" ] }, - "indices._types:SettingsSimilarityIb": { + "indices._types.SettingsSimilarityIb": { "type": "object", "properties": { "type": { @@ -66243,13 +71008,13 @@ ] }, "distribution": { - "$ref": "#/components/schemas/_types:IBDistribution" + "$ref": "#/components/schemas/_types.IBDistribution" }, "lambda": { - "$ref": "#/components/schemas/_types:IBLambda" + "$ref": "#/components/schemas/_types.IBLambda" }, "normalization": { - "$ref": "#/components/schemas/_types:Normalization" + "$ref": "#/components/schemas/_types.Normalization" } }, "required": [ @@ -66259,21 +71024,21 @@ "normalization" ] }, - "_types:IBDistribution": { + "_types.IBDistribution": { "type": "string", "enum": [ "ll", "spl" ] }, - "_types:IBLambda": { + "_types.IBLambda": { "type": "string", "enum": [ "df", "ttf" ] }, - "indices._types:SettingsSimilarityLmd": { + "indices._types.SettingsSimilarityLmd": { "type": "object", "properties": { "type": { @@ -66290,7 +71055,7 @@ "type" ] }, - "indices._types:SettingsSimilarityLmj": { + "indices._types.SettingsSimilarityLmj": { "type": "object", "properties": { "type": { @@ -66307,7 +71072,7 @@ "type" ] }, - "indices._types:SettingsSimilarityScripted": { + "indices._types.SettingsSimilarityScripted": { "type": "object", "properties": { "type": { @@ -66317,10 +71082,10 @@ ] }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "weight_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -66328,32 +71093,32 @@ "script" ] }, - "indices._types:MappingLimitSettings": { + "indices._types.MappingLimitSettings": { "type": "object", "properties": { "coerce": { "type": "boolean" }, "total_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsTotalFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsTotalFields" }, "depth": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsDepth" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsDepth" }, "nested_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsNestedFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsNestedFields" }, "nested_objects": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsNestedObjects" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsNestedObjects" }, "field_name_length": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsFieldNameLength" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsFieldNameLength" }, "dimension_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsDimensionFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsDimensionFields" }, "source": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsSourceFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsSourceFields" }, "ignore_malformed": { "oneOf": [ @@ -66367,7 +71132,7 @@ } } }, - "indices._types:MappingLimitSettingsTotalFields": { + "indices._types.MappingLimitSettingsTotalFields": { "type": "object", "properties": { "limit": { @@ -66394,7 +71159,7 @@ } } }, - "indices._types:MappingLimitSettingsDepth": { + "indices._types.MappingLimitSettingsDepth": { "type": "object", "properties": { "limit": { @@ -66403,7 +71168,7 @@ } } }, - "indices._types:MappingLimitSettingsNestedFields": { + "indices._types.MappingLimitSettingsNestedFields": { "type": "object", "properties": { "limit": { @@ -66412,7 +71177,7 @@ } } }, - "indices._types:MappingLimitSettingsNestedObjects": { + "indices._types.MappingLimitSettingsNestedObjects": { "type": "object", "properties": { "limit": { @@ -66421,7 +71186,7 @@ } } }, - "indices._types:MappingLimitSettingsFieldNameLength": { + "indices._types.MappingLimitSettingsFieldNameLength": { "type": "object", "properties": { "limit": { @@ -66430,7 +71195,7 @@ } } }, - "indices._types:MappingLimitSettingsDimensionFields": { + "indices._types.MappingLimitSettingsDimensionFields": { "type": "object", "properties": { "limit": { @@ -66439,18 +71204,18 @@ } } }, - "indices._types:MappingLimitSettingsSourceFields": { + "indices._types.MappingLimitSettingsSourceFields": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/indices._types:SourceMode" + "$ref": "#/components/schemas/indices._types.SourceMode" } }, "required": [ "mode" ] }, - "indices._types:SourceMode": { + "indices._types.SourceMode": { "type": "string", "enum": [ "disabled", @@ -66458,7 +71223,7 @@ "synthetic" ] }, - "indices._types:IndexingSlowlogSettings": { + "indices._types.IndexingSlowlogSettings": { "type": "object", "properties": { "level": { @@ -66471,30 +71236,30 @@ "type": "boolean" }, "threshold": { - "$ref": "#/components/schemas/indices._types:IndexingSlowlogTresholds" + "$ref": "#/components/schemas/indices._types.IndexingSlowlogTresholds" } } }, - "indices._types:IndexingSlowlogTresholds": { + "indices._types.IndexingSlowlogTresholds": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" } } }, - "indices._types:IndexingPressure": { + "indices._types.IndexingPressure": { "type": "object", "properties": { "memory": { - "$ref": "#/components/schemas/indices._types:IndexingPressureMemory" + "$ref": "#/components/schemas/indices._types.IndexingPressureMemory" } }, "required": [ "memory" ] }, - "indices._types:IndexingPressureMemory": { + "indices._types.IndexingPressureMemory": { "type": "object", "properties": { "limit": { @@ -66503,11 +71268,11 @@ } } }, - "indices._types:Storage": { + "indices._types.Storage": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/indices._types:StorageType" + "$ref": "#/components/schemas/indices._types.StorageType" }, "allow_mmap": { "description": "You can restrict the use of the mmapfs and the related hybridfs store type via the setting node.store.allow_mmap.\nThis is a boolean setting indicating whether or not memory-mapping is allowed. The default is to allow it. This\nsetting is useful, for example, if you are in an environment where you can not control the ability to create a lot\nof memory maps so you need disable the ability to use memory-mapping.", @@ -66518,7 +71283,7 @@ "type" ] }, - "indices._types:StorageType": { + "indices._types.StorageType": { "anyOf": [ { "type": "string", @@ -66534,23 +71299,23 @@ } ] }, - "ccr.follow_info:FollowerIndex": { + "ccr.follow_info.FollowerIndex": { "type": "object", "properties": { "follower_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "leader_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "parameters": { - "$ref": "#/components/schemas/ccr.follow_info:FollowerIndexParameters" + "$ref": "#/components/schemas/ccr.follow_info.FollowerIndexParameters" }, "remote_cluster": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "status": { - "$ref": "#/components/schemas/ccr.follow_info:FollowerIndexStatus" + "$ref": "#/components/schemas/ccr.follow_info.FollowerIndexStatus" } }, "required": [ @@ -66560,7 +71325,7 @@ "status" ] }, - "ccr.follow_info:FollowerIndexParameters": { + "ccr.follow_info.FollowerIndexParameters": { "type": "object", "properties": { "max_outstanding_read_requests": { @@ -66576,48 +71341,48 @@ "type": "number" }, "max_read_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_write_buffer_count": { "description": "The maximum number of operations that can be queued for writing. When this limit is reached, reads from the remote cluster will be\ndeferred until the number of queued operations goes below the limit.", "type": "number" }, "max_write_buffer_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_write_request_operation_count": { "description": "The maximum number of operations per bulk write request executed on the follower.", "type": "number" }, "max_write_request_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "read_poll_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "ccr.follow_info:FollowerIndexStatus": { + "ccr.follow_info.FollowerIndexStatus": { "type": "string", "enum": [ "active", "paused" ] }, - "ccr._types:FollowIndexStats": { + "ccr._types.FollowIndexStats": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards": { "description": "An array of shard-level following task statistics.", "type": "array", "items": { - "$ref": "#/components/schemas/ccr._types:ShardStats" + "$ref": "#/components/schemas/ccr._types.ShardStats" } } }, @@ -66626,7 +71391,7 @@ "shards" ] }, - "ccr._types:ShardStats": { + "ccr._types.ShardStats": { "type": "object", "properties": { "bytes_read": { @@ -66642,10 +71407,10 @@ "type": "number" }, "fatal_exception": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "follower_aliases_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "follower_global_checkpoint": { "description": "The current global checkpoint on the follower.\nThe difference between the `leader_global_checkpoint` and the `follower_global_checkpoint` is an indication of how much the follower is lagging the leader.", @@ -66656,16 +71421,16 @@ "type": "string" }, "follower_mapping_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "follower_max_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "follower_settings_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "last_requested_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "leader_global_checkpoint": { "description": "The current global checkpoint on the leader known to the follower task.", @@ -66676,7 +71441,7 @@ "type": "string" }, "leader_max_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "operations_read": { "description": "The total number of operations read from the leader.", @@ -66698,7 +71463,7 @@ "description": "An array of objects representing failed reads.", "type": "array", "items": { - "$ref": "#/components/schemas/ccr._types:ReadException" + "$ref": "#/components/schemas/ccr._types.ReadException" } }, "remote_cluster": { @@ -66718,35 +71483,35 @@ "type": "number" }, "time_since_last_read": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_since_last_read_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_read_remote_exec_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_read_remote_exec_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_read_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_read_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_write_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_write_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "write_buffer_operation_count": { "description": "The number of write operations queued on the follower.", "type": "number" }, "write_buffer_size_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -66780,14 +71545,14 @@ "write_buffer_size_in_bytes" ] }, - "ccr._types:ReadException": { + "ccr._types.ReadException": { "type": "object", "properties": { "exception": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "from_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "retries": { "description": "The number of times the batch has been retried.", @@ -66800,14 +71565,14 @@ "retries" ] }, - "ccr.get_auto_follow_pattern:AutoFollowPattern": { + "ccr.get_auto_follow_pattern.AutoFollowPattern": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "pattern": { - "$ref": "#/components/schemas/ccr.get_auto_follow_pattern:AutoFollowPatternSummary" + "$ref": "#/components/schemas/ccr.get_auto_follow_pattern.AutoFollowPatternSummary" } }, "required": [ @@ -66815,7 +71580,7 @@ "pattern" ] }, - "ccr.get_auto_follow_pattern:AutoFollowPatternSummary": { + "ccr.get_auto_follow_pattern.AutoFollowPatternSummary": { "type": "object", "properties": { "active": { @@ -66826,13 +71591,13 @@ "type": "string" }, "follow_index_pattern": { - "$ref": "#/components/schemas/_types:IndexPattern" + "$ref": "#/components/schemas/_types.IndexPattern" }, "leader_index_patterns": { - "$ref": "#/components/schemas/_types:IndexPatterns" + "$ref": "#/components/schemas/_types.IndexPatterns" }, "leader_index_exclusion_patterns": { - "$ref": "#/components/schemas/_types:IndexPatterns" + "$ref": "#/components/schemas/_types.IndexPatterns" }, "max_outstanding_read_requests": { "description": "The maximum number of outstanding reads requests from the remote cluster.", @@ -66847,22 +71612,22 @@ "max_outstanding_read_requests" ] }, - "_types:IndexPattern": { + "_types.IndexPattern": { "type": "string" }, - "_types:IndexPatterns": { + "_types.IndexPatterns": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexPattern" + "$ref": "#/components/schemas/_types.IndexPattern" } }, - "ccr.stats:AutoFollowStats": { + "ccr.stats.AutoFollowStats": { "type": "object", "properties": { "auto_followed_clusters": { "type": "array", "items": { - "$ref": "#/components/schemas/ccr.stats:AutoFollowedCluster" + "$ref": "#/components/schemas/ccr.stats.AutoFollowedCluster" } }, "number_of_failed_follow_indices": { @@ -66881,7 +71646,7 @@ "description": "An array of objects representing failures by the auto-follow coordinator.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -66893,17 +71658,17 @@ "recent_auto_follow_errors" ] }, - "ccr.stats:AutoFollowedCluster": { + "ccr.stats.AutoFollowedCluster": { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "last_seen_metadata_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "time_since_last_check_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -66912,13 +71677,13 @@ "time_since_last_check_millis" ] }, - "ccr.stats:FollowStats": { + "ccr.stats.FollowStats": { "type": "object", "properties": { "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/ccr._types:FollowIndexStats" + "$ref": "#/components/schemas/ccr._types.FollowIndexStats" } } }, @@ -66926,20 +71691,20 @@ "indices" ] }, - "_types:ScrollIds": { + "_types.ScrollIds": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" } } ] }, - "cluster.allocation_explain:Decision": { + "cluster.allocation_explain.Decision": { "type": "string", "enum": [ "yes", @@ -66952,14 +71717,14 @@ "no_attempt" ] }, - "cluster.allocation_explain:AllocationDecision": { + "cluster.allocation_explain.AllocationDecision": { "type": "object", "properties": { "decider": { "type": "string" }, "decision": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationExplainDecision" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationExplainDecision" }, "explanation": { "type": "string" @@ -66971,7 +71736,7 @@ "explanation" ] }, - "cluster.allocation_explain:AllocationExplainDecision": { + "cluster.allocation_explain.AllocationExplainDecision": { "type": "string", "enum": [ "NO", @@ -66980,13 +71745,13 @@ "ALWAYS" ] }, - "cluster.allocation_explain:ClusterInfo": { + "cluster.allocation_explain.ClusterInfo": { "type": "object", "properties": { "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.allocation_explain:NodeDiskUsage" + "$ref": "#/components/schemas/cluster.allocation_explain.NodeDiskUsage" } }, "shard_sizes": { @@ -67010,7 +71775,7 @@ "reserved_sizes": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:ReservedSize" + "$ref": "#/components/schemas/cluster.allocation_explain.ReservedSize" } } }, @@ -67021,17 +71786,17 @@ "reserved_sizes" ] }, - "cluster.allocation_explain:NodeDiskUsage": { + "cluster.allocation_explain.NodeDiskUsage": { "type": "object", "properties": { "node_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "least_available": { - "$ref": "#/components/schemas/cluster.allocation_explain:DiskUsage" + "$ref": "#/components/schemas/cluster.allocation_explain.DiskUsage" }, "most_available": { - "$ref": "#/components/schemas/cluster.allocation_explain:DiskUsage" + "$ref": "#/components/schemas/cluster.allocation_explain.DiskUsage" } }, "required": [ @@ -67040,7 +71805,7 @@ "most_available" ] }, - "cluster.allocation_explain:DiskUsage": { + "cluster.allocation_explain.DiskUsage": { "type": "object", "properties": { "path": { @@ -67071,11 +71836,11 @@ "used_disk_percent" ] }, - "cluster.allocation_explain:ReservedSize": { + "cluster.allocation_explain.ReservedSize": { "type": "object", "properties": { "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "path": { "type": "string" @@ -67097,17 +71862,17 @@ "shards" ] }, - "cluster.allocation_explain:CurrentNode": { + "cluster.allocation_explain.CurrentNode": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "attributes": { "type": "object", @@ -67116,7 +71881,7 @@ } }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "weight_ranking": { "type": "number" @@ -67131,14 +71896,14 @@ "weight_ranking" ] }, - "_types:NodeRoles": { + "_types.NodeRoles": { "description": "* @doc_id node-roles", "type": "array", "items": { - "$ref": "#/components/schemas/_types:NodeRole" + "$ref": "#/components/schemas/_types.NodeRole" } }, - "_types:NodeRole": { + "_types.NodeRole": { "type": "string", "enum": [ "master", @@ -67157,16 +71922,16 @@ "coordinating_only" ] }, - "_types:TransportAddress": { + "_types.TransportAddress": { "type": "string" }, - "cluster.allocation_explain:NodeAllocationExplanation": { + "cluster.allocation_explain.NodeAllocationExplanation": { "type": "object", "properties": { "deciders": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationDecision" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationDecision" } }, "node_attributes": { @@ -67176,22 +71941,22 @@ } }, "node_decision": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "store": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationStore" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationStore" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "weight_ranking": { "type": "number" @@ -67208,7 +71973,7 @@ "weight_ranking" ] }, - "cluster.allocation_explain:AllocationStore": { + "cluster.allocation_explain.AllocationStore": { "type": "object", "properties": { "allocation_id": { @@ -67239,17 +72004,17 @@ "store_exception" ] }, - "cluster.allocation_explain:UnassignedInformation": { + "cluster.allocation_explain.UnassignedInformation": { "type": "object", "properties": { "at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_allocation_status": { "type": "string" }, "reason": { - "$ref": "#/components/schemas/cluster.allocation_explain:UnassignedInformationReason" + "$ref": "#/components/schemas/cluster.allocation_explain.UnassignedInformationReason" }, "details": { "type": "string" @@ -67269,7 +72034,7 @@ "reason" ] }, - "cluster.allocation_explain:UnassignedInformationReason": { + "cluster.allocation_explain.UnassignedInformationReason": { "type": "string", "enum": [ "INDEX_CREATED", @@ -67289,14 +72054,14 @@ "MANUAL_ALLOCATION" ] }, - "cluster._types:ComponentTemplate": { + "cluster._types.ComponentTemplate": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "component_template": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateNode" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateNode" } }, "required": [ @@ -67304,17 +72069,17 @@ "component_template" ] }, - "cluster._types:ComponentTemplateNode": { + "cluster._types.ComponentTemplateNode": { "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateSummary" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateSummary" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "deprecated": { "type": "boolean" @@ -67324,46 +72089,46 @@ "template" ] }, - "cluster._types:ComponentTemplateSummary": { + "cluster._types.ComponentTemplateSummary": { "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "settings": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:AliasDefinition" + "$ref": "#/components/schemas/indices._types.AliasDefinition" } }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } } }, - "_types.mapping:TypeMapping": { + "_types.mapping.TypeMapping": { "type": "object", "properties": { "all_field": { - "$ref": "#/components/schemas/_types.mapping:AllField" + "$ref": "#/components/schemas/_types.mapping.AllField" }, "date_detection": { "type": "boolean" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "dynamic_date_formats": { "type": "array", @@ -67376,20 +72141,20 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:DynamicTemplate" + "$ref": "#/components/schemas/_types.mapping.DynamicTemplate" }, "minProperties": 1, "maxProperties": 1 } }, "_field_names": { - "$ref": "#/components/schemas/_types.mapping:FieldNamesField" + "$ref": "#/components/schemas/_types.mapping.FieldNamesField" }, "index_field": { - "$ref": "#/components/schemas/_types.mapping:IndexField" + "$ref": "#/components/schemas/_types.mapping.IndexField" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "numeric_detection": { "type": "boolean" @@ -67397,36 +72162,36 @@ "properties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "_routing": { - "$ref": "#/components/schemas/_types.mapping:RoutingField" + "$ref": "#/components/schemas/_types.mapping.RoutingField" }, "_size": { - "$ref": "#/components/schemas/_types.mapping:SizeField" + "$ref": "#/components/schemas/_types.mapping.SizeField" }, "_source": { - "$ref": "#/components/schemas/_types.mapping:SourceField" + "$ref": "#/components/schemas/_types.mapping.SourceField" }, "runtime": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, "enabled": { "type": "boolean" }, "subobjects": { - "$ref": "#/components/schemas/_types.mapping:Subobjects" + "$ref": "#/components/schemas/_types.mapping.Subobjects" }, "_data_stream_timestamp": { - "$ref": "#/components/schemas/_types.mapping:DataStreamTimestamp" + "$ref": "#/components/schemas/_types.mapping.DataStreamTimestamp" } } }, - "_types.mapping:AllField": { + "_types.mapping.AllField": { "type": "object", "properties": { "analyzer": { @@ -67473,7 +72238,7 @@ "store_term_vectors" ] }, - "_types.mapping:DynamicMapping": { + "_types.mapping.DynamicMapping": { "type": "string", "enum": [ "strict", @@ -67482,7 +72247,7 @@ "false" ] }, - "_types.mapping:DynamicTemplate": { + "_types.mapping.DynamicTemplate": { "allOf": [ { "type": "object", @@ -67566,7 +72331,7 @@ ] }, "match_pattern": { - "$ref": "#/components/schemas/_types.mapping:MatchType" + "$ref": "#/components/schemas/_types.mapping.MatchType" } } }, @@ -67574,10 +72339,10 @@ "type": "object", "properties": { "mapping": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" }, "runtime": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, "minProperties": 1, @@ -67585,170 +72350,170 @@ } ] }, - "_types.mapping:Property": { + "_types.mapping.Property": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:BinaryProperty" + "$ref": "#/components/schemas/_types.mapping.BinaryProperty" }, { - "$ref": "#/components/schemas/_types.mapping:BooleanProperty" + "$ref": "#/components/schemas/_types.mapping.BooleanProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DynamicProperty" + "$ref": "#/components/schemas/_types.mapping.DynamicProperty" }, { - "$ref": "#/components/schemas/_types.mapping:JoinProperty" + "$ref": "#/components/schemas/_types.mapping.JoinProperty" }, { - "$ref": "#/components/schemas/_types.mapping:KeywordProperty" + "$ref": "#/components/schemas/_types.mapping.KeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:MatchOnlyTextProperty" + "$ref": "#/components/schemas/_types.mapping.MatchOnlyTextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PercolatorProperty" + "$ref": "#/components/schemas/_types.mapping.PercolatorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:RankFeatureProperty" + "$ref": "#/components/schemas/_types.mapping.RankFeatureProperty" }, { - "$ref": "#/components/schemas/_types.mapping:RankFeaturesProperty" + "$ref": "#/components/schemas/_types.mapping.RankFeaturesProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SearchAsYouTypeProperty" + "$ref": "#/components/schemas/_types.mapping.SearchAsYouTypeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:TextProperty" + "$ref": "#/components/schemas/_types.mapping.TextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:VersionProperty" + "$ref": "#/components/schemas/_types.mapping.VersionProperty" }, { - "$ref": "#/components/schemas/_types.mapping:WildcardProperty" + "$ref": "#/components/schemas/_types.mapping.WildcardProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateNanosProperty" + "$ref": "#/components/schemas/_types.mapping.DateNanosProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateProperty" + "$ref": "#/components/schemas/_types.mapping.DateProperty" }, { - "$ref": "#/components/schemas/_types.mapping:AggregateMetricDoubleProperty" + "$ref": "#/components/schemas/_types.mapping.AggregateMetricDoubleProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DenseVectorProperty" + "$ref": "#/components/schemas/_types.mapping.DenseVectorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FlattenedProperty" + "$ref": "#/components/schemas/_types.mapping.FlattenedProperty" }, { - "$ref": "#/components/schemas/_types.mapping:NestedProperty" + "$ref": "#/components/schemas/_types.mapping.NestedProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ObjectProperty" + "$ref": "#/components/schemas/_types.mapping.ObjectProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PassthroughObjectProperty" + "$ref": "#/components/schemas/_types.mapping.PassthroughObjectProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SemanticTextProperty" + "$ref": "#/components/schemas/_types.mapping.SemanticTextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SparseVectorProperty" + "$ref": "#/components/schemas/_types.mapping.SparseVectorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:CompletionProperty" + "$ref": "#/components/schemas/_types.mapping.CompletionProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ConstantKeywordProperty" + "$ref": "#/components/schemas/_types.mapping.ConstantKeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:CountedKeywordProperty" + "$ref": "#/components/schemas/_types.mapping.CountedKeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FieldAliasProperty" + "$ref": "#/components/schemas/_types.mapping.FieldAliasProperty" }, { - "$ref": "#/components/schemas/_types.mapping:HistogramProperty" + "$ref": "#/components/schemas/_types.mapping.HistogramProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IpProperty" + "$ref": "#/components/schemas/_types.mapping.IpProperty" }, { - "$ref": "#/components/schemas/_types.mapping:Murmur3HashProperty" + "$ref": "#/components/schemas/_types.mapping.Murmur3HashProperty" }, { - "$ref": "#/components/schemas/_types.mapping:TokenCountProperty" + "$ref": "#/components/schemas/_types.mapping.TokenCountProperty" }, { - "$ref": "#/components/schemas/_types.mapping:GeoPointProperty" + "$ref": "#/components/schemas/_types.mapping.GeoPointProperty" }, { - "$ref": "#/components/schemas/_types.mapping:GeoShapeProperty" + "$ref": "#/components/schemas/_types.mapping.GeoShapeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PointProperty" + "$ref": "#/components/schemas/_types.mapping.PointProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ShapeProperty" + "$ref": "#/components/schemas/_types.mapping.ShapeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ByteNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ByteNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DoubleNumberProperty" + "$ref": "#/components/schemas/_types.mapping.DoubleNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.FloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:HalfFloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.HalfFloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IntegerNumberProperty" + "$ref": "#/components/schemas/_types.mapping.IntegerNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:LongNumberProperty" + "$ref": "#/components/schemas/_types.mapping.LongNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ScaledFloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ScaledFloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ShortNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ShortNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:UnsignedLongNumberProperty" + "$ref": "#/components/schemas/_types.mapping.UnsignedLongNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateRangeProperty" + "$ref": "#/components/schemas/_types.mapping.DateRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DoubleRangeProperty" + "$ref": "#/components/schemas/_types.mapping.DoubleRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FloatRangeProperty" + "$ref": "#/components/schemas/_types.mapping.FloatRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IntegerRangeProperty" + "$ref": "#/components/schemas/_types.mapping.IntegerRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IpRangeProperty" + "$ref": "#/components/schemas/_types.mapping.IpRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:LongRangeProperty" + "$ref": "#/components/schemas/_types.mapping.LongRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IcuCollationProperty" + "$ref": "#/components/schemas/_types.mapping.IcuCollationProperty" } ] }, - "_types.mapping:BinaryProperty": { + "_types.mapping.BinaryProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -67766,10 +72531,10 @@ } ] }, - "_types.mapping:DocValuesPropertyBase": { + "_types.mapping.DocValuesPropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -67781,16 +72546,16 @@ } ] }, - "_types.mapping:CorePropertyBase": { + "_types.mapping.CorePropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", "properties": { "copy_to": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "store": { "type": "boolean" @@ -67799,7 +72564,7 @@ } ] }, - "_types.mapping:PropertyBase": { + "_types.mapping.PropertyBase": { "type": "object", "properties": { "meta": { @@ -67812,27 +72577,27 @@ "properties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "ignore_above": { "type": "number" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "synthetic_source_keep": { - "$ref": "#/components/schemas/_types.mapping:SyntheticSourceKeepEnum" + "$ref": "#/components/schemas/_types.mapping.SyntheticSourceKeepEnum" } } }, - "_types.mapping:SyntheticSourceKeepEnum": { + "_types.mapping.SyntheticSourceKeepEnum": { "type": "string", "enum": [ "none", @@ -67840,10 +72605,10 @@ "all" ] }, - "_types.mapping:BooleanProperty": { + "_types.mapping.BooleanProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -67852,7 +72617,7 @@ "type": "number" }, "fielddata": { - "$ref": "#/components/schemas/indices._types:NumericFielddata" + "$ref": "#/components/schemas/indices._types.NumericFielddata" }, "index": { "type": "boolean" @@ -67864,10 +72629,10 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -67887,35 +72652,35 @@ } ] }, - "indices._types:NumericFielddata": { + "indices._types.NumericFielddata": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/indices._types:NumericFielddataFormat" + "$ref": "#/components/schemas/indices._types.NumericFielddataFormat" } }, "required": [ "format" ] }, - "indices._types:NumericFielddataFormat": { + "indices._types.NumericFielddataFormat": { "type": "string", "enum": [ "array", "disabled" ] }, - "_types.mapping:OnScriptError": { + "_types.mapping.OnScriptError": { "type": "string", "enum": [ "fail", "continue" ] }, - "_types.mapping:DynamicProperty": { + "_types.mapping.DynamicProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -67930,7 +72695,7 @@ "type": "boolean" }, "null_value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "boost": { "type": "number" @@ -67939,16 +72704,16 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "ignore_malformed": { "type": "boolean" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "analyzer": { "type": "string" @@ -67960,7 +72725,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index_phrases": { "type": "boolean" @@ -67968,7 +72733,7 @@ "index_prefixes": { "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:TextIndexPrefixes" + "$ref": "#/components/schemas/_types.mapping.TextIndexPrefixes" }, { "nullable": true, @@ -67989,7 +72754,7 @@ "type": "string" }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "format": { "type": "string" @@ -68007,7 +72772,7 @@ } ] }, - "_types.mapping:TimeSeriesMetricType": { + "_types.mapping.TimeSeriesMetricType": { "type": "string", "enum": [ "gauge", @@ -68017,7 +72782,7 @@ "position" ] }, - "_types.mapping:IndexOptions": { + "_types.mapping.IndexOptions": { "type": "string", "enum": [ "docs", @@ -68026,7 +72791,7 @@ "offsets" ] }, - "_types.mapping:TextIndexPrefixes": { + "_types.mapping.TextIndexPrefixes": { "type": "object", "properties": { "max_chars": { @@ -68041,7 +72806,7 @@ "min_chars" ] }, - "_types.mapping:TermVectorOption": { + "_types.mapping.TermVectorOption": { "type": "string", "enum": [ "no", @@ -68053,10 +72818,10 @@ "with_positions_payloads" ] }, - "_types.mapping:JoinProperty": { + "_types.mapping.JoinProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68066,12 +72831,12 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } ] @@ -68093,10 +72858,10 @@ } ] }, - "_types.mapping:KeywordProperty": { + "_types.mapping.KeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68111,13 +72876,13 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "normalizer": { "type": "string" @@ -68160,7 +72925,7 @@ } ] }, - "_types.mapping:MatchOnlyTextProperty": { + "_types.mapping.MatchOnlyTextProperty": { "type": "object", "properties": { "type": { @@ -68173,7 +72938,7 @@ "description": "Multi-fields allow the same string value to be indexed in multiple ways for different purposes, such as one\nfield for search and a multi-field for sorting and aggregations, or the same string value analyzed by different analyzers.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "meta": { @@ -68184,17 +72949,17 @@ } }, "copy_to": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } }, "required": [ "type" ] }, - "_types.mapping:PercolatorProperty": { + "_types.mapping.PercolatorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68212,10 +72977,10 @@ } ] }, - "_types.mapping:RankFeatureProperty": { + "_types.mapping.RankFeatureProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68236,10 +73001,10 @@ } ] }, - "_types.mapping:RankFeaturesProperty": { + "_types.mapping.RankFeaturesProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68260,10 +73025,10 @@ } ] }, - "_types.mapping:SearchAsYouTypeProperty": { + "_types.mapping.SearchAsYouTypeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68275,7 +73040,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "max_shingle_size": { "type": "number" @@ -68301,7 +73066,7 @@ ] }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "type": { "type": "string", @@ -68316,10 +73081,10 @@ } ] }, - "_types.mapping:TextProperty": { + "_types.mapping.TextProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68337,13 +73102,13 @@ "type": "boolean" }, "fielddata_frequency_filter": { - "$ref": "#/components/schemas/indices._types:FielddataFrequencyFilter" + "$ref": "#/components/schemas/indices._types.FielddataFrequencyFilter" }, "index": { "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index_phrases": { "type": "boolean" @@ -68351,7 +73116,7 @@ "index_prefixes": { "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:TextIndexPrefixes" + "$ref": "#/components/schemas/_types.mapping.TextIndexPrefixes" }, { "nullable": true, @@ -68383,7 +73148,7 @@ ] }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "type": { "type": "string", @@ -68398,7 +73163,7 @@ } ] }, - "indices._types:FielddataFrequencyFilter": { + "indices._types.FielddataFrequencyFilter": { "type": "object", "properties": { "max": { @@ -68417,10 +73182,10 @@ "min_segment_size" ] }, - "_types.mapping:VersionProperty": { + "_types.mapping.VersionProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68438,10 +73203,10 @@ } ] }, - "_types.mapping:WildcardProperty": { + "_types.mapping.WildcardProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68462,10 +73227,10 @@ } ] }, - "_types.mapping:DateNanosProperty": { + "_types.mapping.DateNanosProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68483,13 +73248,13 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "null_value": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "precision_step": { "type": "number" @@ -68507,10 +73272,10 @@ } ] }, - "_types.mapping:DateProperty": { + "_types.mapping.DateProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68519,7 +73284,7 @@ "type": "number" }, "fielddata": { - "$ref": "#/components/schemas/indices._types:NumericFielddata" + "$ref": "#/components/schemas/indices._types.NumericFielddata" }, "format": { "type": "string" @@ -68531,13 +73296,13 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "null_value": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "precision_step": { "type": "number" @@ -68558,10 +73323,10 @@ } ] }, - "_types.mapping:AggregateMetricDoubleProperty": { + "_types.mapping.AggregateMetricDoubleProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68582,7 +73347,7 @@ } }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" } }, "required": [ @@ -68593,10 +73358,10 @@ } ] }, - "_types.mapping:DenseVectorProperty": { + "_types.mapping.DenseVectorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68612,17 +73377,17 @@ "type": "number" }, "element_type": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorElementType" + "$ref": "#/components/schemas/_types.mapping.DenseVectorElementType" }, "index": { "description": "If `true`, you can search this field using the kNN search API.", "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptions" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptions" }, "similarity": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorSimilarity" + "$ref": "#/components/schemas/_types.mapping.DenseVectorSimilarity" } }, "required": [ @@ -68631,7 +73396,7 @@ } ] }, - "_types.mapping:DenseVectorElementType": { + "_types.mapping.DenseVectorElementType": { "type": "string", "enum": [ "bit", @@ -68639,7 +73404,7 @@ "float" ] }, - "_types.mapping:DenseVectorIndexOptions": { + "_types.mapping.DenseVectorIndexOptions": { "type": "object", "properties": { "confidence_interval": { @@ -68655,17 +73420,17 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptionsType" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptionsType" }, "rescore_vector": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptionsRescoreVector" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptionsRescoreVector" } }, "required": [ "type" ] }, - "_types.mapping:DenseVectorIndexOptionsType": { + "_types.mapping.DenseVectorIndexOptionsType": { "type": "string", "enum": [ "bbq_flat", @@ -68678,7 +73443,7 @@ "int8_hnsw" ] }, - "_types.mapping:DenseVectorIndexOptionsRescoreVector": { + "_types.mapping.DenseVectorIndexOptionsRescoreVector": { "type": "object", "properties": { "oversample": { @@ -68690,7 +73455,7 @@ "oversample" ] }, - "_types.mapping:DenseVectorSimilarity": { + "_types.mapping.DenseVectorSimilarity": { "type": "string", "enum": [ "cosine", @@ -68699,10 +73464,10 @@ "max_inner_product" ] }, - "_types.mapping:FlattenedProperty": { + "_types.mapping.FlattenedProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68723,7 +73488,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "null_value": { "type": "string" @@ -68747,10 +73512,10 @@ } ] }, - "_types.mapping:NestedProperty": { + "_types.mapping.NestedProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68777,10 +73542,10 @@ } ] }, - "_types.mapping:ObjectProperty": { + "_types.mapping.ObjectProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68789,7 +73554,7 @@ "type": "boolean" }, "subobjects": { - "$ref": "#/components/schemas/_types.mapping:Subobjects" + "$ref": "#/components/schemas/_types.mapping.Subobjects" }, "type": { "type": "string", @@ -68801,7 +73566,7 @@ } ] }, - "_types.mapping:Subobjects": { + "_types.mapping.Subobjects": { "type": "string", "enum": [ "true", @@ -68809,10 +73574,10 @@ "auto" ] }, - "_types.mapping:PassthroughObjectProperty": { + "_types.mapping.PassthroughObjectProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -68836,7 +73601,7 @@ } ] }, - "_types.mapping:SemanticTextProperty": { + "_types.mapping.SemanticTextProperty": { "type": "object", "properties": { "type": { @@ -68852,20 +73617,20 @@ } }, "inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "search_inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ "type" ] }, - "_types.mapping:SparseVectorProperty": { + "_types.mapping.SparseVectorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68883,10 +73648,10 @@ } ] }, - "_types.mapping:CompletionProperty": { + "_types.mapping.CompletionProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -68897,7 +73662,7 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.mapping:SuggestContext" + "$ref": "#/components/schemas/_types.mapping.SuggestContext" } }, "max_input_length": { @@ -68925,14 +73690,14 @@ } ] }, - "_types.mapping:SuggestContext": { + "_types.mapping.SuggestContext": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { "type": "string" @@ -68953,10 +73718,10 @@ "type" ] }, - "_types.mapping:ConstantKeywordProperty": { + "_types.mapping.ConstantKeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -68977,10 +73742,10 @@ } ] }, - "_types.mapping:CountedKeywordProperty": { + "_types.mapping.CountedKeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -69001,16 +73766,16 @@ } ] }, - "_types.mapping:FieldAliasProperty": { + "_types.mapping.FieldAliasProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { "type": "string", @@ -69025,10 +73790,10 @@ } ] }, - "_types.mapping:HistogramProperty": { + "_types.mapping.HistogramProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -69049,10 +73814,10 @@ } ] }, - "_types.mapping:IpProperty": { + "_types.mapping.IpProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69070,10 +73835,10 @@ "type": "string" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -69093,10 +73858,10 @@ } ] }, - "_types.mapping:Murmur3HashProperty": { + "_types.mapping.Murmur3HashProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69114,10 +73879,10 @@ } ] }, - "_types.mapping:TokenCountProperty": { + "_types.mapping.TokenCountProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69150,10 +73915,10 @@ } ] }, - "_types.mapping:GeoPointProperty": { + "_types.mapping.GeoPointProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69165,16 +73930,16 @@ "type": "boolean" }, "null_value": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "index": { "type": "boolean" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { "type": "string", @@ -69189,10 +73954,10 @@ } ] }, - "_types.mapping:GeoShapeProperty": { + "_types.mapping.GeoShapeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69210,10 +73975,10 @@ "type": "boolean" }, "orientation": { - "$ref": "#/components/schemas/_types.mapping:GeoOrientation" + "$ref": "#/components/schemas/_types.mapping.GeoOrientation" }, "strategy": { - "$ref": "#/components/schemas/_types.mapping:GeoStrategy" + "$ref": "#/components/schemas/_types.mapping.GeoStrategy" }, "type": { "type": "string", @@ -69228,7 +73993,7 @@ } ] }, - "_types.mapping:GeoOrientation": { + "_types.mapping.GeoOrientation": { "type": "string", "enum": [ "right", @@ -69241,17 +74006,17 @@ "cw" ] }, - "_types.mapping:GeoStrategy": { + "_types.mapping.GeoStrategy": { "type": "string", "enum": [ "recursive", "term" ] }, - "_types.mapping:PointProperty": { + "_types.mapping.PointProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69278,10 +74043,10 @@ } ] }, - "_types.mapping:ShapeProperty": { + "_types.mapping.ShapeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69296,7 +74061,7 @@ "type": "boolean" }, "orientation": { - "$ref": "#/components/schemas/_types.mapping:GeoOrientation" + "$ref": "#/components/schemas/_types.mapping.GeoOrientation" }, "type": { "type": "string", @@ -69311,10 +74076,10 @@ } ] }, - "_types.mapping:ByteNumberProperty": { + "_types.mapping.ByteNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69326,7 +74091,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:byte" + "$ref": "#/components/schemas/_types.byte" } }, "required": [ @@ -69335,13 +74100,13 @@ } ] }, - "_types:byte": { + "_types.byte": { "type": "number" }, - "_types.mapping:NumberPropertyBase": { + "_types.mapping.NumberPropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69359,13 +74124,13 @@ "type": "boolean" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -69376,10 +74141,10 @@ } ] }, - "_types.mapping:DoubleNumberProperty": { + "_types.mapping.DoubleNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69400,10 +74165,10 @@ } ] }, - "_types.mapping:FloatNumberProperty": { + "_types.mapping.FloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69424,10 +74189,10 @@ } ] }, - "_types.mapping:HalfFloatNumberProperty": { + "_types.mapping.HalfFloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69448,10 +74213,10 @@ } ] }, - "_types.mapping:IntegerNumberProperty": { + "_types.mapping.IntegerNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69472,10 +74237,10 @@ } ] }, - "_types.mapping:LongNumberProperty": { + "_types.mapping.LongNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69496,10 +74261,10 @@ } ] }, - "_types.mapping:ScaledFloatNumberProperty": { + "_types.mapping.ScaledFloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69523,10 +74288,10 @@ } ] }, - "_types.mapping:ShortNumberProperty": { + "_types.mapping.ShortNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69538,7 +74303,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:short" + "$ref": "#/components/schemas/_types.short" } }, "required": [ @@ -69547,13 +74312,13 @@ } ] }, - "_types:short": { + "_types.short": { "type": "number" }, - "_types.mapping:UnsignedLongNumberProperty": { + "_types.mapping.UnsignedLongNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -69565,7 +74330,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" } }, "required": [ @@ -69574,13 +74339,13 @@ } ] }, - "_types:ulong": { + "_types.ulong": { "type": "number" }, - "_types.mapping:DateRangeProperty": { + "_types.mapping.DateRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69601,10 +74366,10 @@ } ] }, - "_types.mapping:RangePropertyBase": { + "_types.mapping.RangePropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69622,10 +74387,10 @@ } ] }, - "_types.mapping:DoubleRangeProperty": { + "_types.mapping.DoubleRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69643,10 +74408,10 @@ } ] }, - "_types.mapping:FloatRangeProperty": { + "_types.mapping.FloatRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69664,10 +74429,10 @@ } ] }, - "_types.mapping:IntegerRangeProperty": { + "_types.mapping.IntegerRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69685,10 +74450,10 @@ } ] }, - "_types.mapping:IpRangeProperty": { + "_types.mapping.IpRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69706,10 +74471,10 @@ } ] }, - "_types.mapping:LongRangeProperty": { + "_types.mapping.LongRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -69727,10 +74492,10 @@ } ] }, - "_types.mapping:IcuCollationProperty": { + "_types.mapping.IcuCollationProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -69745,7 +74510,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index": { "description": "Should the field be searchable?", @@ -69768,19 +74533,19 @@ "type": "string" }, "strength": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationStrength" + "$ref": "#/components/schemas/_types.analysis.IcuCollationStrength" }, "decomposition": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationDecomposition" + "$ref": "#/components/schemas/_types.analysis.IcuCollationDecomposition" }, "alternate": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationAlternate" + "$ref": "#/components/schemas/_types.analysis.IcuCollationAlternate" }, "case_level": { "type": "boolean" }, "case_first": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationCaseFirst" + "$ref": "#/components/schemas/_types.analysis.IcuCollationCaseFirst" }, "numeric": { "type": "boolean" @@ -69798,14 +74563,14 @@ } ] }, - "_types.mapping:MatchType": { + "_types.mapping.MatchType": { "type": "string", "enum": [ "simple", "regex" ] }, - "_types.mapping:FieldNamesField": { + "_types.mapping.FieldNamesField": { "type": "object", "properties": { "enabled": { @@ -69816,7 +74581,7 @@ "enabled" ] }, - "_types.mapping:IndexField": { + "_types.mapping.IndexField": { "type": "object", "properties": { "enabled": { @@ -69827,7 +74592,7 @@ "enabled" ] }, - "_types.mapping:RoutingField": { + "_types.mapping.RoutingField": { "type": "object", "properties": { "required": { @@ -69838,7 +74603,7 @@ "required" ] }, - "_types.mapping:SizeField": { + "_types.mapping.SizeField": { "type": "object", "properties": { "enabled": { @@ -69849,7 +74614,7 @@ "enabled" ] }, - "_types.mapping:SourceField": { + "_types.mapping.SourceField": { "type": "object", "properties": { "compress": { @@ -69874,11 +74639,11 @@ } }, "mode": { - "$ref": "#/components/schemas/_types.mapping:SourceFieldMode" + "$ref": "#/components/schemas/_types.mapping.SourceFieldMode" } } }, - "_types.mapping:SourceFieldMode": { + "_types.mapping.SourceFieldMode": { "type": "string", "enum": [ "disabled", @@ -69886,7 +74651,7 @@ "synthetic" ] }, - "_types.mapping:DataStreamTimestamp": { + "_types.mapping.DataStreamTimestamp": { "type": "object", "properties": { "enabled": { @@ -69897,11 +74662,11 @@ "enabled" ] }, - "indices._types:AliasDefinition": { + "indices._types.AliasDefinition": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { "description": "Value used to route indexing operations to a specific shard.\nIf specified, this overwrites the `routing` value for indexing operations.", @@ -69925,26 +74690,26 @@ } } }, - "indices._types:DataStreamLifecycleWithRollover": { + "indices._types.DataStreamLifecycleWithRollover": { "allOf": [ { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" }, { "type": "object", "properties": { "rollover": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleRolloverConditions" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleRolloverConditions" } } } ] }, - "indices._types:DataStreamLifecycleRolloverConditions": { + "indices._types.DataStreamLifecycleRolloverConditions": { "type": "object", "properties": { "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age": { "type": "string" @@ -69956,16 +74721,16 @@ "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_docs": { "type": "number" @@ -69975,14 +74740,14 @@ } } }, - "indices._types:DataStreamLifecycle": { + "indices._types.DataStreamLifecycle": { "type": "object", "properties": { "data_retention": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "downsampling": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleDownsampling" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleDownsampling" }, "enabled": { "description": "If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle\nthat's disabled (enabled: `false`) will have no effect on the data stream.", @@ -69990,14 +74755,14 @@ } } }, - "indices._types:DataStreamLifecycleDownsampling": { + "indices._types.DataStreamLifecycleDownsampling": { "type": "object", "properties": { "rounds": { "description": "The list of downsampling rounds to execute as part of this downsampling configuration", "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DownsamplingRound" + "$ref": "#/components/schemas/indices._types.DownsamplingRound" } } }, @@ -70005,14 +74770,14 @@ "rounds" ] }, - "indices._types:DownsamplingRound": { + "indices._types.DownsamplingRound": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "config": { - "$ref": "#/components/schemas/indices._types:DownsampleConfig" + "$ref": "#/components/schemas/indices._types.DownsampleConfig" } }, "required": [ @@ -70020,18 +74785,18 @@ "config" ] }, - "indices._types:DownsampleConfig": { + "indices._types.DownsampleConfig": { "type": "object", "properties": { "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" } }, "required": [ "fixed_interval" ] }, - "_types:Level": { + "_types.Level": { "type": "string", "enum": [ "cluster", @@ -70039,7 +74804,7 @@ "shards" ] }, - "_types:WaitForEvents": { + "_types.WaitForEvents": { "type": "string", "enum": [ "immediate", @@ -70050,7 +74815,7 @@ "languid" ] }, - "cluster.health:WaitForNodes": { + "cluster.health.WaitForNodes": { "oneOf": [ { "type": "string" @@ -70060,7 +74825,7 @@ } ] }, - "cluster.health:HealthResponseBody": { + "cluster.health.HealthResponseBody": { "type": "object", "properties": { "active_primary_shards": { @@ -70080,7 +74845,7 @@ "type": "number" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "delayed_unassigned_shards": { "description": "The number of shards whose allocation has been delayed by the timeout settings.", @@ -70089,7 +74854,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.health:IndexHealthStats" + "$ref": "#/components/schemas/cluster.health.IndexHealthStats" } }, "initializing_shards": { @@ -70117,13 +74882,13 @@ "type": "number" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "task_max_waiting_in_queue": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "task_max_waiting_in_queue_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If false the response returned within the period of time that is specified by the timeout parameter (30s by default)", @@ -70157,7 +74922,7 @@ "unassigned_shards" ] }, - "cluster.health:IndexHealthStats": { + "cluster.health.IndexHealthStats": { "type": "object", "properties": { "active_primary_shards": { @@ -70181,11 +74946,11 @@ "shards": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.health:ShardHealthStats" + "$ref": "#/components/schemas/cluster.health.ShardHealthStats" } }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "unassigned_shards": { "type": "number" @@ -70206,7 +74971,7 @@ "unassigned_primary_shards" ] }, - "cluster.health:ShardHealthStats": { + "cluster.health.ShardHealthStats": { "type": "object", "properties": { "active_shards": { @@ -70222,7 +74987,7 @@ "type": "number" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "unassigned_shards": { "type": "number" @@ -70241,20 +75006,20 @@ "unassigned_primary_shards" ] }, - "_types:ClusterInfoTargets": { + "_types.ClusterInfoTargets": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ClusterInfoTarget" + "$ref": "#/components/schemas/_types.ClusterInfoTarget" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ClusterInfoTarget" + "$ref": "#/components/schemas/_types.ClusterInfoTarget" } } ] }, - "_types:ClusterInfoTarget": { + "_types.ClusterInfoTarget": { "type": "string", "enum": [ "_all", @@ -70264,7 +75029,7 @@ "script" ] }, - "nodes._types:Http": { + "nodes._types.Http": { "type": "object", "properties": { "current_open": { @@ -70279,7 +75044,7 @@ "description": "Information on current and recently-closed HTTP client connections.\nClients that have been closed longer than the `http.client_stats.closed_channels.max_age` setting will not be represented here.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Client" + "$ref": "#/components/schemas/nodes._types.Client" } }, "routes": { @@ -70287,7 +75052,7 @@ "x-state": "Added in 8.12.0", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:HttpRoute" + "$ref": "#/components/schemas/nodes._types.HttpRoute" } } }, @@ -70295,7 +75060,7 @@ "routes" ] }, - "nodes._types:Client": { + "nodes._types.Client": { "type": "object", "properties": { "id": { @@ -70344,14 +75109,14 @@ } } }, - "nodes._types:HttpRoute": { + "nodes._types.HttpRoute": { "type": "object", "properties": { "requests": { - "$ref": "#/components/schemas/nodes._types:HttpRouteRequests" + "$ref": "#/components/schemas/nodes._types.HttpRouteRequests" }, "responses": { - "$ref": "#/components/schemas/nodes._types:HttpRouteResponses" + "$ref": "#/components/schemas/nodes._types.HttpRouteResponses" } }, "required": [ @@ -70359,7 +75124,7 @@ "responses" ] }, - "nodes._types:HttpRouteRequests": { + "nodes._types.HttpRouteRequests": { "type": "object", "properties": { "count": { @@ -70371,7 +75136,7 @@ "size_histogram": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:SizeHttpHistogram" + "$ref": "#/components/schemas/nodes._types.SizeHttpHistogram" } } }, @@ -70381,7 +75146,7 @@ "size_histogram" ] }, - "nodes._types:SizeHttpHistogram": { + "nodes._types.SizeHttpHistogram": { "type": "object", "properties": { "count": { @@ -70398,7 +75163,7 @@ "count" ] }, - "nodes._types:HttpRouteResponses": { + "nodes._types.HttpRouteResponses": { "type": "object", "properties": { "count": { @@ -70410,13 +75175,13 @@ "handling_time_histogram": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:TimeHttpHistogram" + "$ref": "#/components/schemas/nodes._types.TimeHttpHistogram" } }, "size_histogram": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:SizeHttpHistogram" + "$ref": "#/components/schemas/nodes._types.SizeHttpHistogram" } } }, @@ -70427,7 +75192,7 @@ "size_histogram" ] }, - "nodes._types:TimeHttpHistogram": { + "nodes._types.TimeHttpHistogram": { "type": "object", "properties": { "count": { @@ -70444,22 +75209,22 @@ "count" ] }, - "nodes._types:Ingest": { + "nodes._types.Ingest": { "type": "object", "properties": { "pipelines": { "description": "Contains statistics about ingest pipelines for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:IngestStats" + "$ref": "#/components/schemas/nodes._types.IngestStats" } }, "total": { - "$ref": "#/components/schemas/nodes._types:IngestTotal" + "$ref": "#/components/schemas/nodes._types.IngestTotal" } } }, - "nodes._types:IngestStats": { + "nodes._types.IngestStats": { "type": "object", "properties": { "count": { @@ -70480,12 +75245,12 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:KeyedProcessor" + "$ref": "#/components/schemas/nodes._types.KeyedProcessor" } } }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "ingested_as_first_pipeline_in_bytes": { "description": "Total number of bytes of all documents ingested by the pipeline.\nThis field is only present on pipelines which are the first to process a document.\nThus, it is not present on pipelines which only serve as a final pipeline after a default pipeline, a pipeline run after a reroute processor, or pipelines in pipeline processors.", @@ -70508,18 +75273,18 @@ "produced_as_first_pipeline_in_bytes" ] }, - "nodes._types:KeyedProcessor": { + "nodes._types.KeyedProcessor": { "type": "object", "properties": { "stats": { - "$ref": "#/components/schemas/nodes._types:Processor" + "$ref": "#/components/schemas/nodes._types.Processor" }, "type": { "type": "string" } } }, - "nodes._types:Processor": { + "nodes._types.Processor": { "type": "object", "properties": { "count": { @@ -70535,11 +75300,11 @@ "type": "number" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } }, - "nodes._types:IngestTotal": { + "nodes._types.IngestTotal": { "type": "object", "properties": { "count": { @@ -70555,7 +75320,7 @@ "type": "number" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -70565,7 +75330,7 @@ "time_in_millis" ] }, - "nodes._types:ThreadCount": { + "nodes._types.ThreadCount": { "type": "object", "properties": { "active": { @@ -70594,7 +75359,7 @@ } } }, - "nodes._types:Scripting": { + "nodes._types.Scripting": { "type": "object", "properties": { "cache_evictions": { @@ -70619,12 +75384,12 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Context" + "$ref": "#/components/schemas/nodes._types.Context" } } } }, - "nodes._types:Context": { + "nodes._types.Context": { "type": "object", "properties": { "context": { @@ -70641,7 +75406,7 @@ } } }, - "cluster.pending_tasks:PendingTask": { + "cluster.pending_tasks.PendingTask": { "type": "object", "properties": { "executing": { @@ -70661,10 +75426,10 @@ "type": "string" }, "time_in_queue": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_queue_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -70675,40 +75440,40 @@ "time_in_queue_millis" ] }, - "indices._types:IndexState": { + "indices._types.IndexState": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "defaults": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" } } }, - "indices._types:Alias": { + "indices._types.Alias": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_hidden": { "description": "If `true`, the alias is hidden.\nAll indices for the alias must have the same `is_hidden` value.", @@ -70719,30 +75484,30 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" } } }, - "_types:DataStreamName": { + "_types.DataStreamName": { "type": "string" }, - "cluster.remote_info:ClusterRemoteInfo": { + "cluster.remote_info.ClusterRemoteInfo": { "discriminator": { "propertyName": "mode" }, "oneOf": [ { - "$ref": "#/components/schemas/cluster.remote_info:ClusterRemoteSniffInfo" + "$ref": "#/components/schemas/cluster.remote_info.ClusterRemoteSniffInfo" }, { - "$ref": "#/components/schemas/cluster.remote_info:ClusterRemoteProxyInfo" + "$ref": "#/components/schemas/cluster.remote_info.ClusterRemoteProxyInfo" } ] }, - "cluster.remote_info:ClusterRemoteSniffInfo": { + "cluster.remote_info.ClusterRemoteSniffInfo": { "type": "object", "properties": { "mode": { @@ -70765,7 +75530,7 @@ "type": "number" }, "initial_connect_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "skip_unavailable": { "description": "If `true`, cross-cluster search skips the remote cluster when its nodes are unavailable during the search and ignores errors returned by the remote cluster.", @@ -70789,7 +75554,7 @@ "seeds" ] }, - "cluster.remote_info:ClusterRemoteProxyInfo": { + "cluster.remote_info.ClusterRemoteProxyInfo": { "type": "object", "properties": { "mode": { @@ -70804,7 +75569,7 @@ "type": "boolean" }, "initial_connect_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "skip_unavailable": { "description": "If `true`, cross-cluster search skips the remote cluster when its nodes are unavailable during the search and ignores errors returned by the remote cluster.", @@ -70841,7 +75606,7 @@ "max_proxy_socket_connections" ] }, - "_types:Metrics": { + "_types.Metrics": { "oneOf": [ { "type": "string" @@ -70854,31 +75619,31 @@ } ] }, - "cluster.reroute:Command": { + "cluster.reroute.Command": { "type": "object", "properties": { "cancel": { - "$ref": "#/components/schemas/cluster.reroute:CommandCancelAction" + "$ref": "#/components/schemas/cluster.reroute.CommandCancelAction" }, "move": { - "$ref": "#/components/schemas/cluster.reroute:CommandMoveAction" + "$ref": "#/components/schemas/cluster.reroute.CommandMoveAction" }, "allocate_replica": { - "$ref": "#/components/schemas/cluster.reroute:CommandAllocateReplicaAction" + "$ref": "#/components/schemas/cluster.reroute.CommandAllocateReplicaAction" }, "allocate_stale_primary": { - "$ref": "#/components/schemas/cluster.reroute:CommandAllocatePrimaryAction" + "$ref": "#/components/schemas/cluster.reroute.CommandAllocatePrimaryAction" }, "allocate_empty_primary": { - "$ref": "#/components/schemas/cluster.reroute:CommandAllocatePrimaryAction" + "$ref": "#/components/schemas/cluster.reroute.CommandAllocatePrimaryAction" } } }, - "cluster.reroute:CommandCancelAction": { + "cluster.reroute.CommandCancelAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "type": "number" @@ -70896,11 +75661,11 @@ "node" ] }, - "cluster.reroute:CommandMoveAction": { + "cluster.reroute.CommandMoveAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "type": "number" @@ -70921,11 +75686,11 @@ "to_node" ] }, - "cluster.reroute:CommandAllocateReplicaAction": { + "cluster.reroute.CommandAllocateReplicaAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "type": "number" @@ -70940,11 +75705,11 @@ "node" ] }, - "cluster.reroute:CommandAllocatePrimaryAction": { + "cluster.reroute.CommandAllocatePrimaryAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shard": { "type": "number" @@ -70964,7 +75729,7 @@ "accept_data_loss" ] }, - "cluster.reroute:RerouteExplanation": { + "cluster.reroute.RerouteExplanation": { "type": "object", "properties": { "command": { @@ -70973,11 +75738,11 @@ "decisions": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.reroute:RerouteDecision" + "$ref": "#/components/schemas/cluster.reroute.RerouteDecision" } }, "parameters": { - "$ref": "#/components/schemas/cluster.reroute:RerouteParameters" + "$ref": "#/components/schemas/cluster.reroute.RerouteParameters" } }, "required": [ @@ -70986,7 +75751,7 @@ "parameters" ] }, - "cluster.reroute:RerouteDecision": { + "cluster.reroute.RerouteDecision": { "type": "object", "properties": { "decider": { @@ -71005,26 +75770,26 @@ "explanation" ] }, - "cluster.reroute:RerouteParameters": { + "cluster.reroute.RerouteParameters": { "type": "object", "properties": { "allow_primary": { "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "shard": { "type": "number" }, "from_node": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "to_node": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" } }, "required": [ @@ -71034,28 +75799,28 @@ "shard" ] }, - "cluster.stats:StatsResponseBase": { + "cluster.stats.StatsResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "cluster_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "indices": { - "$ref": "#/components/schemas/cluster.stats:ClusterIndices" + "$ref": "#/components/schemas/cluster.stats.ClusterIndices" }, "nodes": { - "$ref": "#/components/schemas/cluster.stats:ClusterNodes" + "$ref": "#/components/schemas/cluster.stats.ClusterNodes" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "timestamp": { "description": "Unix timestamp, in milliseconds, for the last time the cluster statistics were refreshed.", @@ -71073,45 +75838,45 @@ } ] }, - "cluster.stats:ClusterIndices": { + "cluster.stats.ClusterIndices": { "type": "object", "properties": { "analysis": { - "$ref": "#/components/schemas/cluster.stats:CharFilterTypes" + "$ref": "#/components/schemas/cluster.stats.CharFilterTypes" }, "completion": { - "$ref": "#/components/schemas/_types:CompletionStats" + "$ref": "#/components/schemas/_types.CompletionStats" }, "count": { "description": "Total number of indices with shards assigned to selected nodes.", "type": "number" }, "docs": { - "$ref": "#/components/schemas/_types:DocStats" + "$ref": "#/components/schemas/_types.DocStats" }, "fielddata": { - "$ref": "#/components/schemas/_types:FielddataStats" + "$ref": "#/components/schemas/_types.FielddataStats" }, "query_cache": { - "$ref": "#/components/schemas/_types:QueryCacheStats" + "$ref": "#/components/schemas/_types.QueryCacheStats" }, "segments": { - "$ref": "#/components/schemas/_types:SegmentsStats" + "$ref": "#/components/schemas/_types.SegmentsStats" }, "shards": { - "$ref": "#/components/schemas/cluster.stats:ClusterIndicesShards" + "$ref": "#/components/schemas/cluster.stats.ClusterIndicesShards" }, "store": { - "$ref": "#/components/schemas/_types:StoreStats" + "$ref": "#/components/schemas/_types.StoreStats" }, "mappings": { - "$ref": "#/components/schemas/cluster.stats:FieldTypesMappings" + "$ref": "#/components/schemas/cluster.stats.FieldTypesMappings" }, "versions": { "description": "Contains statistics about analyzers and analyzer components used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:IndicesVersions" + "$ref": "#/components/schemas/cluster.stats.IndicesVersions" } } }, @@ -71128,63 +75893,63 @@ "mappings" ] }, - "cluster.stats:CharFilterTypes": { + "cluster.stats.CharFilterTypes": { "type": "object", "properties": { "analyzer_types": { "description": "Contains statistics about analyzer types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "built_in_analyzers": { "description": "Contains statistics about built-in analyzers used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "built_in_char_filters": { "description": "Contains statistics about built-in character filters used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "built_in_filters": { "description": "Contains statistics about built-in token filters used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "built_in_tokenizers": { "description": "Contains statistics about built-in tokenizers used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "char_filter_types": { "description": "Contains statistics about character filter types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "filter_types": { "description": "Contains statistics about token filter types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "tokenizer_types": { "description": "Contains statistics about tokenizer types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } } }, @@ -71199,11 +75964,11 @@ "tokenizer_types" ] }, - "cluster.stats:FieldTypes": { + "cluster.stats.FieldTypes": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "count": { "description": "The number of occurrences of the field type in selected nodes.", @@ -71236,7 +76001,7 @@ "index_count" ] }, - "_types:CompletionStats": { + "_types.CompletionStats": { "type": "object", "properties": { "size_in_bytes": { @@ -71244,12 +76009,12 @@ "type": "number" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldSizeUsage" + "$ref": "#/components/schemas/_types.FieldSizeUsage" } } }, @@ -71257,11 +76022,11 @@ "size_in_bytes" ] }, - "_types:FieldSizeUsage": { + "_types.FieldSizeUsage": { "type": "object", "properties": { "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size_in_bytes": { "type": "number" @@ -71271,7 +76036,7 @@ "size_in_bytes" ] }, - "_types:DocStats": { + "_types.DocStats": { "type": "object", "properties": { "count": { @@ -71287,14 +76052,14 @@ "count" ] }, - "_types:FielddataStats": { + "_types.FielddataStats": { "type": "object", "properties": { "evictions": { "type": "number" }, "memory_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_size_in_bytes": { "type": "number" @@ -71302,7 +76067,7 @@ "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldMemoryUsage" + "$ref": "#/components/schemas/_types.FieldMemoryUsage" } } }, @@ -71310,11 +76075,11 @@ "memory_size_in_bytes" ] }, - "_types:FieldMemoryUsage": { + "_types.FieldMemoryUsage": { "type": "object", "properties": { "memory_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_size_in_bytes": { "type": "number" @@ -71324,7 +76089,7 @@ "memory_size_in_bytes" ] }, - "_types:QueryCacheStats": { + "_types.QueryCacheStats": { "type": "object", "properties": { "cache_count": { @@ -71344,7 +76109,7 @@ "type": "number" }, "memory_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_size_in_bytes": { "description": "Total amount, in bytes, of memory used for the query cache across all shards assigned to selected nodes.", @@ -71369,7 +76134,7 @@ "total_count" ] }, - "_types:SegmentsStats": { + "_types.SegmentsStats": { "type": "object", "properties": { "count": { @@ -71377,7 +76142,7 @@ "type": "number" }, "doc_values_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "doc_values_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for doc values across all shards assigned to selected nodes.", @@ -71387,18 +76152,18 @@ "description": "This object is not populated by the cluster stats API.\nTo get information on segment files, use the node stats API.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.stats:ShardFileSizeInfo" + "$ref": "#/components/schemas/indices.stats.ShardFileSizeInfo" } }, "fixed_bit_set": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "fixed_bit_set_memory_in_bytes": { "description": "Total amount of memory, in bytes, used by fixed bit sets across all shards assigned to selected nodes.", "type": "number" }, "index_writer_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "index_writer_max_memory_in_bytes": { "type": "number" @@ -71412,28 +76177,28 @@ "type": "number" }, "memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_in_bytes": { "description": "Total amount, in bytes, of memory used for segments across all shards assigned to selected nodes.", "type": "number" }, "norms_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "norms_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for normalization factors across all shards assigned to selected nodes.", "type": "number" }, "points_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "points_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for points across all shards assigned to selected nodes.", "type": "number" }, "stored_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "stored_fields_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for stored fields across all shards assigned to selected nodes.", @@ -71444,17 +76209,17 @@ "type": "number" }, "terms_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "term_vectory_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "term_vectors_memory_in_bytes": { "description": "Total amount, in bytes, of memory used for term vectors across all shards assigned to selected nodes.", "type": "number" }, "version_map_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "version_map_memory_in_bytes": { "description": "Total amount, in bytes, of memory used by all version maps across all shards assigned to selected nodes.", @@ -71477,7 +76242,7 @@ "version_map_memory_in_bytes" ] }, - "indices.stats:ShardFileSizeInfo": { + "indices.stats.ShardFileSizeInfo": { "type": "object", "properties": { "description": { @@ -71504,11 +76269,11 @@ "size_in_bytes" ] }, - "cluster.stats:ClusterIndicesShards": { + "cluster.stats.ClusterIndicesShards": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/cluster.stats:ClusterIndicesShardsIndex" + "$ref": "#/components/schemas/cluster.stats.ClusterIndicesShardsIndex" }, "primaries": { "description": "Number of primary shards assigned to selected nodes.", @@ -71524,17 +76289,17 @@ } } }, - "cluster.stats:ClusterIndicesShardsIndex": { + "cluster.stats.ClusterIndicesShardsIndex": { "type": "object", "properties": { "primaries": { - "$ref": "#/components/schemas/cluster.stats:ClusterShardMetrics" + "$ref": "#/components/schemas/cluster.stats.ClusterShardMetrics" }, "replication": { - "$ref": "#/components/schemas/cluster.stats:ClusterShardMetrics" + "$ref": "#/components/schemas/cluster.stats.ClusterShardMetrics" }, "shards": { - "$ref": "#/components/schemas/cluster.stats:ClusterShardMetrics" + "$ref": "#/components/schemas/cluster.stats.ClusterShardMetrics" } }, "required": [ @@ -71543,7 +76308,7 @@ "shards" ] }, - "cluster.stats:ClusterShardMetrics": { + "cluster.stats.ClusterShardMetrics": { "type": "object", "properties": { "avg": { @@ -71565,25 +76330,25 @@ "min" ] }, - "_types:StoreStats": { + "_types.StoreStats": { "type": "object", "properties": { "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size_in_bytes": { "description": "Total size, in bytes, of all shards assigned to selected nodes.", "type": "number" }, "reserved": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "reserved_in_bytes": { "description": "A prediction, in bytes, of how much larger the shard stores will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities.", "type": "number" }, "total_data_set_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_data_set_size_in_bytes": { "description": "Total data set size, in bytes, of all shards assigned to selected nodes.\nThis includes the size of shards not stored fully on the nodes, such as the cache for partially mounted indices.", @@ -71595,21 +76360,21 @@ "reserved_in_bytes" ] }, - "cluster.stats:FieldTypesMappings": { + "cluster.stats.FieldTypesMappings": { "type": "object", "properties": { "field_types": { "description": "Contains statistics about field data types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:FieldTypes" + "$ref": "#/components/schemas/cluster.stats.FieldTypes" } }, "runtime_field_types": { "description": "Contains statistics about runtime field data types used in selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:RuntimeFieldTypes" + "$ref": "#/components/schemas/cluster.stats.RuntimeFieldTypes" } }, "total_field_count": { @@ -71621,7 +76386,7 @@ "type": "number" }, "total_deduplicated_mapping_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_deduplicated_mapping_size_in_bytes": { "description": "Total size of all mappings, in bytes, after deduplication and compression.", @@ -71632,7 +76397,7 @@ "field_types" ] }, - "cluster.stats:RuntimeFieldTypes": { + "cluster.stats.RuntimeFieldTypes": { "type": "object", "properties": { "chars_max": { @@ -71675,7 +76440,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "scriptless_count": { "description": "Number of runtime fields that don’t declare a script.", @@ -71711,7 +76476,7 @@ "source_total" ] }, - "cluster.stats:IndicesVersions": { + "cluster.stats.IndicesVersions": { "type": "object", "properties": { "index_count": { @@ -71724,7 +76489,7 @@ "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -71734,11 +76499,11 @@ "version" ] }, - "cluster.stats:ClusterNodes": { + "cluster.stats.ClusterNodes": { "type": "object", "properties": { "count": { - "$ref": "#/components/schemas/cluster.stats:ClusterNodeCount" + "$ref": "#/components/schemas/cluster.stats.ClusterNodeCount" }, "discovery_types": { "description": "Contains statistics about the discovery types used by selected nodes.", @@ -71748,45 +76513,45 @@ } }, "fs": { - "$ref": "#/components/schemas/cluster.stats:ClusterFileSystem" + "$ref": "#/components/schemas/cluster.stats.ClusterFileSystem" }, "indexing_pressure": { - "$ref": "#/components/schemas/cluster.stats:IndexingPressure" + "$ref": "#/components/schemas/cluster.stats.IndexingPressure" }, "ingest": { - "$ref": "#/components/schemas/cluster.stats:ClusterIngest" + "$ref": "#/components/schemas/cluster.stats.ClusterIngest" }, "jvm": { - "$ref": "#/components/schemas/cluster.stats:ClusterJvm" + "$ref": "#/components/schemas/cluster.stats.ClusterJvm" }, "network_types": { - "$ref": "#/components/schemas/cluster.stats:ClusterNetworkTypes" + "$ref": "#/components/schemas/cluster.stats.ClusterNetworkTypes" }, "os": { - "$ref": "#/components/schemas/cluster.stats:ClusterOperatingSystem" + "$ref": "#/components/schemas/cluster.stats.ClusterOperatingSystem" }, "packaging_types": { "description": "Contains statistics about Elasticsearch distributions installed on selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:NodePackagingType" + "$ref": "#/components/schemas/cluster.stats.NodePackagingType" } }, "plugins": { "description": "Contains statistics about installed plugins and modules by selected nodes.\nIf no plugins or modules are installed, this array is empty.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:PluginStats" + "$ref": "#/components/schemas/_types.PluginStats" } }, "process": { - "$ref": "#/components/schemas/cluster.stats:ClusterProcess" + "$ref": "#/components/schemas/cluster.stats.ClusterProcess" }, "versions": { "description": "Array of Elasticsearch versions used on selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, @@ -71805,7 +76570,7 @@ "versions" ] }, - "cluster.stats:ClusterNodeCount": { + "cluster.stats.ClusterNodeCount": { "type": "object", "properties": { "coordinating_only": { @@ -71867,7 +76632,7 @@ "voting_only" ] }, - "cluster.stats:ClusterFileSystem": { + "cluster.stats.ClusterFileSystem": { "type": "object", "properties": { "available_in_bytes": { @@ -71889,28 +76654,28 @@ "total_in_bytes" ] }, - "cluster.stats:IndexingPressure": { + "cluster.stats.IndexingPressure": { "type": "object", "properties": { "memory": { - "$ref": "#/components/schemas/cluster.stats:IndexingPressureMemory" + "$ref": "#/components/schemas/cluster.stats.IndexingPressureMemory" } }, "required": [ "memory" ] }, - "cluster.stats:IndexingPressureMemory": { + "cluster.stats.IndexingPressureMemory": { "type": "object", "properties": { "current": { - "$ref": "#/components/schemas/cluster.stats:IndexingPressureMemorySummary" + "$ref": "#/components/schemas/cluster.stats.IndexingPressureMemorySummary" }, "limit_in_bytes": { "type": "number" }, "total": { - "$ref": "#/components/schemas/cluster.stats:IndexingPressureMemorySummary" + "$ref": "#/components/schemas/cluster.stats.IndexingPressureMemorySummary" } }, "required": [ @@ -71919,7 +76684,7 @@ "total" ] }, - "cluster.stats:IndexingPressureMemorySummary": { + "cluster.stats.IndexingPressureMemorySummary": { "type": "object", "properties": { "all_in_bytes": { @@ -71955,7 +76720,7 @@ "replica_in_bytes" ] }, - "cluster.stats:ClusterIngest": { + "cluster.stats.ClusterIngest": { "type": "object", "properties": { "number_of_pipelines": { @@ -71964,7 +76729,7 @@ "processor_stats": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster.stats:ClusterProcessor" + "$ref": "#/components/schemas/cluster.stats.ClusterProcessor" } } }, @@ -71973,7 +76738,7 @@ "processor_stats" ] }, - "cluster.stats:ClusterProcessor": { + "cluster.stats.ClusterProcessor": { "type": "object", "properties": { "count": { @@ -71986,10 +76751,10 @@ "type": "number" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -71999,14 +76764,14 @@ "time_in_millis" ] }, - "cluster.stats:ClusterJvm": { + "cluster.stats.ClusterJvm": { "type": "object", "properties": { "max_uptime_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "mem": { - "$ref": "#/components/schemas/cluster.stats:ClusterJvmMemory" + "$ref": "#/components/schemas/cluster.stats.ClusterJvmMemory" }, "threads": { "description": "Number of active threads in use by JVM across all selected nodes.", @@ -72016,7 +76781,7 @@ "description": "Contains statistics about the JVM versions used by selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:ClusterJvmVersion" + "$ref": "#/components/schemas/cluster.stats.ClusterJvmVersion" } } }, @@ -72027,7 +76792,7 @@ "versions" ] }, - "cluster.stats:ClusterJvmMemory": { + "cluster.stats.ClusterJvmMemory": { "type": "object", "properties": { "heap_max_in_bytes": { @@ -72044,7 +76809,7 @@ "heap_used_in_bytes" ] }, - "cluster.stats:ClusterJvmVersion": { + "cluster.stats.ClusterJvmVersion": { "type": "object", "properties": { "bundled_jdk": { @@ -72060,7 +76825,7 @@ "type": "boolean" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "vm_name": { "description": "Name of the JVM.", @@ -72071,7 +76836,7 @@ "type": "string" }, "vm_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -72084,7 +76849,7 @@ "vm_version" ] }, - "cluster.stats:ClusterNetworkTypes": { + "cluster.stats.ClusterNetworkTypes": { "type": "object", "properties": { "http_types": { @@ -72107,7 +76872,7 @@ "transport_types" ] }, - "cluster.stats:ClusterOperatingSystem": { + "cluster.stats.ClusterOperatingSystem": { "type": "object", "properties": { "allocated_processors": { @@ -72118,7 +76883,7 @@ "description": "Contains statistics about processor architectures (for example, x86_64 or aarch64) used by selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:ClusterOperatingSystemArchitecture" + "$ref": "#/components/schemas/cluster.stats.ClusterOperatingSystemArchitecture" } }, "available_processors": { @@ -72126,20 +76891,20 @@ "type": "number" }, "mem": { - "$ref": "#/components/schemas/cluster.stats:OperatingSystemMemoryInfo" + "$ref": "#/components/schemas/cluster.stats.OperatingSystemMemoryInfo" }, "names": { "description": "Contains statistics about operating systems used by selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:ClusterOperatingSystemName" + "$ref": "#/components/schemas/cluster.stats.ClusterOperatingSystemName" } }, "pretty_names": { "description": "Contains statistics about operating systems used by selected nodes.", "type": "array", "items": { - "$ref": "#/components/schemas/cluster.stats:ClusterOperatingSystemPrettyName" + "$ref": "#/components/schemas/cluster.stats.ClusterOperatingSystemPrettyName" } } }, @@ -72151,7 +76916,7 @@ "pretty_names" ] }, - "cluster.stats:ClusterOperatingSystemArchitecture": { + "cluster.stats.ClusterOperatingSystemArchitecture": { "type": "object", "properties": { "arch": { @@ -72168,7 +76933,7 @@ "count" ] }, - "cluster.stats:OperatingSystemMemoryInfo": { + "cluster.stats.OperatingSystemMemoryInfo": { "type": "object", "properties": { "adjusted_total_in_bytes": { @@ -72204,7 +76969,7 @@ "used_percent" ] }, - "cluster.stats:ClusterOperatingSystemName": { + "cluster.stats.ClusterOperatingSystemName": { "type": "object", "properties": { "count": { @@ -72212,7 +76977,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -72220,7 +76985,7 @@ "name" ] }, - "cluster.stats:ClusterOperatingSystemPrettyName": { + "cluster.stats.ClusterOperatingSystemPrettyName": { "type": "object", "properties": { "count": { @@ -72228,7 +76993,7 @@ "type": "number" }, "pretty_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -72236,7 +77001,7 @@ "pretty_name" ] }, - "cluster.stats:NodePackagingType": { + "cluster.stats.NodePackagingType": { "type": "object", "properties": { "count": { @@ -72258,7 +77023,7 @@ "type" ] }, - "_types:PluginStats": { + "_types.PluginStats": { "type": "object", "properties": { "classname": { @@ -72268,7 +77033,7 @@ "type": "string" }, "elasticsearch_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "extended_plugins": { "type": "array", @@ -72280,13 +77045,13 @@ "type": "boolean" }, "java_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "licensed": { "type": "boolean" @@ -72304,14 +77069,14 @@ "licensed" ] }, - "cluster.stats:ClusterProcess": { + "cluster.stats.ClusterProcess": { "type": "object", "properties": { "cpu": { - "$ref": "#/components/schemas/cluster.stats:ClusterProcessCpu" + "$ref": "#/components/schemas/cluster.stats.ClusterProcessCpu" }, "open_file_descriptors": { - "$ref": "#/components/schemas/cluster.stats:ClusterProcessOpenFileDescriptors" + "$ref": "#/components/schemas/cluster.stats.ClusterProcessOpenFileDescriptors" } }, "required": [ @@ -72319,7 +77084,7 @@ "open_file_descriptors" ] }, - "cluster.stats:ClusterProcessCpu": { + "cluster.stats.ClusterProcessCpu": { "type": "object", "properties": { "percent": { @@ -72331,7 +77096,7 @@ "percent" ] }, - "cluster.stats:ClusterProcessOpenFileDescriptors": { + "cluster.stats.ClusterProcessOpenFileDescriptors": { "type": "object", "properties": { "avg": { @@ -72353,21 +77118,21 @@ "min" ] }, - "nodes._types:NodesResponseBase": { + "nodes._types.NodesResponseBase": { "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" } } }, - "_types:NodeStatistics": { + "_types.NodeStatistics": { "type": "object", "properties": { "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "total": { @@ -72389,7 +77154,7 @@ "failed" ] }, - "_types:Result": { + "_types.Result": { "type": "string", "enum": [ "created", @@ -72399,7 +77164,7 @@ "noop" ] }, - "connector._types:Connector": { + "connector._types.Connector": { "type": "object", "properties": { "api_key_id": { @@ -72409,10 +77174,10 @@ "type": "string" }, "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "custom_scheduling": { - "$ref": "#/components/schemas/connector._types:ConnectorCustomScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorCustomScheduling" }, "deleted": { "type": "boolean" @@ -72432,21 +77197,21 @@ ] }, "features": { - "$ref": "#/components/schemas/connector._types:ConnectorFeatures" + "$ref": "#/components/schemas/connector._types.ConnectorFeatures" }, "filtering": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringConfig" + "$ref": "#/components/schemas/connector._types.FilteringConfig" } }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "nullable": true, @@ -72464,49 +77229,49 @@ "type": "string" }, "last_access_control_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_access_control_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_deleted_document_count": { "type": "number" }, "last_incremental_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_indexed_document_count": { "type": "number" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_error": { "type": "string" }, "last_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "name": { "type": "string" }, "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" }, "scheduling": { - "$ref": "#/components/schemas/connector._types:SchedulingConfiguration" + "$ref": "#/components/schemas/connector._types.SchedulingConfiguration" }, "service_type": { "type": "string" }, "status": { - "$ref": "#/components/schemas/connector._types:ConnectorStatus" + "$ref": "#/components/schemas/connector._types.ConnectorStatus" }, "sync_cursor": { "type": "object" @@ -72526,29 +77291,29 @@ "sync_now" ] }, - "connector._types:ConnectorConfiguration": { + "connector._types.ConnectorConfiguration": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/connector._types:ConnectorConfigProperties" + "$ref": "#/components/schemas/connector._types.ConnectorConfigProperties" } }, - "connector._types:ConnectorConfigProperties": { + "connector._types.ConnectorConfigProperties": { "type": "object", "properties": { "category": { "type": "string" }, "default_value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" }, "depends_on": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Dependency" + "$ref": "#/components/schemas/connector._types.Dependency" } }, "display": { - "$ref": "#/components/schemas/connector._types:DisplayType" + "$ref": "#/components/schemas/connector._types.DisplayType" }, "label": { "type": "string" @@ -72556,7 +77321,7 @@ "options": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:SelectOption" + "$ref": "#/components/schemas/connector._types.SelectOption" } }, "order": { @@ -72583,7 +77348,7 @@ ] }, "type": { - "$ref": "#/components/schemas/connector._types:ConnectorFieldType" + "$ref": "#/components/schemas/connector._types.ConnectorFieldType" }, "ui_restrictions": { "type": "array", @@ -72594,7 +77359,7 @@ "validations": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Validation" + "$ref": "#/components/schemas/connector._types.Validation" } }, "value": { @@ -72612,7 +77377,7 @@ "value" ] }, - "_types:ScalarValue": { + "_types.ScalarValue": { "description": "A scalar value.", "oneOf": [ { @@ -72633,14 +77398,14 @@ } ] }, - "connector._types:Dependency": { + "connector._types.Dependency": { "type": "object", "properties": { "field": { "type": "string" }, "value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } }, "required": [ @@ -72648,7 +77413,7 @@ "value" ] }, - "connector._types:DisplayType": { + "connector._types.DisplayType": { "type": "string", "enum": [ "textbox", @@ -72658,14 +77423,14 @@ "dropdown" ] }, - "connector._types:SelectOption": { + "connector._types.SelectOption": { "type": "object", "properties": { "label": { "type": "string" }, "value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } }, "required": [ @@ -72673,7 +77438,7 @@ "value" ] }, - "connector._types:ConnectorFieldType": { + "connector._types.ConnectorFieldType": { "type": "string", "enum": [ "str", @@ -72682,29 +77447,29 @@ "bool" ] }, - "connector._types:Validation": { + "connector._types.Validation": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/connector._types:LessThanValidation" + "$ref": "#/components/schemas/connector._types.LessThanValidation" }, { - "$ref": "#/components/schemas/connector._types:GreaterThanValidation" + "$ref": "#/components/schemas/connector._types.GreaterThanValidation" }, { - "$ref": "#/components/schemas/connector._types:ListTypeValidation" + "$ref": "#/components/schemas/connector._types.ListTypeValidation" }, { - "$ref": "#/components/schemas/connector._types:IncludedInValidation" + "$ref": "#/components/schemas/connector._types.IncludedInValidation" }, { - "$ref": "#/components/schemas/connector._types:RegexValidation" + "$ref": "#/components/schemas/connector._types.RegexValidation" } ] }, - "connector._types:LessThanValidation": { + "connector._types.LessThanValidation": { "type": "object", "properties": { "type": { @@ -72722,7 +77487,7 @@ "constraint" ] }, - "connector._types:GreaterThanValidation": { + "connector._types.GreaterThanValidation": { "type": "object", "properties": { "type": { @@ -72740,7 +77505,7 @@ "constraint" ] }, - "connector._types:ListTypeValidation": { + "connector._types.ListTypeValidation": { "type": "object", "properties": { "type": { @@ -72758,7 +77523,7 @@ "constraint" ] }, - "connector._types:IncludedInValidation": { + "connector._types.IncludedInValidation": { "type": "object", "properties": { "type": { @@ -72770,7 +77535,7 @@ "constraint": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } } }, @@ -72779,7 +77544,7 @@ "constraint" ] }, - "connector._types:RegexValidation": { + "connector._types.RegexValidation": { "type": "object", "properties": { "type": { @@ -72797,17 +77562,17 @@ "constraint" ] }, - "connector._types:ConnectorCustomScheduling": { + "connector._types.ConnectorCustomScheduling": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/connector._types:CustomScheduling" + "$ref": "#/components/schemas/connector._types.CustomScheduling" } }, - "connector._types:CustomScheduling": { + "connector._types.CustomScheduling": { "type": "object", "properties": { "configuration_overrides": { - "$ref": "#/components/schemas/connector._types:CustomSchedulingConfigurationOverrides" + "$ref": "#/components/schemas/connector._types.CustomSchedulingConfigurationOverrides" }, "enabled": { "type": "boolean" @@ -72816,7 +77581,7 @@ "type": "string" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "name": { "type": "string" @@ -72829,7 +77594,7 @@ "name" ] }, - "connector._types:CustomSchedulingConfigurationOverrides": { + "connector._types.CustomSchedulingConfigurationOverrides": { "type": "object", "properties": { "max_crawl_depth": { @@ -72858,24 +77623,24 @@ } } }, - "connector._types:ConnectorFeatures": { + "connector._types.ConnectorFeatures": { "type": "object", "properties": { "document_level_security": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "incremental_sync": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "native_connector_api_keys": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "sync_rules": { - "$ref": "#/components/schemas/connector._types:SyncRulesFeature" + "$ref": "#/components/schemas/connector._types.SyncRulesFeature" } } }, - "connector._types:FeatureEnabled": { + "connector._types.FeatureEnabled": { "type": "object", "properties": { "enabled": { @@ -72886,28 +77651,28 @@ "enabled" ] }, - "connector._types:SyncRulesFeature": { + "connector._types.SyncRulesFeature": { "type": "object", "properties": { "advanced": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "basic": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" } } }, - "connector._types:FilteringConfig": { + "connector._types.FilteringConfig": { "type": "object", "properties": { "active": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" }, "domain": { "type": "string" }, "draft": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" } }, "required": [ @@ -72915,20 +77680,20 @@ "draft" ] }, - "connector._types:FilteringRules": { + "connector._types.FilteringRules": { "type": "object", "properties": { "advanced_snippet": { - "$ref": "#/components/schemas/connector._types:FilteringAdvancedSnippet" + "$ref": "#/components/schemas/connector._types.FilteringAdvancedSnippet" }, "rules": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringRule" + "$ref": "#/components/schemas/connector._types.FilteringRule" } }, "validation": { - "$ref": "#/components/schemas/connector._types:FilteringRulesValidation" + "$ref": "#/components/schemas/connector._types.FilteringRulesValidation" } }, "required": [ @@ -72937,14 +77702,14 @@ "validation" ] }, - "connector._types:FilteringAdvancedSnippet": { + "connector._types.FilteringAdvancedSnippet": { "type": "object", "properties": { "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "updated_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "value": { "type": "object" @@ -72954,29 +77719,29 @@ "value" ] }, - "connector._types:FilteringRule": { + "connector._types.FilteringRule": { "type": "object", "properties": { "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "order": { "type": "number" }, "policy": { - "$ref": "#/components/schemas/connector._types:FilteringPolicy" + "$ref": "#/components/schemas/connector._types.FilteringPolicy" }, "rule": { - "$ref": "#/components/schemas/connector._types:FilteringRuleRule" + "$ref": "#/components/schemas/connector._types.FilteringRuleRule" }, "updated_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "value": { "type": "string" @@ -72991,14 +77756,14 @@ "value" ] }, - "connector._types:FilteringPolicy": { + "connector._types.FilteringPolicy": { "type": "string", "enum": [ "exclude", "include" ] }, - "connector._types:FilteringRuleRule": { + "connector._types.FilteringRuleRule": { "type": "string", "enum": [ "contains", @@ -73010,17 +77775,17 @@ "<" ] }, - "connector._types:FilteringRulesValidation": { + "connector._types.FilteringRulesValidation": { "type": "object", "properties": { "errors": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringValidation" + "$ref": "#/components/schemas/connector._types.FilteringValidation" } }, "state": { - "$ref": "#/components/schemas/connector._types:FilteringValidationState" + "$ref": "#/components/schemas/connector._types.FilteringValidationState" } }, "required": [ @@ -73028,13 +77793,13 @@ "state" ] }, - "connector._types:FilteringValidation": { + "connector._types.FilteringValidation": { "type": "object", "properties": { "ids": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "messages": { @@ -73049,7 +77814,7 @@ "messages" ] }, - "connector._types:FilteringValidationState": { + "connector._types.FilteringValidationState": { "type": "string", "enum": [ "edited", @@ -73057,7 +77822,7 @@ "valid" ] }, - "connector._types:SyncStatus": { + "connector._types.SyncStatus": { "type": "string", "enum": [ "canceling", @@ -73069,7 +77834,7 @@ "suspended" ] }, - "connector._types:IngestPipelineParams": { + "connector._types.IngestPipelineParams": { "type": "object", "properties": { "extract_binary_content": { @@ -73092,21 +77857,21 @@ "run_ml_inference" ] }, - "connector._types:SchedulingConfiguration": { + "connector._types.SchedulingConfiguration": { "type": "object", "properties": { "access_control": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" }, "full": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" }, "incremental": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" } } }, - "connector._types:ConnectorScheduling": { + "connector._types.ConnectorScheduling": { "type": "object", "properties": { "enabled": { @@ -73122,7 +77887,7 @@ "interval" ] }, - "connector._types:ConnectorStatus": { + "connector._types.ConnectorStatus": { "type": "string", "enum": [ "created", @@ -73132,23 +77897,23 @@ "error" ] }, - "connector._types:ConnectorSyncJob": { + "connector._types.ConnectorSyncJob": { "type": "object", "properties": { "cancelation_requested_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "canceled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "completed_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "connector": { - "$ref": "#/components/schemas/connector._types:SyncJobConnectorReference" + "$ref": "#/components/schemas/connector._types.SyncJobConnectorReference" }, "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "deleted_document_count": { "type": "number" @@ -73157,7 +77922,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "indexed_document_count": { "type": "number" @@ -73166,10 +77931,10 @@ "type": "number" }, "job_type": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "metadata": { "type": "object", @@ -73178,16 +77943,16 @@ } }, "started_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "total_document_count": { "type": "number" }, "trigger_method": { - "$ref": "#/components/schemas/connector._types:SyncJobTriggerMethod" + "$ref": "#/components/schemas/connector._types.SyncJobTriggerMethod" }, "worker_hostname": { "type": "string" @@ -73207,17 +77972,17 @@ "trigger_method" ] }, - "connector._types:SyncJobConnectorReference": { + "connector._types.SyncJobConnectorReference": { "type": "object", "properties": { "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "filtering": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_name": { "type": "string" @@ -73226,7 +77991,7 @@ "type": "string" }, "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" }, "service_type": { "type": "string" @@ -73243,7 +78008,7 @@ "service_type" ] }, - "connector._types:SyncJobType": { + "connector._types.SyncJobType": { "type": "string", "enum": [ "full", @@ -73251,44 +78016,44 @@ "access_control" ] }, - "connector._types:SyncJobTriggerMethod": { + "connector._types.SyncJobTriggerMethod": { "type": "string", "enum": [ "on_demand", "scheduled" ] }, - "_types:OpType": { + "_types.OpType": { "type": "string", "enum": [ "index", "create" ] }, - "_types:WriteResponseBase": { + "_types.WriteResponseBase": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_primary_term": { "description": "The primary term assigned to the document for the indexing operation.", "type": "number" }, "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "forced_refresh": { "type": "boolean" @@ -73302,7 +78067,7 @@ "_version" ] }, - "dangling_indices.list_dangling_indices:DanglingIndex": { + "dangling_indices.list_dangling_indices.DanglingIndex": { "type": "object", "properties": { "index_name": { @@ -73312,10 +78077,10 @@ "type": "string" }, "creation_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "node_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -73325,41 +78090,41 @@ "node_ids" ] }, - "_types:Conflicts": { + "_types.Conflicts": { "type": "string", "enum": [ "abort", "proceed" ] }, - "_types:Slices": { + "_types.Slices": { "description": "Slices configuration used to parallelize a process.", "oneOf": [ { "type": "number" }, { - "$ref": "#/components/schemas/_types:SlicesCalculation" + "$ref": "#/components/schemas/_types.SlicesCalculation" } ] }, - "_types:SlicesCalculation": { + "_types.SlicesCalculation": { "type": "string", "enum": [ "auto" ] }, - "_types:BulkIndexByScrollFailure": { + "_types.BulkIndexByScrollFailure": { "type": "object", "properties": { "cause": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "status": { "type": "number" @@ -73372,7 +78137,7 @@ "status" ] }, - "_types:Retries": { + "_types.Retries": { "type": "object", "properties": { "bulk": { @@ -73389,7 +78154,7 @@ "search" ] }, - "_types:TaskId": { + "_types.TaskId": { "oneOf": [ { "type": "string" @@ -73399,47 +78164,47 @@ } ] }, - "tasks._types:TaskListResponseBase": { + "tasks._types.TaskListResponseBase": { "type": "object", "properties": { "node_failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "task_failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:TaskFailure" + "$ref": "#/components/schemas/_types.TaskFailure" } }, "nodes": { "description": "Task information grouped by node, if `group_by` was set to `node` (the default).", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/tasks._types:NodeTasks" + "$ref": "#/components/schemas/tasks._types.NodeTasks" } }, "tasks": { - "$ref": "#/components/schemas/tasks._types:TaskInfos" + "$ref": "#/components/schemas/tasks._types.TaskInfos" } } }, - "_types:TaskFailure": { + "_types.TaskFailure": { "type": "object", "properties": { "task_id": { "type": "number" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "status": { "type": "string" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -73449,20 +78214,20 @@ "reason" ] }, - "tasks._types:NodeTasks": { + "tasks._types.NodeTasks": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "ip": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, "roles": { "type": "array", @@ -73479,7 +78244,7 @@ "tasks": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } } }, @@ -73487,7 +78252,7 @@ "tasks" ] }, - "tasks._types:TaskInfo": { + "tasks._types.TaskInfo": { "type": "object", "properties": { "action": { @@ -73513,16 +78278,16 @@ "type": "number" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "running_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "running_time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "status": { "description": "The internal status of the task, which varies from task to task.\nThe format also varies.\nWhile the goal is to keep the status for a particular task consistent from version to version, this is not always possible because sometimes the implementation changes.\nFields might be removed from the status for a particular request so any parsing you do of the status might break in minor releases.", @@ -73532,7 +78297,7 @@ "type": "string" }, "parent_task_id": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } }, "required": [ @@ -73546,26 +78311,26 @@ "type" ] }, - "tasks._types:TaskInfos": { + "tasks._types.TaskInfos": { "oneOf": [ { "type": "array", "items": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } }, { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/tasks._types:ParentTaskInfo" + "$ref": "#/components/schemas/tasks._types.ParentTaskInfo" } } ] }, - "tasks._types:ParentTaskInfo": { + "tasks._types.ParentTaskInfo": { "allOf": [ { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" }, { "type": "object", @@ -73573,18 +78338,18 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } } } } ] }, - "enrich.execute_policy:ExecuteEnrichPolicyStatus": { + "enrich.execute_policy.ExecuteEnrichPolicyStatus": { "type": "object", "properties": { "phase": { - "$ref": "#/components/schemas/enrich.execute_policy:EnrichPolicyPhase" + "$ref": "#/components/schemas/enrich.execute_policy.EnrichPolicyPhase" }, "step": { "type": "string" @@ -73594,7 +78359,7 @@ "phase" ] }, - "enrich.execute_policy:EnrichPolicyPhase": { + "enrich.execute_policy.EnrichPolicyPhase": { "type": "string", "enum": [ "SCHEDULED", @@ -73604,13 +78369,13 @@ "CANCELLED" ] }, - "enrich._types:Summary": { + "enrich._types.Summary": { "type": "object", "properties": { "config": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "minProperties": 1, "maxProperties": 1 @@ -73620,23 +78385,23 @@ "config" ] }, - "enrich._types:Policy": { + "enrich._types.Policy": { "type": "object", "properties": { "enrich_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "match_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "elasticsearch_version": { "type": "string" @@ -73648,14 +78413,14 @@ "match_field" ] }, - "enrich.stats:CoordinatorStats": { + "enrich.stats.CoordinatorStats": { "type": "object", "properties": { "executed_searches_total": { "type": "number" }, "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "queue_size": { "type": "number" @@ -73675,14 +78440,14 @@ "remote_requests_total" ] }, - "enrich.stats:ExecutingPolicy": { + "enrich.stats.ExecutingPolicy": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "task": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } }, "required": [ @@ -73690,11 +78455,11 @@ "task" ] }, - "enrich.stats:CacheStats": { + "enrich.stats.CacheStats": { "type": "object", "properties": { "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "count": { "type": "number" @@ -73703,13 +78468,13 @@ "type": "number" }, "hits_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "misses": { "type": "number" }, "misses_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "evictions": { "type": "number" @@ -73729,11 +78494,11 @@ "size_in_bytes" ] }, - "eql._types:EqlSearchResponseBase": { + "eql._types.EqlSearchResponseBase": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "If true, the response does not contain complete search results.", @@ -73744,20 +78509,20 @@ "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If true, the request timed out before completion.", "type": "boolean" }, "hits": { - "$ref": "#/components/schemas/eql._types:EqlHits" + "$ref": "#/components/schemas/eql._types.EqlHits" }, "shard_failures": { "description": "Contains information about shard failures (if any), in case allow_partial_search_results=true", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -73765,36 +78530,36 @@ "hits" ] }, - "eql._types:EqlHits": { + "eql._types.EqlHits": { "type": "object", "properties": { "total": { - "$ref": "#/components/schemas/_global.search._types:TotalHits" + "$ref": "#/components/schemas/_global.search._types.TotalHits" }, "events": { "description": "Contains events matching the query. Each object represents a matching event.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsEvent" + "$ref": "#/components/schemas/eql._types.HitsEvent" } }, "sequences": { "description": "Contains event sequences matching the query. Each object represents a matching sequence. This parameter is only returned for EQL queries containing a sequence.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsSequence" + "$ref": "#/components/schemas/eql._types.HitsSequence" } } } }, - "eql._types:HitsEvent": { + "eql._types.HitsEvent": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_source": { "description": "Original JSON body passed for the event at index time.", @@ -73820,14 +78585,14 @@ "_source" ] }, - "eql._types:HitsSequence": { + "eql._types.HitsSequence": { "type": "object", "properties": { "events": { "description": "Contains events matching the query. Each object represents a matching event.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsEvent" + "$ref": "#/components/schemas/eql._types.HitsEvent" } }, "join_keys": { @@ -73842,14 +78607,14 @@ "events" ] }, - "eql.search:ResultPosition": { + "eql.search.ResultPosition": { "type": "string", "enum": [ "tail", "head" ] }, - "esql._types:EsqlFormat": { + "esql._types.EsqlFormat": { "type": "string", "enum": [ "csv", @@ -73862,38 +78627,38 @@ "arrow" ] }, - "esql._types:TableValuesContainer": { + "esql._types.TableValuesContainer": { "type": "object", "properties": { "integer": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesIntegerValue" + "$ref": "#/components/schemas/esql._types.TableValuesIntegerValue" } }, "keyword": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesKeywordValue" + "$ref": "#/components/schemas/esql._types.TableValuesKeywordValue" } }, "long": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesLongValue" + "$ref": "#/components/schemas/esql._types.TableValuesLongValue" } }, "double": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesLongDouble" + "$ref": "#/components/schemas/esql._types.TableValuesLongDouble" } } }, "minProperties": 1, "maxProperties": 1 }, - "esql._types:TableValuesIntegerValue": { + "esql._types.TableValuesIntegerValue": { "oneOf": [ { "type": "number" @@ -73906,7 +78671,7 @@ } ] }, - "esql._types:TableValuesKeywordValue": { + "esql._types.TableValuesKeywordValue": { "oneOf": [ { "type": "string" @@ -73919,7 +78684,7 @@ } ] }, - "esql._types:TableValuesLongValue": { + "esql._types.TableValuesLongValue": { "oneOf": [ { "type": "number" @@ -73932,7 +78697,7 @@ } ] }, - "esql._types:TableValuesLongDouble": { + "esql._types.TableValuesLongDouble": { "oneOf": [ { "type": "number" @@ -73945,11 +78710,11 @@ } ] }, - "esql._types:EsqlResult": { + "esql._types.EsqlResult": { "type": "object", "properties": { "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "is_partial": { "type": "boolean" @@ -73957,13 +78722,13 @@ "all_columns": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlColumnInfo" + "$ref": "#/components/schemas/esql._types.EsqlColumnInfo" } }, "columns": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlColumnInfo" + "$ref": "#/components/schemas/esql._types.EsqlColumnInfo" } }, "values": { @@ -73971,12 +78736,12 @@ "items": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, "_clusters": { - "$ref": "#/components/schemas/esql._types:EsqlClusterInfo" + "$ref": "#/components/schemas/esql._types.EsqlClusterInfo" }, "profile": { "description": "Profiling information. Present if `profile` was `true` in the request.\nThe contents of this field are currently unstable.", @@ -73988,7 +78753,7 @@ "values" ] }, - "esql._types:EsqlColumnInfo": { + "esql._types.EsqlColumnInfo": { "type": "object", "properties": { "name": { @@ -74003,7 +78768,7 @@ "type" ] }, - "esql._types:EsqlClusterInfo": { + "esql._types.EsqlClusterInfo": { "type": "object", "properties": { "total": { @@ -74027,7 +78792,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:EsqlClusterDetails" + "$ref": "#/components/schemas/esql._types.EsqlClusterDetails" } } }, @@ -74041,20 +78806,20 @@ "details" ] }, - "esql._types:EsqlClusterDetails": { + "esql._types.EsqlClusterDetails": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/esql._types:EsqlClusterStatus" + "$ref": "#/components/schemas/esql._types.EsqlClusterStatus" }, "indices": { "type": "string" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "_shards": { - "$ref": "#/components/schemas/esql._types:EsqlShardInfo" + "$ref": "#/components/schemas/esql._types.EsqlShardInfo" } }, "required": [ @@ -74062,7 +78827,7 @@ "indices" ] }, - "esql._types:EsqlClusterStatus": { + "esql._types.EsqlClusterStatus": { "type": "string", "enum": [ "running", @@ -74072,7 +78837,7 @@ "failed" ] }, - "esql._types:EsqlShardInfo": { + "esql._types.EsqlShardInfo": { "type": "object", "properties": { "total": { @@ -74090,7 +78855,7 @@ "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlShardFailure" + "$ref": "#/components/schemas/esql._types.EsqlShardFailure" } } }, @@ -74098,20 +78863,20 @@ "total" ] }, - "esql._types:EsqlShardFailure": { + "esql._types.EsqlShardFailure": { "type": "object", "properties": { "shard": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -74120,10 +78885,10 @@ "reason" ] }, - "esql._types:AsyncEsqlResult": { + "esql._types.AsyncEsqlResult": { "allOf": [ { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" }, { "type": "object", @@ -74141,7 +78906,7 @@ } ] }, - "_types:InlineGet": { + "_types.InlineGet": { "type": "object", "properties": { "fields": { @@ -74154,13 +78919,13 @@ "type": "boolean" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { "type": "object" @@ -74170,7 +78935,7 @@ "found" ] }, - "features._types:Feature": { + "features._types.Feature": { "type": "object", "properties": { "name": { @@ -74185,7 +78950,7 @@ "description" ] }, - "_global.field_caps:FieldCapability": { + "_global.field_caps.FieldCapability": { "type": "object", "properties": { "aggregatable": { @@ -74193,16 +78958,16 @@ "type": "boolean" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "non_aggregatable_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "non_searchable_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "searchable": { "description": "Whether this field is indexed for search on all indices.", @@ -74221,14 +78986,14 @@ "type": "boolean" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "non_dimension_indices": { "description": "If this list is present in response then some indices have the\nfield marked as a dimension and other indices, the ones in this list, do not.", "x-state": "Technical preview", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "metric_conflicts_indices": { @@ -74236,7 +79001,7 @@ "x-state": "Technical preview", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } }, @@ -74246,36 +79011,36 @@ "type" ] }, - "_types:IndexAlias": { + "_types.IndexAlias": { "type": "string" }, - "fleet._types:Checkpoint": { + "fleet._types.Checkpoint": { "type": "number" }, - "_global.msearch:RequestItem": { + "_global.msearch.RequestItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultisearchHeader" + "$ref": "#/components/schemas/_global.msearch.MultisearchHeader" }, { - "$ref": "#/components/schemas/_global.search._types:SearchRequestBody" + "$ref": "#/components/schemas/_global.search._types.SearchRequestBody" } ] }, - "_global.msearch:MultisearchHeader": { + "_global.msearch.MultisearchHeader": { "type": "object", "properties": { "allow_no_indices": { "type": "boolean" }, "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "ignore_unavailable": { "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "preference": { "type": "string" @@ -74284,10 +79049,10 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_type": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "ccs_minimize_roundtrips": { "type": "boolean" @@ -74300,20 +79065,20 @@ } } }, - "_global.msearch:ResponseItem": { + "_global.msearch.ResponseItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultiSearchItem" + "$ref": "#/components/schemas/_global.msearch.MultiSearchItem" }, { - "$ref": "#/components/schemas/_types:ErrorResponseBase" + "$ref": "#/components/schemas/_types.ErrorResponseBase" } ] }, - "_global.msearch:MultiSearchItem": { + "_global.msearch.MultiSearchItem": { "allOf": [ { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" }, { "type": "object", @@ -74325,7 +79090,7 @@ } ] }, - "_global.search:ResponseBody": { + "_global.search.ResponseBody": { "type": "object", "properties": { "took": { @@ -74337,19 +79102,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -74364,20 +79129,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -74392,11 +79157,11 @@ "hits" ] }, - "_types:ErrorResponseBase": { + "_types.ErrorResponseBase": { "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "status": { "type": "number" @@ -74407,11 +79172,11 @@ "status" ] }, - "_global.get:GetResult": { + "_global.get.GetResult": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "fields": { "description": "If the `stored_fields` parameter is set to `true` and `found` is `true`, it contains the document fields stored in the index.", @@ -74431,7 +79196,7 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_primary_term": { "description": "The primary term assigned to the document for the indexing operation.", @@ -74442,14 +79207,14 @@ "type": "string" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_source": { "description": "If `found` is `true`, it contains the document data formatted in JSON.\nIf the `_source` parameter is set to `false` or the `stored_fields` parameter is set to `true`, it is excluded.", "type": "object" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -74458,11 +79223,11 @@ "_id" ] }, - "_types:StoredScript": { + "_types.StoredScript": { "type": "object", "properties": { "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -74471,7 +79236,7 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } }, "required": [ @@ -74479,17 +79244,17 @@ "source" ] }, - "_global.get_script_context:Context": { + "_global.get_script_context.Context": { "type": "object", "properties": { "methods": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.get_script_context:ContextMethod" + "$ref": "#/components/schemas/_global.get_script_context.ContextMethod" } }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -74497,11 +79262,11 @@ "name" ] }, - "_global.get_script_context:ContextMethod": { + "_global.get_script_context.ContextMethod": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "return_type": { "type": "string" @@ -74509,7 +79274,7 @@ "params": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.get_script_context:ContextMethodParam" + "$ref": "#/components/schemas/_global.get_script_context.ContextMethodParam" } } }, @@ -74519,11 +79284,11 @@ "params" ] }, - "_global.get_script_context:ContextMethodParam": { + "_global.get_script_context.ContextMethodParam": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -74534,7 +79299,7 @@ "type" ] }, - "_global.get_script_languages:LanguageContext": { + "_global.get_script_languages.LanguageContext": { "type": "object", "properties": { "contexts": { @@ -74544,7 +79309,7 @@ } }, "language": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" } }, "required": [ @@ -74552,20 +79317,20 @@ "language" ] }, - "graph._types:Hop": { + "graph._types.Hop": { "type": "object", "properties": { "connections": { - "$ref": "#/components/schemas/graph._types:Hop" + "$ref": "#/components/schemas/graph._types.Hop" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "vertices": { "description": "Contains the fields you are interested in.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexDefinition" + "$ref": "#/components/schemas/graph._types.VertexDefinition" } } }, @@ -74573,7 +79338,7 @@ "vertices" ] }, - "graph._types:VertexDefinition": { + "graph._types.VertexDefinition": { "type": "object", "properties": { "exclude": { @@ -74584,13 +79349,13 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { "description": "Identifies the terms of interest that form the starting points from which you want to spider out.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexInclude" + "$ref": "#/components/schemas/graph._types.VertexInclude" } }, "min_doc_count": { @@ -74610,7 +79375,7 @@ "field" ] }, - "graph._types:VertexInclude": { + "graph._types.VertexInclude": { "type": "object", "properties": { "boost": { @@ -74624,18 +79389,18 @@ "term" ] }, - "graph._types:ExploreControls": { + "graph._types.ExploreControls": { "type": "object", "properties": { "sample_diversity": { - "$ref": "#/components/schemas/graph._types:SampleDiversity" + "$ref": "#/components/schemas/graph._types.SampleDiversity" }, "sample_size": { "description": "Each hop considers a sample of the best-matching documents on each shard.\nUsing samples improves the speed of execution and keeps exploration focused on meaningfully-connected terms.\nVery small values (less than 50) might not provide sufficient weight-of-evidence to identify significant connections between terms.\nVery large sample sizes can dilute the quality of the results and increase execution times.", "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "use_significance": { "description": "Filters associated terms so only those that are significantly associated with your query are included.", @@ -74646,11 +79411,11 @@ "use_significance" ] }, - "graph._types:SampleDiversity": { + "graph._types.SampleDiversity": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_docs_per_value": { "type": "number" @@ -74661,7 +79426,7 @@ "max_docs_per_value" ] }, - "graph._types:Connection": { + "graph._types.Connection": { "type": "object", "properties": { "doc_count": { @@ -74684,14 +79449,14 @@ "weight" ] }, - "graph._types:Vertex": { + "graph._types.Vertex": { "type": "object", "properties": { "depth": { "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "term": { "type": "string" @@ -74707,72 +79472,72 @@ "weight" ] }, - "_global.health_report:Indicators": { + "_global.health_report.Indicators": { "type": "object", "properties": { "master_is_stable": { - "$ref": "#/components/schemas/_global.health_report:MasterIsStableIndicator" + "$ref": "#/components/schemas/_global.health_report.MasterIsStableIndicator" }, "shards_availability": { - "$ref": "#/components/schemas/_global.health_report:ShardsAvailabilityIndicator" + "$ref": "#/components/schemas/_global.health_report.ShardsAvailabilityIndicator" }, "disk": { - "$ref": "#/components/schemas/_global.health_report:DiskIndicator" + "$ref": "#/components/schemas/_global.health_report.DiskIndicator" }, "repository_integrity": { - "$ref": "#/components/schemas/_global.health_report:RepositoryIntegrityIndicator" + "$ref": "#/components/schemas/_global.health_report.RepositoryIntegrityIndicator" }, "data_stream_lifecycle": { - "$ref": "#/components/schemas/_global.health_report:DataStreamLifecycleIndicator" + "$ref": "#/components/schemas/_global.health_report.DataStreamLifecycleIndicator" }, "ilm": { - "$ref": "#/components/schemas/_global.health_report:IlmIndicator" + "$ref": "#/components/schemas/_global.health_report.IlmIndicator" }, "slm": { - "$ref": "#/components/schemas/_global.health_report:SlmIndicator" + "$ref": "#/components/schemas/_global.health_report.SlmIndicator" }, "shards_capacity": { - "$ref": "#/components/schemas/_global.health_report:ShardsCapacityIndicator" + "$ref": "#/components/schemas/_global.health_report.ShardsCapacityIndicator" }, "file_settings": { - "$ref": "#/components/schemas/_global.health_report:FileSettingsIndicator" + "$ref": "#/components/schemas/_global.health_report.FileSettingsIndicator" } } }, - "_global.health_report:MasterIsStableIndicator": { + "_global.health_report.MasterIsStableIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:MasterIsStableIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.MasterIsStableIndicatorDetails" } } } ] }, - "_global.health_report:MasterIsStableIndicatorDetails": { + "_global.health_report.MasterIsStableIndicatorDetails": { "type": "object", "properties": { "current_master": { - "$ref": "#/components/schemas/_global.health_report:IndicatorNode" + "$ref": "#/components/schemas/_global.health_report.IndicatorNode" }, "recent_masters": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:IndicatorNode" + "$ref": "#/components/schemas/_global.health_report.IndicatorNode" } }, "exception_fetching_history": { - "$ref": "#/components/schemas/_global.health_report:MasterIsStableIndicatorExceptionFetchingHistory" + "$ref": "#/components/schemas/_global.health_report.MasterIsStableIndicatorExceptionFetchingHistory" }, "cluster_formation": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:MasterIsStableIndicatorClusterFormationNode" + "$ref": "#/components/schemas/_global.health_report.MasterIsStableIndicatorClusterFormationNode" } } }, @@ -74781,7 +79546,7 @@ "recent_masters" ] }, - "_global.health_report:IndicatorNode": { + "_global.health_report.IndicatorNode": { "type": "object", "properties": { "name": { @@ -74812,7 +79577,7 @@ "node_id" ] }, - "_global.health_report:MasterIsStableIndicatorExceptionFetchingHistory": { + "_global.health_report.MasterIsStableIndicatorExceptionFetchingHistory": { "type": "object", "properties": { "message": { @@ -74827,7 +79592,7 @@ "stack_trace" ] }, - "_global.health_report:MasterIsStableIndicatorClusterFormationNode": { + "_global.health_report.MasterIsStableIndicatorClusterFormationNode": { "type": "object", "properties": { "name": { @@ -74845,11 +79610,11 @@ "cluster_formation_message" ] }, - "_global.health_report:BaseIndicator": { + "_global.health_report.BaseIndicator": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_global.health_report:IndicatorHealthStatus" + "$ref": "#/components/schemas/_global.health_report.IndicatorHealthStatus" }, "symptom": { "type": "string" @@ -74857,13 +79622,13 @@ "impacts": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:Impact" + "$ref": "#/components/schemas/_global.health_report.Impact" } }, "diagnosis": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:Diagnosis" + "$ref": "#/components/schemas/_global.health_report.Diagnosis" } } }, @@ -74872,7 +79637,7 @@ "symptom" ] }, - "_global.health_report:IndicatorHealthStatus": { + "_global.health_report.IndicatorHealthStatus": { "type": "string", "enum": [ "green", @@ -74881,7 +79646,7 @@ "unknown" ] }, - "_global.health_report:Impact": { + "_global.health_report.Impact": { "type": "object", "properties": { "description": { @@ -74893,7 +79658,7 @@ "impact_areas": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:ImpactArea" + "$ref": "#/components/schemas/_global.health_report.ImpactArea" } }, "severity": { @@ -74907,7 +79672,7 @@ "severity" ] }, - "_global.health_report:ImpactArea": { + "_global.health_report.ImpactArea": { "type": "string", "enum": [ "search", @@ -74916,7 +79681,7 @@ "deployment_management" ] }, - "_global.health_report:Diagnosis": { + "_global.health_report.Diagnosis": { "type": "object", "properties": { "id": { @@ -74926,7 +79691,7 @@ "type": "string" }, "affected_resources": { - "$ref": "#/components/schemas/_global.health_report:DiagnosisAffectedResources" + "$ref": "#/components/schemas/_global.health_report.DiagnosisAffectedResources" }, "cause": { "type": "string" @@ -74943,16 +79708,16 @@ "help_url" ] }, - "_global.health_report:DiagnosisAffectedResources": { + "_global.health_report.DiagnosisAffectedResources": { "type": "object", "properties": { "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "nodes": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:IndicatorNode" + "$ref": "#/components/schemas/_global.health_report.IndicatorNode" } }, "slm_policies": { @@ -74975,22 +79740,22 @@ } } }, - "_global.health_report:ShardsAvailabilityIndicator": { + "_global.health_report.ShardsAvailabilityIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:ShardsAvailabilityIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.ShardsAvailabilityIndicatorDetails" } } } ] }, - "_global.health_report:ShardsAvailabilityIndicatorDetails": { + "_global.health_report.ShardsAvailabilityIndicatorDetails": { "type": "object", "properties": { "creating_primaries": { @@ -75037,22 +79802,22 @@ "unassigned_replicas" ] }, - "_global.health_report:DiskIndicator": { + "_global.health_report.DiskIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:DiskIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.DiskIndicatorDetails" } } } ] }, - "_global.health_report:DiskIndicatorDetails": { + "_global.health_report.DiskIndicatorDetails": { "type": "object", "properties": { "indices_with_readonly_block": { @@ -75079,22 +79844,22 @@ "nodes_with_unknown_disk_status" ] }, - "_global.health_report:RepositoryIntegrityIndicator": { + "_global.health_report.RepositoryIntegrityIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:RepositoryIntegrityIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.RepositoryIntegrityIndicatorDetails" } } } ] }, - "_global.health_report:RepositoryIntegrityIndicatorDetails": { + "_global.health_report.RepositoryIntegrityIndicatorDetails": { "type": "object", "properties": { "total_repositories": { @@ -75111,22 +79876,22 @@ } } }, - "_global.health_report:DataStreamLifecycleIndicator": { + "_global.health_report.DataStreamLifecycleIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:DataStreamLifecycleDetails" + "$ref": "#/components/schemas/_global.health_report.DataStreamLifecycleDetails" } } } ] }, - "_global.health_report:DataStreamLifecycleDetails": { + "_global.health_report.DataStreamLifecycleDetails": { "type": "object", "properties": { "stagnating_backing_indices_count": { @@ -75138,7 +79903,7 @@ "stagnating_backing_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.health_report:StagnatingBackingIndices" + "$ref": "#/components/schemas/_global.health_report.StagnatingBackingIndices" } } }, @@ -75147,11 +79912,11 @@ "total_backing_indices_in_error" ] }, - "_global.health_report:StagnatingBackingIndices": { + "_global.health_report.StagnatingBackingIndices": { "type": "object", "properties": { "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "first_occurrence_timestamp": { "type": "number" @@ -75166,26 +79931,26 @@ "retry_count" ] }, - "_global.health_report:IlmIndicator": { + "_global.health_report.IlmIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:IlmIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.IlmIndicatorDetails" } } } ] }, - "_global.health_report:IlmIndicatorDetails": { + "_global.health_report.IlmIndicatorDetails": { "type": "object", "properties": { "ilm_status": { - "$ref": "#/components/schemas/_types:LifecycleOperationMode" + "$ref": "#/components/schemas/_types.LifecycleOperationMode" }, "policies": { "type": "number" @@ -75200,7 +79965,7 @@ "stagnating_indices" ] }, - "_types:LifecycleOperationMode": { + "_types.LifecycleOperationMode": { "type": "string", "enum": [ "RUNNING", @@ -75208,32 +79973,32 @@ "STOPPED" ] }, - "_global.health_report:SlmIndicator": { + "_global.health_report.SlmIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:SlmIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.SlmIndicatorDetails" } } } ] }, - "_global.health_report:SlmIndicatorDetails": { + "_global.health_report.SlmIndicatorDetails": { "type": "object", "properties": { "slm_status": { - "$ref": "#/components/schemas/_types:LifecycleOperationMode" + "$ref": "#/components/schemas/_types.LifecycleOperationMode" }, "policies": { "type": "number" }, "unhealthy_policies": { - "$ref": "#/components/schemas/_global.health_report:SlmIndicatorUnhealthyPolicies" + "$ref": "#/components/schemas/_global.health_report.SlmIndicatorUnhealthyPolicies" } }, "required": [ @@ -75241,7 +80006,7 @@ "policies" ] }, - "_global.health_report:SlmIndicatorUnhealthyPolicies": { + "_global.health_report.SlmIndicatorUnhealthyPolicies": { "type": "object", "properties": { "count": { @@ -75258,29 +80023,29 @@ "count" ] }, - "_global.health_report:ShardsCapacityIndicator": { + "_global.health_report.ShardsCapacityIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:ShardsCapacityIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.ShardsCapacityIndicatorDetails" } } } ] }, - "_global.health_report:ShardsCapacityIndicatorDetails": { + "_global.health_report.ShardsCapacityIndicatorDetails": { "type": "object", "properties": { "data": { - "$ref": "#/components/schemas/_global.health_report:ShardsCapacityIndicatorTierDetail" + "$ref": "#/components/schemas/_global.health_report.ShardsCapacityIndicatorTierDetail" }, "frozen": { - "$ref": "#/components/schemas/_global.health_report:ShardsCapacityIndicatorTierDetail" + "$ref": "#/components/schemas/_global.health_report.ShardsCapacityIndicatorTierDetail" } }, "required": [ @@ -75288,7 +80053,7 @@ "frozen" ] }, - "_global.health_report:ShardsCapacityIndicatorTierDetail": { + "_global.health_report.ShardsCapacityIndicatorTierDetail": { "type": "object", "properties": { "max_shards_in_cluster": { @@ -75302,22 +80067,22 @@ "max_shards_in_cluster" ] }, - "_global.health_report:FileSettingsIndicator": { + "_global.health_report.FileSettingsIndicator": { "allOf": [ { - "$ref": "#/components/schemas/_global.health_report:BaseIndicator" + "$ref": "#/components/schemas/_global.health_report.BaseIndicator" }, { "type": "object", "properties": { "details": { - "$ref": "#/components/schemas/_global.health_report:FileSettingsIndicatorDetails" + "$ref": "#/components/schemas/_global.health_report.FileSettingsIndicatorDetails" } } } ] }, - "_global.health_report:FileSettingsIndicatorDetails": { + "_global.health_report.FileSettingsIndicatorDetails": { "type": "object", "properties": { "failure_streak": { @@ -75332,57 +80097,57 @@ "most_recent_failure" ] }, - "ilm.explain_lifecycle:LifecycleExplain": { + "ilm.explain_lifecycle.LifecycleExplain": { "discriminator": { "propertyName": "managed" }, "oneOf": [ { - "$ref": "#/components/schemas/ilm.explain_lifecycle:LifecycleExplainManaged" + "$ref": "#/components/schemas/ilm.explain_lifecycle.LifecycleExplainManaged" }, { - "$ref": "#/components/schemas/ilm.explain_lifecycle:LifecycleExplainUnmanaged" + "$ref": "#/components/schemas/ilm.explain_lifecycle.LifecycleExplainUnmanaged" } ] }, - "ilm.explain_lifecycle:LifecycleExplainManaged": { + "ilm.explain_lifecycle.LifecycleExplainManaged": { "type": "object", "properties": { "action": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "action_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "action_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "failed_step": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "failed_step_retry_count": { "type": "number" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "index_creation_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "index_creation_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "is_auto_retryable_error": { "type": "boolean" }, "lifecycle_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "lifecycle_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "managed": { "type": "string", @@ -75391,16 +80156,16 @@ ] }, "phase": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "phase_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "phase_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "previous_step_info": { "type": "object", @@ -75418,7 +80183,7 @@ "type": "string" }, "step": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "step_info": { "type": "object", @@ -75427,16 +80192,16 @@ } }, "step_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "step_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "phase_execution": { - "$ref": "#/components/schemas/ilm.explain_lifecycle:LifecycleExplainPhaseExecution" + "$ref": "#/components/schemas/ilm.explain_lifecycle.LifecycleExplainPhaseExecution" }, "time_since_index_creation": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -75445,20 +80210,20 @@ "phase" ] }, - "ilm.explain_lifecycle:LifecycleExplainPhaseExecution": { + "ilm.explain_lifecycle.LifecycleExplainPhaseExecution": { "type": "object", "properties": { "phase_definition": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "modified_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -75467,62 +80232,62 @@ "modified_date_in_millis" ] }, - "ilm._types:Phase": { + "ilm._types.Phase": { "type": "object", "properties": { "actions": { - "$ref": "#/components/schemas/ilm._types:Actions" + "$ref": "#/components/schemas/ilm._types.Actions" }, "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "ilm._types:Actions": { + "ilm._types.Actions": { "type": "object", "properties": { "allocate": { - "$ref": "#/components/schemas/ilm._types:AllocateAction" + "$ref": "#/components/schemas/ilm._types.AllocateAction" }, "delete": { - "$ref": "#/components/schemas/ilm._types:DeleteAction" + "$ref": "#/components/schemas/ilm._types.DeleteAction" }, "downsample": { - "$ref": "#/components/schemas/ilm._types:DownsampleAction" + "$ref": "#/components/schemas/ilm._types.DownsampleAction" }, "freeze": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "forcemerge": { - "$ref": "#/components/schemas/ilm._types:ForceMergeAction" + "$ref": "#/components/schemas/ilm._types.ForceMergeAction" }, "migrate": { - "$ref": "#/components/schemas/ilm._types:MigrateAction" + "$ref": "#/components/schemas/ilm._types.MigrateAction" }, "readonly": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "rollover": { - "$ref": "#/components/schemas/ilm._types:RolloverAction" + "$ref": "#/components/schemas/ilm._types.RolloverAction" }, "set_priority": { - "$ref": "#/components/schemas/ilm._types:SetPriorityAction" + "$ref": "#/components/schemas/ilm._types.SetPriorityAction" }, "searchable_snapshot": { - "$ref": "#/components/schemas/ilm._types:SearchableSnapshotAction" + "$ref": "#/components/schemas/ilm._types.SearchableSnapshotAction" }, "shrink": { - "$ref": "#/components/schemas/ilm._types:ShrinkAction" + "$ref": "#/components/schemas/ilm._types.ShrinkAction" }, "unfollow": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "wait_for_snapshot": { - "$ref": "#/components/schemas/ilm._types:WaitForSnapshotAction" + "$ref": "#/components/schemas/ilm._types.WaitForSnapshotAction" } } }, - "ilm._types:AllocateAction": { + "ilm._types.AllocateAction": { "type": "object", "properties": { "number_of_replicas": { @@ -75551,7 +80316,7 @@ } } }, - "ilm._types:DeleteAction": { + "ilm._types.DeleteAction": { "type": "object", "properties": { "delete_searchable_snapshot": { @@ -75559,21 +80324,21 @@ } } }, - "ilm._types:DownsampleAction": { + "ilm._types.DownsampleAction": { "type": "object", "properties": { "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "wait_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "fixed_interval" ] }, - "ilm._types:ForceMergeAction": { + "ilm._types.ForceMergeAction": { "type": "object", "properties": { "max_num_segments": { @@ -75587,7 +80352,7 @@ "max_num_segments" ] }, - "ilm._types:MigrateAction": { + "ilm._types.MigrateAction": { "type": "object", "properties": { "enabled": { @@ -75595,17 +80360,17 @@ } } }, - "ilm._types:RolloverAction": { + "ilm._types.RolloverAction": { "type": "object", "properties": { "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_docs": { "type": "number" @@ -75614,13 +80379,13 @@ "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "min_docs": { "type": "number" @@ -75630,7 +80395,7 @@ } } }, - "ilm._types:SetPriorityAction": { + "ilm._types.SetPriorityAction": { "type": "object", "properties": { "priority": { @@ -75638,7 +80403,7 @@ } } }, - "ilm._types:SearchableSnapshotAction": { + "ilm._types.SearchableSnapshotAction": { "type": "object", "properties": { "snapshot_repository": { @@ -75652,21 +80417,21 @@ "snapshot_repository" ] }, - "ilm._types:ShrinkAction": { + "ilm._types.ShrinkAction": { "type": "object", "properties": { "number_of_shards": { "type": "number" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "allow_write_after_shrink": { "type": "boolean" } } }, - "ilm._types:WaitForSnapshotAction": { + "ilm._types.WaitForSnapshotAction": { "type": "object", "properties": { "policy": { @@ -75677,11 +80442,11 @@ "policy" ] }, - "ilm.explain_lifecycle:LifecycleExplainUnmanaged": { + "ilm.explain_lifecycle.LifecycleExplainUnmanaged": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "managed": { "type": "string", @@ -75695,17 +80460,17 @@ "managed" ] }, - "ilm.get_lifecycle:Lifecycle": { + "ilm.get_lifecycle.Lifecycle": { "type": "object", "properties": { "modified_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "policy": { - "$ref": "#/components/schemas/ilm._types:Policy" + "$ref": "#/components/schemas/ilm._types.Policy" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -75714,41 +80479,41 @@ "version" ] }, - "ilm._types:Policy": { + "ilm._types.Policy": { "type": "object", "properties": { "phases": { - "$ref": "#/components/schemas/ilm._types:Phases" + "$ref": "#/components/schemas/ilm._types.Phases" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ "phases" ] }, - "ilm._types:Phases": { + "ilm._types.Phases": { "type": "object", "properties": { "cold": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "delete": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "frozen": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "hot": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" }, "warm": { - "$ref": "#/components/schemas/ilm._types:Phase" + "$ref": "#/components/schemas/ilm._types.Phase" } } }, - "ilm.move_to_step:StepKey": { + "ilm.move_to_step.StepKey": { "type": "object", "properties": { "action": { @@ -75767,7 +80532,7 @@ "phase" ] }, - "indices.add_block:IndicesBlockOptions": { + "indices.add_block.IndicesBlockOptions": { "type": "string", "enum": [ "metadata", @@ -75776,11 +80541,11 @@ "write" ] }, - "indices.add_block:IndicesBlockStatus": { + "indices.add_block.IndicesBlockStatus": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "blocked": { "type": "boolean" @@ -75791,7 +80556,7 @@ "blocked" ] }, - "indices.analyze:TextToAnalyze": { + "indices.analyze.TextToAnalyze": { "oneOf": [ { "type": "string" @@ -75804,16 +80569,16 @@ } ] }, - "indices.analyze:AnalyzeDetail": { + "indices.analyze.AnalyzeDetail": { "type": "object", "properties": { "analyzer": { - "$ref": "#/components/schemas/indices.analyze:AnalyzerDetail" + "$ref": "#/components/schemas/indices.analyze.AnalyzerDetail" }, "charfilters": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:CharFilterDetail" + "$ref": "#/components/schemas/indices.analyze.CharFilterDetail" } }, "custom_analyzer": { @@ -75822,18 +80587,18 @@ "tokenfilters": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:TokenDetail" + "$ref": "#/components/schemas/indices.analyze.TokenDetail" } }, "tokenizer": { - "$ref": "#/components/schemas/indices.analyze:TokenDetail" + "$ref": "#/components/schemas/indices.analyze.TokenDetail" } }, "required": [ "custom_analyzer" ] }, - "indices.analyze:AnalyzerDetail": { + "indices.analyze.AnalyzerDetail": { "type": "object", "properties": { "name": { @@ -75842,7 +80607,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:ExplainAnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.ExplainAnalyzeToken" } } }, @@ -75851,7 +80616,7 @@ "tokens" ] }, - "indices.analyze:ExplainAnalyzeToken": { + "indices.analyze.ExplainAnalyzeToken": { "type": "object", "properties": { "bytes": { @@ -75893,7 +80658,7 @@ "type" ] }, - "indices.analyze:CharFilterDetail": { + "indices.analyze.CharFilterDetail": { "type": "object", "properties": { "filtered_text": { @@ -75911,7 +80676,7 @@ "name" ] }, - "indices.analyze:TokenDetail": { + "indices.analyze.TokenDetail": { "type": "object", "properties": { "name": { @@ -75920,7 +80685,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:ExplainAnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.ExplainAnalyzeToken" } } }, @@ -75929,7 +80694,7 @@ "tokens" ] }, - "indices.analyze:AnalyzeToken": { + "indices.analyze.AnalyzeToken": { "type": "object", "properties": { "end_offset": { @@ -75959,15 +80724,15 @@ "type" ] }, - "_types:ShardsOperationResponseBase": { + "_types.ShardsOperationResponseBase": { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } } }, - "indices.close:CloseIndexResult": { + "indices.close.CloseIndexResult": { "type": "object", "properties": { "closed": { @@ -75976,7 +80741,7 @@ "shards": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.close:CloseShardResult" + "$ref": "#/components/schemas/indices.close.CloseShardResult" } } }, @@ -75984,13 +80749,13 @@ "closed" ] }, - "indices.close:CloseShardResult": { + "indices.close.CloseShardResult": { "type": "object", "properties": { "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -75998,14 +80763,14 @@ "failures" ] }, - "indices.create_from:CreateFrom": { + "indices.create_from.CreateFrom": { "type": "object", "properties": { "mappings_override": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings_override": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "remove_index_blocks": { "description": "If index blocks should be removed when creating destination index (optional)", @@ -76013,7 +80778,7 @@ } } }, - "indices.data_streams_stats:DataStreamsStatsItem": { + "indices.data_streams_stats.DataStreamsStatsItem": { "type": "object", "properties": { "backing_indices": { @@ -76021,13 +80786,13 @@ "type": "number" }, "data_stream": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "maximum_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "store_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "store_size_bytes": { "description": "Total size, in bytes, of all shards for the data stream’s backing indices.", @@ -76041,60 +80806,60 @@ "store_size_bytes" ] }, - "_types:IndicesResponseBase": { + "_types.IndicesResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } } } ] }, - "_types:DataStreamNames": { + "_types.DataStreamNames": { "oneOf": [ { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } } ] }, - "indices.explain_data_lifecycle:DataStreamLifecycleExplain": { + "indices.explain_data_lifecycle.DataStreamLifecycleExplain": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "managed_by_lifecycle": { "type": "boolean" }, "index_creation_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_since_index_creation": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "rollover_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_since_rollover": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" }, "generation_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "error": { "type": "string" @@ -76105,21 +80870,21 @@ "managed_by_lifecycle" ] }, - "indices.field_usage_stats:FieldsUsageBody": { + "indices.field_usage_stats.FieldsUsageBody": { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ "_shards" ] }, - "indices.forcemerge._types:ForceMergeResponseBody": { + "indices.forcemerge._types.ForceMergeResponseBody": { "allOf": [ { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" }, { "type": "object", @@ -76132,20 +80897,20 @@ } ] }, - "indices.get:Features": { + "indices.get.Features": { "oneOf": [ { - "$ref": "#/components/schemas/indices.get:Feature" + "$ref": "#/components/schemas/indices.get.Feature" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get:Feature" + "$ref": "#/components/schemas/indices.get.Feature" } } ] }, - "indices.get:Feature": { + "indices.get.Feature": { "type": "string", "enum": [ "aliases", @@ -76153,13 +80918,13 @@ "settings" ] }, - "indices.get_alias:IndexAliases": { + "indices.get_alias.IndexAliases": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:AliasDefinition" + "$ref": "#/components/schemas/indices._types.AliasDefinition" } } }, @@ -76167,21 +80932,21 @@ "aliases" ] }, - "indices.get_data_lifecycle:DataStreamWithLifecycle": { + "indices.get_data_lifecycle.DataStreamWithLifecycle": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } }, "required": [ "name" ] }, - "indices.get_data_lifecycle_stats:DataStreamStats": { + "indices.get_data_lifecycle_stats.DataStreamStats": { "type": "object", "properties": { "backing_indices_in_error": { @@ -76193,7 +80958,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } }, "required": [ @@ -76202,18 +80967,18 @@ "name" ] }, - "indices._types:DataStream": { + "indices._types.DataStream": { "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_custom_routing": { "description": "If `true`, the data stream allows custom routing on write request.", "type": "boolean" }, "failure_store": { - "$ref": "#/components/schemas/indices._types:FailureStore" + "$ref": "#/components/schemas/indices._types.FailureStore" }, "generation": { "description": "Current generation for the data stream. This number acts as a cumulative count of the stream’s rollovers, starting at 1.", @@ -76224,10 +80989,10 @@ "type": "boolean" }, "ilm_policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "next_generation_managed_by": { - "$ref": "#/components/schemas/indices._types:ManagedBy" + "$ref": "#/components/schemas/indices._types.ManagedBy" }, "prefer_ilm": { "description": "Indicates if ILM should take precedence over DSL in case both are configured to managed this data stream.", @@ -76237,14 +81002,14 @@ "description": "Array of objects containing information about the data stream’s backing indices.\nThe last item in this array contains information about the stream’s current write index.", "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStreamIndex" + "$ref": "#/components/schemas/indices._types.DataStreamIndex" } }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" }, "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "replicated": { "description": "If `true`, the data stream is created and managed by cross-cluster replication and the local cluster can not write into this data stream or change its mappings.", @@ -76255,20 +81020,20 @@ "type": "boolean" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "system": { "description": "If `true`, the data stream is created and managed by an Elastic stack component and cannot be modified through normal user interaction.", "type": "boolean" }, "template": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "timestamp_field": { - "$ref": "#/components/schemas/indices._types:DataStreamTimestampField" + "$ref": "#/components/schemas/indices._types.DataStreamTimestampField" }, "index_mode": { - "$ref": "#/components/schemas/indices._types:IndexMode" + "$ref": "#/components/schemas/indices._types.IndexMode" } }, "required": [ @@ -76284,7 +81049,7 @@ "timestamp_field" ] }, - "indices._types:FailureStore": { + "indices._types.FailureStore": { "type": "object", "properties": { "enabled": { @@ -76293,7 +81058,7 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStreamIndex" + "$ref": "#/components/schemas/indices._types.DataStreamIndex" } }, "rollover_on_write": { @@ -76306,27 +81071,27 @@ "rollover_on_write" ] }, - "indices._types:DataStreamIndex": { + "indices._types.DataStreamIndex": { "type": "object", "properties": { "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "index_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "ilm_policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "managed_by": { - "$ref": "#/components/schemas/indices._types:ManagedBy" + "$ref": "#/components/schemas/indices._types.ManagedBy" }, "prefer_ilm": { "description": "Indicates if ILM should take precedence over DSL in case both are configured to manage this index.", "type": "boolean" }, "index_mode": { - "$ref": "#/components/schemas/indices._types:IndexMode" + "$ref": "#/components/schemas/indices._types.IndexMode" } }, "required": [ @@ -76334,7 +81099,7 @@ "index_uuid" ] }, - "indices._types:ManagedBy": { + "indices._types.ManagedBy": { "type": "string", "enum": [ "Index Lifecycle Management", @@ -76342,7 +81107,7 @@ "Unmanaged" ] }, - "indices._types:IndexMode": { + "indices._types.IndexMode": { "type": "string", "enum": [ "standard", @@ -76351,24 +81116,24 @@ "lookup" ] }, - "indices._types:DataStreamTimestampField": { + "indices._types.DataStreamTimestampField": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "name" ] }, - "indices.get_field_mapping:TypeFieldMappings": { + "indices.get_field_mapping.TypeFieldMappings": { "type": "object", "properties": { "mappings": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:FieldMapping" + "$ref": "#/components/schemas/_types.mapping.FieldMapping" } } }, @@ -76376,7 +81141,7 @@ "mappings" ] }, - "_types.mapping:FieldMapping": { + "_types.mapping.FieldMapping": { "type": "object", "properties": { "full_name": { @@ -76385,7 +81150,7 @@ "mapping": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" }, "minProperties": 1, "maxProperties": 1 @@ -76396,14 +81161,14 @@ "mapping" ] }, - "indices.get_index_template:IndexTemplateItem": { + "indices.get_index_template.IndexTemplateItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_template": { - "$ref": "#/components/schemas/indices._types:IndexTemplate" + "$ref": "#/components/schemas/indices._types.IndexTemplate" } }, "required": [ @@ -76411,44 +81176,44 @@ "index_template" ] }, - "indices._types:IndexTemplate": { + "indices._types.IndexTemplate": { "type": "object", "properties": { "index_patterns": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices._types:IndexTemplateSummary" + "$ref": "#/components/schemas/indices._types.IndexTemplateSummary" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_auto_create": { "type": "boolean" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:IndexTemplateDataStreamConfiguration" + "$ref": "#/components/schemas/indices._types.IndexTemplateDataStreamConfiguration" }, "deprecated": { "description": "Marks this index template as deprecated.\nWhen creating or updating a non-deprecated index template that uses deprecated components,\nElasticsearch will emit a deprecation warning.", "type": "boolean" }, "ignore_missing_component_templates": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" } }, "required": [ @@ -76456,28 +81221,28 @@ "composed_of" ] }, - "indices._types:IndexTemplateSummary": { + "indices._types.IndexTemplateSummary": { "type": "object", "properties": { "aliases": { "description": "Aliases to add.\nIf the index template includes a `data_stream` object, these are data stream aliases.\nOtherwise, these are index aliases.\nData stream aliases ignore the `index_routing`, `routing`, and `search_routing` options.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } } }, - "indices._types:IndexTemplateDataStreamConfiguration": { + "indices._types.IndexTemplateDataStreamConfiguration": { "type": "object", "properties": { "hidden": { @@ -76490,21 +81255,21 @@ } } }, - "indices.get_mapping:IndexMappingRecord": { + "indices.get_mapping.IndexMappingRecord": { "type": "object", "properties": { "item": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" } }, "required": [ "mappings" ] }, - "indices.get_migrate_reindex_status:StatusInProgress": { + "indices.get_migrate_reindex_status.StatusInProgress": { "type": "object", "properties": { "index": { @@ -76523,7 +81288,7 @@ "reindexed_doc_count" ] }, - "indices.get_migrate_reindex_status:StatusError": { + "indices.get_migrate_reindex_status.StatusError": { "type": "object", "properties": { "index": { @@ -76538,23 +81303,23 @@ "message" ] }, - "indices._types:TemplateMapping": { + "indices._types.TemplateMapping": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "index_patterns": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "order": { "type": "number" @@ -76566,7 +81331,7 @@ } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -76577,14 +81342,14 @@ "settings" ] }, - "indices.migrate_reindex:MigrateReindex": { + "indices.migrate_reindex.MigrateReindex": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/indices.migrate_reindex:ModeEnum" + "$ref": "#/components/schemas/indices.migrate_reindex.ModeEnum" }, "source": { - "$ref": "#/components/schemas/indices.migrate_reindex:SourceIndex" + "$ref": "#/components/schemas/indices.migrate_reindex.SourceIndex" } }, "required": [ @@ -76592,44 +81357,44 @@ "source" ] }, - "indices.migrate_reindex:ModeEnum": { + "indices.migrate_reindex.ModeEnum": { "type": "string", "enum": [ "upgrade" ] }, - "indices.migrate_reindex:SourceIndex": { + "indices.migrate_reindex.SourceIndex": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "index" ] }, - "indices.modify_data_stream:Action": { + "indices.modify_data_stream.Action": { "type": "object", "properties": { "add_backing_index": { - "$ref": "#/components/schemas/indices.modify_data_stream:IndexAndDataStreamAction" + "$ref": "#/components/schemas/indices.modify_data_stream.IndexAndDataStreamAction" }, "remove_backing_index": { - "$ref": "#/components/schemas/indices.modify_data_stream:IndexAndDataStreamAction" + "$ref": "#/components/schemas/indices.modify_data_stream.IndexAndDataStreamAction" } }, "minProperties": 1, "maxProperties": 1 }, - "indices.modify_data_stream:IndexAndDataStreamAction": { + "indices.modify_data_stream.IndexAndDataStreamAction": { "type": "object", "properties": { "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -76637,28 +81402,28 @@ "index" ] }, - "indices.put_index_template:IndexTemplateMapping": { + "indices.put_index_template.IndexTemplateMapping": { "type": "object", "properties": { "aliases": { "description": "Aliases to add.\nIf the index template includes a `data_stream` object, these are data stream aliases.\nOtherwise, these are index aliases.\nData stream aliases ignore the `index_routing`, `routing`, and `search_routing` options.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" } } }, - "indices._types:DataStreamVisibility": { + "indices._types.DataStreamVisibility": { "type": "object", "properties": { "hidden": { @@ -76669,13 +81434,13 @@ } } }, - "indices.recovery:RecoveryStatus": { + "indices.recovery.RecoveryStatus": { "type": "object", "properties": { "shards": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.recovery:ShardRecovery" + "$ref": "#/components/schemas/indices.recovery.ShardRecovery" } } }, @@ -76683,56 +81448,56 @@ "shards" ] }, - "indices.recovery:ShardRecovery": { + "indices.recovery.ShardRecovery": { "type": "object", "properties": { "id": { "type": "number" }, "index": { - "$ref": "#/components/schemas/indices.recovery:RecoveryIndexStatus" + "$ref": "#/components/schemas/indices.recovery.RecoveryIndexStatus" }, "primary": { "type": "boolean" }, "source": { - "$ref": "#/components/schemas/indices.recovery:RecoveryOrigin" + "$ref": "#/components/schemas/indices.recovery.RecoveryOrigin" }, "stage": { "type": "string" }, "start": { - "$ref": "#/components/schemas/indices.recovery:RecoveryStartStatus" + "$ref": "#/components/schemas/indices.recovery.RecoveryStartStatus" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "stop_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "stop_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "target": { - "$ref": "#/components/schemas/indices.recovery:RecoveryOrigin" + "$ref": "#/components/schemas/indices.recovery.RecoveryOrigin" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "translog": { - "$ref": "#/components/schemas/indices.recovery:TranslogStatus" + "$ref": "#/components/schemas/indices.recovery.TranslogStatus" }, "type": { "type": "string" }, "verify_index": { - "$ref": "#/components/schemas/indices.recovery:VerifyIndex" + "$ref": "#/components/schemas/indices.recovery.VerifyIndex" } }, "required": [ @@ -76749,35 +81514,35 @@ "verify_index" ] }, - "indices.recovery:RecoveryIndexStatus": { + "indices.recovery.RecoveryIndexStatus": { "type": "object", "properties": { "bytes": { - "$ref": "#/components/schemas/indices.recovery:RecoveryBytes" + "$ref": "#/components/schemas/indices.recovery.RecoveryBytes" }, "files": { - "$ref": "#/components/schemas/indices.recovery:RecoveryFiles" + "$ref": "#/components/schemas/indices.recovery.RecoveryFiles" }, "size": { - "$ref": "#/components/schemas/indices.recovery:RecoveryBytes" + "$ref": "#/components/schemas/indices.recovery.RecoveryBytes" }, "source_throttle_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "source_throttle_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "target_throttle_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "target_throttle_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -76788,35 +81553,35 @@ "total_time_in_millis" ] }, - "indices.recovery:RecoveryBytes": { + "indices.recovery.RecoveryBytes": { "type": "object", "properties": { "percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "recovered": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "recovered_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "recovered_from_snapshot": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "recovered_from_snapshot_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "reused": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "reused_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -76826,17 +81591,17 @@ "total_in_bytes" ] }, - "indices.recovery:RecoveryFiles": { + "indices.recovery.RecoveryFiles": { "type": "object", "properties": { "details": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.recovery:FileDetails" + "$ref": "#/components/schemas/indices.recovery.FileDetails" } }, "percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "recovered": { "type": "number" @@ -76855,7 +81620,7 @@ "total" ] }, - "indices.recovery:FileDetails": { + "indices.recovery.FileDetails": { "type": "object", "properties": { "length": { @@ -76874,61 +81639,61 @@ "recovered" ] }, - "indices.recovery:RecoveryOrigin": { + "indices.recovery.RecoveryOrigin": { "type": "object", "properties": { "hostname": { "type": "string" }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ip": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "bootstrap_new_history_uuid": { "type": "boolean" }, "repository": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "snapshot": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "restoreUUID": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } }, - "indices.recovery:RecoveryStartStatus": { + "indices.recovery.RecoveryStartStatus": { "type": "object", "properties": { "check_index_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "check_index_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -76936,11 +81701,11 @@ "total_time_in_millis" ] }, - "indices.recovery:TranslogStatus": { + "indices.recovery.TranslogStatus": { "type": "object", "properties": { "percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" }, "recovered": { "type": "number" @@ -76952,10 +81717,10 @@ "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -76966,20 +81731,20 @@ "total_time_in_millis" ] }, - "indices.recovery:VerifyIndex": { + "indices.recovery.VerifyIndex": { "type": "object", "properties": { "check_index_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "check_index_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -76987,17 +81752,17 @@ "total_time_in_millis" ] }, - "indices.reload_search_analyzers:ReloadResult": { + "indices.reload_search_analyzers.ReloadResult": { "type": "object", "properties": { "reload_details": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadDetails" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadDetails" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -77005,7 +81770,7 @@ "_shards" ] }, - "indices.reload_search_analyzers:ReloadDetails": { + "indices.reload_search_analyzers.ReloadDetails": { "type": "object", "properties": { "index": { @@ -77030,7 +81795,7 @@ "reloaded_node_ids" ] }, - "indices.resolve_cluster:ResolveClusterInfo": { + "indices.resolve_cluster.ResolveClusterInfo": { "type": "object", "properties": { "connected": { @@ -77050,7 +81815,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:ElasticsearchVersionMinInfo" + "$ref": "#/components/schemas/_types.ElasticsearchVersionMinInfo" } }, "required": [ @@ -77058,17 +81823,17 @@ "skip_unavailable" ] }, - "_types:ElasticsearchVersionMinInfo": { + "_types.ElasticsearchVersionMinInfo": { "type": "object", "properties": { "build_flavor": { "type": "string" }, "minimum_index_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_wire_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "number": { "type": "string" @@ -77081,11 +81846,11 @@ "number" ] }, - "indices.resolve_index:ResolveIndexItem": { + "indices.resolve_index.ResolveIndexItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "aliases": { "type": "array", @@ -77100,7 +81865,7 @@ } }, "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } }, "required": [ @@ -77108,14 +81873,14 @@ "attributes" ] }, - "indices.resolve_index:ResolveIndexAliasItem": { + "indices.resolve_index.ResolveIndexAliasItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -77123,17 +81888,17 @@ "indices" ] }, - "indices.resolve_index:ResolveIndexDataStreamsItem": { + "indices.resolve_index.ResolveIndexDataStreamsItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "backing_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -77142,17 +81907,17 @@ "backing_indices" ] }, - "indices.rollover:RolloverConditions": { + "indices.rollover.RolloverConditions": { "type": "object", "properties": { "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "min_docs": { "type": "number" @@ -77161,25 +81926,25 @@ "type": "number" }, "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_size_bytes": { "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_size_bytes": { "type": "number" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size_bytes": { "type": "number" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size_bytes": { "type": "number" @@ -77192,7 +81957,7 @@ } } }, - "indices.segments:IndexSegment": { + "indices.segments.IndexSegment": { "type": "object", "properties": { "shards": { @@ -77200,12 +81965,12 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/indices.segments:ShardsSegment" + "$ref": "#/components/schemas/indices.segments.ShardsSegment" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices.segments:ShardsSegment" + "$ref": "#/components/schemas/indices.segments.ShardsSegment" } } ] @@ -77216,14 +81981,14 @@ "shards" ] }, - "indices.segments:ShardsSegment": { + "indices.segments.ShardsSegment": { "type": "object", "properties": { "num_committed_segments": { "type": "number" }, "routing": { - "$ref": "#/components/schemas/indices.segments:ShardSegmentRouting" + "$ref": "#/components/schemas/indices.segments.ShardSegmentRouting" }, "num_search_segments": { "type": "number" @@ -77231,7 +81996,7 @@ "segments": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.segments:Segment" + "$ref": "#/components/schemas/indices.segments.Segment" } } }, @@ -77242,7 +82007,7 @@ "segments" ] }, - "indices.segments:ShardSegmentRouting": { + "indices.segments.ShardSegmentRouting": { "type": "object", "properties": { "node": { @@ -77261,7 +82026,7 @@ "state" ] }, - "indices.segments:Segment": { + "indices.segments.Segment": { "type": "object", "properties": { "attributes": { @@ -77292,7 +82057,7 @@ "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -77307,7 +82072,7 @@ "version" ] }, - "indices.shard_stores:ShardStoreStatus": { + "indices.shard_stores.ShardStoreStatus": { "type": "string", "enum": [ "green", @@ -77316,13 +82081,13 @@ "all" ] }, - "indices.shard_stores:IndicesShardStores": { + "indices.shard_stores.IndicesShardStores": { "type": "object", "properties": { "shards": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreWrapper" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreWrapper" } } }, @@ -77330,13 +82095,13 @@ "shards" ] }, - "indices.shard_stores:ShardStoreWrapper": { + "indices.shard_stores.ShardStoreWrapper": { "type": "object", "properties": { "stores": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStore" + "$ref": "#/components/schemas/indices.shard_stores.ShardStore" } } }, @@ -77344,24 +82109,24 @@ "stores" ] }, - "indices.shard_stores:ShardStore": { + "indices.shard_stores.ShardStore": { "type": "object", "properties": { "allocation": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreAllocation" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreAllocation" }, "allocation_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "store_exception": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreException" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreException" } }, "required": [ "allocation" ] }, - "indices.shard_stores:ShardStoreAllocation": { + "indices.shard_stores.ShardStoreAllocation": { "type": "string", "enum": [ "primary", @@ -77369,7 +82134,7 @@ "unused" ] }, - "indices.shard_stores:ShardStoreException": { + "indices.shard_stores.ShardStoreException": { "type": "object", "properties": { "reason": { @@ -77384,11 +82149,11 @@ "type" ] }, - "indices.simulate_template:Overlapping": { + "indices.simulate_template.Overlapping": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_patterns": { "type": "array", @@ -77402,20 +82167,20 @@ "index_patterns" ] }, - "indices.simulate_template:Template": { + "indices.simulate_template.Template": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "required": [ @@ -77424,98 +82189,98 @@ "settings" ] }, - "indices.stats:IndicesStats": { + "indices.stats.IndicesStats": { "type": "object", "properties": { "primaries": { - "$ref": "#/components/schemas/indices.stats:IndexStats" + "$ref": "#/components/schemas/indices.stats.IndexStats" }, "shards": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.stats:ShardStats" + "$ref": "#/components/schemas/indices.stats.ShardStats" } } }, "total": { - "$ref": "#/components/schemas/indices.stats:IndexStats" + "$ref": "#/components/schemas/indices.stats.IndexStats" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "health": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "status": { - "$ref": "#/components/schemas/indices.stats:IndexMetadataState" + "$ref": "#/components/schemas/indices.stats.IndexMetadataState" } } }, - "indices.stats:IndexStats": { + "indices.stats.IndexStats": { "type": "object", "properties": { "completion": { - "$ref": "#/components/schemas/_types:CompletionStats" + "$ref": "#/components/schemas/_types.CompletionStats" }, "docs": { - "$ref": "#/components/schemas/_types:DocStats" + "$ref": "#/components/schemas/_types.DocStats" }, "fielddata": { - "$ref": "#/components/schemas/_types:FielddataStats" + "$ref": "#/components/schemas/_types.FielddataStats" }, "flush": { - "$ref": "#/components/schemas/_types:FlushStats" + "$ref": "#/components/schemas/_types.FlushStats" }, "get": { - "$ref": "#/components/schemas/_types:GetStats" + "$ref": "#/components/schemas/_types.GetStats" }, "indexing": { - "$ref": "#/components/schemas/_types:IndexingStats" + "$ref": "#/components/schemas/_types.IndexingStats" }, "indices": { - "$ref": "#/components/schemas/indices.stats:IndicesStats" + "$ref": "#/components/schemas/indices.stats.IndicesStats" }, "merges": { - "$ref": "#/components/schemas/_types:MergesStats" + "$ref": "#/components/schemas/_types.MergesStats" }, "query_cache": { - "$ref": "#/components/schemas/_types:QueryCacheStats" + "$ref": "#/components/schemas/_types.QueryCacheStats" }, "recovery": { - "$ref": "#/components/schemas/_types:RecoveryStats" + "$ref": "#/components/schemas/_types.RecoveryStats" }, "refresh": { - "$ref": "#/components/schemas/_types:RefreshStats" + "$ref": "#/components/schemas/_types.RefreshStats" }, "request_cache": { - "$ref": "#/components/schemas/_types:RequestCacheStats" + "$ref": "#/components/schemas/_types.RequestCacheStats" }, "search": { - "$ref": "#/components/schemas/_types:SearchStats" + "$ref": "#/components/schemas/_types.SearchStats" }, "segments": { - "$ref": "#/components/schemas/_types:SegmentsStats" + "$ref": "#/components/schemas/_types.SegmentsStats" }, "store": { - "$ref": "#/components/schemas/_types:StoreStats" + "$ref": "#/components/schemas/_types.StoreStats" }, "translog": { - "$ref": "#/components/schemas/_types:TranslogStats" + "$ref": "#/components/schemas/_types.TranslogStats" }, "warmer": { - "$ref": "#/components/schemas/_types:WarmerStats" + "$ref": "#/components/schemas/_types.WarmerStats" }, "bulk": { - "$ref": "#/components/schemas/_types:BulkStats" + "$ref": "#/components/schemas/_types.BulkStats" }, "shard_stats": { - "$ref": "#/components/schemas/indices.stats:ShardsTotalStats" + "$ref": "#/components/schemas/indices.stats.ShardsTotalStats" } } }, - "_types:FlushStats": { + "_types.FlushStats": { "type": "object", "properties": { "periodic": { @@ -77525,10 +82290,10 @@ "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77537,35 +82302,35 @@ "total_time_in_millis" ] }, - "_types:GetStats": { + "_types.GetStats": { "type": "object", "properties": { "current": { "type": "number" }, "exists_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "exists_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "exists_total": { "type": "number" }, "missing_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "missing_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "missing_total": { "type": "number" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "type": "number" @@ -77581,7 +82346,7 @@ "total" ] }, - "_types:IndexingStats": { + "_types.IndexingStats": { "type": "object", "properties": { "index_current": { @@ -77591,10 +82356,10 @@ "type": "number" }, "delete_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "delete_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "delete_total": { "type": "number" @@ -77606,16 +82371,16 @@ "type": "number" }, "throttle_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "index_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_total": { "type": "number" @@ -77626,7 +82391,7 @@ "types": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:IndexingStats" + "$ref": "#/components/schemas/_types.IndexingStats" } }, "write_load": { @@ -77652,7 +82417,7 @@ "index_failed" ] }, - "_types:MergesStats": { + "_types.MergesStats": { "type": "object", "properties": { "current": { @@ -77686,22 +82451,22 @@ "type": "number" }, "total_stopped_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_stopped_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_throttled_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_throttled_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77717,7 +82482,7 @@ "total_time_in_millis" ] }, - "_types:RecoveryStats": { + "_types.RecoveryStats": { "type": "object", "properties": { "current_as_source": { @@ -77727,10 +82492,10 @@ "type": "number" }, "throttle_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77739,14 +82504,14 @@ "throttle_time_in_millis" ] }, - "_types:RefreshStats": { + "_types.RefreshStats": { "type": "object", "properties": { "external_total": { "type": "number" }, "external_total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "listeners": { "type": "number" @@ -77755,10 +82520,10 @@ "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77769,7 +82534,7 @@ "total_time_in_millis" ] }, - "_types:RequestCacheStats": { + "_types.RequestCacheStats": { "type": "object", "properties": { "evictions": { @@ -77795,17 +82560,17 @@ "miss_count" ] }, - "_types:SearchStats": { + "_types.SearchStats": { "type": "object", "properties": { "fetch_current": { "type": "number" }, "fetch_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "fetch_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "fetch_total": { "type": "number" @@ -77817,10 +82582,10 @@ "type": "number" }, "query_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "query_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "query_total": { "type": "number" @@ -77829,10 +82594,10 @@ "type": "number" }, "scroll_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "scroll_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "scroll_total": { "type": "number" @@ -77841,10 +82606,10 @@ "type": "number" }, "suggest_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "suggest_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "suggest_total": { "type": "number" @@ -77852,7 +82617,7 @@ "groups": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SearchStats" + "$ref": "#/components/schemas/_types.SearchStats" } } }, @@ -77871,7 +82636,7 @@ "suggest_total" ] }, - "_types:TranslogStats": { + "_types.TranslogStats": { "type": "object", "properties": { "earliest_last_modified_age": { @@ -77904,7 +82669,7 @@ "uncommitted_size_in_bytes" ] }, - "_types:WarmerStats": { + "_types.WarmerStats": { "type": "object", "properties": { "current": { @@ -77914,10 +82679,10 @@ "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -77926,32 +82691,32 @@ "total_time_in_millis" ] }, - "_types:BulkStats": { + "_types.BulkStats": { "type": "object", "properties": { "total_operations": { "type": "number" }, "total_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_size_in_bytes": { "type": "number" }, "avg_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "avg_time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "avg_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "avg_size_in_bytes": { "type": "number" @@ -77965,7 +82730,7 @@ "avg_size_in_bytes" ] }, - "indices.stats:ShardsTotalStats": { + "indices.stats.ShardsTotalStats": { "type": "object", "properties": { "total_count": { @@ -77976,77 +82741,77 @@ "total_count" ] }, - "indices.stats:ShardStats": { + "indices.stats.ShardStats": { "type": "object", "properties": { "commit": { - "$ref": "#/components/schemas/indices.stats:ShardCommit" + "$ref": "#/components/schemas/indices.stats.ShardCommit" }, "completion": { - "$ref": "#/components/schemas/_types:CompletionStats" + "$ref": "#/components/schemas/_types.CompletionStats" }, "docs": { - "$ref": "#/components/schemas/_types:DocStats" + "$ref": "#/components/schemas/_types.DocStats" }, "fielddata": { - "$ref": "#/components/schemas/_types:FielddataStats" + "$ref": "#/components/schemas/_types.FielddataStats" }, "flush": { - "$ref": "#/components/schemas/_types:FlushStats" + "$ref": "#/components/schemas/_types.FlushStats" }, "get": { - "$ref": "#/components/schemas/_types:GetStats" + "$ref": "#/components/schemas/_types.GetStats" }, "indexing": { - "$ref": "#/components/schemas/_types:IndexingStats" + "$ref": "#/components/schemas/_types.IndexingStats" }, "mappings": { - "$ref": "#/components/schemas/indices.stats:MappingStats" + "$ref": "#/components/schemas/indices.stats.MappingStats" }, "merges": { - "$ref": "#/components/schemas/_types:MergesStats" + "$ref": "#/components/schemas/_types.MergesStats" }, "shard_path": { - "$ref": "#/components/schemas/indices.stats:ShardPath" + "$ref": "#/components/schemas/indices.stats.ShardPath" }, "query_cache": { - "$ref": "#/components/schemas/indices.stats:ShardQueryCache" + "$ref": "#/components/schemas/indices.stats.ShardQueryCache" }, "recovery": { - "$ref": "#/components/schemas/_types:RecoveryStats" + "$ref": "#/components/schemas/_types.RecoveryStats" }, "refresh": { - "$ref": "#/components/schemas/_types:RefreshStats" + "$ref": "#/components/schemas/_types.RefreshStats" }, "request_cache": { - "$ref": "#/components/schemas/_types:RequestCacheStats" + "$ref": "#/components/schemas/_types.RequestCacheStats" }, "retention_leases": { - "$ref": "#/components/schemas/indices.stats:ShardRetentionLeases" + "$ref": "#/components/schemas/indices.stats.ShardRetentionLeases" }, "routing": { - "$ref": "#/components/schemas/indices.stats:ShardRouting" + "$ref": "#/components/schemas/indices.stats.ShardRouting" }, "search": { - "$ref": "#/components/schemas/_types:SearchStats" + "$ref": "#/components/schemas/_types.SearchStats" }, "segments": { - "$ref": "#/components/schemas/_types:SegmentsStats" + "$ref": "#/components/schemas/_types.SegmentsStats" }, "seq_no": { - "$ref": "#/components/schemas/indices.stats:ShardSequenceNumber" + "$ref": "#/components/schemas/indices.stats.ShardSequenceNumber" }, "store": { - "$ref": "#/components/schemas/_types:StoreStats" + "$ref": "#/components/schemas/_types.StoreStats" }, "translog": { - "$ref": "#/components/schemas/_types:TranslogStats" + "$ref": "#/components/schemas/_types.TranslogStats" }, "warmer": { - "$ref": "#/components/schemas/_types:WarmerStats" + "$ref": "#/components/schemas/_types.WarmerStats" }, "bulk": { - "$ref": "#/components/schemas/_types:BulkStats" + "$ref": "#/components/schemas/_types.BulkStats" }, "shards": { "type": "object", @@ -78055,21 +82820,21 @@ } }, "shard_stats": { - "$ref": "#/components/schemas/indices.stats:ShardsTotalStats" + "$ref": "#/components/schemas/indices.stats.ShardsTotalStats" }, "indices": { - "$ref": "#/components/schemas/indices.stats:IndicesStats" + "$ref": "#/components/schemas/indices.stats.IndicesStats" } } }, - "indices.stats:ShardCommit": { + "indices.stats.ShardCommit": { "type": "object", "properties": { "generation": { "type": "number" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "num_docs": { "type": "number" @@ -78088,14 +82853,14 @@ "user_data" ] }, - "indices.stats:MappingStats": { + "indices.stats.MappingStats": { "type": "object", "properties": { "total_count": { "type": "number" }, "total_estimated_overhead": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_estimated_overhead_in_bytes": { "type": "number" @@ -78106,7 +82871,7 @@ "total_estimated_overhead_in_bytes" ] }, - "indices.stats:ShardPath": { + "indices.stats.ShardPath": { "type": "object", "properties": { "data_path": { @@ -78125,7 +82890,7 @@ "state_path" ] }, - "indices.stats:ShardQueryCache": { + "indices.stats.ShardQueryCache": { "type": "object", "properties": { "cache_count": { @@ -78160,19 +82925,19 @@ "total_count" ] }, - "indices.stats:ShardRetentionLeases": { + "indices.stats.ShardRetentionLeases": { "type": "object", "properties": { "primary_term": { "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "leases": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.stats:ShardLease" + "$ref": "#/components/schemas/indices.stats.ShardLease" } } }, @@ -78182,14 +82947,14 @@ "leases" ] }, - "indices.stats:ShardLease": { + "indices.stats.ShardLease": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "retaining_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "timestamp": { "type": "number" @@ -78205,7 +82970,7 @@ "source" ] }, - "indices.stats:ShardRouting": { + "indices.stats.ShardRouting": { "type": "object", "properties": { "node": { @@ -78226,7 +82991,7 @@ ] }, "state": { - "$ref": "#/components/schemas/indices.stats:ShardRoutingState" + "$ref": "#/components/schemas/indices.stats.ShardRoutingState" } }, "required": [ @@ -78235,7 +83000,7 @@ "state" ] }, - "indices.stats:ShardRoutingState": { + "indices.stats.ShardRoutingState": { "type": "string", "enum": [ "UNASSIGNED", @@ -78244,7 +83009,7 @@ "RELOCATING" ] }, - "indices.stats:ShardSequenceNumber": { + "indices.stats.ShardSequenceNumber": { "type": "object", "properties": { "global_checkpoint": { @@ -78254,7 +83019,7 @@ "type": "number" }, "max_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" } }, "required": [ @@ -78263,60 +83028,60 @@ "max_seq_no" ] }, - "indices.stats:IndexMetadataState": { + "indices.stats.IndexMetadataState": { "type": "string", "enum": [ "open", "close" ] }, - "indices.update_aliases:Action": { + "indices.update_aliases.Action": { "type": "object", "properties": { "add": { - "$ref": "#/components/schemas/indices.update_aliases:AddAction" + "$ref": "#/components/schemas/indices.update_aliases.AddAction" }, "remove": { - "$ref": "#/components/schemas/indices.update_aliases:RemoveAction" + "$ref": "#/components/schemas/indices.update_aliases.RemoveAction" }, "remove_index": { - "$ref": "#/components/schemas/indices.update_aliases:RemoveIndexAction" + "$ref": "#/components/schemas/indices.update_aliases.RemoveIndexAction" } }, "minProperties": 1, "maxProperties": 1 }, - "indices.update_aliases:AddAction": { + "indices.update_aliases.AddAction": { "type": "object", "properties": { "alias": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "aliases": { "description": "Aliases for the action.\nIndex alias names support date math.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } } ] }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_hidden": { "description": "If `true`, the alias is hidden.", @@ -78327,10 +83092,10 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -78338,31 +83103,31 @@ } } }, - "indices.update_aliases:RemoveAction": { + "indices.update_aliases.RemoveAction": { "type": "object", "properties": { "alias": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "aliases": { "description": "Aliases for the action.\nIndex alias names support date math.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } } ] }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -78370,14 +83135,14 @@ } } }, - "indices.update_aliases:RemoveIndexAction": { + "indices.update_aliases.RemoveIndexAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -78385,7 +83150,7 @@ } } }, - "indices.validate_query:IndicesValidationExplanation": { + "indices.validate_query.IndicesValidationExplanation": { "type": "object", "properties": { "error": { @@ -78395,7 +83160,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "valid": { "type": "boolean" @@ -78406,14 +83171,14 @@ "valid" ] }, - "inference._types:RequestChatCompletion": { + "inference._types.RequestChatCompletion": { "type": "object", "properties": { "messages": { "description": "A list of objects representing the conversation.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:Message" + "$ref": "#/components/schemas/inference._types.Message" } }, "model": { @@ -78436,13 +83201,13 @@ "type": "number" }, "tool_choice": { - "$ref": "#/components/schemas/inference._types:CompletionToolType" + "$ref": "#/components/schemas/inference._types.CompletionToolType" }, "tools": { "description": "A list of tools that the model can call.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:CompletionTool" + "$ref": "#/components/schemas/inference._types.CompletionTool" } }, "top_p": { @@ -78454,24 +83219,24 @@ "messages" ] }, - "inference._types:Message": { + "inference._types.Message": { "type": "object", "properties": { "content": { - "$ref": "#/components/schemas/inference._types:MessageContent" + "$ref": "#/components/schemas/inference._types.MessageContent" }, "role": { "description": "The role of the message author.", "type": "string" }, "tool_call_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "tool_calls": { "description": "The tool calls generated by the model.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:ToolCall" + "$ref": "#/components/schemas/inference._types.ToolCall" } } }, @@ -78479,7 +83244,7 @@ "role" ] }, - "inference._types:MessageContent": { + "inference._types.MessageContent": { "oneOf": [ { "type": "string" @@ -78487,12 +83252,12 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:ContentObject" + "$ref": "#/components/schemas/inference._types.ContentObject" } } ] }, - "inference._types:ContentObject": { + "inference._types.ContentObject": { "type": "object", "properties": { "text": { @@ -78509,14 +83274,14 @@ "type" ] }, - "inference._types:ToolCall": { + "inference._types.ToolCall": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "function": { - "$ref": "#/components/schemas/inference._types:ToolCallFunction" + "$ref": "#/components/schemas/inference._types.ToolCallFunction" }, "type": { "description": "The type of the tool call.", @@ -78529,7 +83294,7 @@ "type" ] }, - "inference._types:ToolCallFunction": { + "inference._types.ToolCallFunction": { "type": "object", "properties": { "arguments": { @@ -78546,17 +83311,17 @@ "name" ] }, - "inference._types:CompletionToolType": { + "inference._types.CompletionToolType": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/inference._types:CompletionToolChoice" + "$ref": "#/components/schemas/inference._types.CompletionToolChoice" } ] }, - "inference._types:CompletionToolChoice": { + "inference._types.CompletionToolChoice": { "type": "object", "properties": { "type": { @@ -78564,7 +83329,7 @@ "type": "string" }, "function": { - "$ref": "#/components/schemas/inference._types:CompletionToolChoiceFunction" + "$ref": "#/components/schemas/inference._types.CompletionToolChoiceFunction" } }, "required": [ @@ -78572,7 +83337,7 @@ "function" ] }, - "inference._types:CompletionToolChoiceFunction": { + "inference._types.CompletionToolChoiceFunction": { "type": "object", "properties": { "name": { @@ -78584,7 +83349,7 @@ "name" ] }, - "inference._types:CompletionTool": { + "inference._types.CompletionTool": { "type": "object", "properties": { "type": { @@ -78592,7 +83357,7 @@ "type": "string" }, "function": { - "$ref": "#/components/schemas/inference._types:CompletionToolFunction" + "$ref": "#/components/schemas/inference._types.CompletionToolFunction" } }, "required": [ @@ -78600,7 +83365,7 @@ "function" ] }, - "inference._types:CompletionToolFunction": { + "inference._types.CompletionToolFunction": { "type": "object", "properties": { "description": { @@ -78624,19 +83389,19 @@ "name" ] }, - "_types:StreamResult": { + "_types.StreamResult": { "type": "object" }, - "inference._types:TaskSettings": { + "inference._types.TaskSettings": { "type": "object" }, - "inference._types:CompletionInferenceResult": { + "inference._types.CompletionInferenceResult": { "type": "object", "properties": { "completion": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:CompletionResult" + "$ref": "#/components/schemas/inference._types.CompletionResult" } } }, @@ -78644,7 +83409,7 @@ "completion" ] }, - "inference._types:CompletionResult": { + "inference._types.CompletionResult": { "type": "object", "properties": { "result": { @@ -78655,7 +83420,7 @@ "result" ] }, - "inference._types:TaskType": { + "inference._types.TaskType": { "type": "string", "enum": [ "sparse_embedding", @@ -78665,10 +83430,10 @@ "chat_completion" ] }, - "inference._types:DeleteInferenceEndpointResult": { + "inference._types.DeleteInferenceEndpointResult": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", @@ -78686,10 +83451,10 @@ } ] }, - "inference._types:InferenceEndpointInfo": { + "inference._types.InferenceEndpointInfo": { "allOf": [ { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" }, { "type": "object", @@ -78699,7 +83464,7 @@ "type": "string" }, "task_type": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" } }, "required": [ @@ -78709,21 +83474,21 @@ } ] }, - "inference._types:InferenceEndpoint": { + "inference._types.InferenceEndpoint": { "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { "description": "The service type", "type": "string" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ServiceSettings" + "$ref": "#/components/schemas/inference._types.ServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -78731,7 +83496,7 @@ "service_settings" ] }, - "inference._types:InferenceChunkingSettings": { + "inference._types.InferenceChunkingSettings": { "type": "object", "properties": { "max_chunk_size": { @@ -78752,10 +83517,10 @@ } } }, - "inference._types:ServiceSettings": { + "inference._types.ServiceSettings": { "type": "object" }, - "inference._types:AlibabaCloudTaskType": { + "inference._types.AlibabaCloudTaskType": { "type": "string", "enum": [ "completion", @@ -78764,13 +83529,13 @@ "text_embedding" ] }, - "inference._types:AlibabaCloudServiceType": { + "inference._types.AlibabaCloudServiceType": { "type": "string", "enum": [ "alibabacloud-ai-search" ] }, - "inference._types:AlibabaCloudServiceSettings": { + "inference._types.AlibabaCloudServiceSettings": { "type": "object", "properties": { "api_key": { @@ -78785,7 +83550,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "service_id": { "description": "The name of the model service to use for the inference task.\nThe following service IDs are available for the `completion` task:\n\n* `ops-qwen-turbo`\n* `qwen-turbo`\n* `qwen-plus`\n* `qwen-max ÷ qwen-max-longcontext`\n\nThe following service ID is available for the `rerank` task:\n\n* `ops-bge-reranker-larger`\n\nThe following service ID is available for the `sparse_embedding` task:\n\n* `ops-text-sparse-embedding-001`\n\nThe following service IDs are available for the `text_embedding` task:\n\n`ops-text-embedding-001`\n`ops-text-embedding-zh-001`\n`ops-text-embedding-en-001`\n`ops-text-embedding-002`", @@ -78803,7 +83568,7 @@ "workspace" ] }, - "inference._types:RateLimitSetting": { + "inference._types.RateLimitSetting": { "type": "object", "properties": { "requests_per_minute": { @@ -78812,7 +83577,7 @@ } } }, - "inference._types:AlibabaCloudTaskSettings": { + "inference._types.AlibabaCloudTaskSettings": { "type": "object", "properties": { "input_type": { @@ -78825,20 +83590,20 @@ } } }, - "inference._types:AmazonBedrockTaskType": { + "inference._types.AmazonBedrockTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AmazonBedrockServiceType": { + "inference._types.AmazonBedrockServiceType": { "type": "string", "enum": [ "amazonbedrock" ] }, - "inference._types:AmazonBedrockServiceSettings": { + "inference._types.AmazonBedrockServiceSettings": { "type": "object", "properties": { "access_key": { @@ -78864,7 +83629,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "secret_key": { "externalDocs": { @@ -78881,7 +83646,7 @@ "secret_key" ] }, - "inference._types:AmazonBedrockTaskSettings": { + "inference._types.AmazonBedrockTaskSettings": { "type": "object", "properties": { "max_new_tokens": { @@ -78902,19 +83667,19 @@ } } }, - "inference._types:AnthropicTaskType": { + "inference._types.AnthropicTaskType": { "type": "string", "enum": [ "completion" ] }, - "inference._types:AnthropicServiceType": { + "inference._types.AnthropicServiceType": { "type": "string", "enum": [ "anthropic" ] }, - "inference._types:AnthropicServiceSettings": { + "inference._types.AnthropicServiceSettings": { "type": "object", "properties": { "api_key": { @@ -78926,7 +83691,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -78934,7 +83699,7 @@ "model_id" ] }, - "inference._types:AnthropicTaskSettings": { + "inference._types.AnthropicTaskSettings": { "type": "object", "properties": { "max_tokens": { @@ -78961,20 +83726,20 @@ "max_tokens" ] }, - "inference._types:AzureAiStudioTaskType": { + "inference._types.AzureAiStudioTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AzureAiStudioServiceType": { + "inference._types.AzureAiStudioServiceType": { "type": "string", "enum": [ "azureaistudio" ] }, - "inference._types:AzureAiStudioServiceSettings": { + "inference._types.AzureAiStudioServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79000,7 +83765,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -79010,7 +83775,7 @@ "provider" ] }, - "inference._types:AzureAiStudioTaskSettings": { + "inference._types.AzureAiStudioTaskSettings": { "type": "object", "properties": { "do_sample": { @@ -79035,20 +83800,20 @@ } } }, - "inference._types:AzureOpenAITaskType": { + "inference._types.AzureOpenAITaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AzureOpenAIServiceType": { + "inference._types.AzureOpenAIServiceType": { "type": "string", "enum": [ "azureopenai" ] }, - "inference._types:AzureOpenAIServiceSettings": { + "inference._types.AzureOpenAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79077,7 +83842,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "resource_name": { "externalDocs": { @@ -79093,7 +83858,7 @@ "resource_name" ] }, - "inference._types:AzureOpenAITaskSettings": { + "inference._types.AzureOpenAITaskSettings": { "type": "object", "properties": { "user": { @@ -79102,7 +83867,7 @@ } } }, - "inference._types:CohereTaskType": { + "inference._types.CohereTaskType": { "type": "string", "enum": [ "completion", @@ -79110,13 +83875,13 @@ "text_embedding" ] }, - "inference._types:CohereServiceType": { + "inference._types.CohereServiceType": { "type": "string", "enum": [ "cohere" ] }, - "inference._types:CohereServiceSettings": { + "inference._types.CohereServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79127,24 +83892,24 @@ "type": "string" }, "embedding_type": { - "$ref": "#/components/schemas/inference._types:CohereEmbeddingType" + "$ref": "#/components/schemas/inference._types.CohereEmbeddingType" }, "model_id": { "description": "For a `completion`, `rerank`, or `text_embedding` task, the name of the model to use for the inference task.\n\n* For the available `completion` models, refer to the [Cohere command docs](https://docs.cohere.com/docs/models#command).\n* For the available `rerank` models, refer to the [Cohere rerank docs](https://docs.cohere.com/reference/rerank-1).\n* For the available `text_embedding` models, refer to [Cohere embed docs](https://docs.cohere.com/reference/embed).\n\nThe default value for a text embedding task is `embed-english-v2.0`.", "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "similarity": { - "$ref": "#/components/schemas/inference._types:CohereSimilarityType" + "$ref": "#/components/schemas/inference._types.CohereSimilarityType" } }, "required": [ "api_key" ] }, - "inference._types:CohereEmbeddingType": { + "inference._types.CohereEmbeddingType": { "type": "string", "enum": [ "byte", @@ -79152,7 +83917,7 @@ "int8" ] }, - "inference._types:CohereSimilarityType": { + "inference._types.CohereSimilarityType": { "type": "string", "enum": [ "cosine", @@ -79160,11 +83925,11 @@ "l2_norm" ] }, - "inference._types:CohereTaskSettings": { + "inference._types.CohereTaskSettings": { "type": "object", "properties": { "input_type": { - "$ref": "#/components/schemas/inference._types:CohereInputType" + "$ref": "#/components/schemas/inference._types.CohereInputType" }, "return_documents": { "description": "For a `rerank` task, return doc text within the results.", @@ -79175,11 +83940,11 @@ "type": "number" }, "truncate": { - "$ref": "#/components/schemas/inference._types:CohereTruncateType" + "$ref": "#/components/schemas/inference._types.CohereTruncateType" } } }, - "inference._types:CohereInputType": { + "inference._types.CohereInputType": { "type": "string", "enum": [ "classification", @@ -79188,7 +83953,7 @@ "search" ] }, - "inference._types:CohereTruncateType": { + "inference._types.CohereTruncateType": { "type": "string", "enum": [ "END", @@ -79196,7 +83961,7 @@ "START" ] }, - "inference._types:ElasticsearchTaskType": { + "inference._types.ElasticsearchTaskType": { "type": "string", "enum": [ "rerank", @@ -79204,17 +83969,17 @@ "text_embedding" ] }, - "inference._types:ElasticsearchServiceType": { + "inference._types.ElasticsearchServiceType": { "type": "string", "enum": [ "elasticsearch" ] }, - "inference._types:ElasticsearchServiceSettings": { + "inference._types.ElasticsearchServiceSettings": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/inference._types:AdaptiveAllocations" + "$ref": "#/components/schemas/inference._types.AdaptiveAllocations" }, "deployment_id": { "description": "The deployment identifier for a trained model deployment.\nWhen `deployment_id` is used the `model_id` is optional.", @@ -79241,7 +84006,7 @@ "num_threads" ] }, - "inference._types:AdaptiveAllocations": { + "inference._types.AdaptiveAllocations": { "type": "object", "properties": { "enabled": { @@ -79258,7 +84023,7 @@ } } }, - "inference._types:ElasticsearchTaskSettings": { + "inference._types.ElasticsearchTaskSettings": { "type": "object", "properties": { "return_documents": { @@ -79267,23 +84032,23 @@ } } }, - "inference._types:ElserTaskType": { + "inference._types.ElserTaskType": { "type": "string", "enum": [ "sparse_embedding" ] }, - "inference._types:ElserServiceType": { + "inference._types.ElserServiceType": { "type": "string", "enum": [ "elser" ] }, - "inference._types:ElserServiceSettings": { + "inference._types.ElserServiceSettings": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/inference._types:AdaptiveAllocations" + "$ref": "#/components/schemas/inference._types.AdaptiveAllocations" }, "num_allocations": { "description": "The total number of allocations this model is assigned across machine learning nodes.\nIncreasing this value generally increases the throughput.\nIf adaptive allocations is enabled, do not set this value because it's automatically set.", @@ -79299,20 +84064,20 @@ "num_threads" ] }, - "inference._types:GoogleAiStudioTaskType": { + "inference._types.GoogleAiStudioTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:GoogleAiServiceType": { + "inference._types.GoogleAiServiceType": { "type": "string", "enum": [ "googleaistudio" ] }, - "inference._types:GoogleAiStudioServiceSettings": { + "inference._types.GoogleAiStudioServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79327,7 +84092,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -79335,20 +84100,20 @@ "model_id" ] }, - "inference._types:GoogleVertexAITaskType": { + "inference._types.GoogleVertexAITaskType": { "type": "string", "enum": [ "rerank", "text_embedding" ] }, - "inference._types:GoogleVertexAIServiceType": { + "inference._types.GoogleVertexAIServiceType": { "type": "string", "enum": [ "googlevertexai" ] }, - "inference._types:GoogleVertexAIServiceSettings": { + "inference._types.GoogleVertexAIServiceSettings": { "type": "object", "properties": { "location": { @@ -79370,7 +84135,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "service_account_json": { "description": "A valid service account in JSON format for the Google Vertex AI API.", @@ -79384,7 +84149,7 @@ "service_account_json" ] }, - "inference._types:GoogleVertexAITaskSettings": { + "inference._types.GoogleVertexAITaskSettings": { "type": "object", "properties": { "auto_truncate": { @@ -79397,19 +84162,19 @@ } } }, - "inference._types:HuggingFaceTaskType": { + "inference._types.HuggingFaceTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:HuggingFaceServiceType": { + "inference._types.HuggingFaceServiceType": { "type": "string", "enum": [ "hugging_face" ] }, - "inference._types:HuggingFaceServiceSettings": { + "inference._types.HuggingFaceServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79420,7 +84185,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL endpoint to use for the requests.", @@ -79432,20 +84197,20 @@ "url" ] }, - "inference._types:JinaAITaskType": { + "inference._types.JinaAITaskType": { "type": "string", "enum": [ "rerank", "text_embedding" ] }, - "inference._types:JinaAIServiceType": { + "inference._types.JinaAIServiceType": { "type": "string", "enum": [ "jinaai" ] }, - "inference._types:JinaAIServiceSettings": { + "inference._types.JinaAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79460,17 +84225,17 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "similarity": { - "$ref": "#/components/schemas/inference._types:JinaAISimilarityType" + "$ref": "#/components/schemas/inference._types.JinaAISimilarityType" } }, "required": [ "api_key" ] }, - "inference._types:JinaAISimilarityType": { + "inference._types.JinaAISimilarityType": { "type": "string", "enum": [ "cosine", @@ -79478,7 +84243,7 @@ "l2_norm" ] }, - "inference._types:JinaAITaskSettings": { + "inference._types.JinaAITaskSettings": { "type": "object", "properties": { "return_documents": { @@ -79486,7 +84251,7 @@ "type": "boolean" }, "task": { - "$ref": "#/components/schemas/inference._types:JinaAITextEmbeddingTask" + "$ref": "#/components/schemas/inference._types.JinaAITextEmbeddingTask" }, "top_n": { "description": "For a `rerank` task, the number of most relevant documents to return.\nIt defaults to the number of the documents.\nIf this inference endpoint is used in a `text_similarity_reranker` retriever query and `top_n` is set, it must be greater than or equal to `rank_window_size` in the query.", @@ -79494,7 +84259,7 @@ } } }, - "inference._types:JinaAITextEmbeddingTask": { + "inference._types.JinaAITextEmbeddingTask": { "type": "string", "enum": [ "classification", @@ -79503,19 +84268,19 @@ "search" ] }, - "inference._types:MistralTaskType": { + "inference._types.MistralTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:MistralServiceType": { + "inference._types.MistralServiceType": { "type": "string", "enum": [ "mistral" ] }, - "inference._types:MistralServiceSettings": { + "inference._types.MistralServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79537,7 +84302,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -79545,7 +84310,7 @@ "model" ] }, - "inference._types:OpenAITaskType": { + "inference._types.OpenAITaskType": { "type": "string", "enum": [ "chat_completion", @@ -79553,13 +84318,13 @@ "text_embedding" ] }, - "inference._types:OpenAIServiceType": { + "inference._types.OpenAIServiceType": { "type": "string", "enum": [ "openai" ] }, - "inference._types:OpenAIServiceSettings": { + "inference._types.OpenAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79585,7 +84350,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL endpoint to use for the requests.\nIt can be changed for testing purposes.", @@ -79597,7 +84362,7 @@ "model_id" ] }, - "inference._types:OpenAITaskSettings": { + "inference._types.OpenAITaskSettings": { "type": "object", "properties": { "user": { @@ -79606,20 +84371,20 @@ } } }, - "inference._types:VoyageAITaskType": { + "inference._types.VoyageAITaskType": { "type": "string", "enum": [ "text_embedding", "rerank" ] }, - "inference._types:VoyageAIServiceType": { + "inference._types.VoyageAIServiceType": { "type": "string", "enum": [ "voyageai" ] }, - "inference._types:VoyageAIServiceSettings": { + "inference._types.VoyageAIServiceSettings": { "type": "object", "properties": { "dimensions": { @@ -79637,7 +84402,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "embedding_type": { "externalDocs": { @@ -79651,7 +84416,7 @@ "model_id" ] }, - "inference._types:VoyageAITaskSettings": { + "inference._types.VoyageAITaskSettings": { "type": "object", "properties": { "input_type": { @@ -79672,19 +84437,19 @@ } } }, - "inference._types:WatsonxTaskType": { + "inference._types.WatsonxTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:WatsonxServiceType": { + "inference._types.WatsonxServiceType": { "type": "string", "enum": [ "watsonxai" ] }, - "inference._types:WatsonxServiceSettings": { + "inference._types.WatsonxServiceSettings": { "type": "object", "properties": { "api_key": { @@ -79713,7 +84478,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL of the inference endpoint that you created on Watsonx.", @@ -79728,13 +84493,13 @@ "url" ] }, - "inference._types:RerankedInferenceResult": { + "inference._types.RerankedInferenceResult": { "type": "object", "properties": { "rerank": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:RankedDocument" + "$ref": "#/components/schemas/inference._types.RankedDocument" } } }, @@ -79742,7 +84507,7 @@ "rerank" ] }, - "inference._types:RankedDocument": { + "inference._types.RankedDocument": { "type": "object", "properties": { "index": { @@ -79760,13 +84525,13 @@ "relevance_score" ] }, - "inference._types:SparseEmbeddingInferenceResult": { + "inference._types.SparseEmbeddingInferenceResult": { "type": "object", "properties": { "sparse_embedding": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:SparseEmbeddingResult" + "$ref": "#/components/schemas/inference._types.SparseEmbeddingResult" } } }, @@ -79774,91 +84539,91 @@ "sparse_embedding" ] }, - "inference._types:SparseEmbeddingResult": { + "inference._types.SparseEmbeddingResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:SparseVector" + "$ref": "#/components/schemas/inference._types.SparseVector" } }, "required": [ "embedding" ] }, - "inference._types:SparseVector": { + "inference._types.SparseVector": { "description": "Sparse Embedding tokens are represented as a dictionary\nof string to double.", "type": "object", "additionalProperties": { "type": "number" } }, - "inference._types:TextEmbeddingInferenceResult": { + "inference._types.TextEmbeddingInferenceResult": { "description": "TextEmbeddingInferenceResult is an aggregation of mutually exclusive text_embedding variants", "type": "object", "properties": { "text_embedding_bytes": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingByteResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingByteResult" } }, "text_embedding_bits": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingByteResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingByteResult" } }, "text_embedding": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingResult" } } }, "minProperties": 1, "maxProperties": 1 }, - "inference._types:TextEmbeddingByteResult": { + "inference._types.TextEmbeddingByteResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:DenseByteVector" + "$ref": "#/components/schemas/inference._types.DenseByteVector" } }, "required": [ "embedding" ] }, - "inference._types:DenseByteVector": { + "inference._types.DenseByteVector": { "description": "Text Embedding results containing bytes are represented as Dense\nVectors of bytes.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:byte" + "$ref": "#/components/schemas/_types.byte" } }, - "inference._types:TextEmbeddingResult": { + "inference._types.TextEmbeddingResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:DenseVector" + "$ref": "#/components/schemas/inference._types.DenseVector" } }, "required": [ "embedding" ] }, - "inference._types:DenseVector": { + "inference._types.DenseVector": { "description": "Text Embedding results are represented as Dense Vectors\nof floats.", "type": "array", "items": { "type": "number" } }, - "_types:ElasticsearchVersionInfo": { + "_types.ElasticsearchVersionInfo": { "type": "object", "properties": { "build_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "build_flavor": { "description": "The build flavor. For example, `default`.", @@ -79877,13 +84642,13 @@ "type": "string" }, "lucene_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_index_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_wire_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "number": { "description": "The Elasticsearch version number.", @@ -79902,7 +84667,7 @@ "number" ] }, - "ingest.geo_ip_stats:GeoIpDownloadStatistics": { + "ingest.geo_ip_stats.GeoIpDownloadStatistics": { "type": "object", "properties": { "successful_downloads": { @@ -79914,7 +84679,7 @@ "type": "number" }, "total_download_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "databases_count": { "description": "Current number of databases available for use.", @@ -79938,14 +84703,14 @@ "expired_databases" ] }, - "ingest.geo_ip_stats:GeoIpNodeDatabases": { + "ingest.geo_ip_stats.GeoIpNodeDatabases": { "type": "object", "properties": { "databases": { "description": "Downloaded databases for the node.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest.geo_ip_stats:GeoIpNodeDatabaseName" + "$ref": "#/components/schemas/ingest.geo_ip_stats.GeoIpNodeDatabaseName" } }, "files_in_temp": { @@ -79961,31 +84726,31 @@ "files_in_temp" ] }, - "ingest.geo_ip_stats:GeoIpNodeDatabaseName": { + "ingest.geo_ip_stats.GeoIpNodeDatabaseName": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "name" ] }, - "ingest.get_geoip_database:DatabaseConfigurationMetadata": { + "ingest.get_geoip_database.DatabaseConfigurationMetadata": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "version": { "type": "number" }, "modified_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "database": { - "$ref": "#/components/schemas/ingest._types:DatabaseConfiguration" + "$ref": "#/components/schemas/ingest._types.DatabaseConfiguration" } }, "required": [ @@ -79995,14 +84760,14 @@ "database" ] }, - "ingest._types:DatabaseConfiguration": { + "ingest._types.DatabaseConfiguration": { "description": "The configuration necessary to identify which IP geolocation provider to use to download a database, as well as any provider-specific configuration necessary for such downloading.\nAt present, the only supported providers are `maxmind` and `ipinfo`, and the `maxmind` provider requires that an `account_id` (string) is configured.\nA provider (either `maxmind` or `ipinfo`) must be specified. The web and local providers can be returned as read only configurations.", "allOf": [ { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -80013,10 +84778,10 @@ "type": "object", "properties": { "maxmind": { - "$ref": "#/components/schemas/ingest._types:Maxmind" + "$ref": "#/components/schemas/ingest._types.Maxmind" }, "ipinfo": { - "$ref": "#/components/schemas/ingest._types:Ipinfo" + "$ref": "#/components/schemas/ingest._types.Ipinfo" } }, "minProperties": 1, @@ -80024,37 +84789,37 @@ } ] }, - "ingest._types:Maxmind": { + "ingest._types.Maxmind": { "type": "object", "properties": { "account_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ "account_id" ] }, - "ingest._types:Ipinfo": { + "ingest._types.Ipinfo": { "type": "object" }, - "ingest.get_ip_location_database:DatabaseConfigurationMetadata": { + "ingest.get_ip_location_database.DatabaseConfigurationMetadata": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "modified_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "modified_date": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "database": { - "$ref": "#/components/schemas/ingest._types:DatabaseConfigurationFull" + "$ref": "#/components/schemas/ingest._types.DatabaseConfigurationFull" } }, "required": [ @@ -80063,13 +84828,13 @@ "database" ] }, - "ingest._types:DatabaseConfigurationFull": { + "ingest._types.DatabaseConfigurationFull": { "allOf": [ { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -80080,16 +84845,16 @@ "type": "object", "properties": { "web": { - "$ref": "#/components/schemas/ingest._types:Web" + "$ref": "#/components/schemas/ingest._types.Web" }, "local": { - "$ref": "#/components/schemas/ingest._types:Local" + "$ref": "#/components/schemas/ingest._types.Local" }, "maxmind": { - "$ref": "#/components/schemas/ingest._types:Maxmind" + "$ref": "#/components/schemas/ingest._types.Maxmind" }, "ipinfo": { - "$ref": "#/components/schemas/ingest._types:Ipinfo" + "$ref": "#/components/schemas/ingest._types.Ipinfo" } }, "minProperties": 1, @@ -80097,10 +84862,10 @@ } ] }, - "ingest._types:Web": { + "ingest._types.Web": { "type": "object" }, - "ingest._types:Local": { + "ingest._types.Local": { "type": "object", "properties": { "type": { @@ -80111,7 +84876,7 @@ "type" ] }, - "ingest._types:Pipeline": { + "ingest._types.Pipeline": { "type": "object", "properties": { "description": { @@ -80122,180 +84887,180 @@ "description": "Processors to run immediately after a processor failure.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "processors": { "description": "Processors used to perform transformations on documents before indexing.\nProcessors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "deprecated": { "description": "Marks this ingest pipeline as deprecated.\nWhen a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.", "type": "boolean" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, - "ingest._types:ProcessorContainer": { + "ingest._types.ProcessorContainer": { "type": "object", "properties": { "append": { - "$ref": "#/components/schemas/ingest._types:AppendProcessor" + "$ref": "#/components/schemas/ingest._types.AppendProcessor" }, "attachment": { - "$ref": "#/components/schemas/ingest._types:AttachmentProcessor" + "$ref": "#/components/schemas/ingest._types.AttachmentProcessor" }, "bytes": { - "$ref": "#/components/schemas/ingest._types:BytesProcessor" + "$ref": "#/components/schemas/ingest._types.BytesProcessor" }, "circle": { - "$ref": "#/components/schemas/ingest._types:CircleProcessor" + "$ref": "#/components/schemas/ingest._types.CircleProcessor" }, "community_id": { - "$ref": "#/components/schemas/ingest._types:CommunityIDProcessor" + "$ref": "#/components/schemas/ingest._types.CommunityIDProcessor" }, "convert": { - "$ref": "#/components/schemas/ingest._types:ConvertProcessor" + "$ref": "#/components/schemas/ingest._types.ConvertProcessor" }, "csv": { - "$ref": "#/components/schemas/ingest._types:CsvProcessor" + "$ref": "#/components/schemas/ingest._types.CsvProcessor" }, "date": { - "$ref": "#/components/schemas/ingest._types:DateProcessor" + "$ref": "#/components/schemas/ingest._types.DateProcessor" }, "date_index_name": { - "$ref": "#/components/schemas/ingest._types:DateIndexNameProcessor" + "$ref": "#/components/schemas/ingest._types.DateIndexNameProcessor" }, "dissect": { - "$ref": "#/components/schemas/ingest._types:DissectProcessor" + "$ref": "#/components/schemas/ingest._types.DissectProcessor" }, "dot_expander": { - "$ref": "#/components/schemas/ingest._types:DotExpanderProcessor" + "$ref": "#/components/schemas/ingest._types.DotExpanderProcessor" }, "drop": { - "$ref": "#/components/schemas/ingest._types:DropProcessor" + "$ref": "#/components/schemas/ingest._types.DropProcessor" }, "enrich": { - "$ref": "#/components/schemas/ingest._types:EnrichProcessor" + "$ref": "#/components/schemas/ingest._types.EnrichProcessor" }, "fail": { - "$ref": "#/components/schemas/ingest._types:FailProcessor" + "$ref": "#/components/schemas/ingest._types.FailProcessor" }, "fingerprint": { - "$ref": "#/components/schemas/ingest._types:FingerprintProcessor" + "$ref": "#/components/schemas/ingest._types.FingerprintProcessor" }, "foreach": { - "$ref": "#/components/schemas/ingest._types:ForeachProcessor" + "$ref": "#/components/schemas/ingest._types.ForeachProcessor" }, "ip_location": { - "$ref": "#/components/schemas/ingest._types:IpLocationProcessor" + "$ref": "#/components/schemas/ingest._types.IpLocationProcessor" }, "geo_grid": { - "$ref": "#/components/schemas/ingest._types:GeoGridProcessor" + "$ref": "#/components/schemas/ingest._types.GeoGridProcessor" }, "geoip": { - "$ref": "#/components/schemas/ingest._types:GeoIpProcessor" + "$ref": "#/components/schemas/ingest._types.GeoIpProcessor" }, "grok": { - "$ref": "#/components/schemas/ingest._types:GrokProcessor" + "$ref": "#/components/schemas/ingest._types.GrokProcessor" }, "gsub": { - "$ref": "#/components/schemas/ingest._types:GsubProcessor" + "$ref": "#/components/schemas/ingest._types.GsubProcessor" }, "html_strip": { - "$ref": "#/components/schemas/ingest._types:HtmlStripProcessor" + "$ref": "#/components/schemas/ingest._types.HtmlStripProcessor" }, "inference": { - "$ref": "#/components/schemas/ingest._types:InferenceProcessor" + "$ref": "#/components/schemas/ingest._types.InferenceProcessor" }, "join": { - "$ref": "#/components/schemas/ingest._types:JoinProcessor" + "$ref": "#/components/schemas/ingest._types.JoinProcessor" }, "json": { - "$ref": "#/components/schemas/ingest._types:JsonProcessor" + "$ref": "#/components/schemas/ingest._types.JsonProcessor" }, "kv": { - "$ref": "#/components/schemas/ingest._types:KeyValueProcessor" + "$ref": "#/components/schemas/ingest._types.KeyValueProcessor" }, "lowercase": { - "$ref": "#/components/schemas/ingest._types:LowercaseProcessor" + "$ref": "#/components/schemas/ingest._types.LowercaseProcessor" }, "network_direction": { - "$ref": "#/components/schemas/ingest._types:NetworkDirectionProcessor" + "$ref": "#/components/schemas/ingest._types.NetworkDirectionProcessor" }, "pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineProcessor" + "$ref": "#/components/schemas/ingest._types.PipelineProcessor" }, "redact": { - "$ref": "#/components/schemas/ingest._types:RedactProcessor" + "$ref": "#/components/schemas/ingest._types.RedactProcessor" }, "registered_domain": { - "$ref": "#/components/schemas/ingest._types:RegisteredDomainProcessor" + "$ref": "#/components/schemas/ingest._types.RegisteredDomainProcessor" }, "remove": { - "$ref": "#/components/schemas/ingest._types:RemoveProcessor" + "$ref": "#/components/schemas/ingest._types.RemoveProcessor" }, "rename": { - "$ref": "#/components/schemas/ingest._types:RenameProcessor" + "$ref": "#/components/schemas/ingest._types.RenameProcessor" }, "reroute": { - "$ref": "#/components/schemas/ingest._types:RerouteProcessor" + "$ref": "#/components/schemas/ingest._types.RerouteProcessor" }, "script": { - "$ref": "#/components/schemas/ingest._types:ScriptProcessor" + "$ref": "#/components/schemas/ingest._types.ScriptProcessor" }, "set": { - "$ref": "#/components/schemas/ingest._types:SetProcessor" + "$ref": "#/components/schemas/ingest._types.SetProcessor" }, "set_security_user": { - "$ref": "#/components/schemas/ingest._types:SetSecurityUserProcessor" + "$ref": "#/components/schemas/ingest._types.SetSecurityUserProcessor" }, "sort": { - "$ref": "#/components/schemas/ingest._types:SortProcessor" + "$ref": "#/components/schemas/ingest._types.SortProcessor" }, "split": { - "$ref": "#/components/schemas/ingest._types:SplitProcessor" + "$ref": "#/components/schemas/ingest._types.SplitProcessor" }, "terminate": { - "$ref": "#/components/schemas/ingest._types:TerminateProcessor" + "$ref": "#/components/schemas/ingest._types.TerminateProcessor" }, "trim": { - "$ref": "#/components/schemas/ingest._types:TrimProcessor" + "$ref": "#/components/schemas/ingest._types.TrimProcessor" }, "uppercase": { - "$ref": "#/components/schemas/ingest._types:UppercaseProcessor" + "$ref": "#/components/schemas/ingest._types.UppercaseProcessor" }, "urldecode": { - "$ref": "#/components/schemas/ingest._types:UrlDecodeProcessor" + "$ref": "#/components/schemas/ingest._types.UrlDecodeProcessor" }, "uri_parts": { - "$ref": "#/components/schemas/ingest._types:UriPartsProcessor" + "$ref": "#/components/schemas/ingest._types.UriPartsProcessor" }, "user_agent": { - "$ref": "#/components/schemas/ingest._types:UserAgentProcessor" + "$ref": "#/components/schemas/ingest._types.UserAgentProcessor" } }, "minProperties": 1, "maxProperties": 1 }, - "ingest._types:AppendProcessor": { + "ingest._types.AppendProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "value": { "description": "The value to be appended. Supports template snippets.", @@ -80323,7 +85088,7 @@ } ] }, - "ingest._types:ProcessorBase": { + "ingest._types.ProcessorBase": { "type": "object", "properties": { "description": { @@ -80331,7 +85096,7 @@ "type": "string" }, "if": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "ignore_failure": { "description": "Ignore failures for the processor.", @@ -80341,7 +85106,7 @@ "description": "Handle failures for the processor.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "tag": { @@ -80350,16 +85115,16 @@ } } }, - "ingest._types:AttachmentProcessor": { + "ingest._types.AttachmentProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and field does not exist, the processor quietly exits without modifying the document.", @@ -80370,7 +85135,7 @@ "type": "number" }, "indexed_chars_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Array of properties to select to be stored.\nCan be `content`, `title`, `name`, `author`, `keywords`, `date`, `content_type`, `content_length`, `language`.", @@ -80380,7 +85145,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "remove_binary": { "description": "If true, the binary field will be removed from the document", @@ -80397,23 +85162,23 @@ } ] }, - "ingest._types:BytesProcessor": { + "ingest._types.BytesProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -80422,10 +85187,10 @@ } ] }, - "ingest._types:CircleProcessor": { + "ingest._types.CircleProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80435,17 +85200,17 @@ "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "shape_type": { - "$ref": "#/components/schemas/ingest._types:ShapeType" + "$ref": "#/components/schemas/ingest._types.ShapeType" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -80456,47 +85221,47 @@ } ] }, - "ingest._types:ShapeType": { + "ingest._types.ShapeType": { "type": "string", "enum": [ "geo_shape", "shape" ] }, - "ingest._types:CommunityIDProcessor": { + "ingest._types.CommunityIDProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "source_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "source_port": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_port": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "iana_number": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "icmp_type": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "icmp_code": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "transport": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "seed": { "description": "Seed for the community ID hash. Must be between 0 and 65535 (inclusive). The\nseed can prevent hash collisions between network domains, such as a staging\nand production network that use the same addressing scheme.", @@ -80510,26 +85275,26 @@ } ] }, - "ingest._types:ConvertProcessor": { + "ingest._types.ConvertProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { - "$ref": "#/components/schemas/ingest._types:ConvertType" + "$ref": "#/components/schemas/ingest._types.ConvertType" } }, "required": [ @@ -80539,7 +85304,7 @@ } ] }, - "ingest._types:ConvertType": { + "ingest._types.ConvertType": { "type": "string", "enum": [ "integer", @@ -80552,10 +85317,10 @@ "auto" ] }, - "ingest._types:CsvProcessor": { + "ingest._types.CsvProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80565,7 +85330,7 @@ "type": "object" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -80580,7 +85345,7 @@ "type": "string" }, "target_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "trim": { "description": "Trim whitespaces in unquoted fields.", @@ -80594,16 +85359,16 @@ } ] }, - "ingest._types:DateProcessor": { + "ingest._types.DateProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "formats": { "description": "An array of the expected date formats.\nCan be a java time pattern or one of the following formats: ISO8601, UNIX, UNIX_MS, or TAI64N.", @@ -80617,7 +85382,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "timezone": { "description": "The timezone to use when parsing the date.\nSupports template snippets.", @@ -80635,10 +85400,10 @@ } ] }, - "ingest._types:DateIndexNameProcessor": { + "ingest._types.DateIndexNameProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80655,7 +85420,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "index_name_format": { "description": "The format to be used when printing the parsed date into the index name.\nA valid java time pattern is expected here.\nSupports template snippets.", @@ -80681,10 +85446,10 @@ } ] }, - "ingest._types:DissectProcessor": { + "ingest._types.DissectProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80694,7 +85459,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -80712,16 +85477,16 @@ } ] }, - "ingest._types:DotExpanderProcessor": { + "ingest._types.DotExpanderProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "override": { "description": "Controls the behavior when there is already an existing nested object that conflicts with the expanded field.\nWhen `false`, the processor will merge conflicts by combining the old and the new values into an array.\nWhen `true`, the value from the expanded field will overwrite the existing value.", @@ -80738,26 +85503,26 @@ } ] }, - "ingest._types:DropProcessor": { + "ingest._types.DropProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object" } ] }, - "ingest._types:EnrichProcessor": { + "ingest._types.EnrichProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -80776,10 +85541,10 @@ "type": "string" }, "shape_relation": { - "$ref": "#/components/schemas/_types:GeoShapeRelation" + "$ref": "#/components/schemas/_types.GeoShapeRelation" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -80790,7 +85555,7 @@ } ] }, - "_types:GeoShapeRelation": { + "_types.GeoShapeRelation": { "type": "string", "enum": [ "intersects", @@ -80799,10 +85564,10 @@ "contains" ] }, - "ingest._types:FailProcessor": { + "ingest._types.FailProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80818,26 +85583,26 @@ } ] }, - "ingest._types:FingerprintProcessor": { + "ingest._types.FingerprintProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "salt": { "description": "Salt value for the hash function.", "type": "string" }, "method": { - "$ref": "#/components/schemas/ingest._types:FingerprintDigest" + "$ref": "#/components/schemas/ingest._types.FingerprintDigest" }, "ignore_missing": { "description": "If true, the processor ignores any missing fields. If all fields are\nmissing, the processor silently exits without modifying the document.", @@ -80850,7 +85615,7 @@ } ] }, - "ingest._types:FingerprintDigest": { + "ingest._types.FingerprintDigest": { "type": "string", "enum": [ "MD5", @@ -80860,23 +85625,23 @@ "MurmurHash3" ] }, - "ingest._types:ForeachProcessor": { + "ingest._types.ForeachProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true`, the processor silently exits without changing the document if the `field` is `null` or missing.", "type": "boolean" }, "processor": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "required": [ @@ -80886,10 +85651,10 @@ } ] }, - "ingest._types:IpLocationProcessor": { + "ingest._types.IpLocationProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80899,7 +85664,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "first_only": { "description": "If `true`, only the first found IP location data will be returned, even if the field contains an array.", @@ -80917,7 +85682,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "download_database_on_pipeline_creation": { "description": "If `true` (and if `ingest.geoip.downloader.eager.download` is `false`), the missing database is downloaded when the pipeline is created.\nElse, the download is triggered by when the pipeline is used as the `default_pipeline` or `final_pipeline` in an index.", @@ -80930,10 +85695,10 @@ } ] }, - "ingest._types:GeoGridProcessor": { + "ingest._types.GeoGridProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -80943,29 +85708,29 @@ "type": "string" }, "tile_type": { - "$ref": "#/components/schemas/ingest._types:GeoGridTileType" + "$ref": "#/components/schemas/ingest._types.GeoGridTileType" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "parent_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "children_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "non_children_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_format": { - "$ref": "#/components/schemas/ingest._types:GeoGridTargetFormat" + "$ref": "#/components/schemas/ingest._types.GeoGridTargetFormat" } }, "required": [ @@ -80975,7 +85740,7 @@ } ] }, - "ingest._types:GeoGridTileType": { + "ingest._types.GeoGridTileType": { "type": "string", "enum": [ "geotile", @@ -80983,17 +85748,17 @@ "geohash" ] }, - "ingest._types:GeoGridTargetFormat": { + "ingest._types.GeoGridTargetFormat": { "type": "string", "enum": [ "geojson", "wkt" ] }, - "ingest._types:GeoIpProcessor": { + "ingest._types.GeoIpProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81003,7 +85768,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "first_only": { "description": "If `true`, only the first found geoip data will be returned, even if the field contains an array.", @@ -81021,7 +85786,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "download_database_on_pipeline_creation": { "description": "If `true` (and if `ingest.geoip.downloader.eager.download` is `false`), the missing database is downloaded when the pipeline is created.\nElse, the download is triggered by when the pipeline is used as the `default_pipeline` or `final_pipeline` in an index.", @@ -81034,10 +85799,10 @@ } ] }, - "ingest._types:GrokProcessor": { + "ingest._types.GrokProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81047,7 +85812,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -81064,7 +85829,7 @@ "description": "An ordered list of grok expression to match and extract named captures with.\nReturns on the first expression in the list that matches.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" } }, "trace_match": { @@ -81079,19 +85844,19 @@ } ] }, - "_types:GrokPattern": { + "_types.GrokPattern": { "type": "string" }, - "ingest._types:GsubProcessor": { + "ingest._types.GsubProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -81106,7 +85871,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81117,23 +85882,23 @@ } ] }, - "ingest._types:HtmlStripProcessor": { + "ingest._types.HtmlStripProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document,", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81142,19 +85907,19 @@ } ] }, - "ingest._types:InferenceProcessor": { + "ingest._types.InferenceProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field_map": { "description": "Maps the document field names to the known field names of the model.\nThis mapping takes precedence over any default mappings provided in the model configuration.", @@ -81164,18 +85929,18 @@ } }, "inference_config": { - "$ref": "#/components/schemas/ingest._types:InferenceConfig" + "$ref": "#/components/schemas/ingest._types.InferenceConfig" }, "input_output": { "description": "Input fields for inference and output (destination) fields for the inference results.\nThis option is incompatible with the target_field and field_map options.", "oneOf": [ { - "$ref": "#/components/schemas/ingest._types:InputConfig" + "$ref": "#/components/schemas/ingest._types.InputConfig" }, { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:InputConfig" + "$ref": "#/components/schemas/ingest._types.InputConfig" } } ] @@ -81191,24 +85956,24 @@ } ] }, - "ingest._types:InferenceConfig": { + "ingest._types.InferenceConfig": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ingest._types:InferenceConfigRegression" + "$ref": "#/components/schemas/ingest._types.InferenceConfigRegression" }, "classification": { - "$ref": "#/components/schemas/ingest._types:InferenceConfigClassification" + "$ref": "#/components/schemas/ingest._types.InferenceConfigClassification" } }, "minProperties": 1, "maxProperties": 1 }, - "ingest._types:InferenceConfigRegression": { + "ingest._types.InferenceConfigRegression": { "type": "object", "properties": { "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "num_top_feature_importance_values": { "description": "Specifies the maximum number of feature importance values per document.", @@ -81216,7 +85981,7 @@ } } }, - "ingest._types:InferenceConfigClassification": { + "ingest._types.InferenceConfigClassification": { "type": "object", "properties": { "num_top_classes": { @@ -81228,10 +85993,10 @@ "type": "number" }, "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "top_classes_results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "prediction_field_type": { "description": "Specifies the type of the predicted field to write.\nValid values are: `string`, `number`, `boolean`.", @@ -81239,7 +86004,7 @@ } } }, - "ingest._types:InputConfig": { + "ingest._types.InputConfig": { "type": "object", "properties": { "input_field": { @@ -81254,23 +86019,23 @@ "output_field" ] }, - "ingest._types:JoinProcessor": { + "ingest._types.JoinProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "separator": { "description": "The separator character.", "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81280,10 +86045,10 @@ } ] }, - "ingest._types:JsonProcessor": { + "ingest._types.JsonProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81293,17 +86058,17 @@ "type": "boolean" }, "add_to_root_conflict_strategy": { - "$ref": "#/components/schemas/ingest._types:JsonProcessorConflictStrategy" + "$ref": "#/components/schemas/ingest._types.JsonProcessorConflictStrategy" }, "allow_duplicate_keys": { "description": "When set to `true`, the JSON parser will not fail if the JSON contains duplicate keys.\nInstead, the last encountered value for any duplicate key wins.", "type": "boolean" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81312,17 +86077,17 @@ } ] }, - "ingest._types:JsonProcessorConflictStrategy": { + "ingest._types.JsonProcessorConflictStrategy": { "type": "string", "enum": [ "replace", "merge" ] }, - "ingest._types:KeyValueProcessor": { + "ingest._types.KeyValueProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81335,7 +86100,7 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field_split": { "description": "Regex pattern to use for splitting key-value pairs.", @@ -81361,7 +86126,7 @@ "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "trim_key": { "description": "String of characters to trim from extracted keys.", @@ -81384,23 +86149,23 @@ } ] }, - "ingest._types:LowercaseProcessor": { + "ingest._types.LowercaseProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81409,22 +86174,22 @@ } ] }, - "ingest._types:NetworkDirectionProcessor": { + "ingest._types.NetworkDirectionProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "source_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "internal_networks": { "description": "List of internal networks. Supports IPv4 and IPv6 addresses and ranges in\nCIDR notation. Also supports the named ranges listed below. These may be\nconstructed with template snippets. Must specify only one of\ninternal_networks or internal_networks_field.", @@ -81434,7 +86199,7 @@ } }, "internal_networks_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If true and any required fields are missing, the processor quietly exits\nwithout modifying the document.", @@ -81444,16 +86209,16 @@ } ] }, - "ingest._types:PipelineProcessor": { + "ingest._types.PipelineProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "ignore_missing_pipeline": { "description": "Whether to ignore missing pipelines instead of failing.", @@ -81466,22 +86231,22 @@ } ] }, - "ingest._types:RedactProcessor": { + "ingest._types.RedactProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "patterns": { "description": "A list of grok expressions to match and redact named captures with", "type": "array", "items": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" } }, "pattern_definitions": { @@ -81518,19 +86283,19 @@ } ] }, - "ingest._types:RegisteredDomainProcessor": { + "ingest._types.RegisteredDomainProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If true and any required fields are missing, the processor quietly exits\nwithout modifying the document.", @@ -81543,19 +86308,19 @@ } ] }, - "ingest._types:RemoveProcessor": { + "ingest._types.RemoveProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "keep": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -81568,23 +86333,23 @@ } ] }, - "ingest._types:RenameProcessor": { + "ingest._types.RenameProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81594,10 +86359,10 @@ } ] }, - "ingest._types:RerouteProcessor": { + "ingest._types.RerouteProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -81638,19 +86403,19 @@ } ] }, - "ingest._types:ScriptProcessor": { + "ingest._types.ScriptProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "params": { "description": "Object containing parameters for the script.", @@ -81660,25 +86425,25 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } } ] }, - "ingest._types:SetProcessor": { + "ingest._types.SetProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "copy_from": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_empty_value": { "description": "If `true` and `value` is a template snippet that evaluates to `null` or the empty string, the processor quietly exits without modifying the document.", @@ -81703,16 +86468,16 @@ } ] }, - "ingest._types:SetSecurityUserProcessor": { + "ingest._types.SetSecurityUserProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Controls what user related properties are added to the field.", @@ -81728,22 +86493,22 @@ } ] }, - "ingest._types:SortProcessor": { + "ingest._types.SortProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81752,16 +86517,16 @@ } ] }, - "ingest._types:SplitProcessor": { + "ingest._types.SplitProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -81776,7 +86541,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81786,33 +86551,33 @@ } ] }, - "ingest._types:TerminateProcessor": { + "ingest._types.TerminateProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object" } ] }, - "ingest._types:TrimProcessor": { + "ingest._types.TrimProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81821,23 +86586,23 @@ } ] }, - "ingest._types:UppercaseProcessor": { + "ingest._types.UppercaseProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81846,23 +86611,23 @@ } ] }, - "ingest._types:UrlDecodeProcessor": { + "ingest._types.UrlDecodeProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81871,16 +86636,16 @@ } ] }, - "ingest._types:UriPartsProcessor": { + "ingest._types.UriPartsProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -81895,7 +86660,7 @@ "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -81904,16 +86669,16 @@ } ] }, - "ingest._types:UserAgentProcessor": { + "ingest._types.UserAgentProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -81924,13 +86689,13 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Controls what properties are added to `target_field`.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:UserAgentProperty" + "$ref": "#/components/schemas/ingest._types.UserAgentProperty" } }, "extract_device_type": { @@ -81945,7 +86710,7 @@ } ] }, - "ingest._types:UserAgentProperty": { + "ingest._types.UserAgentProperty": { "type": "string", "enum": [ "name", @@ -81955,14 +86720,14 @@ "version" ] }, - "ingest._types:Document": { + "ingest._types.Document": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_source": { "description": "JSON body for the document.", @@ -81973,34 +86738,34 @@ "_source" ] }, - "ingest._types:SimulateDocumentResult": { + "ingest._types.SimulateDocumentResult": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/ingest._types:DocumentSimulation" + "$ref": "#/components/schemas/ingest._types.DocumentSimulation" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "processor_results": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:PipelineSimulation" + "$ref": "#/components/schemas/ingest._types.PipelineSimulation" } } } }, - "ingest._types:DocumentSimulation": { + "ingest._types.DocumentSimulation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_ingest": { - "$ref": "#/components/schemas/ingest._types:Ingest" + "$ref": "#/components/schemas/ingest._types.Ingest" }, "_routing": { "description": "Value used to send the document to a specific primary shard.", @@ -82014,10 +86779,10 @@ } }, "_version": { - "$ref": "#/components/schemas/_spec_utils:StringifiedVersionNumber" + "$ref": "#/components/schemas/_spec_utils.StringifiedVersionNumber" }, "_version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ @@ -82027,24 +86792,24 @@ "_source" ] }, - "ingest._types:Ingest": { + "ingest._types.Ingest": { "type": "object", "properties": { "_redact": { - "$ref": "#/components/schemas/ingest._types:Redact" + "$ref": "#/components/schemas/ingest._types.Redact" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "pipeline": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "timestamp" ] }, - "ingest._types:Redact": { + "ingest._types.Redact": { "type": "object", "properties": { "_is_redacted": { @@ -82056,22 +86821,22 @@ "_is_redacted" ] }, - "_spec_utils:StringifiedVersionNumber": { + "_spec_utils.StringifiedVersionNumber": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, { "type": "string" } ] }, - "ingest._types:PipelineSimulation": { + "ingest._types.PipelineSimulation": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/ingest._types:DocumentSimulation" + "$ref": "#/components/schemas/ingest._types.DocumentSimulation" }, "tag": { "type": "string" @@ -82080,20 +86845,20 @@ "type": "string" }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "description": { "type": "string" }, "ignored_error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, - "watcher._types:ActionStatusOptions": { + "watcher._types.ActionStatusOptions": { "type": "string", "enum": [ "success", @@ -82102,14 +86867,14 @@ "throttled" ] }, - "_global.knn_search._types:Query": { + "_global.knn_search._types.Query": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "k": { "description": "The final number of nearest neighbors to return as top hits", @@ -82127,20 +86892,20 @@ "num_candidates" ] }, - "license.get:LicenseInformation": { + "license.get.LicenseInformation": { "type": "object", "properties": { "expiry_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "expiry_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issue_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "issue_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issued_to": { "type": "string" @@ -82171,16 +86936,16 @@ ] }, "status": { - "$ref": "#/components/schemas/license._types:LicenseStatus" + "$ref": "#/components/schemas/license._types.LicenseStatus" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "uid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "start_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -82195,7 +86960,7 @@ "start_date_in_millis" ] }, - "license._types:LicenseStatus": { + "license._types.LicenseStatus": { "type": "string", "enum": [ "active", @@ -82204,7 +86969,7 @@ "expired" ] }, - "license._types:LicenseType": { + "license._types.LicenseType": { "type": "string", "enum": [ "missing", @@ -82218,17 +86983,17 @@ "enterprise" ] }, - "license._types:License": { + "license._types.License": { "type": "object", "properties": { "expiry_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issue_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "start_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issued_to": { "type": "string" @@ -82254,7 +87019,7 @@ "type": "string" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "uid": { "type": "string" @@ -82270,7 +87035,7 @@ "uid" ] }, - "license.post:Acknowledgement": { + "license.post.Acknowledgement": { "type": "object", "properties": { "license": { @@ -82288,7 +87053,7 @@ "message" ] }, - "logstash._types:Pipeline": { + "logstash._types.Pipeline": { "type": "object", "properties": { "description": { @@ -82296,7 +87061,7 @@ "type": "string" }, "last_modified": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "pipeline": { "externalDocs": { @@ -82306,10 +87071,10 @@ "type": "string" }, "pipeline_metadata": { - "$ref": "#/components/schemas/logstash._types:PipelineMetadata" + "$ref": "#/components/schemas/logstash._types.PipelineMetadata" }, "pipeline_settings": { - "$ref": "#/components/schemas/logstash._types:PipelineSettings" + "$ref": "#/components/schemas/logstash._types.PipelineSettings" }, "username": { "description": "The user who last updated the pipeline.", @@ -82325,7 +87090,7 @@ "username" ] }, - "logstash._types:PipelineMetadata": { + "logstash._types.PipelineMetadata": { "type": "object", "properties": { "type": { @@ -82340,7 +87105,7 @@ "version" ] }, - "logstash._types:PipelineSettings": { + "logstash._types.PipelineSettings": { "type": "object", "properties": { "pipeline.workers": { @@ -82382,56 +87147,56 @@ "queue.checkpoint.writes" ] }, - "_global.mget:Operation": { + "_global.mget.Operation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ "_id" ] }, - "_global.mget:ResponseItem": { + "_global.mget.ResponseItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.get:GetResult" + "$ref": "#/components/schemas/_global.get.GetResult" }, { - "$ref": "#/components/schemas/_global.mget:MultiGetError" + "$ref": "#/components/schemas/_global.mget.MultiGetError" } ] }, - "_global.mget:MultiGetError": { + "_global.mget.MultiGetError": { "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -82440,7 +87205,7 @@ "_index" ] }, - "migration.deprecations:Deprecation": { + "migration.deprecations.Deprecation": { "type": "object", "properties": { "details": { @@ -82448,7 +87213,7 @@ "type": "string" }, "level": { - "$ref": "#/components/schemas/migration.deprecations:DeprecationLevel" + "$ref": "#/components/schemas/migration.deprecations.DeprecationLevel" }, "message": { "description": "Descriptive information about the deprecation warning.", @@ -82475,7 +87240,7 @@ "resolve_during_rolling_upgrade" ] }, - "migration.deprecations:DeprecationLevel": { + "migration.deprecations.DeprecationLevel": { "type": "string", "enum": [ "none", @@ -82484,22 +87249,22 @@ "critical" ] }, - "migration.get_feature_upgrade_status:MigrationFeature": { + "migration.get_feature_upgrade_status.MigrationFeature": { "type": "object", "properties": { "feature_name": { "type": "string" }, "minimum_index_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "migration_status": { - "$ref": "#/components/schemas/migration.get_feature_upgrade_status:MigrationStatus" + "$ref": "#/components/schemas/migration.get_feature_upgrade_status.MigrationStatus" }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.get_feature_upgrade_status:MigrationFeatureIndexInfo" + "$ref": "#/components/schemas/migration.get_feature_upgrade_status.MigrationFeatureIndexInfo" } } }, @@ -82510,7 +87275,7 @@ "indices" ] }, - "migration.get_feature_upgrade_status:MigrationStatus": { + "migration.get_feature_upgrade_status.MigrationStatus": { "type": "string", "enum": [ "NO_MIGRATION_NEEDED", @@ -82519,17 +87284,17 @@ "ERROR" ] }, - "migration.get_feature_upgrade_status:MigrationFeatureIndexInfo": { + "migration.get_feature_upgrade_status.MigrationFeatureIndexInfo": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "failure_cause": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -82537,7 +87302,7 @@ "version" ] }, - "migration.post_feature_upgrade:MigrationFeature": { + "migration.post_feature_upgrade.MigrationFeature": { "type": "object", "properties": { "feature_name": { @@ -82548,17 +87313,17 @@ "feature_name" ] }, - "ml._types:AnalysisConfig": { + "ml._types.AnalysisConfig": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "categorization_filters": { "description": "If `categorization_field_name` is specified, you can also define optional filters. This property expects an array of regular expressions. The expressions are used to filter out matching sequences from the categorization field values. You can use this functionality to fine tune the categorization by excluding sequences from consideration when categories are defined. For example, you can exclude SQL statements that appear in your log files. This property cannot be used at the same time as `categorization_analyzer`. If you only want to define simple regular expression filters that are applied prior to tokenization, setting this property is the easiest method. If you also want to customize the tokenizer or post-tokenization filtering, use the `categorization_analyzer` property instead and include the filters as pattern_replace character filters. The effect is exactly the same.", @@ -82571,80 +87336,80 @@ "description": "Detector configuration objects specify which data fields a job analyzes. They also specify which analytical functions are used. You can specify multiple detectors for a job. If the detectors array does not contain at least one detector, no analysis can occur and an error is returned.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Detector" + "$ref": "#/components/schemas/ml._types.Detector" } }, "influencers": { "description": "A comma separated list of influencer field names. Typically these can be the by, over, or partition fields that are used in the detector configuration. You might also want to use a field name that is not specifically named in a detector, but is available as part of the input data. When you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "latency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "multivariate_by_fields": { "description": "This functionality is reserved for internal use. It is not supported for use in customer environments and is not subject to the support SLA of official GA features. If set to `true`, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold. For example, suppose CPU and memory usage on host A is usually highly correlated with the same metrics on host B. Perhaps this correlation occurs because they are running a load-balanced application. If you enable this property, anomalies will be reported when, for example, CPU usage on host A is high and the value of CPU usage on host B is low. That is to say, you’ll see an anomaly when the CPU of host A is unusual given the CPU of host B. To use the `multivariate_by_fields` property, you must also specify `by_field_name` in your detector.", "type": "boolean" }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" }, "summary_count_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "detectors" ] }, - "ml._types:CategorizationAnalyzer": { + "ml._types.CategorizationAnalyzer": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzerDefinition" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzerDefinition" } ] }, - "ml._types:CategorizationAnalyzerDefinition": { + "ml._types.CategorizationAnalyzerDefinition": { "type": "object", "properties": { "char_filter": { "description": "One or more character filters. In addition to the built-in character filters, other plugins can provide more character filters. If this property is not specified, no character filters are applied prior to categorization. If you are customizing some other aspect of the analyzer and you need to achieve the equivalent of `categorization_filters` (which are not permitted when some other aspect of the analyzer is customized), add them here as pattern replace character filters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "filter": { "description": "One or more token filters. In addition to the built-in token filters, other plugins can provide more token filters. If this property is not specified, no token filters are applied prior to categorization.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "tokenizer": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } }, - "ml._types:Detector": { + "ml._types.Detector": { "type": "object", "properties": { "by_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "custom_rules": { "description": "Custom rules enable you to customize the way detectors operate. For example, a rule may dictate conditions under which results should be skipped. Kibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } }, "detector_description": { @@ -82656,20 +87421,20 @@ "type": "number" }, "exclude_frequent": { - "$ref": "#/components/schemas/ml._types:ExcludeFrequent" + "$ref": "#/components/schemas/ml._types.ExcludeFrequent" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "description": "The analysis function that is used. For example, `count`, `rare`, `mean`, `min`, `max`, or `sum`.", "type": "string" }, "over_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "partition_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "use_null": { "description": "Defines whether a new series is used as the null series when there is no value for the by or partition fields.", @@ -82677,47 +87442,47 @@ } } }, - "ml._types:DetectionRule": { + "ml._types.DetectionRule": { "type": "object", "properties": { "actions": { "description": "The set of actions to be triggered when the rule applies. If more than one action is specified the effects of all actions are combined.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:RuleAction" + "$ref": "#/components/schemas/ml._types.RuleAction" } }, "conditions": { "description": "An array of numeric conditions when the rule applies. A rule must either have a non-empty scope or at least one condition. Multiple conditions are combined together with a logical AND.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:RuleCondition" + "$ref": "#/components/schemas/ml._types.RuleCondition" } }, "scope": { "description": "A scope of series where the rule applies. A rule must either have a non-empty scope or at least one condition. By default, the scope includes all series. Scoping is allowed for any of the fields that are also specified in `by_field_name`, `over_field_name`, or `partition_field_name`.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:FilterRef" + "$ref": "#/components/schemas/ml._types.FilterRef" } } } }, - "ml._types:RuleAction": { + "ml._types.RuleAction": { "type": "string", "enum": [ "skip_result", "skip_model_update" ] }, - "ml._types:RuleCondition": { + "ml._types.RuleCondition": { "type": "object", "properties": { "applies_to": { - "$ref": "#/components/schemas/ml._types:AppliesTo" + "$ref": "#/components/schemas/ml._types.AppliesTo" }, "operator": { - "$ref": "#/components/schemas/ml._types:ConditionOperator" + "$ref": "#/components/schemas/ml._types.ConditionOperator" }, "value": { "description": "The value that is compared against the `applies_to` field using the operator.", @@ -82730,7 +87495,7 @@ "value" ] }, - "ml._types:AppliesTo": { + "ml._types.AppliesTo": { "type": "string", "enum": [ "actual", @@ -82739,7 +87504,7 @@ "time" ] }, - "ml._types:ConditionOperator": { + "ml._types.ConditionOperator": { "type": "string", "enum": [ "gt", @@ -82748,28 +87513,28 @@ "lte" ] }, - "ml._types:FilterRef": { + "ml._types.FilterRef": { "type": "object", "properties": { "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "filter_type": { - "$ref": "#/components/schemas/ml._types:FilterType" + "$ref": "#/components/schemas/ml._types.FilterType" } }, "required": [ "filter_id" ] }, - "ml._types:FilterType": { + "ml._types.FilterType": { "type": "string", "enum": [ "include", "exclude" ] }, - "ml._types:ExcludeFrequent": { + "ml._types.ExcludeFrequent": { "type": "string", "enum": [ "all", @@ -82778,7 +87543,7 @@ "over" ] }, - "ml._types:PerPartitionCategorization": { + "ml._types.PerPartitionCategorization": { "type": "object", "properties": { "enabled": { @@ -82791,46 +87556,46 @@ } } }, - "ml._types:DataframeEvaluationContainer": { + "ml._types.DataframeEvaluationContainer": { "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassification" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassification" }, "outlier_detection": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationOutlierDetection" }, "regression": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegression" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegression" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeEvaluationClassification": { + "ml._types.DataframeEvaluationClassification": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "top_classes_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassificationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassificationMetrics" } }, "required": [ "actual_field" ] }, - "ml._types:DataframeEvaluationClassificationMetrics": { + "ml._types.DataframeEvaluationClassificationMetrics": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationMetrics" }, { "type": "object", @@ -82853,11 +87618,11 @@ } ] }, - "ml._types:DataframeEvaluationMetrics": { + "ml._types.DataframeEvaluationMetrics": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassificationMetricsAucRoc" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassificationMetricsAucRoc" }, "precision": { "description": "Precision of predictions (per-class and average).", @@ -82875,11 +87640,11 @@ } } }, - "ml._types:DataframeEvaluationClassificationMetricsAucRoc": { + "ml._types.DataframeEvaluationClassificationMetricsAucRoc": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "include_curve": { "description": "Whether or not the curve should be returned in addition to the score. Default value is false.", @@ -82887,17 +87652,17 @@ } } }, - "ml._types:DataframeEvaluationOutlierDetection": { + "ml._types.DataframeEvaluationOutlierDetection": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_probability_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationOutlierDetectionMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationOutlierDetectionMetrics" } }, "required": [ @@ -82905,10 +87670,10 @@ "predicted_probability_field" ] }, - "ml._types:DataframeEvaluationOutlierDetectionMetrics": { + "ml._types.DataframeEvaluationOutlierDetectionMetrics": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationMetrics" }, { "type": "object", @@ -82924,17 +87689,17 @@ } ] }, - "ml._types:DataframeEvaluationRegression": { + "ml._types.DataframeEvaluationRegression": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetrics" } }, "required": [ @@ -82942,7 +87707,7 @@ "predicted_field" ] }, - "ml._types:DataframeEvaluationRegressionMetrics": { + "ml._types.DataframeEvaluationRegressionMetrics": { "type": "object", "properties": { "mse": { @@ -82953,10 +87718,10 @@ } }, "msle": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetricsMsle" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetricsMsle" }, "huber": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetricsHuber" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetricsHuber" }, "r_squared": { "description": "Proportion of the variance in the dependent variable that is predictable from the independent variables.", @@ -82967,7 +87732,7 @@ } } }, - "ml._types:DataframeEvaluationRegressionMetricsMsle": { + "ml._types.DataframeEvaluationRegressionMetricsMsle": { "type": "object", "properties": { "offset": { @@ -82976,7 +87741,7 @@ } } }, - "ml._types:DataframeEvaluationRegressionMetricsHuber": { + "ml._types.DataframeEvaluationRegressionMetricsHuber": { "type": "object", "properties": { "delta": { @@ -82985,30 +87750,30 @@ } } }, - "ml.evaluate_data_frame:DataframeClassificationSummary": { + "ml.evaluate_data_frame.DataframeClassificationSummary": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc" }, "accuracy": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryAccuracy" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy" }, "multiclass_confusion_matrix": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryMulticlassConfusionMatrix" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix" }, "precision": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryPrecision" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryPrecision" }, "recall": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryRecall" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryRecall" } } }, - "ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc": { + "ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc": { "allOf": [ { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, { "type": "object", @@ -83016,14 +87781,14 @@ "curve": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRocCurveItem" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem" } } } } ] }, - "ml.evaluate_data_frame:DataframeEvaluationSummaryAucRocCurveItem": { + "ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem": { "type": "object", "properties": { "tpr": { @@ -83042,7 +87807,7 @@ "threshold" ] }, - "ml.evaluate_data_frame:DataframeEvaluationValue": { + "ml.evaluate_data_frame.DataframeEvaluationValue": { "type": "object", "properties": { "value": { @@ -83053,13 +87818,13 @@ "value" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryAccuracy": { + "ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "overall_accuracy": { @@ -83071,16 +87836,16 @@ "overall_accuracy" ] }, - "ml.evaluate_data_frame:DataframeEvaluationClass": { + "ml.evaluate_data_frame.DataframeEvaluationClass": { "allOf": [ { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -83089,13 +87854,13 @@ } ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryMulticlassConfusionMatrix": { + "ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix": { "type": "object", "properties": { "confusion_matrix": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixItem" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixItem" } }, "other_actual_class_count": { @@ -83107,11 +87872,11 @@ "other_actual_class_count" ] }, - "ml.evaluate_data_frame:ConfusionMatrixItem": { + "ml.evaluate_data_frame.ConfusionMatrixItem": { "type": "object", "properties": { "actual_class": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "actual_class_doc_count": { "type": "number" @@ -83119,7 +87884,7 @@ "predicted_classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixPrediction" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixPrediction" } }, "other_predicted_class_doc_count": { @@ -83133,11 +87898,11 @@ "other_predicted_class_doc_count" ] }, - "ml.evaluate_data_frame:ConfusionMatrixPrediction": { + "ml.evaluate_data_frame.ConfusionMatrixPrediction": { "type": "object", "properties": { "predicted_class": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "count": { "type": "number" @@ -83148,13 +87913,13 @@ "count" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryPrecision": { + "ml.evaluate_data_frame.DataframeClassificationSummaryPrecision": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "avg_precision": { @@ -83166,13 +87931,13 @@ "avg_precision" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryRecall": { + "ml.evaluate_data_frame.DataframeClassificationSummaryRecall": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "avg_recall": { @@ -83184,11 +87949,11 @@ "avg_recall" ] }, - "ml.evaluate_data_frame:DataframeOutlierDetectionSummary": { + "ml.evaluate_data_frame.DataframeOutlierDetectionSummary": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc" }, "precision": { "description": "Set the different thresholds of the outlier score at where the metric is calculated.", @@ -83208,12 +87973,12 @@ "description": "Set the different thresholds of the outlier score at where the metrics (`tp` - true positive, `fp` - false positive, `tn` - true negative, `fn` - false negative) are calculated.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixThreshold" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixThreshold" } } } }, - "ml.evaluate_data_frame:ConfusionMatrixThreshold": { + "ml.evaluate_data_frame.ConfusionMatrixThreshold": { "type": "object", "properties": { "tp": { @@ -83240,44 +88005,44 @@ "fn" ] }, - "ml.evaluate_data_frame:DataframeRegressionSummary": { + "ml.evaluate_data_frame.DataframeRegressionSummary": { "type": "object", "properties": { "huber": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "mse": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "msle": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "r_squared": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" } } }, - "ml._types:DataframeAnalyticsSource": { + "ml._types.DataframeAnalyticsSource": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "_source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" } }, "required": [ "index" ] }, - "ml._types:DataframeAnalysisAnalyzedFields": { + "ml._types.DataframeAnalysisAnalyzedFields": { "type": "object", "properties": { "includes": { @@ -83296,40 +88061,40 @@ } } }, - "ml._types:DataframeAnalyticsDestination": { + "ml._types.DataframeAnalyticsDestination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "index" ] }, - "ml._types:DataframeAnalysisContainer": { + "ml._types.DataframeAnalysisContainer": { "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisClassification" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisClassification" }, "outlier_detection": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisOutlierDetection" }, "regression": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisRegression" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisRegression" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalysisClassification": { + "ml._types.DataframeAnalysisClassification": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeAnalysis" + "$ref": "#/components/schemas/ml._types.DataframeAnalysis" }, { "type": "object", @@ -83345,7 +88110,7 @@ } ] }, - "ml._types:DataframeAnalysis": { + "ml._types.DataframeAnalysis": { "type": "object", "properties": { "alpha": { @@ -83380,7 +88145,7 @@ "description": "Advanced configuration option. A collection of feature preprocessors that modify one or more included fields. The analysis uses the resulting one or more features instead of the original document field. However, these features are ephemeral; they are not stored in the destination index. Multiple `feature_processors` entries can refer to the same document fields. Automatic categorical feature encoding still occurs for the fields that are unprocessed by a custom processor or that have categorical values. Use this property only if you want to override the automatic feature encoding of the specified fields.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessor" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessor" } }, "gamma": { @@ -83404,7 +88169,7 @@ "type": "number" }, "prediction_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "randomize_seed": { "description": "Defines the seed for the random generator that is used to pick training data. By default, it is randomly generated. Set it to a specific value to use the same training data each time you start a job (assuming other related parameters such as `source` and `analyzed_fields` are the same).", @@ -83419,43 +88184,43 @@ "type": "number" }, "training_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" } }, "required": [ "dependent_variable" ] }, - "ml._types:DataframeAnalysisFeatureProcessor": { + "ml._types.DataframeAnalysisFeatureProcessor": { "type": "object", "properties": { "frequency_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorFrequencyEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding" }, "multi_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorMultiEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorMultiEncoding" }, "n_gram_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorNGramEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorNGramEncoding" }, "one_hot_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorOneHotEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding" }, "target_mean_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorTargetMeanEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalysisFeatureProcessorFrequencyEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding": { "type": "object", "properties": { "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "frequency_map": { "description": "The resulting frequency map for the field value. If the field value is missing from the frequency_map, the resulting value is 0.", @@ -83471,7 +88236,7 @@ "frequency_map" ] }, - "ml._types:DataframeAnalysisFeatureProcessorMultiEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorMultiEncoding": { "type": "object", "properties": { "processors": { @@ -83486,7 +88251,7 @@ "processors" ] }, - "ml._types:DataframeAnalysisFeatureProcessorNGramEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorNGramEncoding": { "type": "object", "properties": { "feature_prefix": { @@ -83494,7 +88259,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "length": { "description": "Specifies the length of the n-gram substring. Defaults to 50. Must be greater than 0.", @@ -83520,11 +88285,11 @@ "n_grams" ] }, - "ml._types:DataframeAnalysisFeatureProcessorOneHotEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "hot_map": { "description": "The one hot map mapping the field value with the column name.", @@ -83536,7 +88301,7 @@ "hot_map" ] }, - "ml._types:DataframeAnalysisFeatureProcessorTargetMeanEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding": { "type": "object", "properties": { "default_value": { @@ -83544,10 +88309,10 @@ "type": "number" }, "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_map": { "description": "The field value to target mean transition map.", @@ -83564,7 +88329,7 @@ "target_map" ] }, - "ml._types:DataframeAnalysisOutlierDetection": { + "ml._types.DataframeAnalysisOutlierDetection": { "type": "object", "properties": { "compute_feature_influence": { @@ -83593,10 +88358,10 @@ } } }, - "ml._types:DataframeAnalysisRegression": { + "ml._types.DataframeAnalysisRegression": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeAnalysis" + "$ref": "#/components/schemas/ml._types.DataframeAnalysis" }, { "type": "object", @@ -83613,7 +88378,7 @@ } ] }, - "ml._types:DataframeAnalyticsFieldSelection": { + "ml._types.DataframeAnalyticsFieldSelection": { "type": "object", "properties": { "is_included": { @@ -83636,7 +88401,7 @@ } }, "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "reason": { "description": "The reason a field is not selected to be included in the analysis.", @@ -83650,7 +88415,7 @@ "name" ] }, - "ml._types:DataframeAnalyticsMemoryEstimation": { + "ml._types.DataframeAnalyticsMemoryEstimation": { "type": "object", "properties": { "expected_memory_with_disk": { @@ -83667,7 +88432,7 @@ "expected_memory_without_disk" ] }, - "ml._types:Page": { + "ml._types.Page": { "type": "object", "properties": { "from": { @@ -83680,7 +88445,7 @@ } } }, - "ml._types:BucketSummary": { + "ml._types.BucketSummary": { "type": "object", "properties": { "anomaly_score": { @@ -83690,11 +88455,11 @@ "bucket_influencers": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:BucketInfluencer" + "$ref": "#/components/schemas/ml._types.BucketInfluencer" } }, "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "event_count": { "description": "The number of input data records processed in this bucket.", @@ -83709,20 +88474,20 @@ "type": "boolean" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "result_type": { "description": "Internal. This value is always set to bucket.", "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -83738,7 +88503,7 @@ "timestamp" ] }, - "ml._types:BucketInfluencer": { + "ml._types.BucketInfluencer": { "type": "object", "properties": { "anomaly_score": { @@ -83746,10 +88511,10 @@ "type": "number" }, "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "influencer_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "initial_anomaly_score": { "description": "The score between 0-100 for each bucket influencer. This score is the initial value that was calculated at the\ntime the bucket was processed.", @@ -83760,7 +88525,7 @@ "type": "boolean" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "probability": { "description": "The probability that the bucket has this behavior, in the range 0 to 1. This value can be held to a high precision\nof over 300 decimal places, so the `anomaly_score` is provided as a human-readable and friendly interpretation of\nthis.", @@ -83775,10 +88540,10 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -83794,31 +88559,31 @@ "timestamp" ] }, - "_types:DurationValueUnitSeconds": { + "_types.DurationValueUnitSeconds": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitSeconds" + "$ref": "#/components/schemas/_types.UnitSeconds" } ] }, - "ml._types:CalendarEvent": { + "ml._types.CalendarEvent": { "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "event_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the scheduled event.", "type": "string" }, "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "skip_result": { "description": "When true the model will not create results for this calendar period.", @@ -83839,11 +88604,11 @@ "start_time" ] }, - "ml.get_calendars:Calendar": { + "ml.get_calendars.Calendar": { "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", @@ -83853,7 +88618,7 @@ "description": "An array of anomaly detection job identifiers.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, @@ -83862,14 +88627,14 @@ "job_ids" ] }, - "_types:CategoryId": { + "_types.CategoryId": { "type": "string" }, - "ml._types:Category": { + "ml._types.Category": { "type": "object", "properties": { "category_id": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" }, "examples": { "description": "A list of examples of actual values that matched the category.", @@ -83879,13 +88644,13 @@ } }, "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_matching_length": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" }, "partition_field_name": { "description": "If per-partition categorization is enabled, this property identifies the field used to segment the categorization. It is not present when per-partition categorization is disabled.", @@ -83911,7 +88676,7 @@ "description": "A list of category_id entries that this current category encompasses. Any new message that is processed by the categorizer will match against this category and not any of the categories in this list. This is only guaranteed to have the latest accurate list of categories after a job _flush or _close", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "p": { @@ -83935,32 +88700,32 @@ "mlcategory" ] }, - "ml._types:DataframeAnalyticsSummary": { + "ml._types.DataframeAnalyticsSummary": { "type": "object", "properties": { "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" @@ -83969,13 +88734,13 @@ "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -83985,11 +88750,11 @@ "source" ] }, - "ml._types:DataframeAnalyticsAuthorization": { + "ml._types.DataframeAnalyticsAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the job, its roles at the time of the update are listed in the response.", @@ -84004,7 +88769,7 @@ } } }, - "ml._types:ApiKeyAuthorization": { + "ml._types.ApiKeyAuthorization": { "type": "object", "properties": { "id": { @@ -84021,37 +88786,37 @@ "name" ] }, - "ml._types:DataframeAnalytics": { + "ml._types.DataframeAnalytics": { "type": "object", "properties": { "analysis_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsContainer" }, "assignment_explanation": { "description": "For running jobs only, contains messages relating to the selection of a node to run the job.", "type": "string" }, "data_counts": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsDataCounts" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsDataCounts" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "memory_usage": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsMemoryUsage" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsMemoryUsage" }, "node": { - "$ref": "#/components/schemas/_types:NodeAttributes" + "$ref": "#/components/schemas/_types.NodeAttributes" }, "progress": { "description": "The progress report of the data frame analytics job by phase.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsProgress" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsProgress" } }, "state": { - "$ref": "#/components/schemas/ml._types:DataframeState" + "$ref": "#/components/schemas/ml._types.DataframeState" } }, "required": [ @@ -84062,40 +88827,40 @@ "state" ] }, - "ml._types:DataframeAnalyticsStatsContainer": { + "ml._types.DataframeAnalyticsStatsContainer": { "type": "object", "properties": { "classification_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsHyperparameters" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsHyperparameters" }, "outlier_detection_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsOutlierDetection" }, "regression_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsHyperparameters" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsHyperparameters" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalyticsStatsHyperparameters": { + "ml._types.DataframeAnalyticsStatsHyperparameters": { "type": "object", "properties": { "hyperparameters": { - "$ref": "#/components/schemas/ml._types:Hyperparameters" + "$ref": "#/components/schemas/ml._types.Hyperparameters" }, "iteration": { "description": "The number of iterations on the analysis.", "type": "number" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:TimingStats" + "$ref": "#/components/schemas/ml._types.TimingStats" }, "validation_loss": { - "$ref": "#/components/schemas/ml._types:ValidationLoss" + "$ref": "#/components/schemas/ml._types.ValidationLoss" } }, "required": [ @@ -84106,7 +88871,7 @@ "validation_loss" ] }, - "ml._types:Hyperparameters": { + "ml._types.Hyperparameters": { "type": "object", "properties": { "alpha": { @@ -84167,21 +88932,21 @@ } } }, - "ml._types:TimingStats": { + "ml._types.TimingStats": { "type": "object", "properties": { "elapsed_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "iteration_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ "elapsed_time" ] }, - "ml._types:ValidationLoss": { + "ml._types.ValidationLoss": { "type": "object", "properties": { "fold_values": { @@ -84201,17 +88966,17 @@ "loss_type" ] }, - "ml._types:DataframeAnalyticsStatsOutlierDetection": { + "ml._types.DataframeAnalyticsStatsOutlierDetection": { "type": "object", "properties": { "parameters": { - "$ref": "#/components/schemas/ml._types:OutlierDetectionParameters" + "$ref": "#/components/schemas/ml._types.OutlierDetectionParameters" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:TimingStats" + "$ref": "#/components/schemas/ml._types.TimingStats" } }, "required": [ @@ -84220,7 +88985,7 @@ "timing_stats" ] }, - "ml._types:OutlierDetectionParameters": { + "ml._types.OutlierDetectionParameters": { "type": "object", "properties": { "compute_feature_influence": { @@ -84249,7 +89014,7 @@ } } }, - "ml._types:DataframeAnalyticsStatsDataCounts": { + "ml._types.DataframeAnalyticsStatsDataCounts": { "type": "object", "properties": { "skipped_docs_count": { @@ -84271,7 +89036,7 @@ "training_docs_count" ] }, - "ml._types:DataframeAnalyticsStatsMemoryUsage": { + "ml._types.DataframeAnalyticsStatsMemoryUsage": { "type": "object", "properties": { "memory_reestimate_bytes": { @@ -84287,7 +89052,7 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -84295,7 +89060,7 @@ "status" ] }, - "_types:NodeAttributes": { + "_types.NodeAttributes": { "type": "object", "properties": { "attributes": { @@ -84306,16 +89071,16 @@ } }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "name": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" } }, "required": [ @@ -84325,7 +89090,7 @@ "transport_address" ] }, - "ml._types:DataframeAnalyticsStatsProgress": { + "ml._types.DataframeAnalyticsStatsProgress": { "type": "object", "properties": { "phase": { @@ -84342,7 +89107,7 @@ "progress_percent" ] }, - "ml._types:DataframeState": { + "ml._types.DataframeState": { "type": "string", "enum": [ "started", @@ -84352,7 +89117,7 @@ "failed" ] }, - "ml._types:DatafeedStats": { + "ml._types.DatafeedStats": { "type": "object", "properties": { "assignment_explanation": { @@ -84360,19 +89125,19 @@ "type": "string" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node": { - "$ref": "#/components/schemas/ml._types:DiscoveryNodeCompact" + "$ref": "#/components/schemas/ml._types.DiscoveryNodeCompact" }, "state": { - "$ref": "#/components/schemas/ml._types:DatafeedState" + "$ref": "#/components/schemas/ml._types.DatafeedState" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:DatafeedTimingStats" + "$ref": "#/components/schemas/ml._types.DatafeedTimingStats" }, "running_state": { - "$ref": "#/components/schemas/ml._types:DatafeedRunningState" + "$ref": "#/components/schemas/ml._types.DatafeedRunningState" } }, "required": [ @@ -84380,20 +89145,20 @@ "state" ] }, - "ml._types:DiscoveryNodeCompact": { + "ml._types.DiscoveryNodeCompact": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "attributes": { "type": "object", @@ -84410,7 +89175,7 @@ "attributes" ] }, - "ml._types:DatafeedTimingStats": { + "ml._types.DatafeedTimingStats": { "type": "object", "properties": { "bucket_count": { @@ -84418,23 +89183,23 @@ "type": "number" }, "exponential_average_search_time_per_hour_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_average_calculation_context": { - "$ref": "#/components/schemas/ml._types:ExponentialAverageCalculationContext" + "$ref": "#/components/schemas/ml._types.ExponentialAverageCalculationContext" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "search_count": { "description": "The number of searches run by the datafeed.", "type": "number" }, "total_search_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_search_time_per_bucket_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ @@ -84445,35 +89210,35 @@ "total_search_time_ms" ] }, - "_types:DurationValueUnitFloatMillis": { + "_types.DurationValueUnitFloatMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitFloatMillis" + "$ref": "#/components/schemas/_types.UnitFloatMillis" } ] }, - "_types:UnitFloatMillis": { + "_types.UnitFloatMillis": { "description": "Time unit for fractional milliseconds", "type": "number" }, - "ml._types:ExponentialAverageCalculationContext": { + "ml._types.ExponentialAverageCalculationContext": { "type": "object", "properties": { "incremental_metric_value_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "latest_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "previous_exponential_average_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ "incremental_metric_value_ms" ] }, - "ml._types:DatafeedRunningState": { + "ml._types.DatafeedRunningState": { "type": "object", "properties": { "real_time_configured": { @@ -84485,7 +89250,7 @@ "type": "boolean" }, "search_interval": { - "$ref": "#/components/schemas/ml._types:RunningStateSearchInterval" + "$ref": "#/components/schemas/ml._types.RunningStateSearchInterval" } }, "required": [ @@ -84493,20 +89258,20 @@ "real_time_running" ] }, - "ml._types:RunningStateSearchInterval": { + "ml._types.RunningStateSearchInterval": { "type": "object", "properties": { "end": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "end_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "start": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "start_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -84514,26 +89279,26 @@ "start_ms" ] }, - "ml._types:Datafeed": { + "ml._types.Datafeed": { "type": "object", "properties": { "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -84548,34 +89313,34 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { "type": "number" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" } }, "required": [ @@ -84586,11 +89351,11 @@ "delayed_data_check_config" ] }, - "ml._types:DatafeedAuthorization": { + "ml._types.DatafeedAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the datafeed, its roles at the time of the update are listed in the response.", @@ -84605,21 +89370,21 @@ } } }, - "ml._types:ChunkingConfig": { + "ml._types.ChunkingConfig": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/ml._types:ChunkingMode" + "$ref": "#/components/schemas/ml._types.ChunkingMode" }, "time_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "mode" ] }, - "ml._types:ChunkingMode": { + "ml._types.ChunkingMode": { "type": "string", "enum": [ "auto", @@ -84627,11 +89392,11 @@ "off" ] }, - "ml._types:DelayedDataCheckConfig": { + "ml._types.DelayedDataCheckConfig": { "type": "object", "properties": { "check_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "enabled": { "description": "Specifies whether the datafeed periodically checks for delayed data.", @@ -84642,7 +89407,7 @@ "enabled" ] }, - "_types:IndicesOptions": { + "_types.IndicesOptions": { "type": "object", "properties": { "allow_no_indices": { @@ -84650,7 +89415,7 @@ "type": "boolean" }, "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "ignore_unavailable": { "description": "If true, missing or closed indices are not included in the response.", @@ -84662,7 +89427,7 @@ } } }, - "ml._types:Filter": { + "ml._types.Filter": { "type": "object", "properties": { "description": { @@ -84670,7 +89435,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "description": "An array of strings which is the filter item list.", @@ -84685,18 +89450,18 @@ "items" ] }, - "ml._types:Influencer": { + "ml._types.Influencer": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "influencer_score": { "description": "A normalized score between 0-100, which is based on the probability of the influencer in this bucket aggregated\nacross detectors. Unlike `initial_influencer_score`, this value is updated by a re-normalization process as new\ndata is analyzed.", "type": "number" }, "influencer_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "influencer_field_value": { "description": "The entity that influenced, contributed to, or was to blame for the anomaly.", @@ -84711,7 +89476,7 @@ "type": "boolean" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "probability": { "description": "The probability that the influencer has this behavior, in the range 0 to 1. This value can be held to a high\nprecision of over 300 decimal places, so the `influencer_score` is provided as a human-readable and friendly\ninterpretation of this value.", @@ -84722,7 +89487,7 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "foo": { "description": "Additional influencer properties are added, depending on the fields being analyzed. For example, if it’s\nanalyzing `user_name` as an influencer, a field `user_name` is added to the result document. This\ninformation enables you to filter the anomaly results more easily.", @@ -84742,7 +89507,7 @@ "timestamp" ] }, - "ml._types:JobStats": { + "ml._types.JobStats": { "type": "object", "properties": { "assignment_explanation": { @@ -84750,29 +89515,29 @@ "type": "string" }, "data_counts": { - "$ref": "#/components/schemas/ml._types:DataCounts" + "$ref": "#/components/schemas/ml._types.DataCounts" }, "forecasts_stats": { - "$ref": "#/components/schemas/ml._types:JobForecastStatistics" + "$ref": "#/components/schemas/ml._types.JobForecastStatistics" }, "job_id": { "description": "Identifier for the anomaly detection job.", "type": "string" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:ModelSizeStats" + "$ref": "#/components/schemas/ml._types.ModelSizeStats" }, "node": { - "$ref": "#/components/schemas/ml._types:DiscoveryNodeCompact" + "$ref": "#/components/schemas/ml._types.DiscoveryNodeCompact" }, "open_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "state": { - "$ref": "#/components/schemas/ml._types:JobState" + "$ref": "#/components/schemas/ml._types.JobState" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:JobTimingStats" + "$ref": "#/components/schemas/ml._types.JobTimingStats" }, "deleting": { "description": "Indicates that the process of deleting the job is in progress but not yet completed. It is only reported when `true`.", @@ -84788,7 +89553,7 @@ "timing_stats" ] }, - "ml._types:DataCounts": { + "ml._types.DataCounts": { "type": "object", "properties": { "bucket_count": { @@ -84813,7 +89578,7 @@ "type": "number" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "last_data_time": { "type": "number" @@ -84864,17 +89629,17 @@ "sparse_bucket_count" ] }, - "ml._types:JobForecastStatistics": { + "ml._types.JobForecastStatistics": { "type": "object", "properties": { "memory_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "processing_time_ms": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "records": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "status": { "type": "object", @@ -84894,7 +89659,7 @@ "forecasted_jobs" ] }, - "ml._types:JobStatistics": { + "ml._types.JobStatistics": { "type": "object", "properties": { "avg": { @@ -84917,35 +89682,35 @@ "total" ] }, - "ml._types:ModelSizeStats": { + "ml._types.ModelSizeStats": { "type": "object", "properties": { "bucket_allocation_failures_count": { "type": "number" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "log_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "memory_status": { - "$ref": "#/components/schemas/ml._types:MemoryStatus" + "$ref": "#/components/schemas/ml._types.MemoryStatus" }, "model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_bytes_exceeded": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_bytes_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "output_memory_allocator_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "peak_model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "assignment_memory_basis": { "type": "string" @@ -84963,7 +89728,7 @@ "type": "number" }, "categorization_status": { - "$ref": "#/components/schemas/ml._types:CategorizationStatus" + "$ref": "#/components/schemas/ml._types.CategorizationStatus" }, "categorized_doc_count": { "type": "number" @@ -85006,32 +89771,32 @@ "total_category_count" ] }, - "ml._types:JobTimingStats": { + "ml._types.JobTimingStats": { "type": "object", "properties": { "average_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "bucket_count": { "type": "number" }, "exponential_average_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_average_bucket_processing_time_per_hour_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "total_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "maximum_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "minimum_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ @@ -85041,7 +89806,7 @@ "total_bucket_processing_time_ms" ] }, - "ml._types:Job": { + "ml._types.Job": { "type": "object", "properties": { "allow_lazy_open": { @@ -85049,32 +89814,32 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "blocked": { - "$ref": "#/components/schemas/ml._types:JobBlocked" + "$ref": "#/components/schemas/ml._types.JobBlocked" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies a period of time (in days) after which only the first snapshot per day is retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nValid values range from 0 to `model_snapshot_retention_days`.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "deleting": { "description": "Indicates that the process of deleting the job is in progress but not yet completed.\nIt is only reported when `true`.", @@ -85085,7 +89850,7 @@ "type": "string" }, "finished_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "groups": { "description": "A list of job groups.\nA job can belong to no groups or many.", @@ -85095,20 +89860,20 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "description": "Reserved for future use, currently set to `anomaly_detector`.", "type": "string" }, "job_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies the maximum period of time (in days) that snapshots are retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nBy default, snapshots ten days older than the newest snapshot are deleted.", @@ -85119,7 +89884,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option.\nThe period of time (in days) that results are retained.\nAge is calculated relative to the timestamp of the latest bucket result.\nIf this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch.\nThe default value is null, which means all results are retained.\nAnnotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results.\nAnnotations added by users are retained forever.", @@ -85135,7 +89900,7 @@ "results_index_name" ] }, - "ml._types:AnalysisLimits": { + "ml._types.AnalysisLimits": { "type": "object", "properties": { "categorization_examples_limit": { @@ -85143,25 +89908,25 @@ "type": "number" }, "model_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } } }, - "ml._types:JobBlocked": { + "ml._types.JobBlocked": { "type": "object", "properties": { "reason": { - "$ref": "#/components/schemas/ml._types:JobBlockedReason" + "$ref": "#/components/schemas/ml._types.JobBlockedReason" }, "task_id": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } }, "required": [ "reason" ] }, - "ml._types:JobBlockedReason": { + "ml._types.JobBlockedReason": { "type": "string", "enum": [ "delete", @@ -85169,11 +89934,11 @@ "revert" ] }, - "ml._types:CustomSettings": { + "ml._types.CustomSettings": { "description": "Custom metadata about the job", "type": "object" }, - "ml._types:DataDescription": { + "ml._types.DataDescription": { "type": "object", "properties": { "format": { @@ -85181,7 +89946,7 @@ "type": "string" }, "time_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "time_format": { "description": "The time format, which can be `epoch`, `epoch_ms`, or a custom pattern. The value `epoch` refers to UNIX or Epoch time (the number of seconds since 1 Jan 1970). The value `epoch_ms` indicates that time is measured in milliseconds since the epoch. The `epoch` and `epoch_ms` time formats accept either integer or real values. Custom patterns must conform to the Java DateTimeFormatter class. When you use date-time formatting patterns, it is recommended that you provide the full date, time and time zone. For example: `yyyy-MM-dd'T'HH:mm:ssX`. If the pattern that you specify is not sufficient to produce a complete timestamp, job creation fails.", @@ -85192,7 +89957,7 @@ } } }, - "ml._types:ModelPlotConfig": { + "ml._types.ModelPlotConfig": { "type": "object", "properties": { "annotations_enabled": { @@ -85204,11 +89969,11 @@ "type": "boolean" }, "terms": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, - "ml.get_memory_stats:Memory": { + "ml.get_memory_stats.Memory": { "type": "object", "properties": { "attributes": { @@ -85218,13 +89983,13 @@ } }, "jvm": { - "$ref": "#/components/schemas/ml.get_memory_stats:JvmStats" + "$ref": "#/components/schemas/ml.get_memory_stats.JvmStats" }, "mem": { - "$ref": "#/components/schemas/ml.get_memory_stats:MemStats" + "$ref": "#/components/schemas/ml.get_memory_stats.MemStats" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { "description": "Roles assigned to the node.", @@ -85234,10 +89999,10 @@ } }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -85250,25 +90015,25 @@ "ephemeral_id" ] }, - "ml.get_memory_stats:JvmStats": { + "ml.get_memory_stats.JvmStats": { "type": "object", "properties": { "heap_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "heap_max_in_bytes": { "description": "Maximum amount of memory, in bytes, available for use by the heap.", "type": "number" }, "java_inference": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "java_inference_in_bytes": { "description": "Amount of Java heap, in bytes, currently being used for caching inference models.", "type": "number" }, "java_inference_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "java_inference_max_in_bytes": { "description": "Maximum amount of Java heap, in bytes, to be used for caching inference models.", @@ -85281,25 +90046,25 @@ "java_inference_max_in_bytes" ] }, - "ml.get_memory_stats:MemStats": { + "ml.get_memory_stats.MemStats": { "type": "object", "properties": { "adjusted_total": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "adjusted_total_in_bytes": { "description": "If the amount of physical memory has been overridden using the `es.total_memory_bytes` system property\nthen this reports the overridden value in bytes. Otherwise it reports the same value as `total_in_bytes`.", "type": "number" }, "total": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_in_bytes": { "description": "Total amount of physical memory in bytes.", "type": "number" }, "ml": { - "$ref": "#/components/schemas/ml.get_memory_stats:MemMlStats" + "$ref": "#/components/schemas/ml.get_memory_stats.MemMlStats" } }, "required": [ @@ -85308,39 +90073,39 @@ "ml" ] }, - "ml.get_memory_stats:MemMlStats": { + "ml.get_memory_stats.MemMlStats": { "type": "object", "properties": { "anomaly_detectors": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "anomaly_detectors_in_bytes": { "description": "Amount of native memory, in bytes, set aside for anomaly detection jobs.", "type": "number" }, "data_frame_analytics": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "data_frame_analytics_in_bytes": { "description": "Amount of native memory, in bytes, set aside for data frame analytics jobs.", "type": "number" }, "max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_in_bytes": { "description": "Maximum amount of native memory (separate to the JVM heap), in bytes, that may be used by machine learning native processes.", "type": "number" }, "native_code_overhead": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "native_code_overhead_in_bytes": { "description": "Amount of native memory, in bytes, set aside for loading machine learning native code shared libraries.", "type": "number" }, "native_inference": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "native_inference_in_bytes": { "description": "Amount of native memory, in bytes, set aside for trained models that have a PyTorch model_type.", @@ -85355,20 +90120,20 @@ "native_inference_in_bytes" ] }, - "ml._types:ModelSnapshotUpgrade": { + "ml._types.ModelSnapshotUpgrade": { "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { - "$ref": "#/components/schemas/ml._types:SnapshotUpgradeState" + "$ref": "#/components/schemas/ml._types.SnapshotUpgradeState" }, "node": { - "$ref": "#/components/schemas/ml._types:DiscoveryNode" + "$ref": "#/components/schemas/ml._types.DiscoveryNode" }, "assignment_explanation": { "type": "string" @@ -85382,7 +90147,7 @@ "assignment_explanation" ] }, - "ml._types:SnapshotUpgradeState": { + "ml._types.SnapshotUpgradeState": { "type": "string", "enum": [ "loading_old_state", @@ -85391,25 +90156,25 @@ "failed" ] }, - "ml._types:DiscoveryNode": { + "ml._types.DiscoveryNode": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:DiscoveryNodeContent" + "$ref": "#/components/schemas/ml._types.DiscoveryNodeContent" }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DiscoveryNodeContent": { + "ml._types.DiscoveryNodeContent": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "external_id": { "type": "string" @@ -85427,7 +90192,7 @@ } }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "min_index_version": { "type": "number" @@ -85447,7 +90212,7 @@ "max_index_version" ] }, - "ml._types:ModelSnapshot": { + "ml._types.ModelSnapshot": { "type": "object", "properties": { "description": { @@ -85455,7 +90220,7 @@ "type": "string" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest_record_time_stamp": { "description": "The timestamp of the latest processed record.", @@ -85466,10 +90231,10 @@ "type": "number" }, "min_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:ModelSizeStats" + "$ref": "#/components/schemas/ml._types.ModelSizeStats" }, "retain": { "description": "If true, this snapshot will not be deleted during automatic cleanup of snapshots older than model_snapshot_retention_days. However, this snapshot will be deleted when the job is deleted. The default value is false.", @@ -85480,7 +90245,7 @@ "type": "number" }, "snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "timestamp": { "description": "The creation timestamp for the snapshot.", @@ -85496,11 +90261,11 @@ "timestamp" ] }, - "ml._types:OverallBucket": { + "ml._types.OverallBucket": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "is_interim": { "description": "If true, this is an interim result. In other words, the results are calculated based on partial input data.", @@ -85510,7 +90275,7 @@ "description": "An array of objects that contain the max_anomaly_score per job_id.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:OverallBucketJob" + "$ref": "#/components/schemas/ml._types.OverallBucketJob" } }, "overall_score": { @@ -85522,10 +90287,10 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -85537,11 +90302,11 @@ "timestamp" ] }, - "ml._types:OverallBucketJob": { + "ml._types.OverallBucketJob": { "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_anomaly_score": { "type": "number" @@ -85552,7 +90317,7 @@ "max_anomaly_score" ] }, - "ml._types:Anomaly": { + "ml._types.Anomaly": { "type": "object", "properties": { "actual": { @@ -85563,10 +90328,10 @@ } }, "anomaly_score_explanation": { - "$ref": "#/components/schemas/ml._types:AnomalyExplanation" + "$ref": "#/components/schemas/ml._types.AnomalyExplanation" }, "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "by_field_name": { "description": "The field used to split the data. In particular, this property is used for analyzing the splits with respect to their own history. It is used for finding unusual values in the context of the split.", @@ -85580,7 +90345,7 @@ "description": "For population analysis, an over field must be specified in the detector. This property contains an array of anomaly records that are the causes for the anomaly that has been identified for the over field. This sub-resource contains the most anomalous records for the `over_field_name`. For scalability reasons, a maximum of the 10 most significant causes of the anomaly are returned. As part of the core analytical modeling, these low-level anomaly records are aggregated for their parent over field record. The `causes` resource contains similar elements to the record resource, namely `actual`, `typical`, `geo_results.actual_point`, `geo_results.typical_point`, `*_field_name` and `*_field_value`. Probability and scores are not applicable to causes.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:AnomalyCause" + "$ref": "#/components/schemas/ml._types.AnomalyCause" } }, "detector_index": { @@ -85600,13 +90365,13 @@ "type": "string" }, "geo_results": { - "$ref": "#/components/schemas/ml._types:GeoResults" + "$ref": "#/components/schemas/ml._types.GeoResults" }, "influencers": { "description": "If influencers were specified in the detector configuration, this array contains influencers that contributed to or were to blame for an anomaly.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Influence" + "$ref": "#/components/schemas/ml._types.Influence" } }, "initial_record_score": { @@ -85650,7 +90415,7 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "typical": { "description": "The typical value for the bucket, according to analytical modeling.", @@ -85672,7 +90437,7 @@ "timestamp" ] }, - "ml._types:AnomalyExplanation": { + "ml._types.AnomalyExplanation": { "type": "object", "properties": { "anomaly_characteristics_impact": { @@ -85717,7 +90482,7 @@ } } }, - "ml._types:AnomalyCause": { + "ml._types.AnomalyCause": { "type": "object", "properties": { "actual": { @@ -85727,7 +90492,7 @@ } }, "by_field_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "by_field_value": { "type": "string" @@ -85736,7 +90501,7 @@ "type": "string" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "type": "string" @@ -85745,16 +90510,16 @@ "type": "string" }, "geo_results": { - "$ref": "#/components/schemas/ml._types:GeoResults" + "$ref": "#/components/schemas/ml._types.GeoResults" }, "influencers": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Influence" + "$ref": "#/components/schemas/ml._types.Influence" } }, "over_field_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "over_field_value": { "type": "string" @@ -85779,7 +90544,7 @@ "probability" ] }, - "ml._types:GeoResults": { + "ml._types.GeoResults": { "type": "object", "properties": { "actual_point": { @@ -85792,7 +90557,7 @@ } } }, - "ml._types:Influence": { + "ml._types.Influence": { "type": "object", "properties": { "influencer_field_name": { @@ -85810,7 +90575,7 @@ "influencer_field_values" ] }, - "ml._types:Include": { + "ml._types.Include": { "type": "string", "enum": [ "definition", @@ -85820,14 +90585,14 @@ "definition_status" ] }, - "ml._types:TrainedModelConfig": { + "ml._types.TrainedModelConfig": { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_type": { - "$ref": "#/components/schemas/ml._types:TrainedModelType" + "$ref": "#/components/schemas/ml._types.TrainedModelType" }, "tags": { "description": "A comma delimited string of tags. A trained model can have many tags, or none.", @@ -85837,7 +90602,7 @@ } }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "compressed_definition": { "type": "string" @@ -85847,7 +90612,7 @@ "type": "string" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "default_field_map": { "description": "Any field map described in the inference configuration takes precedence.", @@ -85873,32 +90638,32 @@ "type": "boolean" }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigCreateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigCreateContainer" }, "input": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfigInput" + "$ref": "#/components/schemas/ml._types.TrainedModelConfigInput" }, "license_level": { "description": "The license level of the trained model.", "type": "string" }, "metadata": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfigMetadata" + "$ref": "#/components/schemas/ml._types.TrainedModelConfigMetadata" }, "model_size_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_package": { - "$ref": "#/components/schemas/ml._types:ModelPackageConfig" + "$ref": "#/components/schemas/ml._types.ModelPackageConfig" }, "location": { - "$ref": "#/components/schemas/ml._types:TrainedModelLocation" + "$ref": "#/components/schemas/ml._types.TrainedModelLocation" }, "platform_architecture": { "type": "string" }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" } }, "required": [ @@ -85907,7 +90672,7 @@ "input" ] }, - "ml._types:TrainedModelType": { + "ml._types.TrainedModelType": { "type": "string", "enum": [ "tree_ensemble", @@ -85915,48 +90680,48 @@ "pytorch" ] }, - "ml._types:InferenceConfigCreateContainer": { + "ml._types.InferenceConfigCreateContainer": { "description": "Inference configuration provided when storing the model config", "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" }, "text_classification": { - "$ref": "#/components/schemas/ml._types:TextClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextClassificationInferenceOptions" }, "zero_shot_classification": { - "$ref": "#/components/schemas/ml._types:ZeroShotClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ZeroShotClassificationInferenceOptions" }, "fill_mask": { - "$ref": "#/components/schemas/ml._types:FillMaskInferenceOptions" + "$ref": "#/components/schemas/ml._types.FillMaskInferenceOptions" }, "learning_to_rank": { - "$ref": "#/components/schemas/ml._types:LearningToRankConfig" + "$ref": "#/components/schemas/ml._types.LearningToRankConfig" }, "ner": { - "$ref": "#/components/schemas/ml._types:NerInferenceOptions" + "$ref": "#/components/schemas/ml._types.NerInferenceOptions" }, "pass_through": { - "$ref": "#/components/schemas/ml._types:PassThroughInferenceOptions" + "$ref": "#/components/schemas/ml._types.PassThroughInferenceOptions" }, "text_embedding": { - "$ref": "#/components/schemas/ml._types:TextEmbeddingInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextEmbeddingInferenceOptions" }, "text_expansion": { - "$ref": "#/components/schemas/ml._types:TextExpansionInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextExpansionInferenceOptions" }, "question_answering": { - "$ref": "#/components/schemas/ml._types:QuestionAnsweringInferenceOptions" + "$ref": "#/components/schemas/ml._types.QuestionAnsweringInferenceOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:TextClassificationInferenceOptions": { + "ml._types.TextClassificationInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -85964,7 +90729,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -85978,44 +90743,44 @@ } }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:TokenizationConfigContainer": { + "ml._types.TokenizationConfigContainer": { "description": "Tokenization options stored in inference configuration", "type": "object", "properties": { "bert": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "bert_ja": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "mpnet": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "roberta": { - "$ref": "#/components/schemas/ml._types:NlpRobertaTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpRobertaTokenizationConfig" }, "xlm_roberta": { - "$ref": "#/components/schemas/ml._types:XlmRobertaTokenizationConfig" + "$ref": "#/components/schemas/ml._types.XlmRobertaTokenizationConfig" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:NlpBertTokenizationConfig": { + "ml._types.NlpBertTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object" } ] }, - "ml._types:CommonTokenizationConfig": { + "ml._types.CommonTokenizationConfig": { "type": "object", "properties": { "do_lower_case": { @@ -86031,7 +90796,7 @@ "type": "number" }, "truncate": { - "$ref": "#/components/schemas/ml._types:TokenizationTruncate" + "$ref": "#/components/schemas/ml._types.TokenizationTruncate" }, "with_special_tokens": { "description": "Is tokenization completed with special tokens", @@ -86039,7 +90804,7 @@ } } }, - "ml._types:TokenizationTruncate": { + "ml._types.TokenizationTruncate": { "type": "string", "enum": [ "first", @@ -86047,10 +90812,10 @@ "none" ] }, - "ml._types:NlpRobertaTokenizationConfig": { + "ml._types.NlpRobertaTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object", @@ -86063,32 +90828,32 @@ } ] }, - "ml._types:XlmRobertaTokenizationConfig": { + "ml._types.XlmRobertaTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object" } ] }, - "ml._types:Vocabulary": { + "ml._types.Vocabulary": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "index" ] }, - "ml._types:ZeroShotClassificationInferenceOptions": { + "ml._types.ZeroShotClassificationInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "hypothesis_template": { "description": "Hypothesis template used when tokenizing labels for prediction", @@ -86121,7 +90886,7 @@ "classification_labels" ] }, - "ml._types:FillMaskInferenceOptions": { + "ml._types.FillMaskInferenceOptions": { "type": "object", "properties": { "mask_token": { @@ -86133,21 +90898,21 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:LearningToRankConfig": { + "ml._types.LearningToRankConfig": { "type": "object", "properties": { "default_params": { @@ -86161,7 +90926,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:FeatureExtractor" + "$ref": "#/components/schemas/ml._types.FeatureExtractor" } } }, @@ -86173,14 +90938,14 @@ "num_top_feature_importance_values" ] }, - "ml._types:FeatureExtractor": { + "ml._types.FeatureExtractor": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:QueryFeatureExtractor" + "$ref": "#/components/schemas/ml._types.QueryFeatureExtractor" } ] }, - "ml._types:QueryFeatureExtractor": { + "ml._types.QueryFeatureExtractor": { "type": "object", "properties": { "default_score": { @@ -86190,7 +90955,7 @@ "type": "string" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -86198,11 +90963,11 @@ "query" ] }, - "ml._types:NerInferenceOptions": { + "ml._types.NerInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86216,26 +90981,26 @@ } }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:PassThroughInferenceOptions": { + "ml._types.PassThroughInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:TextEmbeddingInferenceOptions": { + "ml._types.TextEmbeddingInferenceOptions": { "type": "object", "properties": { "embedding_size": { @@ -86243,39 +91008,39 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:TextExpansionInferenceOptions": { + "ml._types.TextExpansionInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:QuestionAnsweringInferenceOptions": { + "ml._types.QuestionAnsweringInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -86283,7 +91048,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86295,14 +91060,14 @@ } } }, - "ml._types:TrainedModelConfigInput": { + "ml._types.TrainedModelConfigInput": { "type": "object", "properties": { "field_names": { "description": "An array of input field names for the model.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, @@ -86310,7 +91075,7 @@ "field_names" ] }, - "ml._types:TrainedModelConfigMetadata": { + "ml._types.TrainedModelConfigMetadata": { "type": "object", "properties": { "model_aliases": { @@ -86330,19 +91095,19 @@ "description": "List of the available hyperparameters optimized during the fine_parameter_tuning phase as well as specified by the user.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Hyperparameter" + "$ref": "#/components/schemas/ml._types.Hyperparameter" } }, "total_feature_importance": { "description": "An array of the total feature importance for each feature used from the training data set. This array of objects is returned if data frame analytics trained the model and the request includes total_feature_importance in the include request parameter.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportance" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportance" } } } }, - "ml._types:Hyperparameter": { + "ml._types.Hyperparameter": { "type": "object", "properties": { "absolute_importance": { @@ -86350,7 +91115,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "relative_importance": { "description": "A number between 0 and 1 showing the proportion of influence on the variation of the loss function among all tuned hyperparameters. For hyperparameters with values that are not specified by the user but tuned during hyperparameter optimization.", @@ -86371,24 +91136,24 @@ "value" ] }, - "ml._types:TotalFeatureImportance": { + "ml._types.TotalFeatureImportance": { "type": "object", "properties": { "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "importance": { "description": "A collection of feature importance statistics related to the training data set for this particular feature.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceStatistics" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceStatistics" } }, "classes": { "description": "If the trained model is a classification model, feature importance statistics are gathered per target class value.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceClass" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceClass" } } }, @@ -86398,7 +91163,7 @@ "classes" ] }, - "ml._types:TotalFeatureImportanceStatistics": { + "ml._types.TotalFeatureImportanceStatistics": { "type": "object", "properties": { "mean_magnitude": { @@ -86420,17 +91185,17 @@ "min" ] }, - "ml._types:TotalFeatureImportanceClass": { + "ml._types.TotalFeatureImportanceClass": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "importance": { "description": "A collection of feature importance statistics related to the training data set for this particular feature.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceStatistics" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceStatistics" } } }, @@ -86439,11 +91204,11 @@ "importance" ] }, - "ml._types:ModelPackageConfig": { + "ml._types.ModelPackageConfig": { "type": "object", "properties": { "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" @@ -86455,7 +91220,7 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "minimum_version": { "type": "string" @@ -86467,16 +91232,16 @@ "type": "string" }, "packaged_model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "platform_architecture": { "type": "string" }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "sha256": { "type": "string" @@ -86495,7 +91260,7 @@ "packaged_model_id" ] }, - "ml._types:TrainedModelPrefixStrings": { + "ml._types.TrainedModelPrefixStrings": { "type": "object", "properties": { "ingest": { @@ -86508,36 +91273,36 @@ } } }, - "ml._types:TrainedModelLocation": { + "ml._types.TrainedModelLocation": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/ml._types:TrainedModelLocationIndex" + "$ref": "#/components/schemas/ml._types.TrainedModelLocationIndex" } }, "required": [ "index" ] }, - "ml._types:TrainedModelLocationIndex": { + "ml._types.TrainedModelLocationIndex": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "name" ] }, - "ml._types:TrainedModelStats": { + "ml._types.TrainedModelStats": { "type": "object", "properties": { "deployment_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentStats" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentStats" }, "inference_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceStats" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceStats" }, "ingest": { "description": "A collection of ingest stats for the model across all nodes.\nThe values are summations of the individual node statistics.\nThe format matches the ingest section in the nodes stats API.", @@ -86547,10 +91312,10 @@ } }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelSizeStats" + "$ref": "#/components/schemas/ml._types.TrainedModelSizeStats" }, "pipeline_count": { "description": "The number of ingest pipelines that currently refer to the model.", @@ -86563,20 +91328,20 @@ "pipeline_count" ] }, - "ml._types:TrainedModelDeploymentStats": { + "ml._types.TrainedModelDeploymentStats": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" }, "allocation_status": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentAllocationStatus" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentAllocationStatus" }, "cache_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "deployment_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "error_count": { "description": "The sum of `error_count` for all nodes in the deployment.", @@ -86587,13 +91352,13 @@ "type": "number" }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "nodes": { "description": "The deployment stats for each node that currently has the model allocated.\nIn serverless, stats are reported for a single unnamed virtual node.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentNodesStats" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentNodesStats" } }, "number_of_allocations": { @@ -86604,7 +91369,7 @@ "type": "number" }, "priority": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "queue_capacity": { "description": "The number of inference requests that can be queued before new requests are rejected.", @@ -86619,10 +91384,10 @@ "type": "string" }, "start_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "state": { - "$ref": "#/components/schemas/ml._types:DeploymentAssignmentState" + "$ref": "#/components/schemas/ml._types.DeploymentAssignmentState" }, "threads_per_allocation": { "description": "The number of threads used be each allocation during inference.", @@ -86642,7 +91407,7 @@ "start_time" ] }, - "ml._types:AdaptiveAllocationsSettings": { + "ml._types.AdaptiveAllocationsSettings": { "type": "object", "properties": { "enabled": { @@ -86662,7 +91427,7 @@ "enabled" ] }, - "ml._types:TrainedModelDeploymentAllocationStatus": { + "ml._types.TrainedModelDeploymentAllocationStatus": { "type": "object", "properties": { "allocation_count": { @@ -86670,7 +91435,7 @@ "type": "number" }, "state": { - "$ref": "#/components/schemas/ml._types:DeploymentAllocationState" + "$ref": "#/components/schemas/ml._types.DeploymentAllocationState" }, "target_allocation_count": { "description": "The desired number of nodes for model allocation.", @@ -86683,7 +91448,7 @@ "target_allocation_count" ] }, - "ml._types:DeploymentAllocationState": { + "ml._types.DeploymentAllocationState": { "type": "string", "enum": [ "started", @@ -86691,17 +91456,17 @@ "fully_allocated" ] }, - "ml._types:TrainedModelDeploymentNodesStats": { + "ml._types.TrainedModelDeploymentNodesStats": { "type": "object", "properties": { "average_inference_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_inference_time_ms_last_minute": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_inference_time_ms_excluding_cache_hits": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "error_count": { "description": "The number of errors when evaluating the trained model.", @@ -86718,10 +91483,10 @@ "type": "number" }, "last_access": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "node": { - "$ref": "#/components/schemas/ml._types:DiscoveryNode" + "$ref": "#/components/schemas/ml._types.DiscoveryNode" }, "number_of_allocations": { "description": "The number of allocations assigned to this node.", @@ -86739,10 +91504,10 @@ "type": "number" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentRoutingStateAndReason" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentRoutingStateAndReason" }, "start_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "threads_per_allocation": { "description": "The number of threads used by each allocation during inference.", @@ -86762,7 +91527,7 @@ "throughput_last_minute" ] }, - "ml._types:TrainedModelAssignmentRoutingStateAndReason": { + "ml._types.TrainedModelAssignmentRoutingStateAndReason": { "type": "object", "properties": { "reason": { @@ -86770,14 +91535,14 @@ "type": "string" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:RoutingState" + "$ref": "#/components/schemas/ml._types.RoutingState" } }, "required": [ "routing_state" ] }, - "ml._types:RoutingState": { + "ml._types.RoutingState": { "type": "string", "enum": [ "failed", @@ -86787,14 +91552,14 @@ "stopping" ] }, - "ml._types:TrainingPriority": { + "ml._types.TrainingPriority": { "type": "string", "enum": [ "normal", "low" ] }, - "ml._types:DeploymentAssignmentState": { + "ml._types.DeploymentAssignmentState": { "type": "string", "enum": [ "started", @@ -86803,7 +91568,7 @@ "failed" ] }, - "ml._types:TrainedModelInferenceStats": { + "ml._types.TrainedModelInferenceStats": { "type": "object", "properties": { "cache_miss_count": { @@ -86823,7 +91588,7 @@ "type": "number" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -86834,14 +91599,14 @@ "timestamp" ] }, - "ml._types:TrainedModelSizeStats": { + "ml._types.TrainedModelSizeStats": { "type": "object", "properties": { "model_size_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "required_native_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -86849,44 +91614,44 @@ "required_native_memory_bytes" ] }, - "ml._types:InferenceConfigUpdateContainer": { + "ml._types.InferenceConfigUpdateContainer": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" }, "text_classification": { - "$ref": "#/components/schemas/ml._types:TextClassificationInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextClassificationInferenceUpdateOptions" }, "zero_shot_classification": { - "$ref": "#/components/schemas/ml._types:ZeroShotClassificationInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.ZeroShotClassificationInferenceUpdateOptions" }, "fill_mask": { - "$ref": "#/components/schemas/ml._types:FillMaskInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.FillMaskInferenceUpdateOptions" }, "ner": { - "$ref": "#/components/schemas/ml._types:NerInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.NerInferenceUpdateOptions" }, "pass_through": { - "$ref": "#/components/schemas/ml._types:PassThroughInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.PassThroughInferenceUpdateOptions" }, "text_embedding": { - "$ref": "#/components/schemas/ml._types:TextEmbeddingInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextEmbeddingInferenceUpdateOptions" }, "text_expansion": { - "$ref": "#/components/schemas/ml._types:TextExpansionInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextExpansionInferenceUpdateOptions" }, "question_answering": { - "$ref": "#/components/schemas/ml._types:QuestionAnsweringInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.QuestionAnsweringInferenceUpdateOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:TextClassificationInferenceUpdateOptions": { + "ml._types.TextClassificationInferenceUpdateOptions": { "type": "object", "properties": { "num_top_classes": { @@ -86894,7 +91659,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86909,11 +91674,11 @@ } } }, - "ml._types:NlpTokenizationUpdateOptions": { + "ml._types.NlpTokenizationUpdateOptions": { "type": "object", "properties": { "truncate": { - "$ref": "#/components/schemas/ml._types:TokenizationTruncate" + "$ref": "#/components/schemas/ml._types.TokenizationTruncate" }, "span": { "description": "Span options to apply", @@ -86921,11 +91686,11 @@ } } }, - "ml._types:ZeroShotClassificationInferenceUpdateOptions": { + "ml._types.ZeroShotClassificationInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86947,7 +91712,7 @@ "labels" ] }, - "ml._types:FillMaskInferenceUpdateOptions": { + "ml._types.FillMaskInferenceUpdateOptions": { "type": "object", "properties": { "num_top_classes": { @@ -86955,7 +91720,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86963,11 +91728,11 @@ } } }, - "ml._types:NerInferenceUpdateOptions": { + "ml._types.NerInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86975,11 +91740,11 @@ } } }, - "ml._types:PassThroughInferenceUpdateOptions": { + "ml._types.PassThroughInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86987,11 +91752,11 @@ } } }, - "ml._types:TextEmbeddingInferenceUpdateOptions": { + "ml._types.TextEmbeddingInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -86999,11 +91764,11 @@ } } }, - "ml._types:TextExpansionInferenceUpdateOptions": { + "ml._types.TextExpansionInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -87011,7 +91776,7 @@ } } }, - "ml._types:QuestionAnsweringInferenceUpdateOptions": { + "ml._types.QuestionAnsweringInferenceUpdateOptions": { "type": "object", "properties": { "question": { @@ -87023,7 +91788,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -87038,14 +91803,14 @@ "question" ] }, - "ml._types:InferenceResponseResult": { + "ml._types.InferenceResponseResult": { "type": "object", "properties": { "entities": { "description": "If the model is trained for named entity recognition (NER) tasks, the response contains the recognized entities.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelEntities" + "$ref": "#/components/schemas/ml._types.TrainedModelEntities" } }, "is_truncated": { @@ -87056,12 +91821,12 @@ "description": "If the model is trained for a text classification or zero shot classification task, the response is the\npredicted class.\nFor named entity recognition (NER) tasks, it contains the annotated text output.\nFor fill mask tasks, it contains the top prediction for replacing the mask token.\nFor text embedding tasks, it contains the raw numerical text embedding values.\nFor regression models, its a numerical value\nFor classification models, it may be an integer, double, boolean or string depending on prediction type", "oneOf": [ { - "$ref": "#/components/schemas/ml._types:PredictedValue" + "$ref": "#/components/schemas/ml._types.PredictedValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:PredictedValue" + "$ref": "#/components/schemas/ml._types.PredictedValue" } } ] @@ -87082,7 +91847,7 @@ "description": "For fill mask, text classification, and zero shot classification tasks, the response contains a list of top\nclass entries.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TopClassEntry" + "$ref": "#/components/schemas/ml._types.TopClassEntry" } }, "warning": { @@ -87093,12 +91858,12 @@ "description": "The feature importance for the inference results. Relevant only for classification or regression models", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceFeatureImportance" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceFeatureImportance" } } } }, - "ml._types:TrainedModelEntities": { + "ml._types.TrainedModelEntities": { "type": "object", "properties": { "class_name": { @@ -87125,20 +91890,20 @@ "end_pos" ] }, - "ml._types:PredictedValue": { + "ml._types.PredictedValue": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } } ] }, - "ml._types:TopClassEntry": { + "ml._types.TopClassEntry": { "type": "object", "properties": { "class_name": { @@ -87157,7 +91922,7 @@ "class_score" ] }, - "ml._types:TrainedModelInferenceFeatureImportance": { + "ml._types.TrainedModelInferenceFeatureImportance": { "type": "object", "properties": { "feature_name": { @@ -87169,7 +91934,7 @@ "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceClassImportance" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceClassImportance" } } }, @@ -87177,7 +91942,7 @@ "feature_name" ] }, - "ml._types:TrainedModelInferenceClassImportance": { + "ml._types.TrainedModelInferenceClassImportance": { "type": "object", "properties": { "class_name": { @@ -87192,14 +91957,14 @@ "importance" ] }, - "ml.info:Defaults": { + "ml.info.Defaults": { "type": "object", "properties": { "anomaly_detectors": { - "$ref": "#/components/schemas/ml.info:AnomalyDetectors" + "$ref": "#/components/schemas/ml.info.AnomalyDetectors" }, "datafeeds": { - "$ref": "#/components/schemas/ml.info:Datafeeds" + "$ref": "#/components/schemas/ml.info.Datafeeds" } }, "required": [ @@ -87207,11 +91972,11 @@ "datafeeds" ] }, - "ml.info:AnomalyDetectors": { + "ml.info.AnomalyDetectors": { "type": "object", "properties": { "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_examples_limit": { "type": "number" @@ -87234,7 +91999,7 @@ "daily_model_snapshot_retention_after_days" ] }, - "ml.info:Datafeeds": { + "ml.info.Datafeeds": { "type": "object", "properties": { "scroll_size": { @@ -87245,7 +92010,7 @@ "scroll_size" ] }, - "ml.info:Limits": { + "ml.info.Limits": { "type": "object", "properties": { "max_single_ml_node_processors": { @@ -87255,27 +92020,27 @@ "type": "number" }, "max_model_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "effective_max_model_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_ml_memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ "total_ml_memory" ] }, - "ml.info:NativeCode": { + "ml.info.NativeCode": { "type": "object", "properties": { "build_hash": { "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -87283,14 +92048,14 @@ "version" ] }, - "ml.preview_data_frame_analytics:DataframePreviewConfig": { + "ml.preview_data_frame_analytics.DataframePreviewConfig": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "model_memory_limit": { "type": "string" @@ -87299,7 +92064,7 @@ "type": "number" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" } }, "required": [ @@ -87307,55 +92072,55 @@ "analysis" ] }, - "ml._types:DatafeedConfig": { + "ml._types.DatafeedConfig": { "type": "object", "properties": { "aggregations": { "description": "If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period) then it will automatically stop itself and close its associated job after this many real-time searches that return no documents. In other words, it will stop after `frequency` times `max_empty_searches` of real-time operation. If not set then a datafeed with no end time that sees no data will remain started until it is explicitly stopped.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed. The detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -87364,7 +92129,7 @@ } } }, - "ml._types:JobConfig": { + "ml._types.JobConfig": { "type": "object", "properties": { "allow_lazy_open": { @@ -87372,26 +92137,26 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies a period of time (in days) after which only the first snapshot per day is retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "description": { "description": "A description of the job.", @@ -87405,14 +92170,14 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "description": "Reserved for future use, currently set to `anomaly_detector`.", "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies the maximum period of time (in days) that snapshots are retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nThe default value is `10`, which means snapshots ten days older than the newest snapshot are deleted.", @@ -87423,7 +92188,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option.\nThe period of time (in days) that results are retained.\nAge is calculated relative to the timestamp of the latest bucket result.\nIf this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch.\nThe default value is null, which means all results are retained.\nAnnotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results.\nAnnotations added by users are retained forever.", @@ -87435,7 +92200,7 @@ "data_description" ] }, - "_types:HttpHeaders": { + "_types.HttpHeaders": { "type": "object", "additionalProperties": { "oneOf": [ @@ -87451,17 +92216,17 @@ ] } }, - "ml._types:AnalysisConfigRead": { + "ml._types.AnalysisConfigRead": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "categorization_filters": { "description": "If `categorization_field_name` is specified, you can also define optional filters.\nThis property expects an array of regular expressions.\nThe expressions are used to filter out matching sequences from the categorization field values.", @@ -87474,31 +92239,31 @@ "description": "An array of detector configuration objects.\nDetector configuration objects specify which data fields a job analyzes.\nThey also specify which analytical functions are used.\nYou can specify multiple detectors for a job.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectorRead" + "$ref": "#/components/schemas/ml._types.DetectorRead" } }, "influencers": { "description": "A comma separated list of influencer field names.\nTypically these can be the by, over, or partition fields that are used in the detector configuration.\nYou might also want to use a field name that is not specifically named in a detector, but is available as part of the input data.\nWhen you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "latency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "multivariate_by_fields": { "description": "This functionality is reserved for internal use.\nIt is not supported for use in customer environments and is not subject to the support SLA of official GA features.\nIf set to `true`, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold.", "type": "boolean" }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" }, "summary_count_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -87507,17 +92272,17 @@ "influencers" ] }, - "ml._types:DetectorRead": { + "ml._types.DetectorRead": { "type": "object", "properties": { "by_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "custom_rules": { "description": "An array of custom rule objects, which enable you to customize the way detectors operate.\nFor example, a rule may dictate to the detector conditions under which results should be skipped.\nKibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } }, "detector_description": { @@ -87529,20 +92294,20 @@ "type": "number" }, "exclude_frequent": { - "$ref": "#/components/schemas/ml._types:ExcludeFrequent" + "$ref": "#/components/schemas/ml._types.ExcludeFrequent" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "description": "The analysis function that is used.\nFor example, `count`, `rare`, `mean`, `min`, `max`, and `sum`.", "type": "string" }, "over_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "partition_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "use_null": { "description": "Defines whether a new series is used as the null series when there is no value for the by or partition fields.", @@ -87553,41 +92318,41 @@ "function" ] }, - "ml.put_trained_model:Definition": { + "ml.put_trained_model.Definition": { "type": "object", "properties": { "preprocessors": { "description": "Collection of preprocessors", "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:Preprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.Preprocessor" } }, "trained_model": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModel" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModel" } }, "required": [ "trained_model" ] }, - "ml.put_trained_model:Preprocessor": { + "ml.put_trained_model.Preprocessor": { "type": "object", "properties": { "frequency_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:FrequencyEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.FrequencyEncodingPreprocessor" }, "one_hot_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:OneHotEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.OneHotEncodingPreprocessor" }, "target_mean_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:TargetMeanEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.TargetMeanEncodingPreprocessor" } }, "minProperties": 1, "maxProperties": 1 }, - "ml.put_trained_model:FrequencyEncodingPreprocessor": { + "ml.put_trained_model.FrequencyEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -87609,7 +92374,7 @@ "frequency_map" ] }, - "ml.put_trained_model:OneHotEncodingPreprocessor": { + "ml.put_trained_model.OneHotEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -87627,7 +92392,7 @@ "hot_map" ] }, - "ml.put_trained_model:TargetMeanEncodingPreprocessor": { + "ml.put_trained_model.TargetMeanEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -87653,21 +92418,21 @@ "default_value" ] }, - "ml.put_trained_model:TrainedModel": { + "ml.put_trained_model.TrainedModel": { "type": "object", "properties": { "tree": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTree" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTree" }, "tree_node": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTreeNode" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTreeNode" }, "ensemble": { - "$ref": "#/components/schemas/ml.put_trained_model:Ensemble" + "$ref": "#/components/schemas/ml.put_trained_model.Ensemble" } } }, - "ml.put_trained_model:TrainedModelTree": { + "ml.put_trained_model.TrainedModelTree": { "type": "object", "properties": { "classification_labels": { @@ -87688,7 +92453,7 @@ "tree_structure": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTreeNode" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTreeNode" } } }, @@ -87697,7 +92462,7 @@ "tree_structure" ] }, - "ml.put_trained_model:TrainedModelTreeNode": { + "ml.put_trained_model.TrainedModelTreeNode": { "type": "object", "properties": { "decision_type": { @@ -87732,11 +92497,11 @@ "node_index" ] }, - "ml.put_trained_model:Ensemble": { + "ml.put_trained_model.Ensemble": { "type": "object", "properties": { "aggregate_output": { - "$ref": "#/components/schemas/ml.put_trained_model:AggregateOutput" + "$ref": "#/components/schemas/ml.put_trained_model.AggregateOutput" }, "classification_labels": { "type": "array", @@ -87756,7 +92521,7 @@ "trained_models": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModel" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModel" } } }, @@ -87764,24 +92529,24 @@ "trained_models" ] }, - "ml.put_trained_model:AggregateOutput": { + "ml.put_trained_model.AggregateOutput": { "type": "object", "properties": { "logistic_regression": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "weighted_sum": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "weighted_mode": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "exponent": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" } } }, - "ml.put_trained_model:Weights": { + "ml.put_trained_model.Weights": { "type": "object", "properties": { "weights": { @@ -87792,24 +92557,24 @@ "weights" ] }, - "ml.put_trained_model:Input": { + "ml.put_trained_model.Input": { "type": "object", "properties": { "field_names": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" } }, "required": [ "field_names" ] }, - "ml._types:TrainedModelAssignment": { + "ml._types.TrainedModelAssignment": { "type": "object", "properties": { "adaptive_allocations": { "oneOf": [ { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" }, { "nullable": true, @@ -87818,7 +92583,7 @@ ] }, "assignment_state": { - "$ref": "#/components/schemas/ml._types:DeploymentAssignmentState" + "$ref": "#/components/schemas/ml._types.DeploymentAssignmentState" }, "max_assigned_allocations": { "type": "number" @@ -87830,14 +92595,14 @@ "description": "The allocation state for each node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentRoutingTable" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentRoutingTable" } }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "task_parameters": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentTaskParameters" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentTaskParameters" } }, "required": [ @@ -87847,7 +92612,7 @@ "task_parameters" ] }, - "ml._types:TrainedModelAssignmentRoutingTable": { + "ml._types.TrainedModelAssignmentRoutingTable": { "type": "object", "properties": { "reason": { @@ -87855,7 +92620,7 @@ "type": "string" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:RoutingState" + "$ref": "#/components/schemas/ml._types.RoutingState" }, "current_allocations": { "description": "Current number of allocations.", @@ -87872,33 +92637,33 @@ "target_allocations" ] }, - "ml._types:TrainedModelAssignmentTaskParameters": { + "ml._types.TrainedModelAssignmentTaskParameters": { "type": "object", "properties": { "model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "deployment_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "cache_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "number_of_allocations": { "description": "The total number of allocations this model is assigned across ML nodes.", "type": "number" }, "priority": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "per_deployment_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "per_allocation_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "queue_capacity": { "description": "Number of inference requests are allowed in the queue at a time.", @@ -87921,7 +92686,7 @@ "threads_per_allocation" ] }, - "ml._types:AnalysisMemoryLimit": { + "ml._types.AnalysisMemoryLimit": { "type": "object", "properties": { "model_memory_limit": { @@ -87933,7 +92698,7 @@ "model_memory_limit" ] }, - "ml._types:DetectorUpdate": { + "ml._types.DetectorUpdate": { "type": "object", "properties": { "detector_index": { @@ -87948,7 +92713,7 @@ "description": "An array of custom rule objects, which enable you to customize the way detectors operate.\nFor example, a rule may dictate to the detector conditions under which results should be skipped.\nKibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } } }, @@ -87956,7 +92721,7 @@ "detector_index" ] }, - "_global.msearch:MultiSearchResult": { + "_global.msearch.MultiSearchResult": { "type": "object", "properties": { "took": { @@ -87965,7 +92730,7 @@ "responses": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:ResponseItem" + "$ref": "#/components/schemas/_global.msearch.ResponseItem" } } }, @@ -87974,17 +92739,17 @@ "responses" ] }, - "_global.msearch_template:RequestItem": { + "_global.msearch_template.RequestItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultisearchHeader" + "$ref": "#/components/schemas/_global.msearch.MultisearchHeader" }, { - "$ref": "#/components/schemas/_global.msearch_template:TemplateConfig" + "$ref": "#/components/schemas/_global.msearch_template.TemplateConfig" } ] }, - "_global.msearch_template:TemplateConfig": { + "_global.msearch_template.TemplateConfig": { "type": "object", "properties": { "explain": { @@ -87992,7 +92757,7 @@ "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Key-value pairs used to replace Mustache variables in the template.\nThe key is the variable name.\nThe value is the variable value.", @@ -88006,32 +92771,32 @@ "type": "boolean" }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, - "_global.mtermvectors:Operation": { + "_global.mtermvectors.Operation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "doc": { "description": "An artificial document (a document not present in the index) for which you want to retrieve term vectors.", "type": "object" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "field_statistics": { "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_global.termvectors:Filter" + "$ref": "#/components/schemas/_global.termvectors.Filter" }, "offsets": { "description": "If `true`, the response includes term offsets.", @@ -88046,21 +92811,21 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "term_statistics": { "description": "If true, the response includes term frequency and document frequency.", "type": "boolean" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_global.termvectors:Filter": { + "_global.termvectors.Filter": { "type": "object", "properties": { "max_doc_freq": { @@ -88093,17 +92858,17 @@ } } }, - "_global.mtermvectors:TermVectorsResult": { + "_global.mtermvectors.TermVectorsResult": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "took": { "type": "number" @@ -88114,27 +92879,27 @@ "term_vectors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:TermVector" + "$ref": "#/components/schemas/_global.termvectors.TermVector" } }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ "_index" ] }, - "_global.termvectors:TermVector": { + "_global.termvectors.TermVector": { "type": "object", "properties": { "field_statistics": { - "$ref": "#/components/schemas/_global.termvectors:FieldStatistics" + "$ref": "#/components/schemas/_global.termvectors.FieldStatistics" }, "terms": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:Term" + "$ref": "#/components/schemas/_global.termvectors.Term" } } }, @@ -88142,7 +92907,7 @@ "terms" ] }, - "_global.termvectors:FieldStatistics": { + "_global.termvectors.FieldStatistics": { "type": "object", "properties": { "doc_count": { @@ -88161,7 +92926,7 @@ "sum_ttf" ] }, - "_global.termvectors:Term": { + "_global.termvectors.Term": { "type": "object", "properties": { "doc_freq": { @@ -88176,7 +92941,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.termvectors:Token" + "$ref": "#/components/schemas/_global.termvectors.Token" } }, "ttf": { @@ -88187,7 +92952,7 @@ "term_freq" ] }, - "_global.termvectors:Token": { + "_global.termvectors.Token": { "type": "object", "properties": { "end_offset": { @@ -88207,22 +92972,22 @@ "position" ] }, - "nodes.clear_repositories_metering_archive:ResponseBase": { + "nodes.clear_repositories_metering_archive.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "description": "Contains repositories metering information for the nodes selected by the request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:RepositoryMeteringInformation" + "$ref": "#/components/schemas/nodes._types.RepositoryMeteringInformation" } } }, @@ -88233,37 +92998,37 @@ } ] }, - "nodes._types:RepositoryMeteringInformation": { + "nodes._types.RepositoryMeteringInformation": { "type": "object", "properties": { "repository_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "repository_type": { "description": "Repository type.", "type": "string" }, "repository_location": { - "$ref": "#/components/schemas/nodes._types:RepositoryLocation" + "$ref": "#/components/schemas/nodes._types.RepositoryLocation" }, "repository_ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "repository_started_at": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "repository_stopped_at": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "archived": { "description": "A flag that tells whether or not this object has been archived. When a repository is closed or updated the\nrepository metering information is archived and kept for a certain period of time. This allows retrieving the\nrepository metering information of previous repository instantiations.", "type": "boolean" }, "cluster_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "request_counts": { - "$ref": "#/components/schemas/nodes._types:RequestCounts" + "$ref": "#/components/schemas/nodes._types.RequestCounts" } }, "required": [ @@ -88276,7 +93041,7 @@ "request_counts" ] }, - "nodes._types:RepositoryLocation": { + "nodes._types.RepositoryLocation": { "type": "object", "properties": { "base_path": { @@ -88295,7 +93060,7 @@ "base_path" ] }, - "nodes._types:RequestCounts": { + "nodes._types.RequestCounts": { "type": "object", "properties": { "GetBlobProperties": { @@ -88344,22 +93109,22 @@ } } }, - "nodes.get_repositories_metering_info:ResponseBase": { + "nodes.get_repositories_metering_info.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "description": "Contains repositories metering information for the nodes selected by the request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:RepositoryMeteringInformation" + "$ref": "#/components/schemas/nodes._types.RepositoryMeteringInformation" } } }, @@ -88370,7 +93135,7 @@ } ] }, - "_types:ThreadType": { + "_types.ThreadType": { "type": "string", "enum": [ "cpu", @@ -88380,21 +93145,21 @@ "mem" ] }, - "nodes.info:ResponseBase": { + "nodes.info.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfo" } } }, @@ -88405,7 +93170,7 @@ } ] }, - "nodes.info:NodeInfo": { + "nodes.info.NodeInfo": { "type": "object", "properties": { "attributes": { @@ -88425,45 +93190,45 @@ "type": "string" }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "http": { - "$ref": "#/components/schemas/nodes.info:NodeInfoHttp" + "$ref": "#/components/schemas/nodes.info.NodeInfoHttp" }, "ip": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, "jvm": { - "$ref": "#/components/schemas/nodes.info:NodeJvmInfo" + "$ref": "#/components/schemas/nodes.info.NodeJvmInfo" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "network": { - "$ref": "#/components/schemas/nodes.info:NodeInfoNetwork" + "$ref": "#/components/schemas/nodes.info.NodeInfoNetwork" }, "os": { - "$ref": "#/components/schemas/nodes.info:NodeOperatingSystemInfo" + "$ref": "#/components/schemas/nodes.info.NodeOperatingSystemInfo" }, "plugins": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:PluginStats" + "$ref": "#/components/schemas/_types.PluginStats" } }, "process": { - "$ref": "#/components/schemas/nodes.info:NodeProcessInfo" + "$ref": "#/components/schemas/nodes.info.NodeProcessInfo" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "settings": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettings" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettings" }, "thread_pool": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeThreadPoolInfo" + "$ref": "#/components/schemas/nodes.info.NodeThreadPoolInfo" } }, "total_indexing_buffer": { @@ -88471,30 +93236,30 @@ "type": "number" }, "total_indexing_buffer_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "transport": { - "$ref": "#/components/schemas/nodes.info:NodeInfoTransport" + "$ref": "#/components/schemas/nodes.info.NodeInfoTransport" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "modules": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:PluginStats" + "$ref": "#/components/schemas/_types.PluginStats" } }, "ingest": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngest" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngest" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfoAggregation" + "$ref": "#/components/schemas/nodes.info.NodeInfoAggregation" } } }, @@ -88511,7 +93276,7 @@ "version" ] }, - "nodes.info:NodeInfoHttp": { + "nodes.info.NodeInfoHttp": { "type": "object", "properties": { "bound_address": { @@ -88521,7 +93286,7 @@ } }, "max_content_length": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_content_length_in_bytes": { "type": "number" @@ -88536,7 +93301,7 @@ "publish_address" ] }, - "nodes.info:NodeJvmInfo": { + "nodes.info.NodeJvmInfo": { "type": "object", "properties": { "gc_collectors": { @@ -88546,7 +93311,7 @@ } }, "mem": { - "$ref": "#/components/schemas/nodes.info:NodeInfoJvmMemory" + "$ref": "#/components/schemas/nodes.info.NodeInfoJvmMemory" }, "memory_pools": { "type": "array", @@ -88558,19 +93323,19 @@ "type": "number" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "vm_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "vm_vendor": { "type": "string" }, "vm_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "using_bundled_jdk": { "type": "boolean" @@ -88606,35 +93371,35 @@ "input_arguments" ] }, - "nodes.info:NodeInfoJvmMemory": { + "nodes.info.NodeInfoJvmMemory": { "type": "object", "properties": { "direct_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "direct_max_in_bytes": { "type": "number" }, "heap_init": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "heap_init_in_bytes": { "type": "number" }, "heap_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "heap_max_in_bytes": { "type": "number" }, "non_heap_init": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "non_heap_init_in_bytes": { "type": "number" }, "non_heap_max": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "non_heap_max_in_bytes": { "type": "number" @@ -88648,11 +93413,11 @@ "non_heap_max_in_bytes" ] }, - "nodes.info:NodeInfoNetwork": { + "nodes.info.NodeInfoNetwork": { "type": "object", "properties": { "primary_interface": { - "$ref": "#/components/schemas/nodes.info:NodeInfoNetworkInterface" + "$ref": "#/components/schemas/nodes.info.NodeInfoNetworkInterface" }, "refresh_interval": { "type": "number" @@ -88663,7 +93428,7 @@ "refresh_interval" ] }, - "nodes.info:NodeInfoNetworkInterface": { + "nodes.info.NodeInfoNetworkInterface": { "type": "object", "properties": { "address": { @@ -88673,7 +93438,7 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -88682,7 +93447,7 @@ "name" ] }, - "nodes.info:NodeOperatingSystemInfo": { + "nodes.info.NodeOperatingSystemInfo": { "type": "object", "properties": { "arch": { @@ -88698,25 +93463,25 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "pretty_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "refresh_interval_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "cpu": { - "$ref": "#/components/schemas/nodes.info:NodeInfoOSCPU" + "$ref": "#/components/schemas/nodes.info.NodeInfoOSCPU" }, "mem": { - "$ref": "#/components/schemas/nodes.info:NodeInfoMemory" + "$ref": "#/components/schemas/nodes.info.NodeInfoMemory" }, "swap": { - "$ref": "#/components/schemas/nodes.info:NodeInfoMemory" + "$ref": "#/components/schemas/nodes.info.NodeInfoMemory" } }, "required": [ @@ -88728,7 +93493,7 @@ "version" ] }, - "nodes.info:NodeInfoOSCPU": { + "nodes.info.NodeInfoOSCPU": { "type": "object", "properties": { "cache_size": { @@ -88767,7 +93532,7 @@ "vendor" ] }, - "nodes.info:NodeInfoMemory": { + "nodes.info.NodeInfoMemory": { "type": "object", "properties": { "total": { @@ -88782,7 +93547,7 @@ "total_in_bytes" ] }, - "nodes.info:NodeProcessInfo": { + "nodes.info.NodeProcessInfo": { "type": "object", "properties": { "id": { @@ -88794,7 +93559,7 @@ "type": "boolean" }, "refresh_interval_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -88803,53 +93568,53 @@ "refresh_interval_in_millis" ] }, - "nodes.info:NodeInfoSettings": { + "nodes.info.NodeInfoSettings": { "type": "object", "properties": { "cluster": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsCluster" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsCluster" }, "node": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsNode" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsNode" }, "path": { - "$ref": "#/components/schemas/nodes.info:NodeInfoPath" + "$ref": "#/components/schemas/nodes.info.NodeInfoPath" }, "repositories": { - "$ref": "#/components/schemas/nodes.info:NodeInfoRepositories" + "$ref": "#/components/schemas/nodes.info.NodeInfoRepositories" }, "discovery": { - "$ref": "#/components/schemas/nodes.info:NodeInfoDiscover" + "$ref": "#/components/schemas/nodes.info.NodeInfoDiscover" }, "action": { - "$ref": "#/components/schemas/nodes.info:NodeInfoAction" + "$ref": "#/components/schemas/nodes.info.NodeInfoAction" }, "client": { - "$ref": "#/components/schemas/nodes.info:NodeInfoClient" + "$ref": "#/components/schemas/nodes.info.NodeInfoClient" }, "http": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsHttp" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsHttp" }, "bootstrap": { - "$ref": "#/components/schemas/nodes.info:NodeInfoBootstrap" + "$ref": "#/components/schemas/nodes.info.NodeInfoBootstrap" }, "transport": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsTransport" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsTransport" }, "network": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsNetwork" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsNetwork" }, "xpack": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpack" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpack" }, "script": { - "$ref": "#/components/schemas/nodes.info:NodeInfoScript" + "$ref": "#/components/schemas/nodes.info.NodeInfoScript" }, "search": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSearch" + "$ref": "#/components/schemas/nodes.info.NodeInfoSearch" }, "ingest": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsIngest" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsIngest" } }, "required": [ @@ -88859,17 +93624,17 @@ "transport" ] }, - "nodes.info:NodeInfoSettingsCluster": { + "nodes.info.NodeInfoSettingsCluster": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "routing": { - "$ref": "#/components/schemas/indices._types:IndexRouting" + "$ref": "#/components/schemas/indices._types.IndexRouting" }, "election": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsClusterElection" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsClusterElection" }, "initial_master_nodes": { "type": "array", @@ -88878,7 +93643,7 @@ } }, "deprecation_indexing": { - "$ref": "#/components/schemas/nodes.info:DeprecationIndexing" + "$ref": "#/components/schemas/nodes.info.DeprecationIndexing" } }, "required": [ @@ -88886,18 +93651,18 @@ "election" ] }, - "nodes.info:NodeInfoSettingsClusterElection": { + "nodes.info.NodeInfoSettingsClusterElection": { "type": "object", "properties": { "strategy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "strategy" ] }, - "nodes.info:DeprecationIndexing": { + "nodes.info.DeprecationIndexing": { "type": "object", "properties": { "enabled": { @@ -88915,11 +93680,11 @@ "enabled" ] }, - "nodes.info:NodeInfoSettingsNode": { + "nodes.info.NodeInfoSettingsNode": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "attr": { "type": "object", @@ -88936,7 +93701,7 @@ "attr" ] }, - "nodes.info:NodeInfoPath": { + "nodes.info.NodeInfoPath": { "type": "object", "properties": { "logs": { @@ -88966,18 +93731,18 @@ } } }, - "nodes.info:NodeInfoRepositories": { + "nodes.info.NodeInfoRepositories": { "type": "object", "properties": { "url": { - "$ref": "#/components/schemas/nodes.info:NodeInfoRepositoriesUrl" + "$ref": "#/components/schemas/nodes.info.NodeInfoRepositoriesUrl" } }, "required": [ "url" ] }, - "nodes.info:NodeInfoRepositoriesUrl": { + "nodes.info.NodeInfoRepositoriesUrl": { "type": "object", "properties": { "allowed_urls": { @@ -88988,7 +93753,7 @@ "allowed_urls" ] }, - "nodes.info:NodeInfoDiscover": { + "nodes.info.NodeInfoDiscover": { "type": "object", "properties": { "seed_hosts": { @@ -89008,7 +93773,7 @@ } } }, - "nodes.info:NodeInfoAction": { + "nodes.info.NodeInfoAction": { "type": "object", "properties": { "destructive_requires_name": { @@ -89019,7 +93784,7 @@ "destructive_requires_name" ] }, - "nodes.info:NodeInfoClient": { + "nodes.info.NodeInfoClient": { "type": "object", "properties": { "type": { @@ -89030,11 +93795,11 @@ "type" ] }, - "nodes.info:NodeInfoSettingsHttp": { + "nodes.info.NodeInfoSettingsHttp": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsHttpType" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsHttpType" }, "type.default": { "type": "string" @@ -89064,7 +93829,7 @@ "type" ] }, - "nodes.info:NodeInfoSettingsHttpType": { + "nodes.info.NodeInfoSettingsHttpType": { "type": "object", "properties": { "default": { @@ -89075,7 +93840,7 @@ "default" ] }, - "nodes.info:NodeInfoBootstrap": { + "nodes.info.NodeInfoBootstrap": { "type": "object", "properties": { "memory_lock": { @@ -89086,24 +93851,24 @@ "memory_lock" ] }, - "nodes.info:NodeInfoSettingsTransport": { + "nodes.info.NodeInfoSettingsTransport": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsTransportType" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsTransportType" }, "type.default": { "type": "string" }, "features": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSettingsTransportFeatures" + "$ref": "#/components/schemas/nodes.info.NodeInfoSettingsTransportFeatures" } }, "required": [ "type" ] }, - "nodes.info:NodeInfoSettingsTransportType": { + "nodes.info.NodeInfoSettingsTransportType": { "type": "object", "properties": { "default": { @@ -89114,7 +93879,7 @@ "default" ] }, - "nodes.info:NodeInfoSettingsTransportFeatures": { + "nodes.info.NodeInfoSettingsTransportFeatures": { "type": "object", "properties": { "x-pack": { @@ -89125,32 +93890,32 @@ "x-pack" ] }, - "nodes.info:NodeInfoSettingsNetwork": { + "nodes.info.NodeInfoSettingsNetwork": { "type": "object", "properties": { "host": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" } } ] } } }, - "nodes.info:NodeInfoXpack": { + "nodes.info.NodeInfoXpack": { "type": "object", "properties": { "license": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackLicense" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackLicense" }, "security": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurity" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurity" }, "notification": { "type": "object", @@ -89159,25 +93924,25 @@ } }, "ml": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackMl" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackMl" } }, "required": [ "security" ] }, - "nodes.info:NodeInfoXpackLicense": { + "nodes.info.NodeInfoXpackLicense": { "type": "object", "properties": { "self_generated": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackLicenseType" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackLicenseType" } }, "required": [ "self_generated" ] }, - "nodes.info:NodeInfoXpackLicenseType": { + "nodes.info.NodeInfoXpackLicenseType": { "type": "object", "properties": { "type": { @@ -89188,27 +93953,27 @@ "type" ] }, - "nodes.info:NodeInfoXpackSecurity": { + "nodes.info.NodeInfoXpackSecurity": { "type": "object", "properties": { "http": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecuritySsl" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecuritySsl" }, "enabled": { "type": "string" }, "transport": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecuritySsl" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecuritySsl" }, "authc": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthc" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthc" } }, "required": [ "enabled" ] }, - "nodes.info:NodeInfoXpackSecuritySsl": { + "nodes.info.NodeInfoXpackSecuritySsl": { "type": "object", "properties": { "ssl": { @@ -89222,41 +93987,41 @@ "ssl" ] }, - "nodes.info:NodeInfoXpackSecurityAuthc": { + "nodes.info.NodeInfoXpackSecurityAuthc": { "type": "object", "properties": { "realms": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealms" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcRealms" }, "token": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcToken" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcToken" } } }, - "nodes.info:NodeInfoXpackSecurityAuthcRealms": { + "nodes.info.NodeInfoXpackSecurityAuthcRealms": { "type": "object", "properties": { "file": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus" } }, "native": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus" } }, "pki": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus" + "$ref": "#/components/schemas/nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus" } } } }, - "nodes.info:NodeInfoXpackSecurityAuthcRealmsStatus": { + "nodes.info.NodeInfoXpackSecurityAuthcRealmsStatus": { "type": "object", "properties": { "enabled": { @@ -89270,7 +94035,7 @@ "order" ] }, - "nodes.info:NodeInfoXpackSecurityAuthcToken": { + "nodes.info.NodeInfoXpackSecurityAuthcToken": { "type": "object", "properties": { "enabled": { @@ -89281,7 +94046,7 @@ "enabled" ] }, - "nodes.info:NodeInfoXpackMl": { + "nodes.info.NodeInfoXpackMl": { "type": "object", "properties": { "use_auto_machine_memory_percent": { @@ -89289,7 +94054,7 @@ } } }, - "nodes.info:NodeInfoScript": { + "nodes.info.NodeInfoScript": { "type": "object", "properties": { "allowed_types": { @@ -89303,18 +94068,18 @@ "allowed_types" ] }, - "nodes.info:NodeInfoSearch": { + "nodes.info.NodeInfoSearch": { "type": "object", "properties": { "remote": { - "$ref": "#/components/schemas/nodes.info:NodeInfoSearchRemote" + "$ref": "#/components/schemas/nodes.info.NodeInfoSearchRemote" } }, "required": [ "remote" ] }, - "nodes.info:NodeInfoSearchRemote": { + "nodes.info.NodeInfoSearchRemote": { "type": "object", "properties": { "connect": { @@ -89325,125 +94090,125 @@ "connect" ] }, - "nodes.info:NodeInfoSettingsIngest": { + "nodes.info.NodeInfoSettingsIngest": { "type": "object", "properties": { "attachment": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "append": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "csv": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "convert": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "date": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "date_index_name": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "dot_expander": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "enrich": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "fail": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "foreach": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "json": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "user_agent": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "kv": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "geoip": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "grok": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "gsub": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "join": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "lowercase": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "remove": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "rename": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "script": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "set": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "sort": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "split": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "trim": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "uppercase": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "urldecode": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "bytes": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "dissect": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "set_security_user": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "pipeline": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "drop": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "circle": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" }, "inference": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestInfo" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestInfo" } } }, - "nodes.info:NodeInfoIngestInfo": { + "nodes.info.NodeInfoIngestInfo": { "type": "object", "properties": { "downloader": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestDownloader" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestDownloader" } }, "required": [ "downloader" ] }, - "nodes.info:NodeInfoIngestDownloader": { + "nodes.info.NodeInfoIngestDownloader": { "type": "object", "properties": { "enabled": { @@ -89454,14 +94219,14 @@ "enabled" ] }, - "nodes.info:NodeThreadPoolInfo": { + "nodes.info.NodeThreadPoolInfo": { "type": "object", "properties": { "core": { "type": "number" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max": { "type": "number" @@ -89481,7 +94246,7 @@ "type" ] }, - "nodes.info:NodeInfoTransport": { + "nodes.info.NodeInfoTransport": { "type": "object", "properties": { "bound_address": { @@ -89506,13 +94271,13 @@ "profiles" ] }, - "nodes.info:NodeInfoIngest": { + "nodes.info.NodeInfoIngest": { "type": "object", "properties": { "processors": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes.info:NodeInfoIngestProcessor" + "$ref": "#/components/schemas/nodes.info.NodeInfoIngestProcessor" } } }, @@ -89520,7 +94285,7 @@ "processors" ] }, - "nodes.info:NodeInfoIngestProcessor": { + "nodes.info.NodeInfoIngestProcessor": { "type": "object", "properties": { "type": { @@ -89531,7 +94296,7 @@ "type" ] }, - "nodes.info:NodeInfoAggregation": { + "nodes.info.NodeInfoAggregation": { "type": "object", "properties": { "types": { @@ -89545,24 +94310,24 @@ "types" ] }, - "_types:Password": { + "_types.Password": { "type": "string" }, - "nodes.reload_secure_settings:ResponseBase": { + "nodes.reload_secure_settings.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:NodeReloadResult" + "$ref": "#/components/schemas/nodes._types.NodeReloadResult" } } }, @@ -89573,35 +94338,35 @@ } ] }, - "nodes._types:NodeReloadResult": { + "nodes._types.NodeReloadResult": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "reload_exception": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ "name" ] }, - "nodes.stats:ResponseBase": { + "nodes.stats.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:Stats" + "$ref": "#/components/schemas/nodes._types.Stats" } } }, @@ -89611,78 +94376,78 @@ } ] }, - "nodes._types:Stats": { + "nodes._types.Stats": { "type": "object", "properties": { "adaptive_selection": { "description": "Statistics about adaptive replica selection.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:AdaptiveSelection" + "$ref": "#/components/schemas/nodes._types.AdaptiveSelection" } }, "breakers": { "description": "Statistics about the field data circuit breaker.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:Breaker" + "$ref": "#/components/schemas/nodes._types.Breaker" } }, "fs": { - "$ref": "#/components/schemas/nodes._types:FileSystem" + "$ref": "#/components/schemas/nodes._types.FileSystem" }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "http": { - "$ref": "#/components/schemas/nodes._types:Http" + "$ref": "#/components/schemas/nodes._types.Http" }, "ingest": { - "$ref": "#/components/schemas/nodes._types:Ingest" + "$ref": "#/components/schemas/nodes._types.Ingest" }, "ip": { "description": "IP address and port for the node.", "oneOf": [ { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" } } ] }, "jvm": { - "$ref": "#/components/schemas/nodes._types:Jvm" + "$ref": "#/components/schemas/nodes._types.Jvm" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "os": { - "$ref": "#/components/schemas/nodes._types:OperatingSystem" + "$ref": "#/components/schemas/nodes._types.OperatingSystem" }, "process": { - "$ref": "#/components/schemas/nodes._types:Process" + "$ref": "#/components/schemas/nodes._types.Process" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "script": { - "$ref": "#/components/schemas/nodes._types:Scripting" + "$ref": "#/components/schemas/nodes._types.Scripting" }, "script_cache": { "type": "object", "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/nodes._types:ScriptCache" + "$ref": "#/components/schemas/nodes._types.ScriptCache" }, { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:ScriptCache" + "$ref": "#/components/schemas/nodes._types.ScriptCache" } } ] @@ -89692,17 +94457,17 @@ "description": "Statistics about each thread pool, including current size, queue and rejected tasks.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:ThreadCount" + "$ref": "#/components/schemas/nodes._types.ThreadCount" } }, "timestamp": { "type": "number" }, "transport": { - "$ref": "#/components/schemas/nodes._types:Transport" + "$ref": "#/components/schemas/nodes._types.Transport" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "attributes": { "description": "Contains a list of attributes for the node.", @@ -89712,17 +94477,17 @@ } }, "discovery": { - "$ref": "#/components/schemas/nodes._types:Discovery" + "$ref": "#/components/schemas/nodes._types.Discovery" }, "indexing_pressure": { - "$ref": "#/components/schemas/nodes._types:IndexingPressure" + "$ref": "#/components/schemas/nodes._types.IndexingPressure" }, "indices": { - "$ref": "#/components/schemas/indices.stats:ShardStats" + "$ref": "#/components/schemas/indices.stats.ShardStats" } } }, - "nodes._types:AdaptiveSelection": { + "nodes._types.AdaptiveSelection": { "type": "object", "properties": { "avg_queue_size": { @@ -89730,14 +94495,14 @@ "type": "number" }, "avg_response_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "avg_response_time_ns": { "description": "The exponentially weighted moving average response time, in nanoseconds, of search requests on the keyed node.", "type": "number" }, "avg_service_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "avg_service_time_ns": { "description": "The exponentially weighted moving average service time, in nanoseconds, of search requests on the keyed node.", @@ -89753,7 +94518,7 @@ } } }, - "nodes._types:Breaker": { + "nodes._types.Breaker": { "type": "object", "properties": { "estimated_size": { @@ -89782,14 +94547,14 @@ } } }, - "nodes._types:FileSystem": { + "nodes._types.FileSystem": { "type": "object", "properties": { "data": { "description": "List of all file stores.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:DataPathStats" + "$ref": "#/components/schemas/nodes._types.DataPathStats" } }, "timestamp": { @@ -89797,14 +94562,14 @@ "type": "number" }, "total": { - "$ref": "#/components/schemas/nodes._types:FileSystemTotal" + "$ref": "#/components/schemas/nodes._types.FileSystemTotal" }, "io_stats": { - "$ref": "#/components/schemas/nodes._types:IoStats" + "$ref": "#/components/schemas/nodes._types.IoStats" } } }, - "nodes._types:DataPathStats": { + "nodes._types.DataPathStats": { "type": "object", "properties": { "available": { @@ -89866,7 +94631,7 @@ } } }, - "nodes._types:FileSystemTotal": { + "nodes._types.FileSystemTotal": { "type": "object", "properties": { "available": { @@ -89895,22 +94660,22 @@ } } }, - "nodes._types:IoStats": { + "nodes._types.IoStats": { "type": "object", "properties": { "devices": { "description": "Array of disk metrics for each device that is backing an Elasticsearch data path.\nThese disk metrics are probed periodically and averages between the last probe and the current probe are computed.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:IoStatDevice" + "$ref": "#/components/schemas/nodes._types.IoStatDevice" } }, "total": { - "$ref": "#/components/schemas/nodes._types:IoStatDevice" + "$ref": "#/components/schemas/nodes._types.IoStatDevice" } } }, - "nodes._types:IoStatDevice": { + "nodes._types.IoStatDevice": { "type": "object", "properties": { "device_name": { @@ -89939,27 +94704,27 @@ } } }, - "nodes._types:Jvm": { + "nodes._types.Jvm": { "type": "object", "properties": { "buffer_pools": { "description": "Contains statistics about JVM buffer pools for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:NodeBufferPool" + "$ref": "#/components/schemas/nodes._types.NodeBufferPool" } }, "classes": { - "$ref": "#/components/schemas/nodes._types:JvmClasses" + "$ref": "#/components/schemas/nodes._types.JvmClasses" }, "gc": { - "$ref": "#/components/schemas/nodes._types:GarbageCollector" + "$ref": "#/components/schemas/nodes._types.GarbageCollector" }, "mem": { - "$ref": "#/components/schemas/nodes._types:JvmMemoryStats" + "$ref": "#/components/schemas/nodes._types.JvmMemoryStats" }, "threads": { - "$ref": "#/components/schemas/nodes._types:JvmThreads" + "$ref": "#/components/schemas/nodes._types.JvmThreads" }, "timestamp": { "description": "Last time JVM statistics were refreshed.", @@ -89975,7 +94740,7 @@ } } }, - "nodes._types:NodeBufferPool": { + "nodes._types.NodeBufferPool": { "type": "object", "properties": { "count": { @@ -90000,7 +94765,7 @@ } } }, - "nodes._types:JvmClasses": { + "nodes._types.JvmClasses": { "type": "object", "properties": { "current_loaded_count": { @@ -90017,19 +94782,19 @@ } } }, - "nodes._types:GarbageCollector": { + "nodes._types.GarbageCollector": { "type": "object", "properties": { "collectors": { "description": "Contains statistics about JVM garbage collectors for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:GarbageCollectorTotal" + "$ref": "#/components/schemas/nodes._types.GarbageCollectorTotal" } } } }, - "nodes._types:GarbageCollectorTotal": { + "nodes._types.GarbageCollectorTotal": { "type": "object", "properties": { "collection_count": { @@ -90046,7 +94811,7 @@ } } }, - "nodes._types:JvmMemoryStats": { + "nodes._types.JvmMemoryStats": { "type": "object", "properties": { "heap_used_in_bytes": { @@ -90077,12 +94842,12 @@ "description": "Contains statistics about heap memory usage for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:Pool" + "$ref": "#/components/schemas/nodes._types.Pool" } } } }, - "nodes._types:Pool": { + "nodes._types.Pool": { "type": "object", "properties": { "used_in_bytes": { @@ -90103,7 +94868,7 @@ } } }, - "nodes._types:JvmThreads": { + "nodes._types.JvmThreads": { "type": "object", "properties": { "count": { @@ -90116,49 +94881,49 @@ } } }, - "nodes._types:OperatingSystem": { + "nodes._types.OperatingSystem": { "type": "object", "properties": { "cpu": { - "$ref": "#/components/schemas/nodes._types:Cpu" + "$ref": "#/components/schemas/nodes._types.Cpu" }, "mem": { - "$ref": "#/components/schemas/nodes._types:ExtendedMemoryStats" + "$ref": "#/components/schemas/nodes._types.ExtendedMemoryStats" }, "swap": { - "$ref": "#/components/schemas/nodes._types:MemoryStats" + "$ref": "#/components/schemas/nodes._types.MemoryStats" }, "cgroup": { - "$ref": "#/components/schemas/nodes._types:Cgroup" + "$ref": "#/components/schemas/nodes._types.Cgroup" }, "timestamp": { "type": "number" } } }, - "nodes._types:Cpu": { + "nodes._types.Cpu": { "type": "object", "properties": { "percent": { "type": "number" }, "sys": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "sys_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "user": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "user_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "load_average": { "type": "object", @@ -90168,10 +94933,10 @@ } } }, - "nodes._types:ExtendedMemoryStats": { + "nodes._types.ExtendedMemoryStats": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:MemoryStats" + "$ref": "#/components/schemas/nodes._types.MemoryStats" }, { "type": "object", @@ -90188,7 +94953,7 @@ } ] }, - "nodes._types:MemoryStats": { + "nodes._types.MemoryStats": { "type": "object", "properties": { "adjusted_total_in_bytes": { @@ -90227,21 +94992,21 @@ } } }, - "nodes._types:Cgroup": { + "nodes._types.Cgroup": { "type": "object", "properties": { "cpuacct": { - "$ref": "#/components/schemas/nodes._types:CpuAcct" + "$ref": "#/components/schemas/nodes._types.CpuAcct" }, "cpu": { - "$ref": "#/components/schemas/nodes._types:CgroupCpu" + "$ref": "#/components/schemas/nodes._types.CgroupCpu" }, "memory": { - "$ref": "#/components/schemas/nodes._types:CgroupMemory" + "$ref": "#/components/schemas/nodes._types.CgroupMemory" } } }, - "nodes._types:CpuAcct": { + "nodes._types.CpuAcct": { "type": "object", "properties": { "control_group": { @@ -90249,11 +95014,11 @@ "type": "string" }, "usage_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" } } }, - "nodes._types:CgroupCpu": { + "nodes._types.CgroupCpu": { "type": "object", "properties": { "control_group": { @@ -90269,11 +95034,11 @@ "type": "number" }, "stat": { - "$ref": "#/components/schemas/nodes._types:CgroupCpuStat" + "$ref": "#/components/schemas/nodes._types.CgroupCpuStat" } } }, - "nodes._types:CgroupCpuStat": { + "nodes._types.CgroupCpuStat": { "type": "object", "properties": { "number_of_elapsed_periods": { @@ -90285,11 +95050,11 @@ "type": "number" }, "time_throttled_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" } } }, - "nodes._types:CgroupMemory": { + "nodes._types.CgroupMemory": { "type": "object", "properties": { "control_group": { @@ -90306,14 +95071,14 @@ } } }, - "nodes._types:Process": { + "nodes._types.Process": { "type": "object", "properties": { "cpu": { - "$ref": "#/components/schemas/nodes._types:Cpu" + "$ref": "#/components/schemas/nodes._types.Cpu" }, "mem": { - "$ref": "#/components/schemas/nodes._types:MemoryStats" + "$ref": "#/components/schemas/nodes._types.MemoryStats" }, "open_file_descriptors": { "description": "Number of opened file descriptors associated with the current or `-1` if not supported.", @@ -90329,7 +95094,7 @@ } } }, - "nodes._types:ScriptCache": { + "nodes._types.ScriptCache": { "type": "object", "properties": { "cache_evictions": { @@ -90349,21 +95114,21 @@ } } }, - "nodes._types:Transport": { + "nodes._types.Transport": { "type": "object", "properties": { "inbound_handling_time_histogram": { "description": "The distribution of the time spent handling each inbound message on a transport thread, represented as a histogram.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:TransportHistogram" + "$ref": "#/components/schemas/nodes._types.TransportHistogram" } }, "outbound_handling_time_histogram": { "description": "The distribution of the time spent sending each outbound transport message on a transport thread, represented as a histogram.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:TransportHistogram" + "$ref": "#/components/schemas/nodes._types.TransportHistogram" } }, "rx_count": { @@ -90400,7 +95165,7 @@ } } }, - "nodes._types:TransportHistogram": { + "nodes._types.TransportHistogram": { "type": "object", "properties": { "count": { @@ -90417,31 +95182,31 @@ } } }, - "nodes._types:Discovery": { + "nodes._types.Discovery": { "type": "object", "properties": { "cluster_state_queue": { - "$ref": "#/components/schemas/nodes._types:ClusterStateQueue" + "$ref": "#/components/schemas/nodes._types.ClusterStateQueue" }, "published_cluster_states": { - "$ref": "#/components/schemas/nodes._types:PublishedClusterStates" + "$ref": "#/components/schemas/nodes._types.PublishedClusterStates" }, "cluster_state_update": { "description": "Contains low-level statistics about how long various activities took during cluster state updates while the node was the elected master.\nOmitted if the node is not master-eligible.\nEvery field whose name ends in `_time` within this object is also represented as a raw number of milliseconds in a field whose name ends in `_time_millis`.\nThe human-readable fields with a `_time` suffix are only returned if requested with the `?human=true` query parameter.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:ClusterStateUpdate" + "$ref": "#/components/schemas/nodes._types.ClusterStateUpdate" } }, "serialized_cluster_states": { - "$ref": "#/components/schemas/nodes._types:SerializedClusterState" + "$ref": "#/components/schemas/nodes._types.SerializedClusterState" }, "cluster_applier_stats": { - "$ref": "#/components/schemas/nodes._types:ClusterAppliedStats" + "$ref": "#/components/schemas/nodes._types.ClusterAppliedStats" } } }, - "nodes._types:ClusterStateQueue": { + "nodes._types.ClusterStateQueue": { "type": "object", "properties": { "total": { @@ -90458,7 +95223,7 @@ } } }, - "nodes._types:PublishedClusterStates": { + "nodes._types.PublishedClusterStates": { "type": "object", "properties": { "full_states": { @@ -90475,7 +95240,7 @@ } } }, - "nodes._types:ClusterStateUpdate": { + "nodes._types.ClusterStateUpdate": { "type": "object", "properties": { "count": { @@ -90483,64 +95248,64 @@ "type": "number" }, "computation_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "computation_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "publication_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "publication_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "context_construction_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "context_construction_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "commit_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "commit_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "completion_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "completion_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "master_apply_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "master_apply_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "notification_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "notification_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ "count" ] }, - "nodes._types:SerializedClusterState": { + "nodes._types.SerializedClusterState": { "type": "object", "properties": { "full_states": { - "$ref": "#/components/schemas/nodes._types:SerializedClusterStateDetail" + "$ref": "#/components/schemas/nodes._types.SerializedClusterStateDetail" }, "diffs": { - "$ref": "#/components/schemas/nodes._types:SerializedClusterStateDetail" + "$ref": "#/components/schemas/nodes._types.SerializedClusterStateDetail" } } }, - "nodes._types:SerializedClusterStateDetail": { + "nodes._types.SerializedClusterStateDetail": { "type": "object", "properties": { "count": { @@ -90560,18 +95325,18 @@ } } }, - "nodes._types:ClusterAppliedStats": { + "nodes._types.ClusterAppliedStats": { "type": "object", "properties": { "recordings": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Recording" + "$ref": "#/components/schemas/nodes._types.Recording" } } } }, - "nodes._types:Recording": { + "nodes._types.Recording": { "type": "object", "properties": { "name": { @@ -90581,72 +95346,72 @@ "type": "number" }, "cumulative_execution_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "cumulative_execution_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } }, - "nodes._types:IndexingPressure": { + "nodes._types.IndexingPressure": { "type": "object", "properties": { "memory": { - "$ref": "#/components/schemas/nodes._types:IndexingPressureMemory" + "$ref": "#/components/schemas/nodes._types.IndexingPressureMemory" } } }, - "nodes._types:IndexingPressureMemory": { + "nodes._types.IndexingPressureMemory": { "type": "object", "properties": { "limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "limit_in_bytes": { "description": "Configured memory limit, in bytes, for the indexing requests.\nReplica requests have an automatic limit that is 1.5x this value.", "type": "number" }, "current": { - "$ref": "#/components/schemas/nodes._types:PressureMemory" + "$ref": "#/components/schemas/nodes._types.PressureMemory" }, "total": { - "$ref": "#/components/schemas/nodes._types:PressureMemory" + "$ref": "#/components/schemas/nodes._types.PressureMemory" } } }, - "nodes._types:PressureMemory": { + "nodes._types.PressureMemory": { "type": "object", "properties": { "all": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "all_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the coordinating, primary, or replica stage.", "type": "number" }, "combined_coordinating_and_primary": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "combined_coordinating_and_primary_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the coordinating or primary stage.\nThis value is not the sum of coordinating and primary as a node can reuse the coordinating memory if the primary stage is executed locally.", "type": "number" }, "coordinating": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "coordinating_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the coordinating stage.", "type": "number" }, "primary": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "primary_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the primary stage.", "type": "number" }, "replica": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "replica_in_bytes": { "description": "Memory consumed, in bytes, by indexing requests in the replica stage.", @@ -90666,21 +95431,21 @@ } } }, - "nodes.usage:ResponseBase": { + "nodes.usage.ResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/nodes._types:NodesResponseBase" + "$ref": "#/components/schemas/nodes._types.NodesResponseBase" }, { "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes.usage:NodeUsage" + "$ref": "#/components/schemas/nodes.usage.NodeUsage" } } }, @@ -90691,7 +95456,7 @@ } ] }, - "nodes.usage:NodeUsage": { + "nodes.usage.NodeUsage": { "type": "object", "properties": { "rest_actions": { @@ -90701,10 +95466,10 @@ } }, "since": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "aggregations": { "type": "object", @@ -90720,31 +95485,31 @@ "aggregations" ] }, - "query_rules._types:QueryRule": { + "query_rules._types.QueryRule": { "type": "object", "properties": { "rule_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleType" }, "criteria": { "description": "The criteria that must be met for the rule to be applied.\nIf multiple criteria are specified for a rule, all criteria must be met for the rule to be applied.", "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" } } ] }, "actions": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleActions" + "$ref": "#/components/schemas/query_rules._types.QueryRuleActions" }, "priority": { "type": "number" @@ -90757,18 +95522,18 @@ "actions" ] }, - "query_rules._types:QueryRuleType": { + "query_rules._types.QueryRuleType": { "type": "string", "enum": [ "pinned", "exclude" ] }, - "query_rules._types:QueryRuleCriteria": { + "query_rules._types.QueryRuleCriteria": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteriaType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteriaType" }, "metadata": { "description": "The metadata field to match against.\nThis metadata will be used to match against `match_criteria` sent in the rule.\nIt is required for all criteria types except `always`.", @@ -90786,7 +95551,7 @@ "type" ] }, - "query_rules._types:QueryRuleCriteriaType": { + "query_rules._types.QueryRuleCriteriaType": { "type": "string", "enum": [ "global", @@ -90803,36 +95568,36 @@ "always" ] }, - "query_rules._types:QueryRuleActions": { + "query_rules._types.QueryRuleActions": { "type": "object", "properties": { "ids": { "description": "The unique document IDs of the documents to apply the rule to.\nOnly one of `ids` or `docs` may be specified and at least one must be specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "docs": { "description": "The documents to apply the rule to.\nOnly one of `ids` or `docs` may be specified and at least one must be specified.\nThere is a maximum value of 100 documents in a rule.\nYou can specify the following attributes for each document:\n\n* `_index`: The index of the document to pin.\n* `_id`: The unique document ID.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedDoc" + "$ref": "#/components/schemas/_types.query_dsl.PinnedDoc" } } } }, - "query_rules._types:QueryRuleset": { + "query_rules._types.QueryRuleset": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rules": { "description": "Rules associated with the query ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" } } }, @@ -90841,11 +95606,11 @@ "rules" ] }, - "query_rules.list_rulesets:QueryRulesetListItem": { + "query_rules.list_rulesets.QueryRulesetListItem": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rule_total_count": { "description": "The number of rules associated with the ruleset.", @@ -90873,14 +95638,14 @@ "rule_type_counts" ] }, - "query_rules.test:QueryRulesetMatchedRule": { + "query_rules.test.QueryRulesetMatchedRule": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rule_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -90888,24 +95653,24 @@ "rule_id" ] }, - "_global.rank_eval:RankEvalRequestItem": { + "_global.rank_eval.RankEvalRequestItem": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "request": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalQuery" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalQuery" }, "ratings": { "description": "List of document ratings", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:DocumentRating" + "$ref": "#/components/schemas/_global.rank_eval.DocumentRating" } }, "template_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "The search template parameters.", @@ -90920,11 +95685,11 @@ "ratings" ] }, - "_global.rank_eval:RankEvalQuery": { + "_global.rank_eval.RankEvalQuery": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "size": { "type": "number" @@ -90934,14 +95699,14 @@ "query" ] }, - "_global.rank_eval:DocumentRating": { + "_global.rank_eval.DocumentRating": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "rating": { "description": "The document’s relevance with regard to this search request.", @@ -90954,30 +95719,30 @@ "rating" ] }, - "_global.rank_eval:RankEvalMetric": { + "_global.rank_eval.RankEvalMetric": { "type": "object", "properties": { "precision": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricPrecision" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricPrecision" }, "recall": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRecall" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRecall" }, "mean_reciprocal_rank": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricMeanReciprocalRank" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricMeanReciprocalRank" }, "dcg": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricDiscountedCumulativeGain" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricDiscountedCumulativeGain" }, "expected_reciprocal_rank": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricExpectedReciprocalRank" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricExpectedReciprocalRank" } } }, - "_global.rank_eval:RankEvalMetricPrecision": { + "_global.rank_eval.RankEvalMetricPrecision": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object", @@ -90990,10 +95755,10 @@ } ] }, - "_global.rank_eval:RankEvalMetricRatingTreshold": { + "_global.rank_eval.RankEvalMetricRatingTreshold": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -91006,7 +95771,7 @@ } ] }, - "_global.rank_eval:RankEvalMetricBase": { + "_global.rank_eval.RankEvalMetricBase": { "type": "object", "properties": { "k": { @@ -91015,30 +95780,30 @@ } } }, - "_global.rank_eval:RankEvalMetricRecall": { + "_global.rank_eval.RankEvalMetricRecall": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object" } ] }, - "_global.rank_eval:RankEvalMetricMeanReciprocalRank": { + "_global.rank_eval.RankEvalMetricMeanReciprocalRank": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object" } ] }, - "_global.rank_eval:RankEvalMetricDiscountedCumulativeGain": { + "_global.rank_eval.RankEvalMetricDiscountedCumulativeGain": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -91051,10 +95816,10 @@ } ] }, - "_global.rank_eval:RankEvalMetricExpectedReciprocalRank": { + "_global.rank_eval.RankEvalMetricExpectedReciprocalRank": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -91070,7 +95835,7 @@ } ] }, - "_global.rank_eval:RankEvalMetricDetail": { + "_global.rank_eval.RankEvalMetricDetail": { "type": "object", "properties": { "metric_score": { @@ -91081,14 +95846,14 @@ "description": "The unrated_docs section contains an _index and _id entry for each document in the search result for this query that didn’t have a ratings value. This can be used to ask the user to supply ratings for these documents", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:UnratedDocument" + "$ref": "#/components/schemas/_global.rank_eval.UnratedDocument" } }, "hits": { "description": "The hits section shows a grouping of the search results with their supplied ratings", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalHitItem" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalHitItem" } }, "metric_details": { @@ -91109,14 +95874,14 @@ "metric_details" ] }, - "_global.rank_eval:UnratedDocument": { + "_global.rank_eval.UnratedDocument": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -91124,11 +95889,11 @@ "_index" ] }, - "_global.rank_eval:RankEvalHitItem": { + "_global.rank_eval.RankEvalHitItem": { "type": "object", "properties": { "hit": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalHit" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalHit" }, "rating": { "oneOf": [ @@ -91146,14 +95911,14 @@ "hit" ] }, - "_global.rank_eval:RankEvalHit": { + "_global.rank_eval.RankEvalHit": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_score": { "type": "number" @@ -91165,68 +95930,68 @@ "_score" ] }, - "_global.reindex:Destination": { + "_global.reindex.Destination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "op_type": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "pipeline": { "description": "The name of the pipeline to use.", "type": "string" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ "index" ] }, - "_global.reindex:Source": { + "_global.reindex.Source": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "remote": { - "$ref": "#/components/schemas/_global.reindex:RemoteSource" + "$ref": "#/components/schemas/_global.reindex.RemoteSource" }, "size": { "description": "The number of documents to index per batch.\nUse it when you are indexing from remote to ensure that the batches fit within the on-heap buffer, which defaults to a maximum size of 100 MB.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } }, "required": [ "index" ] }, - "_global.reindex:RemoteSource": { + "_global.reindex.RemoteSource": { "type": "object", "properties": { "connect_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "headers": { "description": "An object containing the headers of the request.", @@ -91236,29 +96001,29 @@ } }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "socket_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "host" ] }, - "_types:Username": { + "_types.Username": { "type": "string" }, - "_global.reindex_rethrottle:ReindexNode": { + "_global.reindex_rethrottle.ReindexNode": { "allOf": [ { - "$ref": "#/components/schemas/_spec_utils:BaseNode" + "$ref": "#/components/schemas/_spec_utils.BaseNode" }, { "type": "object", @@ -91266,7 +96031,7 @@ "tasks": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.reindex_rethrottle:ReindexTask" + "$ref": "#/components/schemas/_global.reindex_rethrottle.ReindexTask" } } }, @@ -91276,7 +96041,7 @@ } ] }, - "_global.reindex_rethrottle:ReindexTask": { + "_global.reindex_rethrottle.ReindexTask": { "type": "object", "properties": { "action": { @@ -91292,22 +96057,22 @@ "type": "number" }, "node": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "running_time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "status": { - "$ref": "#/components/schemas/_global.reindex_rethrottle:ReindexStatus" + "$ref": "#/components/schemas/_global.reindex_rethrottle.ReindexStatus" }, "type": { "type": "string" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" } }, "required": [ @@ -91323,7 +96088,7 @@ "headers" ] }, - "_global.reindex_rethrottle:ReindexStatus": { + "_global.reindex_rethrottle.ReindexStatus": { "type": "object", "properties": { "batches": { @@ -91347,19 +96112,19 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -91388,7 +96153,7 @@ "version_conflicts" ] }, - "_spec_utils:BaseNode": { + "_spec_utils.BaseNode": { "type": "object", "properties": { "attributes": { @@ -91398,19 +96163,19 @@ } }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "ip": { - "$ref": "#/components/schemas/_types:Ip" + "$ref": "#/components/schemas/_types.Ip" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" } }, "required": [ @@ -91421,17 +96186,17 @@ "transport_address" ] }, - "rollup.get_jobs:RollupJob": { + "rollup.get_jobs.RollupJob": { "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/rollup.get_jobs:RollupJobConfiguration" + "$ref": "#/components/schemas/rollup.get_jobs.RollupJobConfiguration" }, "stats": { - "$ref": "#/components/schemas/rollup.get_jobs:RollupJobStats" + "$ref": "#/components/schemas/rollup.get_jobs.RollupJobStats" }, "status": { - "$ref": "#/components/schemas/rollup.get_jobs:RollupJobStatus" + "$ref": "#/components/schemas/rollup.get_jobs.RollupJobStatus" } }, "required": [ @@ -91440,17 +96205,17 @@ "status" ] }, - "rollup.get_jobs:RollupJobConfiguration": { + "rollup.get_jobs.RollupJobConfiguration": { "type": "object", "properties": { "cron": { "type": "string" }, "groups": { - "$ref": "#/components/schemas/rollup._types:Groupings" + "$ref": "#/components/schemas/rollup._types.Groupings" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_pattern": { "type": "string" @@ -91458,17 +96223,17 @@ "metrics": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup._types:FieldMetric" + "$ref": "#/components/schemas/rollup._types.FieldMetric" } }, "page_size": { "type": "number" }, "rollup_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -91482,54 +96247,54 @@ "timeout" ] }, - "rollup._types:Groupings": { + "rollup._types.Groupings": { "type": "object", "properties": { "date_histogram": { - "$ref": "#/components/schemas/rollup._types:DateHistogramGrouping" + "$ref": "#/components/schemas/rollup._types.DateHistogramGrouping" }, "histogram": { - "$ref": "#/components/schemas/rollup._types:HistogramGrouping" + "$ref": "#/components/schemas/rollup._types.HistogramGrouping" }, "terms": { - "$ref": "#/components/schemas/rollup._types:TermsGrouping" + "$ref": "#/components/schemas/rollup._types.TermsGrouping" } } }, - "rollup._types:DateHistogramGrouping": { + "rollup._types.DateHistogramGrouping": { "type": "object", "properties": { "delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "type": "string" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } }, "required": [ "field" ] }, - "rollup._types:HistogramGrouping": { + "rollup._types.HistogramGrouping": { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "interval": { "description": "The interval of histogram buckets to be generated when rolling up.\nFor example, a value of `5` creates buckets that are five units wide (`0-5`, `5-10`, etc).\nNote that only one interval can be specified in the histogram group, meaning that all fields being grouped via the histogram must share the same interval.", @@ -91541,28 +96306,28 @@ "interval" ] }, - "rollup._types:TermsGrouping": { + "rollup._types.TermsGrouping": { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } }, "required": [ "fields" ] }, - "rollup._types:FieldMetric": { + "rollup._types.FieldMetric": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { "description": "An array of metrics to collect for the field. At least one metric must be configured.", "type": "array", "items": { - "$ref": "#/components/schemas/rollup._types:Metric" + "$ref": "#/components/schemas/rollup._types.Metric" } } }, @@ -91571,7 +96336,7 @@ "metrics" ] }, - "rollup._types:Metric": { + "rollup._types.Metric": { "type": "string", "enum": [ "min", @@ -91581,7 +96346,7 @@ "value_count" ] }, - "rollup.get_jobs:RollupJobStats": { + "rollup.get_jobs.RollupJobStats": { "type": "object", "properties": { "documents_processed": { @@ -91591,7 +96356,7 @@ "type": "number" }, "index_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_total": { "type": "number" @@ -91606,7 +96371,7 @@ "type": "number" }, "search_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "search_total": { "type": "number" @@ -91615,7 +96380,7 @@ "type": "number" }, "processing_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "processing_total": { "type": "number" @@ -91636,7 +96401,7 @@ "processing_total" ] }, - "rollup.get_jobs:RollupJobStatus": { + "rollup.get_jobs.RollupJobStatus": { "type": "object", "properties": { "current_position": { @@ -91646,7 +96411,7 @@ } }, "job_state": { - "$ref": "#/components/schemas/rollup.get_jobs:IndexingJobState" + "$ref": "#/components/schemas/rollup.get_jobs.IndexingJobState" }, "upgraded_doc_id": { "type": "boolean" @@ -91656,7 +96421,7 @@ "job_state" ] }, - "rollup.get_jobs:IndexingJobState": { + "rollup.get_jobs.IndexingJobState": { "type": "string", "enum": [ "started", @@ -91666,14 +96431,14 @@ "aborting" ] }, - "rollup.get_rollup_caps:RollupCapabilities": { + "rollup.get_rollup_caps.RollupCapabilities": { "type": "object", "properties": { "rollup_jobs": { "description": "There can be multiple, independent jobs configured for a single index or index pattern. Each of these jobs may have different configurations, so the API returns a list of all the various configurations available.", "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_rollup_caps:RollupCapabilitySummary" + "$ref": "#/components/schemas/rollup.get_rollup_caps.RollupCapabilitySummary" } } }, @@ -91681,7 +96446,7 @@ "rollup_jobs" ] }, - "rollup.get_rollup_caps:RollupCapabilitySummary": { + "rollup.get_rollup_caps.RollupCapabilitySummary": { "type": "object", "properties": { "fields": { @@ -91689,7 +96454,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_rollup_caps:RollupFieldSummary" + "$ref": "#/components/schemas/rollup.get_rollup_caps.RollupFieldSummary" } } }, @@ -91710,30 +96475,30 @@ "rollup_index" ] }, - "rollup.get_rollup_caps:RollupFieldSummary": { + "rollup.get_rollup_caps.RollupFieldSummary": { "type": "object", "properties": { "agg": { "type": "string" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } }, "required": [ "agg" ] }, - "rollup.get_rollup_index_caps:IndexCapabilities": { + "rollup.get_rollup_index_caps.IndexCapabilities": { "type": "object", "properties": { "rollup_jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_rollup_index_caps:RollupJobSummary" + "$ref": "#/components/schemas/rollup.get_rollup_index_caps.RollupJobSummary" } } }, @@ -91741,7 +96506,7 @@ "rollup_jobs" ] }, - "rollup.get_rollup_index_caps:RollupJobSummary": { + "rollup.get_rollup_index_caps.RollupJobSummary": { "type": "object", "properties": { "fields": { @@ -91749,7 +96514,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_rollup_index_caps:RollupJobSummaryField" + "$ref": "#/components/schemas/rollup.get_rollup_index_caps.RollupJobSummaryField" } } }, @@ -91757,10 +96522,10 @@ "type": "string" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rollup_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -91770,24 +96535,24 @@ "rollup_index" ] }, - "rollup.get_rollup_index_caps:RollupJobSummaryField": { + "rollup.get_rollup_index_caps.RollupJobSummaryField": { "type": "object", "properties": { "agg": { "type": "string" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "agg" ] }, - "_global.scripts_painless_execute:PainlessContext": { + "_global.scripts_painless_execute.PainlessContext": { "type": "string", "enum": [ "painless_test", @@ -91803,7 +96568,7 @@ "composite_field" ] }, - "_global.scripts_painless_execute:PainlessContextSetup": { + "_global.scripts_painless_execute.PainlessContextSetup": { "type": "object", "properties": { "document": { @@ -91811,10 +96576,10 @@ "type": "object" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -91822,19 +96587,19 @@ "index" ] }, - "search_application._types:SearchApplication": { + "search_application._types.SearchApplication": { "allOf": [ { - "$ref": "#/components/schemas/search_application._types:SearchApplicationParameters" + "$ref": "#/components/schemas/search_application._types.SearchApplicationParameters" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "updated_at_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -91844,61 +96609,61 @@ } ] }, - "search_application._types:SearchApplicationParameters": { + "search_application._types.SearchApplicationParameters": { "type": "object", "properties": { "indices": { "description": "Indices that are part of the Search Application.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "analytics_collection_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "template": { - "$ref": "#/components/schemas/search_application._types:SearchApplicationTemplate" + "$ref": "#/components/schemas/search_application._types.SearchApplicationTemplate" } }, "required": [ "indices" ] }, - "search_application._types:SearchApplicationTemplate": { + "search_application._types.SearchApplicationTemplate": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "search_application._types:AnalyticsCollection": { + "search_application._types.AnalyticsCollection": { "type": "object", "properties": { "event_data_stream": { - "$ref": "#/components/schemas/search_application._types:EventDataStream" + "$ref": "#/components/schemas/search_application._types.EventDataStream" } }, "required": [ "event_data_stream" ] }, - "search_application._types:EventDataStream": { + "search_application._types.EventDataStream": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "name" ] }, - "search_application._types:EventType": { + "search_application._types.EventType": { "type": "string", "enum": [ "page_view", @@ -91906,16 +96671,16 @@ "search_click" ] }, - "search_application.put_behavioral_analytics:AnalyticsAcknowledgeResponseBase": { + "search_application.put_behavioral_analytics.AnalyticsAcknowledgeResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -91924,20 +96689,20 @@ } ] }, - "_global.search_mvt._types:ZoomLevel": { + "_global.search_mvt._types.ZoomLevel": { "type": "number" }, - "_global.search_mvt._types:Coordinate": { + "_global.search_mvt._types.Coordinate": { "type": "number" }, - "_global.search_mvt._types:GridAggregationType": { + "_global.search_mvt._types.GridAggregationType": { "type": "string", "enum": [ "geotile", "geohex" ] }, - "_global.search_mvt._types:GridType": { + "_global.search_mvt._types.GridType": { "type": "string", "enum": [ "grid", @@ -91945,20 +96710,20 @@ "centroid" ] }, - "_types:MapboxVectorTiles": { + "_types.MapboxVectorTiles": { "type": "object" }, - "_global.search_shards:SearchShardsNodeAttributes": { + "_global.search_shards.SearchShardsNodeAttributes": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "transport_address": { - "$ref": "#/components/schemas/_types:TransportAddress" + "$ref": "#/components/schemas/_types.TransportAddress" }, "external_id": { "type": "string" @@ -91971,10 +96736,10 @@ } }, "roles": { - "$ref": "#/components/schemas/_types:NodeRoles" + "$ref": "#/components/schemas/_types.NodeRoles" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "min_index_version": { "type": "number" @@ -91995,43 +96760,43 @@ "max_index_version" ] }, - "_types:NodeShard": { + "_types.NodeShard": { "type": "object", "properties": { "state": { - "$ref": "#/components/schemas/indices.stats:ShardRoutingState" + "$ref": "#/components/schemas/indices.stats.ShardRoutingState" }, "primary": { "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeName" + "$ref": "#/components/schemas/_types.NodeName" }, "shard": { "type": "number" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "allocation_id": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "recovery_source": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "unassigned_info": { - "$ref": "#/components/schemas/cluster.allocation_explain:UnassignedInformation" + "$ref": "#/components/schemas/cluster.allocation_explain.UnassignedInformation" }, "relocating_node": { "oneOf": [ { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, { "nullable": true, @@ -92040,7 +96805,7 @@ ] }, "relocation_failure_info": { - "$ref": "#/components/schemas/_types:RelocationFailureInfo" + "$ref": "#/components/schemas/_types.RelocationFailureInfo" } }, "required": [ @@ -92050,7 +96815,7 @@ "index" ] }, - "_types:RelocationFailureInfo": { + "_types.RelocationFailureInfo": { "type": "object", "properties": { "failed_attempts": { @@ -92061,45 +96826,45 @@ "failed_attempts" ] }, - "_global.search_shards:ShardStoreIndex": { + "_global.search_shards.ShardStoreIndex": { "type": "object", "properties": { "aliases": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, - "searchable_snapshots.cache_stats:Node": { + "searchable_snapshots.cache_stats.Node": { "type": "object", "properties": { "shared_cache": { - "$ref": "#/components/schemas/searchable_snapshots.cache_stats:Shared" + "$ref": "#/components/schemas/searchable_snapshots.cache_stats.Shared" } }, "required": [ "shared_cache" ] }, - "searchable_snapshots.cache_stats:Shared": { + "searchable_snapshots.cache_stats.Shared": { "type": "object", "properties": { "reads": { "type": "number" }, "bytes_read_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "writes": { "type": "number" }, "bytes_written_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "evictions": { "type": "number" @@ -92108,10 +96873,10 @@ "type": "number" }, "size_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "region_size_in_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -92125,17 +96890,17 @@ "region_size_in_bytes" ] }, - "searchable_snapshots.mount:MountedSnapshot": { + "searchable_snapshots.mount.MountedSnapshot": { "type": "object", "properties": { "snapshot": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -92144,7 +96909,7 @@ "shards" ] }, - "searchable_snapshots._types:StatsLevel": { + "searchable_snapshots._types.StatsLevel": { "type": "string", "enum": [ "cluster", @@ -92152,17 +96917,17 @@ "shards" ] }, - "security._types:GrantType": { + "security._types.GrantType": { "type": "string", "enum": [ "password", "access_token" ] }, - "security._types:UserProfileWithMetadata": { + "security._types.UserProfileWithMetadata": { "allOf": [ { - "$ref": "#/components/schemas/security._types:UserProfile" + "$ref": "#/components/schemas/security._types.UserProfile" }, { "type": "object", @@ -92171,7 +96936,7 @@ "type": "number" }, "_doc": { - "$ref": "#/components/schemas/security._types:UserProfileHitMetadata" + "$ref": "#/components/schemas/security._types.UserProfileHitMetadata" } }, "required": [ @@ -92181,14 +96946,14 @@ } ] }, - "security._types:UserProfileHitMetadata": { + "security._types.UserProfileHitMetadata": { "type": "object", "properties": { "_primary_term": { "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" } }, "required": [ @@ -92196,14 +96961,14 @@ "_seq_no" ] }, - "security._types:UserProfile": { + "security._types.UserProfile": { "type": "object", "properties": { "uid": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, "user": { - "$ref": "#/components/schemas/security._types:UserProfileUser" + "$ref": "#/components/schemas/security._types.UserProfileUser" }, "data": { "type": "object", @@ -92228,10 +96993,10 @@ "labels" ] }, - "security._types:UserProfileId": { + "security._types.UserProfileId": { "type": "string" }, - "security._types:UserProfileUser": { + "security._types.UserProfileUser": { "type": "object", "properties": { "email": { @@ -92248,7 +97013,7 @@ "full_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -92257,10 +97022,10 @@ ] }, "realm_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "realm_domain": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "roles": { "type": "array", @@ -92269,7 +97034,7 @@ } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -92278,25 +97043,25 @@ "username" ] }, - "security.authenticate:AuthenticateApiKey": { + "security.authenticate.AuthenticateApiKey": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "id" ] }, - "security._types:RealmInfo": { + "security._types.RealmInfo": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -92307,11 +97072,11 @@ "type" ] }, - "security.authenticate:Token": { + "security.authenticate.Token": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -92321,7 +97086,7 @@ "name" ] }, - "security._types:BulkError": { + "security._types.BulkError": { "type": "object", "properties": { "count": { @@ -92332,7 +97097,7 @@ "description": "Details about the errors, keyed by role name", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -92341,35 +97106,35 @@ "details" ] }, - "security._types:RoleDescriptor": { + "security._types.RoleDescriptor": { "type": "object", "properties": { "cluster": { "description": "A list of cluster privileges. These privileges define the cluster level actions that API keys are able to execute.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "remote_indices": { "description": "A list of indices permissions for remote clusters.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteIndicesPrivileges" } }, "remote_cluster": { "description": "A list of cluster permissions for remote clusters.\nNOTE: This is limited a subset of the cluster permissions.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "global": { @@ -92378,11 +97143,11 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } }, { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } ] }, @@ -92390,11 +97155,11 @@ "description": "A list of application privilege entries", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -92411,7 +97176,7 @@ "type": "string" }, "restriction": { - "$ref": "#/components/schemas/security._types:Restriction" + "$ref": "#/components/schemas/security._types.Restriction" }, "transient_metadata": { "type": "object", @@ -92421,7 +97186,7 @@ } } }, - "security._types:ClusterPrivilege": { + "security._types.ClusterPrivilege": { "anyOf": [ { "type": "string", @@ -92492,22 +97257,22 @@ } ] }, - "security._types:IndicesPrivileges": { + "security._types.IndicesPrivileges": { "type": "object", "properties": { "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -92516,11 +97281,11 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" }, "allow_restricted_indices": { "description": "Set to `true` if using wildcard or regular expressions for patterns that cover restricted indices. Implicitly, restricted indices have limited privileges that can cause pattern tests to fail. If restricted indices are explicitly included in the `names` list, Elasticsearch checks privileges against these indices regardless of the value set for `allow_restricted_indices`.", @@ -92532,18 +97297,18 @@ "privileges" ] }, - "security._types:FieldSecurity": { + "security._types.FieldSecurity": { "type": "object", "properties": { "except": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "grant": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } }, - "security._types:IndexPrivilege": { + "security._types.IndexPrivilege": { "anyOf": [ { "type": "string", @@ -92577,36 +97342,36 @@ } ] }, - "security._types:IndicesPrivilegesQuery": { + "security._types.IndicesPrivilegesQuery": { "description": "While creating or updating a role you can provide either a JSON structure or a string to the API.\nHowever, the response provided by Elasticsearch will only be string with a json-as-text content.\n\nSince this is embedded in `IndicesPrivileges`, the same structure is used for clarity in both contexts.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { - "$ref": "#/components/schemas/security._types:RoleTemplateQuery" + "$ref": "#/components/schemas/security._types.RoleTemplateQuery" } ] }, - "security._types:RoleTemplateQuery": { + "security._types.RoleTemplateQuery": { "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/security._types:RoleTemplateScript" + "$ref": "#/components/schemas/security._types.RoleTemplateScript" } } }, - "security._types:RoleTemplateScript": { + "security._types.RoleTemplateScript": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/security._types:RoleTemplateInlineQuery" + "$ref": "#/components/schemas/security._types.RoleTemplateInlineQuery" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Specifies any named parameters that are passed into the script as variables.\nUse parameters instead of hard-coded values to decrease compile time.", @@ -92616,7 +97381,7 @@ } }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -92626,35 +97391,35 @@ } } }, - "security._types:RoleTemplateInlineQuery": { + "security._types.RoleTemplateInlineQuery": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } ] }, - "security._types:RemoteIndicesPrivileges": { + "security._types.RemoteIndicesPrivileges": { "type": "object", "properties": { "clusters": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -92663,11 +97428,11 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" }, "allow_restricted_indices": { "description": "Set to `true` if using wildcard or regular expressions for patterns that cover restricted indices. Implicitly, restricted indices have limited privileges that can cause pattern tests to fail. If restricted indices are explicitly included in the `names` list, Elasticsearch checks privileges against these indices regardless of the value set for `allow_restricted_indices`.", @@ -92680,17 +97445,17 @@ "privileges" ] }, - "security._types:RemoteClusterPrivileges": { + "security._types.RemoteClusterPrivileges": { "type": "object", "properties": { "clusters": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "privileges": { "description": "The cluster level privileges that owners of the role have on the remote cluster.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivilege" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivilege" } } }, @@ -92699,36 +97464,36 @@ "privileges" ] }, - "security._types:RemoteClusterPrivilege": { + "security._types.RemoteClusterPrivilege": { "type": "string", "enum": [ "monitor_enrich", "monitor_stats" ] }, - "security._types:GlobalPrivilege": { + "security._types.GlobalPrivilege": { "type": "object", "properties": { "application": { - "$ref": "#/components/schemas/security._types:ApplicationGlobalUserPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationGlobalUserPrivileges" } }, "required": [ "application" ] }, - "security._types:ApplicationGlobalUserPrivileges": { + "security._types.ApplicationGlobalUserPrivileges": { "type": "object", "properties": { "manage": { - "$ref": "#/components/schemas/security._types:ManageUserPrivileges" + "$ref": "#/components/schemas/security._types.ManageUserPrivileges" } }, "required": [ "manage" ] }, - "security._types:ManageUserPrivileges": { + "security._types.ManageUserPrivileges": { "type": "object", "properties": { "applications": { @@ -92742,7 +97507,7 @@ "applications" ] }, - "security._types:ApplicationPrivileges": { + "security._types.ApplicationPrivileges": { "type": "object", "properties": { "application": { @@ -92770,14 +97535,14 @@ "resources" ] }, - "security._types:Restriction": { + "security._types.Restriction": { "type": "object", "properties": { "workflows": { "description": "A list of workflows to which the API key is restricted.\nNOTE: In order to use a role restriction, an API key must be created with a single role descriptor.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RestrictionWorkflow" + "$ref": "#/components/schemas/security._types.RestrictionWorkflow" } } }, @@ -92785,7 +97550,7 @@ "workflows" ] }, - "security._types:RestrictionWorkflow": { + "security._types.RestrictionWorkflow": { "anyOf": [ { "type": "string", @@ -92798,55 +97563,55 @@ } ] }, - "security._types:ClusterNode": { + "security._types.ClusterNode": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "name" ] }, - "_types:Namespace": { + "_types.Namespace": { "type": "string" }, - "_types:Service": { + "_types.Service": { "type": "string" }, - "security._types:Access": { + "security._types.Access": { "type": "object", "properties": { "replication": { "description": "A list of indices permission entries for cross-cluster replication.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ReplicationAccess" + "$ref": "#/components/schemas/security._types.ReplicationAccess" } }, "search": { "description": "A list of indices permission entries for cross-cluster search.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:SearchAccess" + "$ref": "#/components/schemas/security._types.SearchAccess" } } } }, - "security._types:ReplicationAccess": { + "security._types.ReplicationAccess": { "type": "object", "properties": { "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -92860,28 +97625,28 @@ "names" ] }, - "security._types:SearchAccess": { + "security._types.SearchAccess": { "type": "object", "properties": { "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" }, "allow_restricted_indices": { "description": "Set to `true` if using wildcard or regular expressions for patterns that cover restricted indices. Implicitly, restricted indices have limited privileges that can cause pattern tests to fail. If restricted indices are explicitly included in the `names` list, Elasticsearch checks privileges against these indices regardless of the value set for `allow_restricted_indices`.", @@ -92892,11 +97657,11 @@ "names" ] }, - "security.create_service_token:Token": { + "security.create_service_token.Token": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "value": { "type": "string" @@ -92907,7 +97672,7 @@ "value" ] }, - "security.delegate_pki:Authentication": { + "security.delegate_pki.Authentication": { "type": "object", "properties": { "username": { @@ -92948,16 +97713,16 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "enabled": { "type": "boolean" }, "authentication_realm": { - "$ref": "#/components/schemas/security.delegate_pki:AuthenticationRealm" + "$ref": "#/components/schemas/security.delegate_pki.AuthenticationRealm" }, "lookup_realm": { - "$ref": "#/components/schemas/security.delegate_pki:AuthenticationRealm" + "$ref": "#/components/schemas/security.delegate_pki.AuthenticationRealm" }, "authentication_type": { "type": "string" @@ -92981,7 +97746,7 @@ "authentication_type" ] }, - "security.delegate_pki:AuthenticationRealm": { + "security.delegate_pki.AuthenticationRealm": { "type": "object", "properties": { "name": { @@ -92999,7 +97764,7 @@ "type" ] }, - "security.delete_privileges:FoundStatus": { + "security.delete_privileges.FoundStatus": { "type": "object", "properties": { "found": { @@ -93010,7 +97775,7 @@ "found" ] }, - "security.enroll_kibana:Token": { + "security.enroll_kibana.Token": { "type": "object", "properties": { "name": { @@ -93027,33 +97792,33 @@ "value" ] }, - "security._types:ApiKey": { + "security._types.ApiKey": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { - "$ref": "#/components/schemas/security._types:ApiKeyType" + "$ref": "#/components/schemas/security._types.ApiKeyType" }, "creation": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "expiration": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "invalidated": { "description": "Invalidation status for the API key.\nIf the key has been invalidated, it has a value of `true`. Otherwise, it is `false`.", "type": "boolean" }, "invalidation": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "realm": { "description": "Realm name of the principal for which this API key was created.", @@ -93064,13 +97829,13 @@ "type": "string" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "role_descriptors": { "description": "The role descriptors assigned to this API key when it was created or last updated.\nAn empty role descriptor means the API key inherits the owner user’s permissions.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "limited_by": { @@ -93079,19 +97844,19 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } }, "access": { - "$ref": "#/components/schemas/security._types:Access" + "$ref": "#/components/schemas/security._types.Access" }, "profile_uid": { "description": "The profile uid for the API key owner principal, if requested and if it exists", "type": "string" }, "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } }, "required": [ @@ -93105,14 +97870,14 @@ "metadata" ] }, - "security._types:ApiKeyType": { + "security._types.ApiKeyType": { "type": "string", "enum": [ "rest", "cross_cluster" ] }, - "security.put_privileges:Actions": { + "security.put_privileges.Actions": { "type": "object", "properties": { "actions": { @@ -93125,45 +97890,45 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ "actions" ] }, - "security.get_role:Role": { + "security.get_role.Role": { "type": "object", "properties": { "cluster": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "remote_indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteIndicesPrivileges" } }, "remote_cluster": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "description": { "type": "string" @@ -93183,13 +97948,13 @@ "applications": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "role_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleTemplate" + "$ref": "#/components/schemas/security._types.RoleTemplate" } }, "global": { @@ -93215,35 +97980,35 @@ "applications" ] }, - "security._types:RoleTemplate": { + "security._types.RoleTemplate": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/security._types:TemplateFormat" + "$ref": "#/components/schemas/security._types.TemplateFormat" }, "template": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "template" ] }, - "security._types:TemplateFormat": { + "security._types.TemplateFormat": { "type": "string", "enum": [ "string", "json" ] }, - "security._types:RoleMapping": { + "security._types.RoleMapping": { "type": "object", "properties": { "enabled": { "type": "boolean" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "type": "array", @@ -93254,11 +98019,11 @@ "role_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleTemplate" + "$ref": "#/components/schemas/security._types.RoleTemplate" } }, "rules": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" } }, "required": [ @@ -93267,19 +98032,19 @@ "rules" ] }, - "security._types:RoleMappingRule": { + "security._types.RoleMappingRule": { "type": "object", "properties": { "any": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" } }, "all": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" } }, "field": { @@ -93287,12 +98052,12 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } ] @@ -93301,52 +98066,52 @@ "maxProperties": 1 }, "except": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" } }, "minProperties": 1, "maxProperties": 1 }, - "security.get_service_accounts:RoleDescriptorWrapper": { + "security.get_service_accounts.RoleDescriptorWrapper": { "type": "object", "properties": { "role_descriptor": { - "$ref": "#/components/schemas/security._types:RoleDescriptorRead" + "$ref": "#/components/schemas/security._types.RoleDescriptorRead" } }, "required": [ "role_descriptor" ] }, - "security._types:RoleDescriptorRead": { + "security._types.RoleDescriptorRead": { "type": "object", "properties": { "cluster": { "description": "A list of cluster privileges. These privileges define the cluster level actions that API keys are able to execute.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "remote_indices": { "description": "A list of indices permissions for remote clusters.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteIndicesPrivileges" } }, "remote_cluster": { "description": "A list of cluster permissions for remote clusters.\nNOTE: This is limited a subset of the cluster permissions.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "global": { @@ -93355,11 +98120,11 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } }, { - "$ref": "#/components/schemas/security._types:GlobalPrivilege" + "$ref": "#/components/schemas/security._types.GlobalPrivilege" } ] }, @@ -93367,11 +98132,11 @@ "description": "A list of application privilege entries", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -93388,7 +98153,7 @@ "type": "string" }, "restriction": { - "$ref": "#/components/schemas/security._types:Restriction" + "$ref": "#/components/schemas/security._types.Restriction" }, "transient_metadata": { "type": "object", @@ -93402,17 +98167,17 @@ "indices" ] }, - "security.get_service_credentials:NodesCredentials": { + "security.get_service_credentials.NodesCredentials": { "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "file_tokens": { "description": "File-backed tokens collected from all nodes", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.get_service_credentials:NodesCredentialsFileToken" + "$ref": "#/components/schemas/security.get_service_credentials.NodesCredentialsFileToken" } } }, @@ -93421,7 +98186,7 @@ "file_tokens" ] }, - "security.get_service_credentials:NodesCredentialsFileToken": { + "security.get_service_credentials.NodesCredentialsFileToken": { "type": "object", "properties": { "nodes": { @@ -93435,15 +98200,15 @@ "nodes" ] }, - "security._types:SecuritySettings": { + "security._types.SecuritySettings": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } } }, - "security.get_token:AccessTokenGrantType": { + "security.get_token.AccessTokenGrantType": { "type": "string", "enum": [ "password", @@ -93452,22 +98217,22 @@ "refresh_token" ] }, - "security.get_token:AuthenticatedUser": { + "security.get_token.AuthenticatedUser": { "allOf": [ { - "$ref": "#/components/schemas/security._types:User" + "$ref": "#/components/schemas/security._types.User" }, { "type": "object", "properties": { "authentication_realm": { - "$ref": "#/components/schemas/security.get_token:UserRealm" + "$ref": "#/components/schemas/security.get_token.UserRealm" }, "lookup_realm": { - "$ref": "#/components/schemas/security.get_token:UserRealm" + "$ref": "#/components/schemas/security.get_token.UserRealm" }, "authentication_provider": { - "$ref": "#/components/schemas/security.get_token:AuthenticationProvider" + "$ref": "#/components/schemas/security.get_token.AuthenticationProvider" }, "authentication_type": { "type": "string" @@ -93481,11 +98246,11 @@ } ] }, - "security.get_token:UserRealm": { + "security.get_token.UserRealm": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -93496,14 +98261,14 @@ "type" ] }, - "security.get_token:AuthenticationProvider": { + "security.get_token.AuthenticationProvider": { "type": "object", "properties": { "type": { "type": "string" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -93511,7 +98276,7 @@ "name" ] }, - "security._types:User": { + "security._types.User": { "type": "object", "properties": { "email": { @@ -93528,7 +98293,7 @@ "full_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -93537,7 +98302,7 @@ ] }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "type": "array", @@ -93546,13 +98311,13 @@ } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "enabled": { "type": "boolean" }, "profile_uid": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } }, "required": [ @@ -93562,7 +98327,7 @@ "enabled" ] }, - "security._types:UserIndicesPrivileges": { + "security._types.UserIndicesPrivileges": { "type": "object", "properties": { "field_security": { @@ -93572,19 +98337,19 @@ "description": "The document fields that the owners of the role have read access to.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" } }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -93593,14 +98358,14 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { "description": "Search queries that define the documents the user has access to. A document within the specified indices must match these queries for it to be accessible by the owners of the role.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" } }, "allow_restricted_indices": { @@ -93614,7 +98379,7 @@ "allow_restricted_indices" ] }, - "security._types:RemoteUserIndicesPrivileges": { + "security._types.RemoteUserIndicesPrivileges": { "type": "object", "properties": { "field_security": { @@ -93624,19 +98389,19 @@ "description": "The document fields that the owners of the role have read access to.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" } }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -93645,14 +98410,14 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { "description": "Search queries that define the documents the user has access to. A document within the specified indices must match these queries for it to be accessible by the owners of the role.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" } }, "allow_restricted_indices": { @@ -93673,7 +98438,7 @@ "clusters" ] }, - "security.get_user_profile:GetUserProfileErrors": { + "security.get_user_profile.GetUserProfileErrors": { "type": "object", "properties": { "count": { @@ -93682,7 +98447,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -93691,14 +98456,14 @@ "details" ] }, - "security.grant_api_key:GrantApiKey": { + "security.grant_api_key.GrantApiKey": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "expiration": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "role_descriptors": { "description": "The role descriptors for this API key.\nWhen it is not specified or is an empty array, the API key has a point in time snapshot of permissions of the specified user or access token.\nIf you supply role descriptors, the resultant permissions are an intersection of API keys permissions and the permissions of the user or access token.", @@ -93706,7 +98471,7 @@ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, { @@ -93714,28 +98479,28 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } } ] }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ "name" ] }, - "security.grant_api_key:ApiKeyGrantType": { + "security.grant_api_key.ApiKeyGrantType": { "type": "string", "enum": [ "access_token", "password" ] }, - "security.has_privileges:ApplicationPrivilegesCheck": { + "security.has_privileges.ApplicationPrivilegesCheck": { "type": "object", "properties": { "application": { @@ -93763,17 +98528,17 @@ "resources" ] }, - "security.has_privileges:IndexPrivilegesCheck": { + "security.has_privileges.IndexPrivilegesCheck": { "type": "object", "properties": { "names": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "privileges": { "description": "A list of the privileges that you want to check for the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "allow_restricted_indices": { @@ -93786,49 +98551,49 @@ "privileges" ] }, - "security.has_privileges:ApplicationsPrivileges": { + "security.has_privileges.ApplicationsPrivileges": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:ResourcePrivileges" + "$ref": "#/components/schemas/security.has_privileges.ResourcePrivileges" } }, - "security.has_privileges:ResourcePrivileges": { + "security.has_privileges.ResourcePrivileges": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:Privileges" + "$ref": "#/components/schemas/security.has_privileges.Privileges" } }, - "security.has_privileges:Privileges": { + "security.has_privileges.Privileges": { "type": "object", "additionalProperties": { "type": "boolean" } }, - "security.has_privileges_user_profile:PrivilegesCheck": { + "security.has_privileges_user_profile.PrivilegesCheck": { "type": "object", "properties": { "application": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.ApplicationPrivilegesCheck" } }, "cluster": { "description": "A list of the cluster privileges that you want to check.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:IndexPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.IndexPrivilegesCheck" } } } }, - "security.has_privileges_user_profile:HasPrivilegesUserProfileErrors": { + "security.has_privileges_user_profile.HasPrivilegesUserProfileErrors": { "type": "object", "properties": { "count": { @@ -93837,7 +98602,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -93846,7 +98611,7 @@ "details" ] }, - "security._types:CreatedStatus": { + "security._types.CreatedStatus": { "type": "object", "properties": { "created": { @@ -93857,7 +98622,7 @@ "created" ] }, - "security.query_api_keys:ApiKeyAggregationContainer": { + "security.query_api_keys.ApiKeyAggregationContainer": { "allOf": [ { "type": "object", @@ -93866,11 +98631,11 @@ "description": "Sub-aggregations for this aggregation.\nOnly applies to bucket aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregationContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregationContainer" } }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -93878,31 +98643,31 @@ "type": "object", "properties": { "cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregation" }, "composite": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregation" }, "date_range": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregation" }, "filter": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" }, "filters": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyFiltersAggregation" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyFiltersAggregation" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregation" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregation" }, "range": { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" }, "value_count": { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregation" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregation" } }, "minProperties": 1, @@ -93910,35 +98675,35 @@ } ] }, - "security.query_api_keys:ApiKeyQueryContainer": { + "security.query_api_keys.ApiKeyQueryContainer": { "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "match": { "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns documents that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -93947,31 +98712,31 @@ "description": "Returns documents that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns documents that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -93980,16 +98745,16 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_api_keys:ApiKeyFiltersAggregation": { + "security.query_api_keys.ApiKeyFiltersAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "filters": { - "$ref": "#/components/schemas/_types.aggregations:BucketsApiKeyQueryContainer" + "$ref": "#/components/schemas/_types.aggregations.BucketsApiKeyQueryContainer" }, "other_bucket": { "description": "Set to `true` to add a bucket to the response which will contain all documents that do not match any of the given filters.", @@ -94007,95 +98772,95 @@ } ] }, - "_types.aggregations:BucketsApiKeyQueryContainer": { + "_types.aggregations.BucketsApiKeyQueryContainer": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" } } ] }, - "security.query_api_keys:ApiKeyAggregate": { + "security.query_api_keys.ApiKeyAggregate": { "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregate" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregate" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FilterAggregate" + "$ref": "#/components/schemas/_types.aggregations.FilterAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregate" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregate" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregate" } ] }, - "security.query_role:RoleQueryContainer": { + "security.query_role.RoleQueryContainer": { "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "match": { "description": "Returns roles that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns roles that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -94104,31 +98869,31 @@ "description": "Returns roles that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns roles that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns roles that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -94137,16 +98902,16 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_role:QueryRole": { + "security.query_role.QueryRole": { "allOf": [ { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" }, { "type": "object", "properties": { "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "name": { "description": "Name of the role.", @@ -94159,35 +98924,35 @@ } ] }, - "security.query_user:UserQueryContainer": { + "security.query_user.UserQueryContainer": { "type": "object", "properties": { "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "match": { "description": "Returns users that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns users that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -94196,31 +98961,31 @@ "description": "Returns users that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns users that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns users that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -94229,29 +98994,29 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_user:QueryUser": { + "security.query_user.QueryUser": { "allOf": [ { - "$ref": "#/components/schemas/security._types:User" + "$ref": "#/components/schemas/security._types.User" }, { "type": "object", "properties": { "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } } ] }, - "security.suggest_user_profiles:Hint": { + "security.suggest_user_profiles.Hint": { "type": "object", "properties": { "uids": { "description": "A list of profile UIDs to match against.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } }, "labels": { @@ -94273,14 +99038,14 @@ } } }, - "security.suggest_user_profiles:TotalUserProfiles": { + "security.suggest_user_profiles.TotalUserProfiles": { "type": "object", "properties": { "value": { "type": "number" }, "relation": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } }, "required": [ @@ -94288,32 +99053,32 @@ "relation" ] }, - "shutdown.get_node:NodeShutdownStatus": { + "shutdown.get_node.NodeShutdownStatus": { "type": "object", "properties": { "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "type": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownType" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownType" }, "reason": { "type": "string" }, "shutdown_startedmillis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "status": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownStatus" }, "shard_migration": { - "$ref": "#/components/schemas/shutdown.get_node:ShardMigrationStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShardMigrationStatus" }, "persistent_tasks": { - "$ref": "#/components/schemas/shutdown.get_node:PersistentTaskStatus" + "$ref": "#/components/schemas/shutdown.get_node.PersistentTaskStatus" }, "plugins": { - "$ref": "#/components/schemas/shutdown.get_node:PluginsStatus" + "$ref": "#/components/schemas/shutdown.get_node.PluginsStatus" } }, "required": [ @@ -94327,14 +99092,14 @@ "plugins" ] }, - "shutdown.get_node:ShutdownType": { + "shutdown.get_node.ShutdownType": { "type": "string", "enum": [ "remove", "restart" ] }, - "shutdown.get_node:ShutdownStatus": { + "shutdown.get_node.ShutdownStatus": { "type": "string", "enum": [ "not_started", @@ -94343,40 +99108,40 @@ "complete" ] }, - "shutdown.get_node:ShardMigrationStatus": { + "shutdown.get_node.ShardMigrationStatus": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownStatus" } }, "required": [ "status" ] }, - "shutdown.get_node:PersistentTaskStatus": { + "shutdown.get_node.PersistentTaskStatus": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownStatus" } }, "required": [ "status" ] }, - "shutdown.get_node:PluginsStatus": { + "shutdown.get_node.PluginsStatus": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/shutdown.get_node:ShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.ShutdownStatus" } }, "required": [ "status" ] }, - "shutdown._types:Type": { + "shutdown._types.Type": { "type": "string", "enum": [ "restart", @@ -94384,22 +99149,22 @@ "replace" ] }, - "simulate.ingest:SimulateIngestDocumentResult": { + "simulate.ingest.SimulateIngestDocumentResult": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/simulate.ingest:IngestDocumentSimulation" + "$ref": "#/components/schemas/simulate.ingest.IngestDocumentSimulation" } } }, - "simulate.ingest:IngestDocumentSimulation": { + "simulate.ingest.IngestDocumentSimulation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_source": { "description": "JSON body for the document.", @@ -94409,7 +99174,7 @@ } }, "_version": { - "$ref": "#/components/schemas/_spec_utils:StringifiedVersionNumber" + "$ref": "#/components/schemas/_spec_utils.StringifiedVersionNumber" }, "executed_pipelines": { "description": "A list of the names of the pipelines executed on this document.", @@ -94429,7 +99194,7 @@ } }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -94440,38 +99205,38 @@ "executed_pipelines" ] }, - "slm._types:SnapshotLifecycle": { + "slm._types.SnapshotLifecycle": { "type": "object", "properties": { "in_progress": { - "$ref": "#/components/schemas/slm._types:InProgress" + "$ref": "#/components/schemas/slm._types.InProgress" }, "last_failure": { - "$ref": "#/components/schemas/slm._types:Invocation" + "$ref": "#/components/schemas/slm._types.Invocation" }, "last_success": { - "$ref": "#/components/schemas/slm._types:Invocation" + "$ref": "#/components/schemas/slm._types.Invocation" }, "modified_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "modified_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "next_execution": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "next_execution_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "policy": { - "$ref": "#/components/schemas/slm._types:Policy" + "$ref": "#/components/schemas/slm._types.Policy" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "stats": { - "$ref": "#/components/schemas/slm._types:Statistics" + "$ref": "#/components/schemas/slm._types.Statistics" } }, "required": [ @@ -94482,20 +99247,20 @@ "stats" ] }, - "slm._types:InProgress": { + "slm._types.InProgress": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "start_time_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "state": { "type": "string" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" } }, "required": [ @@ -94505,14 +99270,14 @@ "uuid" ] }, - "slm._types:Invocation": { + "slm._types.Invocation": { "type": "object", "properties": { "snapshot_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -94520,23 +99285,23 @@ "time" ] }, - "slm._types:Policy": { + "slm._types.Policy": { "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/slm._types:Configuration" + "$ref": "#/components/schemas/slm._types.Configuration" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "repository": { "type": "string" }, "retention": { - "$ref": "#/components/schemas/slm._types:Retention" + "$ref": "#/components/schemas/slm._types.Retention" }, "schedule": { - "$ref": "#/components/schemas/watcher._types:CronExpression" + "$ref": "#/components/schemas/watcher._types.CronExpression" } }, "required": [ @@ -94545,7 +99310,7 @@ "schedule" ] }, - "slm._types:Configuration": { + "slm._types.Configuration": { "type": "object", "properties": { "ignore_unavailable": { @@ -94553,7 +99318,7 @@ "type": "boolean" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "include_global_state": { "description": "If true, the current global state is included in the snapshot.", @@ -94567,7 +99332,7 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "partial": { "description": "If false, the entire snapshot will fail if one or more indices included in the snapshot do not have all primary shards available.", @@ -94575,11 +99340,11 @@ } } }, - "slm._types:Retention": { + "slm._types.Retention": { "type": "object", "properties": { "expire_after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_count": { "description": "Maximum number of snapshots to retain, even if the snapshots have not yet expired. If the number of snapshots in the repository exceeds this limit, the policy retains the most recent snapshots and deletes older snapshots.", @@ -94596,17 +99361,17 @@ "min_count" ] }, - "watcher._types:CronExpression": { + "watcher._types.CronExpression": { "type": "string" }, - "slm._types:Statistics": { + "slm._types.Statistics": { "type": "object", "properties": { "retention_deletion_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "retention_deletion_time_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "retention_failed": { "type": "number" @@ -94618,7 +99383,7 @@ "type": "number" }, "policy": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "total_snapshots_deleted": { "type": "number" @@ -94634,7 +99399,7 @@ } } }, - "snapshot.cleanup_repository:CleanupRepositoryResults": { + "snapshot.cleanup_repository.CleanupRepositoryResults": { "type": "object", "properties": { "deleted_blobs": { @@ -94651,7 +99416,7 @@ "deleted_bytes" ] }, - "snapshot._types:SnapshotInfo": { + "snapshot._types.SnapshotInfo": { "type": "object", "properties": { "data_streams": { @@ -94661,21 +99426,21 @@ } }, "duration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "duration_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "end_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:SnapshotShardFailure" + "$ref": "#/components/schemas/snapshot._types.SnapshotShardFailure" } }, "include_global_state": { @@ -94684,52 +99449,52 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "index_details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot._types:IndexDetails" + "$ref": "#/components/schemas/snapshot._types.IndexDetails" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "reason": { "type": "string" }, "repository": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "snapshot": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "state": { "type": "string" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "version_id": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "feature_states": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:InfoFeatureState" + "$ref": "#/components/schemas/snapshot._types.InfoFeatureState" } } }, @@ -94739,23 +99504,23 @@ "uuid" ] }, - "snapshot._types:SnapshotShardFailure": { + "snapshot._types.SnapshotShardFailure": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "reason": { "type": "string" }, "shard_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_uuid": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "status": { "type": "string" @@ -94769,14 +99534,14 @@ "status" ] }, - "snapshot._types:IndexDetails": { + "snapshot._types.IndexDetails": { "type": "object", "properties": { "shard_count": { "type": "number" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size_in_bytes": { "type": "number" @@ -94791,14 +99556,14 @@ "max_segments_per_shard" ] }, - "snapshot._types:InfoFeatureState": { + "snapshot._types.InfoFeatureState": { "type": "object", "properties": { "feature_name": { "type": "string" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -94806,35 +99571,35 @@ "indices" ] }, - "snapshot._types:Repository": { + "snapshot._types.Repository": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/snapshot._types:AzureRepository" + "$ref": "#/components/schemas/snapshot._types.AzureRepository" }, { - "$ref": "#/components/schemas/snapshot._types:GcsRepository" + "$ref": "#/components/schemas/snapshot._types.GcsRepository" }, { - "$ref": "#/components/schemas/snapshot._types:S3Repository" + "$ref": "#/components/schemas/snapshot._types.S3Repository" }, { - "$ref": "#/components/schemas/snapshot._types:SharedFileSystemRepository" + "$ref": "#/components/schemas/snapshot._types.SharedFileSystemRepository" }, { - "$ref": "#/components/schemas/snapshot._types:ReadOnlyUrlRepository" + "$ref": "#/components/schemas/snapshot._types.ReadOnlyUrlRepository" }, { - "$ref": "#/components/schemas/snapshot._types:SourceOnlyRepository" + "$ref": "#/components/schemas/snapshot._types.SourceOnlyRepository" } ] }, - "snapshot._types:AzureRepository": { + "snapshot._types.AzureRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -94850,7 +99615,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:AzureRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.AzureRepositorySettings" } }, "required": [ @@ -94859,10 +99624,10 @@ } ] }, - "snapshot._types:AzureRepositorySettings": { + "snapshot._types.AzureRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -94899,36 +99664,36 @@ } ] }, - "snapshot._types:RepositorySettingsBase": { + "snapshot._types.RepositorySettingsBase": { "type": "object", "properties": { "chunk_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "compress": { "description": "When set to `true`, metadata files are stored in compressed format.\nThis setting doesn't affect index files that are already compressed by default.", "type": "boolean" }, "max_restore_bytes_per_sec": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_snapshot_bytes_per_sec": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } } }, - "snapshot._types:RepositoryBase": { + "snapshot._types.RepositoryBase": { "type": "object", "properties": { "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" } } }, - "snapshot._types:GcsRepository": { + "snapshot._types.GcsRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -94944,7 +99709,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:GcsRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.GcsRepositorySettings" } }, "required": [ @@ -94954,10 +99719,10 @@ } ] }, - "snapshot._types:GcsRepositorySettings": { + "snapshot._types.GcsRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -94990,10 +99755,10 @@ } ] }, - "snapshot._types:S3Repository": { + "snapshot._types.S3Repository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -95009,7 +99774,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:S3RepositorySettings" + "$ref": "#/components/schemas/snapshot._types.S3RepositorySettings" } }, "required": [ @@ -95019,10 +99784,10 @@ } ] }, - "snapshot._types:S3RepositorySettings": { + "snapshot._types.S3RepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -95039,7 +99804,7 @@ "type": "string" }, "buffer_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "canned_acl": { "externalDocs": { @@ -95060,7 +99825,7 @@ "type": "number" }, "get_register_retry_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_multipart_parts": { "description": "The maximum number of parts that Elasticsearch will write during a multipart upload of a single object.\nFiles which are larger than `buffer_size × max_multipart_parts` will be chunked into several smaller objects.\nElasticsearch may also split a file across multiple objects to satisfy other constraints such as the `chunk_size` limit.\nDefaults to `10000` which is the maximum number of parts in a multipart upload in AWS S3.", @@ -95089,10 +99854,10 @@ "type": "string" }, "throttled_delete_retry.delay_increment": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_delete_retry.maximum_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_delete_retry.maximum_number_of_retries": { "description": "The number times to retry a throttled snapshot deletion.\nThe default is 10 and the minimum value is 0 which will disable retries altogether.\nNote that if retries are enabled in the Azure client, each of these retries comprises that many client-level retries.", @@ -95105,10 +99870,10 @@ } ] }, - "snapshot._types:SharedFileSystemRepository": { + "snapshot._types.SharedFileSystemRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -95124,7 +99889,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:SharedFileSystemRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.SharedFileSystemRepositorySettings" } }, "required": [ @@ -95134,10 +99899,10 @@ } ] }, - "snapshot._types:SharedFileSystemRepositorySettings": { + "snapshot._types.SharedFileSystemRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -95161,10 +99926,10 @@ } ] }, - "snapshot._types:ReadOnlyUrlRepository": { + "snapshot._types.ReadOnlyUrlRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -95180,7 +99945,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:ReadOnlyUrlRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.ReadOnlyUrlRepositorySettings" } }, "required": [ @@ -95190,10 +99955,10 @@ } ] }, - "snapshot._types:ReadOnlyUrlRepositorySettings": { + "snapshot._types.ReadOnlyUrlRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -95203,7 +99968,7 @@ "type": "number" }, "http_socket_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_number_of_snapshots": { "description": "The maximum number of snapshots the repository can contain.\nThe default is `Integer.MAX_VALUE`, which is 2^31-1 or `2147483647`.", @@ -95220,10 +99985,10 @@ } ] }, - "snapshot._types:SourceOnlyRepository": { + "snapshot._types.SourceOnlyRepository": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositoryBase" + "$ref": "#/components/schemas/snapshot._types.RepositoryBase" }, { "type": "object", @@ -95239,7 +100004,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/snapshot._types:SourceOnlyRepositorySettings" + "$ref": "#/components/schemas/snapshot._types.SourceOnlyRepositorySettings" } }, "required": [ @@ -95249,10 +100014,10 @@ } ] }, - "snapshot._types:SourceOnlyRepositorySettings": { + "snapshot._types.SourceOnlyRepositorySettings": { "allOf": [ { - "$ref": "#/components/schemas/snapshot._types:RepositorySettingsBase" + "$ref": "#/components/schemas/snapshot._types.RepositorySettingsBase" }, { "type": "object", @@ -95273,7 +100038,7 @@ } ] }, - "snapshot._types:SnapshotSort": { + "snapshot._types.SnapshotSort": { "type": "string", "enum": [ "start_time", @@ -95285,34 +100050,34 @@ "failed_shard_count" ] }, - "snapshot.get:SnapshotResponseItem": { + "snapshot.get.SnapshotResponseItem": { "type": "object", "properties": { "repository": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "snapshots": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:SnapshotInfo" + "$ref": "#/components/schemas/snapshot._types.SnapshotInfo" } }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ "repository" ] }, - "snapshot.repository_analyze:SnapshotNodeInfo": { + "snapshot.repository_analyze.SnapshotNodeInfo": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -95320,32 +100085,32 @@ "name" ] }, - "snapshot.repository_analyze:DetailsInfo": { + "snapshot.repository_analyze.DetailsInfo": { "type": "object", "properties": { "blob": { - "$ref": "#/components/schemas/snapshot.repository_analyze:BlobDetails" + "$ref": "#/components/schemas/snapshot.repository_analyze.BlobDetails" }, "overwrite_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "overwrite_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "write_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "write_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "write_throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "write_throttled_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "writer_node": { - "$ref": "#/components/schemas/snapshot.repository_analyze:SnapshotNodeInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.SnapshotNodeInfo" } }, "required": [ @@ -95357,7 +100122,7 @@ "writer_node" ] }, - "snapshot.repository_analyze:BlobDetails": { + "snapshot.repository_analyze.BlobDetails": { "type": "object", "properties": { "name": { @@ -95380,10 +100145,10 @@ "type": "number" }, "reads": { - "$ref": "#/components/schemas/snapshot.repository_analyze:ReadBlobDetails" + "$ref": "#/components/schemas/snapshot.repository_analyze.ReadBlobDetails" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "size_bytes": { "description": "The size of the blob in bytes.", @@ -95401,7 +100166,7 @@ "size_bytes" ] }, - "snapshot.repository_analyze:ReadBlobDetails": { + "snapshot.repository_analyze.ReadBlobDetails": { "type": "object", "properties": { "before_write_complete": { @@ -95409,29 +100174,29 @@ "type": "boolean" }, "elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "first_byte_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "first_byte_time_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "found": { "description": "Indicates whether the blob was found by the read operation.\nIf the read was started before the write completed or the write was ended before completion, it might be false.", "type": "boolean" }, "node": { - "$ref": "#/components/schemas/snapshot.repository_analyze:SnapshotNodeInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.SnapshotNodeInfo" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" } }, "required": [ @@ -95440,14 +100205,14 @@ "node" ] }, - "snapshot.repository_analyze:SummaryInfo": { + "snapshot.repository_analyze.SummaryInfo": { "type": "object", "properties": { "read": { - "$ref": "#/components/schemas/snapshot.repository_analyze:ReadSummaryInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.ReadSummaryInfo" }, "write": { - "$ref": "#/components/schemas/snapshot.repository_analyze:WriteSummaryInfo" + "$ref": "#/components/schemas/snapshot.repository_analyze.WriteSummaryInfo" } }, "required": [ @@ -95455,7 +100220,7 @@ "write" ] }, - "snapshot.repository_analyze:ReadSummaryInfo": { + "snapshot.repository_analyze.ReadSummaryInfo": { "type": "object", "properties": { "count": { @@ -95463,35 +100228,35 @@ "type": "number" }, "max_wait": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_wait_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "total_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "total_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_size_bytes": { "description": "The total size of all the blobs or partial blobs read in the test, in bytes.", "type": "number" }, "total_throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_throttled_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "total_wait": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_wait_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" } }, "required": [ @@ -95508,7 +100273,7 @@ "total_wait_nanos" ] }, - "snapshot.repository_analyze:WriteSummaryInfo": { + "snapshot.repository_analyze.WriteSummaryInfo": { "type": "object", "properties": { "count": { @@ -95516,20 +100281,20 @@ "type": "number" }, "total_elapsed": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_elapsed_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "total_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_size_bytes": { "description": "The total size of all the blobs written in the test, in bytes.", "type": "number" }, "total_throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_throttled_nanos": { "description": "The total time spent waiting due to the `max_snapshot_bytes_per_sec` throttle, in nanoseconds.", @@ -95546,20 +100311,20 @@ "total_throttled_nanos" ] }, - "snapshot.restore:SnapshotRestore": { + "snapshot.restore.SnapshotRestore": { "type": "object", "properties": { "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "snapshot": { "type": "string" }, "shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -95568,7 +100333,7 @@ "shards" ] }, - "snapshot._types:Status": { + "snapshot._types.Status": { "type": "object", "properties": { "include_global_state": { @@ -95578,7 +100343,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot._types:SnapshotIndexStats" + "$ref": "#/components/schemas/snapshot._types.SnapshotIndexStats" } }, "repository": { @@ -95586,7 +100351,7 @@ "type": "string" }, "shards_stats": { - "$ref": "#/components/schemas/snapshot._types:ShardsStats" + "$ref": "#/components/schemas/snapshot._types.ShardsStats" }, "snapshot": { "description": "The name of the snapshot.", @@ -95597,10 +100362,10 @@ "type": "string" }, "stats": { - "$ref": "#/components/schemas/snapshot._types:SnapshotStats" + "$ref": "#/components/schemas/snapshot._types.SnapshotStats" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" } }, "required": [ @@ -95614,20 +100379,20 @@ "uuid" ] }, - "snapshot._types:SnapshotIndexStats": { + "snapshot._types.SnapshotIndexStats": { "type": "object", "properties": { "shards": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot._types:SnapshotShardsStatus" + "$ref": "#/components/schemas/snapshot._types.SnapshotShardsStatus" } }, "shards_stats": { - "$ref": "#/components/schemas/snapshot._types:ShardsStats" + "$ref": "#/components/schemas/snapshot._types.ShardsStats" }, "stats": { - "$ref": "#/components/schemas/snapshot._types:SnapshotStats" + "$ref": "#/components/schemas/snapshot._types.SnapshotStats" } }, "required": [ @@ -95636,14 +100401,14 @@ "stats" ] }, - "snapshot._types:SnapshotShardsStatus": { + "snapshot._types.SnapshotShardsStatus": { "type": "object", "properties": { "stage": { - "$ref": "#/components/schemas/snapshot._types:ShardsStatsStage" + "$ref": "#/components/schemas/snapshot._types.ShardsStatsStage" }, "stats": { - "$ref": "#/components/schemas/snapshot._types:ShardsStatsSummary" + "$ref": "#/components/schemas/snapshot._types.ShardsStatsSummary" } }, "required": [ @@ -95651,7 +100416,7 @@ "stats" ] }, - "snapshot._types:ShardsStatsStage": { + "snapshot._types.ShardsStatsStage": { "type": "string", "enum": [ "DONE", @@ -95661,23 +100426,23 @@ "STARTED" ] }, - "snapshot._types:ShardsStatsSummary": { + "snapshot._types.ShardsStatsSummary": { "type": "object", "properties": { "incremental": { - "$ref": "#/components/schemas/snapshot._types:ShardsStatsSummaryItem" + "$ref": "#/components/schemas/snapshot._types.ShardsStatsSummaryItem" }, "total": { - "$ref": "#/components/schemas/snapshot._types:ShardsStatsSummaryItem" + "$ref": "#/components/schemas/snapshot._types.ShardsStatsSummaryItem" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -95687,7 +100452,7 @@ "time_in_millis" ] }, - "snapshot._types:ShardsStatsSummaryItem": { + "snapshot._types.ShardsStatsSummaryItem": { "type": "object", "properties": { "file_count": { @@ -95702,7 +100467,7 @@ "size_in_bytes" ] }, - "snapshot._types:ShardsStats": { + "snapshot._types.ShardsStats": { "type": "object", "properties": { "done": { @@ -95739,23 +100504,23 @@ "total" ] }, - "snapshot._types:SnapshotStats": { + "snapshot._types.SnapshotStats": { "type": "object", "properties": { "incremental": { - "$ref": "#/components/schemas/snapshot._types:FileCountSnapshotStats" + "$ref": "#/components/schemas/snapshot._types.FileCountSnapshotStats" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { - "$ref": "#/components/schemas/snapshot._types:FileCountSnapshotStats" + "$ref": "#/components/schemas/snapshot._types.FileCountSnapshotStats" } }, "required": [ @@ -95765,7 +100530,7 @@ "total" ] }, - "snapshot._types:FileCountSnapshotStats": { + "snapshot._types.FileCountSnapshotStats": { "type": "object", "properties": { "file_count": { @@ -95780,22 +100545,22 @@ "size_in_bytes" ] }, - "snapshot.verify_repository:CompactNodeInfo": { + "snapshot.verify_repository.CompactNodeInfo": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "name" ] }, - "sql._types:Column": { + "sql._types.Column": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -95806,13 +100571,13 @@ "type" ] }, - "sql._types:Row": { + "sql._types.Row": { "type": "array", "items": { "type": "object" } }, - "sql.query:SqlFormat": { + "sql.query.SqlFormat": { "type": "string", "enum": [ "csv", @@ -95824,7 +100589,7 @@ "smile" ] }, - "ssl.certificates:CertificateInformation": { + "ssl.certificates.CertificateInformation": { "type": "object", "properties": { "alias": { @@ -95840,7 +100605,7 @@ ] }, "expiry": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "format": { "description": "The format of the file.\nValid values include `jks`, `PKCS12`, and `PEM`.", @@ -95877,14 +100642,14 @@ "subject_dn" ] }, - "synonyms._types:SynonymsUpdateResult": { + "synonyms._types.SynonymsUpdateResult": { "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "reload_analyzers_details": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } }, "required": [ @@ -95892,14 +100657,14 @@ "reload_analyzers_details" ] }, - "synonyms._types:SynonymRuleRead": { + "synonyms._types.SynonymRuleRead": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ @@ -95907,14 +100672,14 @@ "synonyms" ] }, - "synonyms._types:SynonymString": { + "synonyms._types.SynonymString": { "type": "string" }, - "synonyms.get_synonyms_sets:SynonymsSetItem": { + "synonyms.get_synonyms_sets.SynonymsSetItem": { "type": "object", "properties": { "synonyms_set": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "count": { "description": "Number of synonym rules that the synonym set contains", @@ -95926,21 +100691,21 @@ "count" ] }, - "synonyms._types:SynonymRule": { + "synonyms._types.SynonymRule": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ "synonyms" ] }, - "tasks._types:GroupBy": { + "tasks._types.GroupBy": { "type": "string", "enum": [ "nodes", @@ -95948,14 +100713,14 @@ "none" ] }, - "text_structure._types:EcsCompatibilityType": { + "text_structure._types.EcsCompatibilityType": { "type": "string", "enum": [ "disabled", "v1" ] }, - "text_structure._types:FormatType": { + "text_structure._types.FormatType": { "type": "string", "enum": [ "delimited", @@ -95964,7 +100729,7 @@ "xml" ] }, - "text_structure._types:FieldStat": { + "text_structure._types.FieldStat": { "type": "object", "properties": { "count": { @@ -95976,7 +100741,7 @@ "top_hits": { "type": "array", "items": { - "$ref": "#/components/schemas/text_structure._types:TopHit" + "$ref": "#/components/schemas/text_structure._types.TopHit" } }, "mean_value": { @@ -96004,7 +100769,7 @@ "top_hits" ] }, - "text_structure._types:TopHit": { + "text_structure._types.TopHit": { "type": "object", "properties": { "count": { @@ -96019,7 +100784,7 @@ "value" ] }, - "ingest._types:PipelineConfig": { + "ingest._types.PipelineConfig": { "type": "object", "properties": { "description": { @@ -96027,13 +100792,13 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "processors": { "description": "Processors used to perform transformations on documents before indexing.\nProcessors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } } }, @@ -96041,7 +100806,7 @@ "processors" ] }, - "text_structure.test_grok_pattern:MatchedText": { + "text_structure.test_grok_pattern.MatchedText": { "type": "object", "properties": { "matched": { @@ -96052,7 +100817,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/text_structure.test_grok_pattern:MatchedField" + "$ref": "#/components/schemas/text_structure.test_grok_pattern.MatchedField" } } } @@ -96061,7 +100826,7 @@ "matched" ] }, - "text_structure.test_grok_pattern:MatchedField": { + "text_structure.test_grok_pattern.MatchedField": { "type": "object", "properties": { "match": { @@ -96080,54 +100845,54 @@ "length" ] }, - "transform.get_transform:TransformSummary": { + "transform.get_transform.TransformSummary": { "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:TransformAuthorization" + "$ref": "#/components/schemas/ml._types.TransformAuthorization" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "create_time_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -96136,11 +100901,11 @@ "source" ] }, - "ml._types:TransformAuthorization": { + "ml._types.TransformAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the transform, its roles at the time of the update are listed in the response.", @@ -96155,17 +100920,17 @@ } } }, - "transform._types:Latest": { + "transform._types.Latest": { "type": "object", "properties": { "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "unique_key": { "description": "Specifies an array of one or more fields that are used to group the data.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, @@ -96174,62 +100939,62 @@ "unique_key" ] }, - "transform._types:Pivot": { + "transform._types.Pivot": { "type": "object", "properties": { "aggregations": { "description": "Defines how to aggregate the grouped data. The following aggregations are currently supported: average, bucket\nscript, bucket selector, cardinality, filter, geo bounds, geo centroid, geo line, max, median absolute deviation,\nmin, missing, percentiles, rare terms, scripted metric, stats, sum, terms, top metrics, value count, weighted\naverage.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "group_by": { "description": "Defines how to group the data. More than one grouping can be defined per pivot. The following groupings are\ncurrently supported: date histogram, geotile grid, histogram, terms.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/transform._types:PivotGroupByContainer" + "$ref": "#/components/schemas/transform._types.PivotGroupByContainer" } } } }, - "transform._types:PivotGroupByContainer": { + "transform._types.PivotGroupByContainer": { "type": "object", "properties": { "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:RetentionPolicyContainer": { + "transform._types.RetentionPolicyContainer": { "type": "object", "properties": { "time": { - "$ref": "#/components/schemas/transform._types:RetentionPolicy" + "$ref": "#/components/schemas/transform._types.RetentionPolicy" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:RetentionPolicy": { + "transform._types.RetentionPolicy": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -96237,7 +101002,7 @@ "max_age" ] }, - "transform._types:Settings": { + "transform._types.Settings": { "type": "object", "properties": { "align_checkpoints": { @@ -96266,61 +101031,61 @@ } } }, - "transform._types:Source": { + "transform._types.Source": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } }, "required": [ "index" ] }, - "transform._types:SyncContainer": { + "transform._types.SyncContainer": { "type": "object", "properties": { "time": { - "$ref": "#/components/schemas/transform._types:TimeSync" + "$ref": "#/components/schemas/transform._types.TimeSync" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:TimeSync": { + "transform._types.TimeSync": { "type": "object", "properties": { "delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "transform.get_transform_stats:TransformStats": { + "transform.get_transform_stats.TransformStats": { "type": "object", "properties": { "checkpointing": { - "$ref": "#/components/schemas/transform.get_transform_stats:Checkpointing" + "$ref": "#/components/schemas/transform.get_transform_stats.Checkpointing" }, "health": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformStatsHealth" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformStatsHealth" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node": { - "$ref": "#/components/schemas/_types:NodeAttributes" + "$ref": "#/components/schemas/_types.NodeAttributes" }, "reason": { "type": "string" @@ -96329,7 +101094,7 @@ "type": "string" }, "stats": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformIndexerStats" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformIndexerStats" } }, "required": [ @@ -96339,20 +101104,20 @@ "stats" ] }, - "transform.get_transform_stats:Checkpointing": { + "transform.get_transform_stats.Checkpointing": { "type": "object", "properties": { "changes_last_detected_at": { "type": "number" }, "changes_last_detected_at_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last": { - "$ref": "#/components/schemas/transform.get_transform_stats:CheckpointStats" + "$ref": "#/components/schemas/transform.get_transform_stats.CheckpointStats" }, "next": { - "$ref": "#/components/schemas/transform.get_transform_stats:CheckpointStats" + "$ref": "#/components/schemas/transform.get_transform_stats.CheckpointStats" }, "operations_behind": { "type": "number" @@ -96361,40 +101126,40 @@ "type": "number" }, "last_search_time_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ "last" ] }, - "transform.get_transform_stats:CheckpointStats": { + "transform.get_transform_stats.CheckpointStats": { "type": "object", "properties": { "checkpoint": { "type": "number" }, "checkpoint_progress": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformProgress" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformProgress" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "timestamp_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_upper_bound": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "time_upper_bound_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ "checkpoint" ] }, - "transform.get_transform_stats:TransformProgress": { + "transform.get_transform_stats.TransformProgress": { "type": "object", "properties": { "docs_indexed": { @@ -96418,17 +101183,17 @@ "docs_processed" ] }, - "transform.get_transform_stats:TransformStatsHealth": { + "transform.get_transform_stats.TransformStatsHealth": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "issues": { "description": "If a non-healthy status is returned, contains a list of issues of the transform.", "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformHealthIssue" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformHealthIssue" } } }, @@ -96436,7 +101201,7 @@ "status" ] }, - "transform.get_transform_stats:TransformHealthIssue": { + "transform.get_transform_stats.TransformHealthIssue": { "type": "object", "properties": { "type": { @@ -96456,10 +101221,10 @@ "type": "number" }, "first_occurrence": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "first_occurence_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -96468,11 +101233,11 @@ "count" ] }, - "transform.get_transform_stats:TransformIndexerStats": { + "transform.get_transform_stats.TransformIndexerStats": { "type": "object", "properties": { "delete_time_in_ms": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "documents_indexed": { "type": "number" @@ -96484,7 +101249,7 @@ "type": "number" }, "exponential_avg_checkpoint_duration_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_avg_documents_indexed": { "type": "number" @@ -96496,7 +101261,7 @@ "type": "number" }, "index_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_total": { "type": "number" @@ -96505,7 +101270,7 @@ "type": "number" }, "processing_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "processing_total": { "type": "number" @@ -96514,7 +101279,7 @@ "type": "number" }, "search_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "search_total": { "type": "number" @@ -96541,11 +101306,11 @@ "trigger_count" ] }, - "transform._types:Destination": { + "transform._types.Destination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "pipeline": { "description": "The unique identifier for an ingest pipeline.", @@ -96553,25 +101318,25 @@ } } }, - "_global.update:UpdateWriteResponseBase": { + "_global.update.UpdateWriteResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, { "type": "object", "properties": { "get": { - "$ref": "#/components/schemas/_types:InlineGet" + "$ref": "#/components/schemas/_types.InlineGet" } } } ] }, - "_global.update_by_query_rethrottle:UpdateByQueryRethrottleNode": { + "_global.update_by_query_rethrottle.UpdateByQueryRethrottleNode": { "allOf": [ { - "$ref": "#/components/schemas/_spec_utils:BaseNode" + "$ref": "#/components/schemas/_spec_utils.BaseNode" }, { "type": "object", @@ -96579,7 +101344,7 @@ "tasks": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" } } }, @@ -96589,23 +101354,23 @@ } ] }, - "watcher._types:WatchStatus": { + "watcher._types.WatchStatus": { "type": "object", "properties": { "actions": { - "$ref": "#/components/schemas/watcher._types:Actions" + "$ref": "#/components/schemas/watcher._types.Actions" }, "last_checked": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_met_condition": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "state": { - "$ref": "#/components/schemas/watcher._types:ActivationState" + "$ref": "#/components/schemas/watcher._types.ActivationState" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "execution_state": { "type": "string" @@ -96617,40 +101382,40 @@ "version" ] }, - "watcher._types:Actions": { + "watcher._types.Actions": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:ActionStatus" + "$ref": "#/components/schemas/watcher._types.ActionStatus" } }, - "watcher._types:ActionStatus": { + "watcher._types.ActionStatus": { "type": "object", "properties": { "ack": { - "$ref": "#/components/schemas/watcher._types:AcknowledgeState" + "$ref": "#/components/schemas/watcher._types.AcknowledgeState" }, "last_execution": { - "$ref": "#/components/schemas/watcher._types:ExecutionState" + "$ref": "#/components/schemas/watcher._types.ExecutionState" }, "last_successful_execution": { - "$ref": "#/components/schemas/watcher._types:ExecutionState" + "$ref": "#/components/schemas/watcher._types.ExecutionState" }, "last_throttle": { - "$ref": "#/components/schemas/watcher._types:ThrottleState" + "$ref": "#/components/schemas/watcher._types.ThrottleState" } }, "required": [ "ack" ] }, - "watcher._types:AcknowledgeState": { + "watcher._types.AcknowledgeState": { "type": "object", "properties": { "state": { - "$ref": "#/components/schemas/watcher._types:AcknowledgementOptions" + "$ref": "#/components/schemas/watcher._types.AcknowledgementOptions" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -96658,7 +101423,7 @@ "timestamp" ] }, - "watcher._types:AcknowledgementOptions": { + "watcher._types.AcknowledgementOptions": { "type": "string", "enum": [ "awaits_successful_execution", @@ -96666,14 +101431,14 @@ "acked" ] }, - "watcher._types:ExecutionState": { + "watcher._types.ExecutionState": { "type": "object", "properties": { "successful": { "type": "boolean" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "reason": { "type": "string" @@ -96684,14 +101449,14 @@ "timestamp" ] }, - "watcher._types:ThrottleState": { + "watcher._types.ThrottleState": { "type": "object", "properties": { "reason": { "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -96699,14 +101464,14 @@ "timestamp" ] }, - "watcher._types:ActivationState": { + "watcher._types.ActivationState": { "type": "object", "properties": { "active": { "type": "boolean" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -96714,17 +101479,17 @@ "timestamp" ] }, - "watcher._types:ActivationStatus": { + "watcher._types.ActivationStatus": { "type": "object", "properties": { "actions": { - "$ref": "#/components/schemas/watcher._types:Actions" + "$ref": "#/components/schemas/watcher._types.Actions" }, "state": { - "$ref": "#/components/schemas/watcher._types:ActivationState" + "$ref": "#/components/schemas/watcher._types.ActivationState" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -96733,7 +101498,7 @@ "version" ] }, - "watcher._types:ActionExecutionMode": { + "watcher._types.ActionExecutionMode": { "type": "string", "enum": [ "simulate", @@ -96743,7 +101508,7 @@ "skip" ] }, - "watcher._types:SimulatedActions": { + "watcher._types.SimulatedActions": { "type": "object", "properties": { "actions": { @@ -96753,7 +101518,7 @@ } }, "all": { - "$ref": "#/components/schemas/watcher._types:SimulatedActions" + "$ref": "#/components/schemas/watcher._types.SimulatedActions" }, "use_all": { "type": "boolean" @@ -96765,52 +101530,52 @@ "use_all" ] }, - "watcher._types:ScheduleTriggerEvent": { + "watcher._types.ScheduleTriggerEvent": { "type": "object", "properties": { "scheduled_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "triggered_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ "scheduled_time" ] }, - "watcher._types:Watch": { + "watcher._types.Watch": { "type": "object", "properties": { "actions": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:Action" + "$ref": "#/components/schemas/watcher._types.Action" } }, "condition": { - "$ref": "#/components/schemas/watcher._types:ConditionContainer" + "$ref": "#/components/schemas/watcher._types.ConditionContainer" }, "input": { - "$ref": "#/components/schemas/watcher._types:InputContainer" + "$ref": "#/components/schemas/watcher._types.InputContainer" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" }, "throttle_period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_period_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "transform": { - "$ref": "#/components/schemas/_types:TransformContainer" + "$ref": "#/components/schemas/_types.TransformContainer" }, "trigger": { - "$ref": "#/components/schemas/watcher._types:TriggerContainer" + "$ref": "#/components/schemas/watcher._types.TriggerContainer" } }, "required": [ @@ -96820,14 +101585,14 @@ "trigger" ] }, - "watcher._types:Action": { + "watcher._types.Action": { "type": "object", "properties": { "action_type": { - "$ref": "#/components/schemas/watcher._types:ActionType" + "$ref": "#/components/schemas/watcher._types.ActionType" }, "condition": { - "$ref": "#/components/schemas/watcher._types:ConditionContainer" + "$ref": "#/components/schemas/watcher._types.ConditionContainer" }, "foreach": { "type": "string" @@ -96836,38 +101601,38 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "throttle_period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_period_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "transform": { - "$ref": "#/components/schemas/_types:TransformContainer" + "$ref": "#/components/schemas/_types.TransformContainer" }, "index": { - "$ref": "#/components/schemas/watcher._types:IndexAction" + "$ref": "#/components/schemas/watcher._types.IndexAction" }, "logging": { - "$ref": "#/components/schemas/watcher._types:LoggingAction" + "$ref": "#/components/schemas/watcher._types.LoggingAction" }, "email": { - "$ref": "#/components/schemas/watcher._types:EmailAction" + "$ref": "#/components/schemas/watcher._types.EmailAction" }, "pagerduty": { - "$ref": "#/components/schemas/watcher._types:PagerDutyAction" + "$ref": "#/components/schemas/watcher._types.PagerDutyAction" }, "slack": { - "$ref": "#/components/schemas/watcher._types:SlackAction" + "$ref": "#/components/schemas/watcher._types.SlackAction" }, "webhook": { - "$ref": "#/components/schemas/watcher._types:WebhookAction" + "$ref": "#/components/schemas/watcher._types.WebhookAction" } } }, - "watcher._types:ActionType": { + "watcher._types.ActionType": { "type": "string", "enum": [ "email", @@ -96878,16 +101643,16 @@ "pagerduty" ] }, - "watcher._types:ConditionContainer": { + "watcher._types.ConditionContainer": { "type": "object", "properties": { "always": { - "$ref": "#/components/schemas/watcher._types:AlwaysCondition" + "$ref": "#/components/schemas/watcher._types.AlwaysCondition" }, "array_compare": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:ArrayCompareCondition" + "$ref": "#/components/schemas/watcher._types.ArrayCompareCondition" }, "minProperties": 1, "maxProperties": 1 @@ -96897,7 +101662,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "minProperties": 1, "maxProperties": 1 @@ -96906,19 +101671,19 @@ "maxProperties": 1 }, "never": { - "$ref": "#/components/schemas/watcher._types:NeverCondition" + "$ref": "#/components/schemas/watcher._types.NeverCondition" }, "script": { - "$ref": "#/components/schemas/watcher._types:ScriptCondition" + "$ref": "#/components/schemas/watcher._types.ScriptCondition" } }, "minProperties": 1, "maxProperties": 1 }, - "watcher._types:AlwaysCondition": { + "watcher._types.AlwaysCondition": { "type": "object" }, - "watcher._types:ArrayCompareCondition": { + "watcher._types.ArrayCompareCondition": { "type": "object", "properties": { "path": { @@ -96929,14 +101694,14 @@ "path" ] }, - "watcher._types:NeverCondition": { + "watcher._types.NeverCondition": { "type": "object" }, - "watcher._types:ScriptCondition": { + "watcher._types.ScriptCondition": { "type": "object", "properties": { "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "params": { "type": "object", @@ -96945,33 +101710,33 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" }, "id": { "type": "string" } } }, - "_types:TransformContainer": { + "_types.TransformContainer": { "type": "object", "properties": { "chain": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:TransformContainer" + "$ref": "#/components/schemas/_types.TransformContainer" } }, "script": { - "$ref": "#/components/schemas/_types:ScriptTransform" + "$ref": "#/components/schemas/_types.ScriptTransform" }, "search": { - "$ref": "#/components/schemas/_types:SearchTransform" + "$ref": "#/components/schemas/_types.SearchTransform" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:ScriptTransform": { + "_types.ScriptTransform": { "type": "object", "properties": { "lang": { @@ -96984,21 +101749,21 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" }, "id": { "type": "string" } } }, - "_types:SearchTransform": { + "_types.SearchTransform": { "type": "object", "properties": { "request": { - "$ref": "#/components/schemas/watcher._types:SearchInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.SearchInputRequestDefinition" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -97006,51 +101771,51 @@ "timeout" ] }, - "watcher._types:SearchInputRequestDefinition": { + "watcher._types.SearchInputRequestDefinition": { "type": "object", "properties": { "body": { - "$ref": "#/components/schemas/watcher._types:SearchInputRequestBody" + "$ref": "#/components/schemas/watcher._types.SearchInputRequestBody" }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "search_type": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "template": { - "$ref": "#/components/schemas/watcher._types:SearchTemplateRequestBody" + "$ref": "#/components/schemas/watcher._types.SearchTemplateRequestBody" }, "rest_total_hits_as_int": { "type": "boolean" } } }, - "watcher._types:SearchInputRequestBody": { + "watcher._types.SearchInputRequestBody": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "query" ] }, - "watcher._types:SearchTemplateRequestBody": { + "watcher._types.SearchTemplateRequestBody": { "type": "object", "properties": { "explain": { "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "type": "object", @@ -97067,33 +101832,33 @@ } } }, - "watcher._types:IndexAction": { + "watcher._types.IndexAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "doc_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "refresh": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "op_type": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "execution_time_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "index" ] }, - "watcher._types:LoggingAction": { + "watcher._types.LoggingAction": { "type": "object", "properties": { "level": { @@ -97110,21 +101875,21 @@ "text" ] }, - "watcher._types:EmailAction": { + "watcher._types.EmailAction": { "allOf": [ { - "$ref": "#/components/schemas/watcher._types:Email" + "$ref": "#/components/schemas/watcher._types.Email" }, { "type": "object" } ] }, - "watcher._types:Email": { + "watcher._types.Email": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "bcc": { "oneOf": [ @@ -97140,7 +101905,7 @@ ] }, "body": { - "$ref": "#/components/schemas/watcher._types:EmailBody" + "$ref": "#/components/schemas/watcher._types.EmailBody" }, "cc": { "oneOf": [ @@ -97159,7 +101924,7 @@ "type": "string" }, "priority": { - "$ref": "#/components/schemas/watcher._types:EmailPriority" + "$ref": "#/components/schemas/watcher._types.EmailPriority" }, "reply_to": { "oneOf": [ @@ -97175,7 +101940,7 @@ ] }, "sent_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "subject": { "type": "string" @@ -97196,7 +101961,7 @@ "attachments": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:EmailAttachmentContainer" + "$ref": "#/components/schemas/watcher._types.EmailAttachmentContainer" } } }, @@ -97205,7 +101970,7 @@ "to" ] }, - "watcher._types:EmailBody": { + "watcher._types.EmailBody": { "type": "object", "properties": { "html": { @@ -97216,7 +101981,7 @@ } } }, - "watcher._types:EmailPriority": { + "watcher._types.EmailPriority": { "type": "string", "enum": [ "lowest", @@ -97226,23 +101991,23 @@ "highest" ] }, - "watcher._types:EmailAttachmentContainer": { + "watcher._types.EmailAttachmentContainer": { "type": "object", "properties": { "http": { - "$ref": "#/components/schemas/watcher._types:HttpEmailAttachment" + "$ref": "#/components/schemas/watcher._types.HttpEmailAttachment" }, "reporting": { - "$ref": "#/components/schemas/watcher._types:ReportingEmailAttachment" + "$ref": "#/components/schemas/watcher._types.ReportingEmailAttachment" }, "data": { - "$ref": "#/components/schemas/watcher._types:DataEmailAttachment" + "$ref": "#/components/schemas/watcher._types.DataEmailAttachment" } }, "minProperties": 1, "maxProperties": 1 }, - "watcher._types:HttpEmailAttachment": { + "watcher._types.HttpEmailAttachment": { "type": "object", "properties": { "content_type": { @@ -97252,21 +102017,21 @@ "type": "boolean" }, "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" } } }, - "watcher._types:HttpInputRequestDefinition": { + "watcher._types.HttpInputRequestDefinition": { "type": "object", "properties": { "auth": { - "$ref": "#/components/schemas/watcher._types:HttpInputAuthentication" + "$ref": "#/components/schemas/watcher._types.HttpInputAuthentication" }, "body": { "type": "string" }, "connection_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "headers": { "type": "object", @@ -97275,10 +102040,10 @@ } }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "method": { - "$ref": "#/components/schemas/watcher._types:HttpInputMethod" + "$ref": "#/components/schemas/watcher._types.HttpInputMethod" }, "params": { "type": "object", @@ -97290,41 +102055,41 @@ "type": "string" }, "port": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "proxy": { - "$ref": "#/components/schemas/watcher._types:HttpInputProxy" + "$ref": "#/components/schemas/watcher._types.HttpInputProxy" }, "read_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "scheme": { - "$ref": "#/components/schemas/watcher._types:ConnectionScheme" + "$ref": "#/components/schemas/watcher._types.ConnectionScheme" }, "url": { "type": "string" } } }, - "watcher._types:HttpInputAuthentication": { + "watcher._types.HttpInputAuthentication": { "type": "object", "properties": { "basic": { - "$ref": "#/components/schemas/watcher._types:HttpInputBasicAuthentication" + "$ref": "#/components/schemas/watcher._types.HttpInputBasicAuthentication" } }, "required": [ "basic" ] }, - "watcher._types:HttpInputBasicAuthentication": { + "watcher._types.HttpInputBasicAuthentication": { "type": "object", "properties": { "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -97332,7 +102097,7 @@ "username" ] }, - "watcher._types:HttpInputMethod": { + "watcher._types.HttpInputMethod": { "type": "string", "enum": [ "head", @@ -97342,14 +102107,14 @@ "delete" ] }, - "watcher._types:HttpInputProxy": { + "watcher._types.HttpInputProxy": { "type": "object", "properties": { "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "port": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -97357,14 +102122,14 @@ "port" ] }, - "watcher._types:ConnectionScheme": { + "watcher._types.ConnectionScheme": { "type": "string", "enum": [ "http", "https" ] }, - "watcher._types:ReportingEmailAttachment": { + "watcher._types.ReportingEmailAttachment": { "type": "object", "properties": { "url": { @@ -97377,42 +102142,42 @@ "type": "number" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" } }, "required": [ "url" ] }, - "watcher._types:DataEmailAttachment": { + "watcher._types.DataEmailAttachment": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/watcher._types:DataAttachmentFormat" + "$ref": "#/components/schemas/watcher._types.DataAttachmentFormat" } } }, - "watcher._types:DataAttachmentFormat": { + "watcher._types.DataAttachmentFormat": { "type": "string", "enum": [ "json", "yaml" ] }, - "watcher._types:PagerDutyAction": { + "watcher._types.PagerDutyAction": { "allOf": [ { - "$ref": "#/components/schemas/watcher._types:PagerDutyEvent" + "$ref": "#/components/schemas/watcher._types.PagerDutyEvent" }, { "type": "object" } ] }, - "watcher._types:PagerDutyEvent": { + "watcher._types.PagerDutyEvent": { "type": "object", "properties": { "account": { @@ -97430,20 +102195,20 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:PagerDutyContext" + "$ref": "#/components/schemas/watcher._types.PagerDutyContext" } }, "description": { "type": "string" }, "event_type": { - "$ref": "#/components/schemas/watcher._types:PagerDutyEventType" + "$ref": "#/components/schemas/watcher._types.PagerDutyEventType" }, "incident_key": { "type": "string" }, "proxy": { - "$ref": "#/components/schemas/watcher._types:PagerDutyEventProxy" + "$ref": "#/components/schemas/watcher._types.PagerDutyEventProxy" } }, "required": [ @@ -97452,7 +102217,7 @@ "incident_key" ] }, - "watcher._types:PagerDutyContext": { + "watcher._types.PagerDutyContext": { "type": "object", "properties": { "href": { @@ -97462,21 +102227,21 @@ "type": "string" }, "type": { - "$ref": "#/components/schemas/watcher._types:PagerDutyContextType" + "$ref": "#/components/schemas/watcher._types.PagerDutyContextType" } }, "required": [ "type" ] }, - "watcher._types:PagerDutyContextType": { + "watcher._types.PagerDutyContextType": { "type": "string", "enum": [ "link", "image" ] }, - "watcher._types:PagerDutyEventType": { + "watcher._types.PagerDutyEventType": { "type": "string", "enum": [ "trigger", @@ -97484,42 +102249,42 @@ "acknowledge" ] }, - "watcher._types:PagerDutyEventProxy": { + "watcher._types.PagerDutyEventProxy": { "type": "object", "properties": { "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "port": { "type": "number" } } }, - "watcher._types:SlackAction": { + "watcher._types.SlackAction": { "type": "object", "properties": { "account": { "type": "string" }, "message": { - "$ref": "#/components/schemas/watcher._types:SlackMessage" + "$ref": "#/components/schemas/watcher._types.SlackMessage" } }, "required": [ "message" ] }, - "watcher._types:SlackMessage": { + "watcher._types.SlackMessage": { "type": "object", "properties": { "attachments": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:SlackAttachment" + "$ref": "#/components/schemas/watcher._types.SlackAttachment" } }, "dynamic_attachments": { - "$ref": "#/components/schemas/watcher._types:SlackDynamicAttachment" + "$ref": "#/components/schemas/watcher._types.SlackDynamicAttachment" }, "from": { "type": "string" @@ -97544,7 +102309,7 @@ "to" ] }, - "watcher._types:SlackAttachment": { + "watcher._types.SlackAttachment": { "type": "object", "properties": { "author_icon": { @@ -97565,7 +102330,7 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:SlackAttachmentField" + "$ref": "#/components/schemas/watcher._types.SlackAttachmentField" } }, "footer": { @@ -97593,7 +102358,7 @@ "type": "string" }, "ts": { - "$ref": "#/components/schemas/_types:EpochTimeUnitSeconds" + "$ref": "#/components/schemas/_types.EpochTimeUnitSeconds" } }, "required": [ @@ -97601,7 +102366,7 @@ "title" ] }, - "watcher._types:SlackAttachmentField": { + "watcher._types.SlackAttachmentField": { "type": "object", "properties": { "short": { @@ -97620,11 +102385,11 @@ "value" ] }, - "watcher._types:SlackDynamicAttachment": { + "watcher._types.SlackDynamicAttachment": { "type": "object", "properties": { "attachment_template": { - "$ref": "#/components/schemas/watcher._types:SlackAttachment" + "$ref": "#/components/schemas/watcher._types.SlackAttachment" }, "list_path": { "type": "string" @@ -97635,27 +102400,27 @@ "list_path" ] }, - "watcher._types:WebhookAction": { + "watcher._types.WebhookAction": { "allOf": [ { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" }, { "type": "object" } ] }, - "watcher._types:InputContainer": { + "watcher._types.InputContainer": { "type": "object", "properties": { "chain": { - "$ref": "#/components/schemas/watcher._types:ChainInput" + "$ref": "#/components/schemas/watcher._types.ChainInput" }, "http": { - "$ref": "#/components/schemas/watcher._types:HttpInput" + "$ref": "#/components/schemas/watcher._types.HttpInput" }, "search": { - "$ref": "#/components/schemas/watcher._types:SearchInput" + "$ref": "#/components/schemas/watcher._types.SearchInput" }, "simple": { "type": "object", @@ -97667,7 +102432,7 @@ "minProperties": 1, "maxProperties": 1 }, - "watcher._types:ChainInput": { + "watcher._types.ChainInput": { "type": "object", "properties": { "inputs": { @@ -97675,7 +102440,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:InputContainer" + "$ref": "#/components/schemas/watcher._types.InputContainer" }, "minProperties": 1, "maxProperties": 1 @@ -97686,7 +102451,7 @@ "inputs" ] }, - "watcher._types:HttpInput": { + "watcher._types.HttpInput": { "type": "object", "properties": { "extract": { @@ -97696,14 +102461,14 @@ } }, "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" }, "response_content_type": { - "$ref": "#/components/schemas/watcher._types:ResponseContentType" + "$ref": "#/components/schemas/watcher._types.ResponseContentType" } } }, - "watcher._types:ResponseContentType": { + "watcher._types.ResponseContentType": { "type": "string", "enum": [ "json", @@ -97711,7 +102476,7 @@ "text" ] }, - "watcher._types:SearchInput": { + "watcher._types.SearchInput": { "type": "object", "properties": { "extract": { @@ -97721,53 +102486,53 @@ } }, "request": { - "$ref": "#/components/schemas/watcher._types:SearchInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.SearchInputRequestDefinition" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "request" ] }, - "watcher._types:TriggerContainer": { + "watcher._types.TriggerContainer": { "type": "object", "properties": { "schedule": { - "$ref": "#/components/schemas/watcher._types:ScheduleContainer" + "$ref": "#/components/schemas/watcher._types.ScheduleContainer" } }, "minProperties": 1, "maxProperties": 1 }, - "watcher._types:ScheduleContainer": { + "watcher._types.ScheduleContainer": { "type": "object", "properties": { "timezone": { "type": "string" }, "cron": { - "$ref": "#/components/schemas/watcher._types:CronExpression" + "$ref": "#/components/schemas/watcher._types.CronExpression" }, "daily": { - "$ref": "#/components/schemas/watcher._types:DailySchedule" + "$ref": "#/components/schemas/watcher._types.DailySchedule" }, "hourly": { - "$ref": "#/components/schemas/watcher._types:HourlySchedule" + "$ref": "#/components/schemas/watcher._types.HourlySchedule" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "monthly": { "oneOf": [ { - "$ref": "#/components/schemas/watcher._types:TimeOfMonth" + "$ref": "#/components/schemas/watcher._types.TimeOfMonth" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:TimeOfMonth" + "$ref": "#/components/schemas/watcher._types.TimeOfMonth" } } ] @@ -97775,12 +102540,12 @@ "weekly": { "oneOf": [ { - "$ref": "#/components/schemas/watcher._types:TimeOfWeek" + "$ref": "#/components/schemas/watcher._types.TimeOfWeek" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:TimeOfWeek" + "$ref": "#/components/schemas/watcher._types.TimeOfWeek" } } ] @@ -97788,12 +102553,12 @@ "yearly": { "oneOf": [ { - "$ref": "#/components/schemas/watcher._types:TimeOfYear" + "$ref": "#/components/schemas/watcher._types.TimeOfYear" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:TimeOfYear" + "$ref": "#/components/schemas/watcher._types.TimeOfYear" } } ] @@ -97802,13 +102567,13 @@ "minProperties": 1, "maxProperties": 1 }, - "watcher._types:DailySchedule": { + "watcher._types.DailySchedule": { "type": "object", "properties": { "at": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:ScheduleTimeOfDay" + "$ref": "#/components/schemas/watcher._types.ScheduleTimeOfDay" } } }, @@ -97816,7 +102581,7 @@ "at" ] }, - "watcher._types:HourlySchedule": { + "watcher._types.HourlySchedule": { "type": "object", "properties": { "minute": { @@ -97830,7 +102595,7 @@ "minute" ] }, - "watcher._types:TimeOfMonth": { + "watcher._types.TimeOfMonth": { "type": "object", "properties": { "at": { @@ -97851,7 +102616,7 @@ "on" ] }, - "watcher._types:TimeOfWeek": { + "watcher._types.TimeOfWeek": { "type": "object", "properties": { "at": { @@ -97863,7 +102628,7 @@ "on": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:Day" + "$ref": "#/components/schemas/watcher._types.Day" } } }, @@ -97872,7 +102637,7 @@ "on" ] }, - "watcher._types:Day": { + "watcher._types.Day": { "type": "string", "enum": [ "sunday", @@ -97884,7 +102649,7 @@ "saturday" ] }, - "watcher._types:TimeOfYear": { + "watcher._types.TimeOfYear": { "type": "object", "properties": { "at": { @@ -97896,7 +102661,7 @@ "int": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:Month" + "$ref": "#/components/schemas/watcher._types.Month" } }, "on": { @@ -97912,7 +102677,7 @@ "on" ] }, - "watcher._types:Month": { + "watcher._types.Month": { "type": "string", "enum": [ "january", @@ -97929,14 +102694,14 @@ "december" ] }, - "watcher.execute_watch:WatchRecord": { + "watcher.execute_watch.WatchRecord": { "type": "object", "properties": { "condition": { - "$ref": "#/components/schemas/watcher._types:ConditionContainer" + "$ref": "#/components/schemas/watcher._types.ConditionContainer" }, "input": { - "$ref": "#/components/schemas/watcher._types:InputContainer" + "$ref": "#/components/schemas/watcher._types.InputContainer" }, "messages": { "type": "array", @@ -97945,28 +102710,28 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "node": { "type": "string" }, "result": { - "$ref": "#/components/schemas/watcher._types:ExecutionResult" + "$ref": "#/components/schemas/watcher._types.ExecutionResult" }, "state": { - "$ref": "#/components/schemas/watcher._types:ExecutionStatus" + "$ref": "#/components/schemas/watcher._types.ExecutionStatus" }, "trigger_event": { - "$ref": "#/components/schemas/watcher._types:TriggerEventResult" + "$ref": "#/components/schemas/watcher._types.TriggerEventResult" }, "user": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "watch_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" } }, "required": [ @@ -97981,26 +102746,26 @@ "watch_id" ] }, - "watcher._types:ExecutionResult": { + "watcher._types.ExecutionResult": { "type": "object", "properties": { "actions": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:ExecutionResultAction" + "$ref": "#/components/schemas/watcher._types.ExecutionResultAction" } }, "condition": { - "$ref": "#/components/schemas/watcher._types:ExecutionResultCondition" + "$ref": "#/components/schemas/watcher._types.ExecutionResultCondition" }, "execution_duration": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "execution_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "input": { - "$ref": "#/components/schemas/watcher._types:ExecutionResultInput" + "$ref": "#/components/schemas/watcher._types.ExecutionResultInput" } }, "required": [ @@ -98011,41 +102776,41 @@ "input" ] }, - "watcher._types:ExecutionResultAction": { + "watcher._types.ExecutionResultAction": { "type": "object", "properties": { "email": { - "$ref": "#/components/schemas/watcher._types:EmailResult" + "$ref": "#/components/schemas/watcher._types.EmailResult" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/watcher._types:IndexResult" + "$ref": "#/components/schemas/watcher._types.IndexResult" }, "logging": { - "$ref": "#/components/schemas/watcher._types:LoggingResult" + "$ref": "#/components/schemas/watcher._types.LoggingResult" }, "pagerduty": { - "$ref": "#/components/schemas/watcher._types:PagerDutyResult" + "$ref": "#/components/schemas/watcher._types.PagerDutyResult" }, "reason": { "type": "string" }, "slack": { - "$ref": "#/components/schemas/watcher._types:SlackResult" + "$ref": "#/components/schemas/watcher._types.SlackResult" }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "type": { - "$ref": "#/components/schemas/watcher._types:ActionType" + "$ref": "#/components/schemas/watcher._types.ActionType" }, "webhook": { - "$ref": "#/components/schemas/watcher._types:WebhookResult" + "$ref": "#/components/schemas/watcher._types.WebhookResult" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -98054,14 +102819,14 @@ "type" ] }, - "watcher._types:EmailResult": { + "watcher._types.EmailResult": { "type": "object", "properties": { "account": { "type": "string" }, "message": { - "$ref": "#/components/schemas/watcher._types:Email" + "$ref": "#/components/schemas/watcher._types.Email" }, "reason": { "type": "string" @@ -98071,34 +102836,34 @@ "message" ] }, - "watcher._types:IndexResult": { + "watcher._types.IndexResult": { "type": "object", "properties": { "response": { - "$ref": "#/components/schemas/watcher._types:IndexResultSummary" + "$ref": "#/components/schemas/watcher._types.IndexResultSummary" } }, "required": [ "response" ] }, - "watcher._types:IndexResultSummary": { + "watcher._types.IndexResultSummary": { "type": "object", "properties": { "created": { "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -98109,7 +102874,7 @@ "version" ] }, - "watcher._types:LoggingResult": { + "watcher._types.LoggingResult": { "type": "object", "properties": { "logged_text": { @@ -98120,44 +102885,44 @@ "logged_text" ] }, - "watcher._types:PagerDutyResult": { + "watcher._types.PagerDutyResult": { "type": "object", "properties": { "event": { - "$ref": "#/components/schemas/watcher._types:PagerDutyEvent" + "$ref": "#/components/schemas/watcher._types.PagerDutyEvent" }, "reason": { "type": "string" }, "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestResult" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestResult" }, "response": { - "$ref": "#/components/schemas/watcher._types:HttpInputResponseResult" + "$ref": "#/components/schemas/watcher._types.HttpInputResponseResult" } }, "required": [ "event" ] }, - "watcher._types:HttpInputRequestResult": { + "watcher._types.HttpInputRequestResult": { "allOf": [ { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestDefinition" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestDefinition" }, { "type": "object" } ] }, - "watcher._types:HttpInputResponseResult": { + "watcher._types.HttpInputResponseResult": { "type": "object", "properties": { "body": { "type": "string" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" }, "status": { "type": "number" @@ -98169,45 +102934,45 @@ "status" ] }, - "watcher._types:SlackResult": { + "watcher._types.SlackResult": { "type": "object", "properties": { "account": { "type": "string" }, "message": { - "$ref": "#/components/schemas/watcher._types:SlackMessage" + "$ref": "#/components/schemas/watcher._types.SlackMessage" } }, "required": [ "message" ] }, - "watcher._types:WebhookResult": { + "watcher._types.WebhookResult": { "type": "object", "properties": { "request": { - "$ref": "#/components/schemas/watcher._types:HttpInputRequestResult" + "$ref": "#/components/schemas/watcher._types.HttpInputRequestResult" }, "response": { - "$ref": "#/components/schemas/watcher._types:HttpInputResponseResult" + "$ref": "#/components/schemas/watcher._types.HttpInputResponseResult" } }, "required": [ "request" ] }, - "watcher._types:ExecutionResultCondition": { + "watcher._types.ExecutionResultCondition": { "type": "object", "properties": { "met": { "type": "boolean" }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "type": { - "$ref": "#/components/schemas/watcher._types:ConditionType" + "$ref": "#/components/schemas/watcher._types.ConditionType" } }, "required": [ @@ -98216,7 +102981,7 @@ "type" ] }, - "watcher._types:ConditionType": { + "watcher._types.ConditionType": { "type": "string", "enum": [ "always", @@ -98226,7 +102991,7 @@ "array_compare" ] }, - "watcher._types:ExecutionResultInput": { + "watcher._types.ExecutionResultInput": { "type": "object", "properties": { "payload": { @@ -98236,10 +103001,10 @@ } }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "type": { - "$ref": "#/components/schemas/watcher._types:InputType" + "$ref": "#/components/schemas/watcher._types.InputType" } }, "required": [ @@ -98248,7 +103013,7 @@ "type" ] }, - "watcher._types:InputType": { + "watcher._types.InputType": { "type": "string", "enum": [ "http", @@ -98256,7 +103021,7 @@ "simple" ] }, - "watcher._types:ExecutionStatus": { + "watcher._types.ExecutionStatus": { "type": "string", "enum": [ "awaits_execution", @@ -98269,14 +103034,14 @@ "not_executed_already_queued" ] }, - "watcher._types:TriggerEventResult": { + "watcher._types.TriggerEventResult": { "type": "object", "properties": { "manual": { - "$ref": "#/components/schemas/watcher._types:TriggerEventContainer" + "$ref": "#/components/schemas/watcher._types.TriggerEventContainer" }, "triggered_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "type": { "type": "string" @@ -98288,40 +103053,40 @@ "type" ] }, - "watcher._types:TriggerEventContainer": { + "watcher._types.TriggerEventContainer": { "type": "object", "properties": { "schedule": { - "$ref": "#/components/schemas/watcher._types:ScheduleTriggerEvent" + "$ref": "#/components/schemas/watcher._types.ScheduleTriggerEvent" } }, "minProperties": 1, "maxProperties": 1 }, - "watcher._types:QueryWatch": { + "watcher._types.QueryWatch": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" }, "watch": { - "$ref": "#/components/schemas/watcher._types:Watch" + "$ref": "#/components/schemas/watcher._types.Watch" }, "_primary_term": { "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" } }, "required": [ "_id" ] }, - "watcher.stats:WatcherMetric": { + "watcher.stats.WatcherMetric": { "type": "string", "enum": [ "_all", @@ -98331,24 +103096,24 @@ "pending_watches" ] }, - "watcher.stats:WatcherNodeStats": { + "watcher.stats.WatcherNodeStats": { "type": "object", "properties": { "current_watches": { "description": "The current executing watches metric gives insight into the watches that are currently being executed by Watcher.\nAdditional information is shared per watch that is currently executing.\nThis information includes the `watch_id`, the time its execution started and its current execution phase.\nTo include this metric, the `metric` option should be set to `current_watches` or `_all`.\nIn addition you can also specify the `emit_stacktraces=true` parameter, which adds stack traces for each watch that is being run.\nThese stack traces can give you more insight into an execution of a watch.", "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatchRecordStats" + "$ref": "#/components/schemas/watcher.stats.WatchRecordStats" } }, "execution_thread_pool": { - "$ref": "#/components/schemas/watcher._types:ExecutionThreadPool" + "$ref": "#/components/schemas/watcher._types.ExecutionThreadPool" }, "queued_watches": { "description": "Watcher moderates the execution of watches such that their execution won't put too much pressure on the node and its resources.\nIf too many watches trigger concurrently and there isn't enough capacity to run them all, some of the watches are queued, waiting for the current running watches to finish.s\nThe queued watches metric gives insight on these queued watches.\n\nTo include this metric, the `metric` option should include `queued_watches` or `_all`.", "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatchRecordQueuedStats" + "$ref": "#/components/schemas/watcher.stats.WatchRecordQueuedStats" } }, "watch_count": { @@ -98356,10 +103121,10 @@ "type": "number" }, "watcher_state": { - "$ref": "#/components/schemas/watcher.stats:WatcherState" + "$ref": "#/components/schemas/watcher.stats.WatcherState" }, "node_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -98369,19 +103134,19 @@ "node_id" ] }, - "watcher.stats:WatchRecordStats": { + "watcher.stats.WatchRecordStats": { "allOf": [ { - "$ref": "#/components/schemas/watcher.stats:WatchRecordQueuedStats" + "$ref": "#/components/schemas/watcher.stats.WatchRecordQueuedStats" }, { "type": "object", "properties": { "execution_phase": { - "$ref": "#/components/schemas/watcher._types:ExecutionPhase" + "$ref": "#/components/schemas/watcher._types.ExecutionPhase" }, "triggered_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "executed_actions": { "type": "array", @@ -98390,10 +103155,10 @@ } }, "watch_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "watch_record_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -98405,7 +103170,7 @@ } ] }, - "watcher._types:ExecutionPhase": { + "watcher._types.ExecutionPhase": { "type": "string", "enum": [ "awaits_execution", @@ -98418,18 +103183,18 @@ "finished" ] }, - "watcher.stats:WatchRecordQueuedStats": { + "watcher.stats.WatchRecordQueuedStats": { "type": "object", "properties": { "execution_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ "execution_time" ] }, - "watcher._types:ExecutionThreadPool": { + "watcher._types.ExecutionThreadPool": { "type": "object", "properties": { "max_size": { @@ -98446,7 +103211,7 @@ "queue_size" ] }, - "watcher.stats:WatcherState": { + "watcher.stats.WatcherState": { "type": "string", "enum": [ "stopped", @@ -98455,7 +103220,7 @@ "stopping" ] }, - "xpack.info:XPackCategory": { + "xpack.info.XPackCategory": { "type": "string", "enum": [ "build", @@ -98463,11 +103228,11 @@ "license" ] }, - "xpack.info:BuildInformation": { + "xpack.info.BuildInformation": { "type": "object", "properties": { "date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "hash": { "type": "string" @@ -98478,89 +103243,89 @@ "hash" ] }, - "xpack.info:Features": { + "xpack.info.Features": { "type": "object", "properties": { "aggregate_metric": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "analytics": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "ccr": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "data_streams": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "data_tiers": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "enrich": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "enterprise_search": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "eql": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "esql": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "graph": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "ilm": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "logstash": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "logsdb": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "ml": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "monitoring": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "rollup": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "runtime_fields": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "searchable_snapshots": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "security": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "slm": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "spatial": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "sql": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "transform": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "universal_profiling": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "voting_only": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "watcher": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" }, "archive": { - "$ref": "#/components/schemas/xpack.info:Feature" + "$ref": "#/components/schemas/xpack.info.Feature" } }, "required": [ @@ -98592,7 +103357,7 @@ "archive" ] }, - "xpack.info:Feature": { + "xpack.info.Feature": { "type": "object", "properties": { "available": { @@ -98605,7 +103370,7 @@ "type": "boolean" }, "native_code_info": { - "$ref": "#/components/schemas/xpack.info:NativeCodeInformation" + "$ref": "#/components/schemas/xpack.info.NativeCodeInformation" } }, "required": [ @@ -98613,14 +103378,14 @@ "enabled" ] }, - "xpack.info:NativeCodeInformation": { + "xpack.info.NativeCodeInformation": { "type": "object", "properties": { "build_hash": { "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -98628,20 +103393,20 @@ "version" ] }, - "xpack.info:MinimalLicenseInformation": { + "xpack.info.MinimalLicenseInformation": { "type": "object", "properties": { "expiry_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "mode": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "status": { - "$ref": "#/components/schemas/license._types:LicenseStatus" + "$ref": "#/components/schemas/license._types.LicenseStatus" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "uid": { "type": "string" @@ -98655,7 +103420,7 @@ "uid" ] }, - "xpack.usage:Base": { + "xpack.usage.Base": { "type": "object", "properties": { "available": { @@ -98670,16 +103435,16 @@ "enabled" ] }, - "xpack.usage:Analytics": { + "xpack.usage.Analytics": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "stats": { - "$ref": "#/components/schemas/xpack.usage:AnalyticsStatistics" + "$ref": "#/components/schemas/xpack.usage.AnalyticsStatistics" } }, "required": [ @@ -98688,7 +103453,7 @@ } ] }, - "xpack.usage:AnalyticsStatistics": { + "xpack.usage.AnalyticsStatistics": { "type": "object", "properties": { "boxplot_usage": { @@ -98730,10 +103495,10 @@ "rate_usage" ] }, - "xpack.usage:Archive": { + "xpack.usage.Archive": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -98748,22 +103513,22 @@ } ] }, - "xpack.usage:Watcher": { + "xpack.usage.Watcher": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "execution": { - "$ref": "#/components/schemas/xpack.usage:WatcherActions" + "$ref": "#/components/schemas/xpack.usage.WatcherActions" }, "watch": { - "$ref": "#/components/schemas/xpack.usage:WatcherWatch" + "$ref": "#/components/schemas/xpack.usage.WatcherWatch" }, "count": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "required": [ @@ -98774,13 +103539,13 @@ } ] }, - "xpack.usage:WatcherActions": { + "xpack.usage.WatcherActions": { "type": "object", "properties": { "actions": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:WatcherActionTotals" + "$ref": "#/components/schemas/xpack.usage.WatcherActionTotals" } } }, @@ -98788,14 +103553,14 @@ "actions" ] }, - "xpack.usage:WatcherActionTotals": { + "xpack.usage.WatcherActionTotals": { "type": "object", "properties": { "total": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "total_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -98803,29 +103568,29 @@ "total_time_in_ms" ] }, - "xpack.usage:WatcherWatch": { + "xpack.usage.WatcherWatch": { "type": "object", "properties": { "input": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "condition": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "action": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "trigger": { - "$ref": "#/components/schemas/xpack.usage:WatcherWatchTrigger" + "$ref": "#/components/schemas/xpack.usage.WatcherWatchTrigger" } }, "required": [ @@ -98833,7 +103598,7 @@ "trigger" ] }, - "xpack.usage:Counter": { + "xpack.usage.Counter": { "type": "object", "properties": { "active": { @@ -98848,33 +103613,33 @@ "total" ] }, - "xpack.usage:WatcherWatchTrigger": { + "xpack.usage.WatcherWatchTrigger": { "type": "object", "properties": { "schedule": { - "$ref": "#/components/schemas/xpack.usage:WatcherWatchTriggerSchedule" + "$ref": "#/components/schemas/xpack.usage.WatcherWatchTriggerSchedule" }, "_all": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "required": [ "_all" ] }, - "xpack.usage:WatcherWatchTriggerSchedule": { + "xpack.usage.WatcherWatchTriggerSchedule": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" }, { "type": "object", "properties": { "cron": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" }, "_all": { - "$ref": "#/components/schemas/xpack.usage:Counter" + "$ref": "#/components/schemas/xpack.usage.Counter" } }, "required": [ @@ -98884,10 +103649,10 @@ } ] }, - "xpack.usage:Ccr": { + "xpack.usage.Ccr": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -98906,10 +103671,10 @@ } ] }, - "xpack.usage:DataStreams": { + "xpack.usage.DataStreams": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -98928,28 +103693,28 @@ } ] }, - "xpack.usage:DataTiers": { + "xpack.usage.DataTiers": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "data_warm": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" }, "data_frozen": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" }, "data_cold": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" }, "data_content": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" }, "data_hot": { - "$ref": "#/components/schemas/xpack.usage:DataTierPhaseStatistics" + "$ref": "#/components/schemas/xpack.usage.DataTierPhaseStatistics" } }, "required": [ @@ -98961,7 +103726,7 @@ } ] }, - "xpack.usage:DataTierPhaseStatistics": { + "xpack.usage.DataTierPhaseStatistics": { "type": "object", "properties": { "node_count": { @@ -99008,21 +103773,21 @@ "primary_shard_size_mad_bytes" ] }, - "xpack.usage:Eql": { + "xpack.usage.Eql": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "features": { - "$ref": "#/components/schemas/xpack.usage:EqlFeatures" + "$ref": "#/components/schemas/xpack.usage.EqlFeatures" }, "queries": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Query" + "$ref": "#/components/schemas/xpack.usage.Query" } } }, @@ -99033,29 +103798,29 @@ } ] }, - "xpack.usage:EqlFeatures": { + "xpack.usage.EqlFeatures": { "type": "object", "properties": { "join": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "joins": { - "$ref": "#/components/schemas/xpack.usage:EqlFeaturesJoin" + "$ref": "#/components/schemas/xpack.usage.EqlFeaturesJoin" }, "keys": { - "$ref": "#/components/schemas/xpack.usage:EqlFeaturesKeys" + "$ref": "#/components/schemas/xpack.usage.EqlFeaturesKeys" }, "event": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "pipes": { - "$ref": "#/components/schemas/xpack.usage:EqlFeaturesPipes" + "$ref": "#/components/schemas/xpack.usage.EqlFeaturesPipes" }, "sequence": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequences": { - "$ref": "#/components/schemas/xpack.usage:EqlFeaturesSequences" + "$ref": "#/components/schemas/xpack.usage.EqlFeaturesSequences" } }, "required": [ @@ -99068,23 +103833,23 @@ "sequences" ] }, - "xpack.usage:EqlFeaturesJoin": { + "xpack.usage.EqlFeaturesJoin": { "type": "object", "properties": { "join_queries_two": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_queries_three": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_until": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_queries_five_or_more": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_queries_four": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -99095,23 +103860,23 @@ "join_queries_four" ] }, - "xpack.usage:EqlFeaturesKeys": { + "xpack.usage.EqlFeaturesKeys": { "type": "object", "properties": { "join_keys_two": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_keys_one": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_keys_three": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_keys_five_or_more": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "join_keys_four": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -99122,14 +103887,14 @@ "join_keys_four" ] }, - "xpack.usage:EqlFeaturesPipes": { + "xpack.usage.EqlFeaturesPipes": { "type": "object", "properties": { "pipe_tail": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "pipe_head": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -99137,26 +103902,26 @@ "pipe_head" ] }, - "xpack.usage:EqlFeaturesSequences": { + "xpack.usage.EqlFeaturesSequences": { "type": "object", "properties": { "sequence_queries_three": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_queries_four": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_queries_two": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_until": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_queries_five_or_more": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "sequence_maxspan": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -99168,7 +103933,7 @@ "sequence_maxspan" ] }, - "xpack.usage:Query": { + "xpack.usage.Query": { "type": "object", "properties": { "count": { @@ -99185,10 +103950,10 @@ } } }, - "xpack.usage:Flattened": { + "xpack.usage.Flattened": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99203,16 +103968,16 @@ } ] }, - "xpack.usage:HealthStatistics": { + "xpack.usage.HealthStatistics": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "invocations": { - "$ref": "#/components/schemas/xpack.usage:Invocations" + "$ref": "#/components/schemas/xpack.usage.Invocations" } }, "required": [ @@ -99221,7 +103986,7 @@ } ] }, - "xpack.usage:Invocations": { + "xpack.usage.Invocations": { "type": "object", "properties": { "total": { @@ -99232,7 +103997,7 @@ "total" ] }, - "xpack.usage:Ilm": { + "xpack.usage.Ilm": { "type": "object", "properties": { "policy_count": { @@ -99241,7 +104006,7 @@ "policy_stats": { "type": "array", "items": { - "$ref": "#/components/schemas/xpack.usage:IlmPolicyStatistics" + "$ref": "#/components/schemas/xpack.usage.IlmPolicyStatistics" } } }, @@ -99250,14 +104015,14 @@ "policy_stats" ] }, - "xpack.usage:IlmPolicyStatistics": { + "xpack.usage.IlmPolicyStatistics": { "type": "object", "properties": { "indices_managed": { "type": "number" }, "phases": { - "$ref": "#/components/schemas/xpack.usage:Phases" + "$ref": "#/components/schemas/xpack.usage.Phases" } }, "required": [ @@ -99265,27 +104030,27 @@ "phases" ] }, - "xpack.usage:Phases": { + "xpack.usage.Phases": { "type": "object", "properties": { "cold": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" }, "delete": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" }, "frozen": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" }, "hot": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" }, "warm": { - "$ref": "#/components/schemas/xpack.usage:Phase" + "$ref": "#/components/schemas/xpack.usage.Phase" } } }, - "xpack.usage:Phase": { + "xpack.usage.Phase": { "type": "object", "properties": { "actions": { @@ -99295,7 +104060,7 @@ } }, "min_age": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -99303,10 +104068,10 @@ "min_age" ] }, - "xpack.usage:MachineLearning": { + "xpack.usage.MachineLearning": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99314,24 +104079,24 @@ "datafeeds": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Datafeed" + "$ref": "#/components/schemas/xpack.usage.Datafeed" } }, "jobs": { "description": "Job usage statistics. The `_all` entry is always present and gathers statistics for all jobs.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:JobUsage" + "$ref": "#/components/schemas/xpack.usage.JobUsage" } }, "node_count": { "type": "number" }, "data_frame_analytics_jobs": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobs" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobs" }, "inference": { - "$ref": "#/components/schemas/xpack.usage:MlInference" + "$ref": "#/components/schemas/xpack.usage.MlInference" } }, "required": [ @@ -99344,7 +104109,7 @@ } ] }, - "xpack.usage:Datafeed": { + "xpack.usage.Datafeed": { "type": "object", "properties": { "count": { @@ -99355,7 +104120,7 @@ "count" ] }, - "xpack.usage:JobUsage": { + "xpack.usage.JobUsage": { "type": "object", "properties": { "count": { @@ -99368,13 +104133,13 @@ } }, "detectors": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "forecasts": { - "$ref": "#/components/schemas/xpack.usage:MlJobForecasts" + "$ref": "#/components/schemas/xpack.usage.MlJobForecasts" }, "model_size": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" } }, "required": [ @@ -99385,7 +104150,7 @@ "model_size" ] }, - "xpack.usage:MlJobForecasts": { + "xpack.usage.MlJobForecasts": { "type": "object", "properties": { "total": { @@ -99400,38 +104165,38 @@ "forecasted_jobs" ] }, - "xpack.usage:MlDataFrameAnalyticsJobs": { + "xpack.usage.MlDataFrameAnalyticsJobs": { "type": "object", "properties": { "memory_usage": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobsMemory" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobsMemory" }, "_all": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobsCount" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobsCount" }, "analysis_counts": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobsAnalysis" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobsAnalysis" }, "stopped": { - "$ref": "#/components/schemas/xpack.usage:MlDataFrameAnalyticsJobsCount" + "$ref": "#/components/schemas/xpack.usage.MlDataFrameAnalyticsJobsCount" } }, "required": [ "_all" ] }, - "xpack.usage:MlDataFrameAnalyticsJobsMemory": { + "xpack.usage.MlDataFrameAnalyticsJobsMemory": { "type": "object", "properties": { "peak_usage_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" } }, "required": [ "peak_usage_bytes" ] }, - "xpack.usage:MlDataFrameAnalyticsJobsCount": { + "xpack.usage.MlDataFrameAnalyticsJobsCount": { "type": "object", "properties": { "count": { @@ -99442,7 +104207,7 @@ "count" ] }, - "xpack.usage:MlDataFrameAnalyticsJobsAnalysis": { + "xpack.usage.MlDataFrameAnalyticsJobsAnalysis": { "type": "object", "properties": { "classification": { @@ -99456,20 +104221,20 @@ } } }, - "xpack.usage:MlInference": { + "xpack.usage.MlInference": { "type": "object", "properties": { "ingest_processors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceIngestProcessor" + "$ref": "#/components/schemas/xpack.usage.MlInferenceIngestProcessor" } }, "trained_models": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceTrainedModels" + "$ref": "#/components/schemas/xpack.usage.MlInferenceTrainedModels" }, "deployments": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceDeployments" + "$ref": "#/components/schemas/xpack.usage.MlInferenceDeployments" } }, "required": [ @@ -99477,20 +104242,20 @@ "trained_models" ] }, - "xpack.usage:MlInferenceIngestProcessor": { + "xpack.usage.MlInferenceIngestProcessor": { "type": "object", "properties": { "num_docs_processed": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceIngestProcessorCount" + "$ref": "#/components/schemas/xpack.usage.MlInferenceIngestProcessorCount" }, "pipelines": { - "$ref": "#/components/schemas/xpack.usage:MlCounter" + "$ref": "#/components/schemas/xpack.usage.MlCounter" }, "num_failures": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceIngestProcessorCount" + "$ref": "#/components/schemas/xpack.usage.MlInferenceIngestProcessorCount" }, "time_ms": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceIngestProcessorCount" + "$ref": "#/components/schemas/xpack.usage.MlInferenceIngestProcessorCount" } }, "required": [ @@ -99500,7 +104265,7 @@ "time_ms" ] }, - "xpack.usage:MlInferenceIngestProcessorCount": { + "xpack.usage.MlInferenceIngestProcessorCount": { "type": "object", "properties": { "max": { @@ -99519,7 +104284,7 @@ "min" ] }, - "xpack.usage:MlCounter": { + "xpack.usage.MlCounter": { "type": "object", "properties": { "count": { @@ -99530,30 +104295,30 @@ "count" ] }, - "xpack.usage:MlInferenceTrainedModels": { + "xpack.usage.MlInferenceTrainedModels": { "type": "object", "properties": { "estimated_operations": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "estimated_heap_memory_usage_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "count": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceTrainedModelsCount" + "$ref": "#/components/schemas/xpack.usage.MlInferenceTrainedModelsCount" }, "_all": { - "$ref": "#/components/schemas/xpack.usage:MlCounter" + "$ref": "#/components/schemas/xpack.usage.MlCounter" }, "model_size_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" } }, "required": [ "_all" ] }, - "xpack.usage:MlInferenceTrainedModelsCount": { + "xpack.usage.MlInferenceTrainedModelsCount": { "type": "object", "properties": { "total": { @@ -99587,20 +104352,20 @@ "other" ] }, - "xpack.usage:MlInferenceDeployments": { + "xpack.usage.MlInferenceDeployments": { "type": "object", "properties": { "count": { "type": "number" }, "inference_counts": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "model_sizes_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "time_ms": { - "$ref": "#/components/schemas/xpack.usage:MlInferenceDeploymentsTimeMs" + "$ref": "#/components/schemas/xpack.usage.MlInferenceDeploymentsTimeMs" } }, "required": [ @@ -99610,7 +104375,7 @@ "time_ms" ] }, - "xpack.usage:MlInferenceDeploymentsTimeMs": { + "xpack.usage.MlInferenceDeploymentsTimeMs": { "type": "object", "properties": { "avg": { @@ -99621,10 +104386,10 @@ "avg" ] }, - "xpack.usage:Monitoring": { + "xpack.usage.Monitoring": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99646,10 +104411,10 @@ } ] }, - "xpack.usage:RuntimeFieldTypes": { + "xpack.usage.RuntimeFieldTypes": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99657,7 +104422,7 @@ "field_types": { "type": "array", "items": { - "$ref": "#/components/schemas/xpack.usage:RuntimeFieldsType" + "$ref": "#/components/schemas/xpack.usage.RuntimeFieldsType" } } }, @@ -99667,7 +104432,7 @@ } ] }, - "xpack.usage:RuntimeFieldsType": { + "xpack.usage.RuntimeFieldsType": { "type": "object", "properties": { "chars_max": { @@ -99701,7 +104466,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "scriptless_count": { "type": "number" @@ -99733,10 +104498,10 @@ "source_total" ] }, - "xpack.usage:SearchableSnapshots": { + "xpack.usage.SearchableSnapshots": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99757,55 +104522,55 @@ } ] }, - "xpack.usage:Security": { + "xpack.usage.Security": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", "properties": { "api_key_service": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "anonymous": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "audit": { - "$ref": "#/components/schemas/xpack.usage:Audit" + "$ref": "#/components/schemas/xpack.usage.Audit" }, "fips_140": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "ipfilter": { - "$ref": "#/components/schemas/xpack.usage:IpFilter" + "$ref": "#/components/schemas/xpack.usage.IpFilter" }, "realms": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Realm" + "$ref": "#/components/schemas/xpack.usage.Realm" } }, "role_mapping": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:RoleMapping" + "$ref": "#/components/schemas/xpack.usage.RoleMapping" } }, "roles": { - "$ref": "#/components/schemas/xpack.usage:SecurityRoles" + "$ref": "#/components/schemas/xpack.usage.SecurityRoles" }, "ssl": { - "$ref": "#/components/schemas/xpack.usage:Ssl" + "$ref": "#/components/schemas/xpack.usage.Ssl" }, "system_key": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "token_service": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "operator_privileges": { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" } }, "required": [ @@ -99824,7 +104589,7 @@ } ] }, - "xpack.usage:FeatureToggle": { + "xpack.usage.FeatureToggle": { "type": "object", "properties": { "enabled": { @@ -99835,10 +104600,10 @@ "enabled" ] }, - "xpack.usage:Audit": { + "xpack.usage.Audit": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, { "type": "object", @@ -99853,7 +104618,7 @@ } ] }, - "xpack.usage:IpFilter": { + "xpack.usage.IpFilter": { "type": "object", "properties": { "http": { @@ -99868,10 +104633,10 @@ "transport" ] }, - "xpack.usage:Realm": { + "xpack.usage.Realm": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -99897,7 +104662,7 @@ "cache": { "type": "array", "items": { - "$ref": "#/components/schemas/xpack.usage:RealmCache" + "$ref": "#/components/schemas/xpack.usage.RealmCache" } }, "has_authorization_realms": { @@ -99928,7 +104693,7 @@ } ] }, - "xpack.usage:RealmCache": { + "xpack.usage.RealmCache": { "type": "object", "properties": { "size": { @@ -99939,7 +104704,7 @@ "size" ] }, - "xpack.usage:RoleMapping": { + "xpack.usage.RoleMapping": { "type": "object", "properties": { "enabled": { @@ -99954,17 +104719,17 @@ "size" ] }, - "xpack.usage:SecurityRoles": { + "xpack.usage.SecurityRoles": { "type": "object", "properties": { "native": { - "$ref": "#/components/schemas/xpack.usage:SecurityRolesNative" + "$ref": "#/components/schemas/xpack.usage.SecurityRolesNative" }, "dls": { - "$ref": "#/components/schemas/xpack.usage:SecurityRolesDls" + "$ref": "#/components/schemas/xpack.usage.SecurityRolesDls" }, "file": { - "$ref": "#/components/schemas/xpack.usage:SecurityRolesFile" + "$ref": "#/components/schemas/xpack.usage.SecurityRolesFile" } }, "required": [ @@ -99973,7 +104738,7 @@ "file" ] }, - "xpack.usage:SecurityRolesNative": { + "xpack.usage.SecurityRolesNative": { "type": "object", "properties": { "dls": { @@ -99992,28 +104757,28 @@ "size" ] }, - "xpack.usage:SecurityRolesDls": { + "xpack.usage.SecurityRolesDls": { "type": "object", "properties": { "bit_set_cache": { - "$ref": "#/components/schemas/xpack.usage:SecurityRolesDlsBitSetCache" + "$ref": "#/components/schemas/xpack.usage.SecurityRolesDlsBitSetCache" } }, "required": [ "bit_set_cache" ] }, - "xpack.usage:SecurityRolesDlsBitSetCache": { + "xpack.usage.SecurityRolesDlsBitSetCache": { "type": "object", "properties": { "count": { "type": "number" }, "memory": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "memory_in_bytes": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" } }, "required": [ @@ -100021,7 +104786,7 @@ "memory_in_bytes" ] }, - "xpack.usage:SecurityRolesFile": { + "xpack.usage.SecurityRolesFile": { "type": "object", "properties": { "dls": { @@ -100040,14 +104805,14 @@ "size" ] }, - "xpack.usage:Ssl": { + "xpack.usage.Ssl": { "type": "object", "properties": { "http": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" }, "transport": { - "$ref": "#/components/schemas/xpack.usage:FeatureToggle" + "$ref": "#/components/schemas/xpack.usage.FeatureToggle" } }, "required": [ @@ -100055,10 +104820,10 @@ "transport" ] }, - "xpack.usage:Slm": { + "xpack.usage.Slm": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -100067,16 +104832,16 @@ "type": "number" }, "policy_stats": { - "$ref": "#/components/schemas/slm._types:Statistics" + "$ref": "#/components/schemas/slm._types.Statistics" } } } ] }, - "xpack.usage:Sql": { + "xpack.usage.Sql": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -100090,7 +104855,7 @@ "queries": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/xpack.usage:Query" + "$ref": "#/components/schemas/xpack.usage.Query" } } }, @@ -100101,10 +104866,10 @@ } ] }, - "xpack.usage:Vector": { + "xpack.usage.Vector": { "allOf": [ { - "$ref": "#/components/schemas/xpack.usage:Base" + "$ref": "#/components/schemas/xpack.usage.Base" }, { "type": "object", @@ -100128,23 +104893,48 @@ } }, "responses": { - "async_search.submit:200": { + "async_search.submit-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search._types:AsyncSearchDocumentResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchDocumentResponseBase" }, "examples": { "AsyncSearchSubmitResponseExample1": { "description": "A successful response when performing search asynchronously.", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_partial\" : true,\n \"is_running\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"response\" : {\n \"took\" : 1122,\n \"timed_out\" : false,\n \"num_reduce_phases\" : 0,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 3,\n \"skipped\" : 0,\n \"failed\" : 0\n },\n \"hits\" : {\n \"total\" : {\n \"value\" : 157483,\n \"relation\" : \"gte\"\n },\n \"max_score\" : null,\n \"hits\" : [ ]\n }\n }\n}" + "value": { + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": true, + "is_running": true, + "response": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 3, + "total": 562 + }, + "hits": { + "hits": [], + "max_score": null, + "total": { + "relation": "gte", + "value": 157483 + } + }, + "num_reduce_phases": 0, + "timed_out": false, + "took": 1122 + }, + "start_time_in_millis": 1583945890986 + } } } } } }, - "bulk:200": { + "bulk-200": { "description": "", "content": { "application/json": { @@ -100161,7 +104951,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.bulk:ResponseItem" + "$ref": "#/components/schemas/_global.bulk.ResponseItem" }, "minProperties": 1, "maxProperties": 1 @@ -100184,239 +104974,640 @@ "examples": { "BulkResponseExample1": { "summary": "Multiple successful operations", - "value": "{\n \"took\": 30,\n \"errors\": false,\n \"items\": [\n {\n \"index\": {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 201,\n \"_seq_no\" : 0,\n \"_primary_term\": 1\n }\n },\n {\n \"delete\": {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"_version\": 1,\n \"result\": \"not_found\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 404,\n \"_seq_no\" : 1,\n \"_primary_term\" : 2\n }\n },\n {\n \"create\": {\n \"_index\": \"test\",\n \"_id\": \"3\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 201,\n \"_seq_no\" : 2,\n \"_primary_term\" : 3\n }\n },\n {\n \"update\": {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"result\": \"updated\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 200,\n \"_seq_no\" : 3,\n \"_primary_term\" : 4\n }\n }\n ]\n}" + "value": { + "errors": false, + "items": [ + { + "index": { + "_id": "1", + "_index": "test", + "_primary_term": 1, + "_seq_no": 0, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 1, + "result": "created", + "status": 201 + } + }, + { + "delete": { + "_id": "2", + "_index": "test", + "_primary_term": 2, + "_seq_no": 1, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 1, + "result": "not_found", + "status": 404 + } + }, + { + "create": { + "_id": "3", + "_index": "test", + "_primary_term": 3, + "_seq_no": 2, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 1, + "result": "created", + "status": 201 + } + }, + { + "update": { + "_id": "1", + "_index": "test", + "_primary_term": 4, + "_seq_no": 3, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 2, + "result": "updated", + "status": 200 + } + } + ], + "took": 30 + } }, "BulkResponseExample2": { "summary": "Failed actions", "description": "If you run `POST /_bulk` with operations that update non-existent documents, the operations cannot complete successfully. The API returns a response with an `errors` property value `true`. The response also includes an error object for any failed operations. The error object contains additional information about the failure, such as the error type and reason.\n", - "value": "{\n \"took\": 486,\n \"errors\": true,\n \"items\": [\n {\n \"update\": {\n \"_index\": \"index1\",\n \"_id\": \"5\",\n \"status\": 404,\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[5]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"update\": {\n \"_index\": \"index1\",\n \"_id\": \"6\",\n \"status\": 404,\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[6]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"create\": {\n \"_index\": \"index1\",\n \"_id\": \"7\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"status\": 201\n }\n }\n ]\n}" + "value": { + "errors": true, + "items": [ + { + "update": { + "_id": "5", + "_index": "index1", + "error": { + "index": "index1", + "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", + "reason": "[5]: document missing", + "shard": "0", + "type": "document_missing_exception" + }, + "status": 404 + } + }, + { + "update": { + "_id": "6", + "_index": "index1", + "error": { + "index": "index1", + "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", + "reason": "[6]: document missing", + "shard": "0", + "type": "document_missing_exception" + }, + "status": 404 + } + }, + { + "create": { + "_id": "7", + "_index": "index1", + "_primary_term": 1, + "_seq_no": 0, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 1, + "result": "created", + "status": 201 + } + } + ], + "took": 486 + } }, "BulkResponseExample3": { "summary": "Filter for failed operations", "description": "An example response from `POST /_bulk?filter_path=items.*.error`, which returns only information about failed operations.\n", - "value": "{\n \"items\": [\n {\n \"update\": {\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[5]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"update\": {\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[6]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n }\n ]\n}" + "value": { + "items": [ + { + "update": { + "error": { + "index": "index1", + "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", + "reason": "[5]: document missing", + "shard": "0", + "type": "document_missing_exception" + } + } + }, + { + "update": { + "error": { + "index": "index1", + "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", + "reason": "[6]: document missing", + "shard": "0", + "type": "document_missing_exception" + } + } + } + ] + } } } } } }, - "cat.aliases:200": { + "cat.aliases-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.aliases:AliasesRecord" + "$ref": "#/components/schemas/cat.aliases.AliasesRecord" } }, "examples": { "CatAliasesResponseExample1": { "description": "A successful response from `GET _cat/aliases?format=json&v=true`. This response shows that `alias2` has configured a filter and `alias3` and `alias4` have routing configurations.\n", - "value": "[\n {\n \"alias\": \"alias1\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"-\",\n \"routing.search\": \"-\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias1\",\n \"index\": \"test1\",\n \"filter\": \"*\",\n \"routing.index\": \"-\",\n \"routing.search\": \"-\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias3\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"1\",\n \"routing.search\": \"1\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias4\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"2\",\n \"routing.search\": \"1,2\",\n \"is_write_index\": \"true\"\n }\n]" + "value": [ + { + "alias": "alias1", + "filter": "-", + "index": "test1", + "is_write_index": "true", + "routing.index": "-", + "routing.search": "-" + }, + { + "alias": "alias1", + "filter": "*", + "index": "test1", + "is_write_index": "true", + "routing.index": "-", + "routing.search": "-" + }, + { + "alias": "alias3", + "filter": "-", + "index": "test1", + "is_write_index": "true", + "routing.index": "1", + "routing.search": "1" + }, + { + "alias": "alias4", + "filter": "-", + "index": "test1", + "is_write_index": "true", + "routing.index": "2", + "routing.search": "1,2" + } + ] } } } } }, - "cat.allocation:200": { + "cat.allocation-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.allocation:AllocationRecord" + "$ref": "#/components/schemas/cat.allocation.AllocationRecord" } }, "examples": { "CatAllocationResponseExample1": { "description": "A successful response from `GET /_cat/allocation?v=true&format=json`. It shows a single shard is allocated to the one node available.\n", - "value": "[\n {\n \"shards\": \"1\",\n \"shards.undesired\": \"0\",\n \"write_load.forecast\": \"0.0\",\n \"disk.indices.forecast\": \"260b\",\n \"disk.indices\": \"260b\",\n \"disk.used\": \"47.3gb\",\n \"disk.avail\": \"43.4gb\",\n \"disk.total\": \"100.7gb\",\n \"disk.percent\": \"46\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"CSUXak2\",\n \"node.role\": \"himrst\"\n }\n]" + "value": [ + { + "disk.avail": "43.4gb", + "disk.indices": "260b", + "disk.indices.forecast": "260b", + "disk.percent": "46", + "disk.total": "100.7gb", + "disk.used": "47.3gb", + "host": "127.0.0.1", + "ip": "127.0.0.1", + "node": "CSUXak2", + "node.role": "himrst", + "shards": "1", + "shards.undesired": "0", + "write_load.forecast": "0.0" + } + ] } } } } }, - "cat.component_templates:200": { + "cat.component_templates-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.component_templates:ComponentTemplate" + "$ref": "#/components/schemas/cat.component_templates.ComponentTemplate" } }, "examples": { "CatComponentTemplatesResponseExample1": { "description": "A successful response from `GET _cat/component_templates/my-template-*?v=true&s=name&format=json`.\n", - "value": "[\n {\n \"name\": \"my-template-1\",\n \"version\": \"null\",\n \"alias_count\": \"0\",\n \"mapping_count\": \"0\",\n \"settings_count\": \"1\",\n \"metadata_count\": \"0\",\n \"included_in\": \"[my-index-template]\"\n },\n {\n \"name\": \"my-template-2\",\n \"version\": null,\n \"alias_count\": \"0\",\n \"mapping_count\": \"3\",\n \"settings_count\": \"0\",\n \"metadata_count\": \"0\",\n \"included_in\": \"[my-index-template]\"\n }\n]" + "value": [ + { + "alias_count": "0", + "included_in": "[my-index-template]", + "mapping_count": "0", + "metadata_count": "0", + "name": "my-template-1", + "settings_count": "1", + "version": "null" + }, + { + "alias_count": "0", + "included_in": "[my-index-template]", + "mapping_count": "3", + "metadata_count": "0", + "name": "my-template-2", + "settings_count": "0", + "version": null + } + ] } } } } }, - "cat.count:200": { + "cat.count-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.count:CountRecord" + "$ref": "#/components/schemas/cat.count.CountRecord" } }, "examples": { "CatCountResponseExample1": { "summary": "Single data stream or index count", "description": "A successful response from `GET /_cat/count/my-index-000001?v=true&format=json`. It retrieves the document count for the `my-index-000001` data stream or index.\n", - "value": "[\n {\n \"epoch\": \"1475868259\",\n \"timestamp\": \"15:24:20\",\n \"count\": \"120\"\n }\n]" + "value": [ + { + "count": "120", + "epoch": "1475868259", + "timestamp": "15:24:20" + } + ] }, "CatCountResponseExample2": { "summary": "All data streams and indices count", "description": "A successful response from `GET /_cat/count?v=true&format=json`. It retrieves the document count for all data streams and indices in the cluster.\n", - "value": "[\n {\n \"epoch\": \"1475868259\",\n \"timestamp\": \"15:24:20\",\n \"count\": \"121\"\n }\n]" + "value": [ + { + "count": "121", + "epoch": "1475868259", + "timestamp": "15:24:20" + } + ] } } } } }, - "cat.fielddata:200": { + "cat.fielddata-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.fielddata:FielddataRecord" + "$ref": "#/components/schemas/cat.fielddata.FielddataRecord" } }, "examples": { "CatFielddataResponseExample1": { "summary": "Single field data", "description": "A successful response from `GET /_cat/fielddata?v=true&fields=body&format=json`. You can specify an individual field in the request body or URL path. This example retrieves heap memory size information for the `body` field.\n", - "value": "[\n {\n \"id\": \"Nqk-6inXQq-OxUfOUI8jNQ\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"Nqk-6in\",\n \"field\": \"body\",\n \"size\": \"544b\"\n }\n]" + "value": [ + { + "field": "body", + "host": "127.0.0.1", + "id": "Nqk-6inXQq-OxUfOUI8jNQ", + "ip": "127.0.0.1", + "node": "Nqk-6in", + "size": "544b" + } + ] }, "CatFielddataResponseExample2": { "summary": "Multiple fields data", "description": "A successful response from `GET /_cat/fielddata/body,soul?v=true&format=json`. You can specify a comma-separated list of fields in the request body or URL path. This example retrieves heap memory size information for the `body` and `soul` fields. To get information for all fields, run `GET /_cat/fielddata?v=true`.\n", - "value": "[\n {\n \"id\": \"Nqk-6inXQq-OxUfOUI8jNQ\",\n \"host\": \"1127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"Nqk-6in\",\n \"field\": \"body\",\n \"size\": \"544b\"\n },\n {\n \"id\": \"Nqk-6inXQq-OxUfOUI8jNQ\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"Nqk-6in\",\n \"field\": \"soul\",\n \"size\": \"480b\"\n }\n]" + "value": [ + { + "field": "body", + "host": "1127.0.0.1", + "id": "Nqk-6inXQq-OxUfOUI8jNQ", + "ip": "127.0.0.1", + "node": "Nqk-6in", + "size": "544b" + }, + { + "field": "soul", + "host": "127.0.0.1", + "id": "Nqk-6inXQq-OxUfOUI8jNQ", + "ip": "127.0.0.1", + "node": "Nqk-6in", + "size": "480b" + } + ] } } } } }, - "cat.indices:200": { + "cat.indices-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.indices:IndicesRecord" + "$ref": "#/components/schemas/cat.indices.IndicesRecord" } }, "examples": { "CatIndicesResponseExample1": { "description": "A successful response from `GET /_cat/indices/my-index-*?v=true&s=index&format=json`.\n", - "value": "[\n {\n \"health\": \"yellow\",\n \"status\": \"open\",\n \"index\": \"my-index-000001\",\n \"uuid\": \"u8FNjxh8Rfy_awN11oDKYQ\",\n \"pri\": \"1\",\n \"rep\": \"1\",\n \"docs.count\": \"1200\",\n \"docs.deleted\": \"0\",\n \"store.size\": \"88.1kb\",\n \"pri.store.size\": \"88.1kb\",\n \"dataset.size\": \"88.1kb\"\n },\n {\n \"health\": \"green\",\n \"status\": \"open\",\n \"index\": \"my-index-000002\",\n \"uuid\": \"nYFWZEO7TUiOjLQXBaYJpA \",\n \"pri\": \"1\",\n \"rep\": \"0\",\n \"docs.count\": \"0\",\n \"docs.deleted\": \"0\",\n \"store.size\": \"260b\",\n \"pri.store.size\": \"260b\",\n \"dataset.size\": \"260b\"\n }\n]" + "value": [ + { + "dataset.size": "88.1kb", + "docs.count": "1200", + "docs.deleted": "0", + "health": "yellow", + "index": "my-index-000001", + "pri": "1", + "pri.store.size": "88.1kb", + "rep": "1", + "status": "open", + "store.size": "88.1kb", + "uuid": "u8FNjxh8Rfy_awN11oDKYQ" + }, + { + "dataset.size": "260b", + "docs.count": "0", + "docs.deleted": "0", + "health": "green", + "index": "my-index-000002", + "pri": "1", + "pri.store.size": "260b", + "rep": "0", + "status": "open", + "store.size": "260b", + "uuid": "nYFWZEO7TUiOjLQXBaYJpA " + } + ] } } } } }, - "cat.ml_data_frame_analytics:200": { + "cat.ml_data_frame_analytics-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_data_frame_analytics:DataFrameAnalyticsRecord" + "$ref": "#/components/schemas/cat.ml_data_frame_analytics.DataFrameAnalyticsRecord" } }, "examples": { "CatDataframeanalyticsResponseExample1": { "description": "A successful response from `GET _cat/ml/data_frame/analytics?v=true&format=json`.", - "value": "[\n {\n \"id\": \"classifier_job_1\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:09.594Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_2\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:14.479Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_3\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:16.928Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_4\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:19.127Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_5\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:21.349Z\",\n \"state\": \"stopped\"\n }\n]" + "value": [ + { + "create_time": "2020-02-12T11:49:09.594Z", + "id": "classifier_job_1", + "state": "stopped", + "type": "classification" + }, + { + "create_time": "2020-02-12T11:49:14.479Z", + "id": "classifier_job_2", + "state": "stopped", + "type": "classification" + }, + { + "create_time": "2020-02-12T11:49:16.928Z", + "id": "classifier_job_3", + "state": "stopped", + "type": "classification" + }, + { + "create_time": "2020-02-12T11:49:19.127Z", + "id": "classifier_job_4", + "state": "stopped", + "type": "classification" + }, + { + "create_time": "2020-02-12T11:49:21.349Z", + "id": "classifier_job_5", + "state": "stopped", + "type": "classification" + } + ] } } } } }, - "cat.ml_datafeeds:200": { + "cat.ml_datafeeds-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_datafeeds:DatafeedsRecord" + "$ref": "#/components/schemas/cat.ml_datafeeds.DatafeedsRecord" } }, "examples": { "CatDatafeedsResponseExample1": { "description": "A successful response from `GET _cat/ml/datafeeds?v=true&format=json`.", - "value": "[\n {\n \"id\": \"datafeed-high_sum_total_sales\",\n \"state\": \"stopped\",\n \"buckets.count\": \"743\",\n \"search.count\": \"7\"\n },\n {\n \"id\": \"datafeed-low_request_rate\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1457\",\n \"search.count\": \"3\"\n },\n {\n \"id\": \"datafeed-response_code_rates\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1460\",\n \"search.count\": \"18\"\n },\n {\n \"id\": \"datafeed-url_scanning\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1460\",\n \"search.count\": \"18\"\n }\n]" + "value": [ + { + "buckets.count": "743", + "id": "datafeed-high_sum_total_sales", + "search.count": "7", + "state": "stopped" + }, + { + "buckets.count": "1457", + "id": "datafeed-low_request_rate", + "search.count": "3", + "state": "stopped" + }, + { + "buckets.count": "1460", + "id": "datafeed-response_code_rates", + "search.count": "18", + "state": "stopped" + }, + { + "buckets.count": "1460", + "id": "datafeed-url_scanning", + "search.count": "18", + "state": "stopped" + } + ] } } } } }, - "cat.ml_jobs:200": { + "cat.ml_jobs-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_jobs:JobsRecord" + "$ref": "#/components/schemas/cat.ml_jobs.JobsRecord" } }, "examples": { "CatJobsResponseExample1": { "description": "A successful response from `GET _cat/ml/anomaly_detectors?h=id,s,dpr,mb&v=true&format=json`.", - "value": "[\n {\n \"id\": \"high_sum_total_sales\",\n \"s\": \"closed\",\n \"dpr\": \"14022\",\n \"mb\": \"1.5mb\"\n },\n {\n \"id\": \"low_request_rate\",\n \"s\": \"closed\",\n \"dpr\": \"1216\",\n \"mb\": \"40.5kb\"\n },\n {\n \"id\": \"response_code_rates\",\n \"s\": \"closed\",\n \"dpr\": \"28146\",\n \"mb\": \"132.7kb\"\n },\n {\n \"id\": \"url_scanning\",\n \"s\": \"closed\",\n \"dpr\": \"28146\",\n \"mb\": \"501.6kb\"\n }\n]" + "value": [ + { + "dpr": "14022", + "id": "high_sum_total_sales", + "mb": "1.5mb", + "s": "closed" + }, + { + "dpr": "1216", + "id": "low_request_rate", + "mb": "40.5kb", + "s": "closed" + }, + { + "dpr": "28146", + "id": "response_code_rates", + "mb": "132.7kb", + "s": "closed" + }, + { + "dpr": "28146", + "id": "url_scanning", + "mb": "501.6kb", + "s": "closed" + } + ] } } } } }, - "cat.ml_trained_models:200": { + "cat.ml_trained_models-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_trained_models:TrainedModelsRecord" + "$ref": "#/components/schemas/cat.ml_trained_models.TrainedModelsRecord" } }, "examples": { "CatTrainedModelsResponseExample1": { "description": "A successful response from `GET _cat/ml/trained_models?v=true&format=json`.", - "value": "[\n {\n \"id\": \"ddddd-1580216177138\",\n \"heap_size\": \"0b\",\n \"operations\": \"196\",\n \"create_time\": \"2025-03-25T00:01:38.662Z\",\n \"type\": \"pytorch\",\n \"ingest.pipelines\": \"0\",\n \"data_frame.id\": \"__none__\"\n },\n {\n \"id\": \"lang_ident_model_1\",\n \"heap_size\": \"1mb\",\n \"operations\": \"39629\",\n \"create_time\": \"2019-12-05T12:28:34.594Z\",\n \"type\": \"lang_ident\",\n \"ingest.pipelines\": \"0\",\n \"data_frame.id\": \"__none__\"\n }\n]" + "value": [ + { + "create_time": "2025-03-25T00:01:38.662Z", + "data_frame.id": "__none__", + "heap_size": "0b", + "id": "ddddd-1580216177138", + "ingest.pipelines": "0", + "operations": "196", + "type": "pytorch" + }, + { + "create_time": "2019-12-05T12:28:34.594Z", + "data_frame.id": "__none__", + "heap_size": "1mb", + "id": "lang_ident_model_1", + "ingest.pipelines": "0", + "operations": "39629", + "type": "lang_ident" + } + ] } } } } }, - "cat.recovery:200": { + "cat.recovery-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.recovery:RecoveryRecord" + "$ref": "#/components/schemas/cat.recovery.RecoveryRecord" } }, "examples": { "CatRecoveryResponseExample1": { "summary": "No ongoing recoveries", "description": "A successful response from `GET _cat/recovery?v=true&format=json`. In this example, the source and target nodes are the same because the recovery type is `store`, meaning they were read from local storage on node start.\n", - "value": "[\n {\n \"index\": \"my-index-000001 \",\n \"shard\": \"0\",\n \"time\": \"13ms\",\n \"type\": \"store\",\n \"stage\": \"done\",\n \"source_host\": \"n/a\",\n \"source_node\": \"n/a\",\n \"target_host\": \"127.0.0.1\",\n \"target_node\": \"node-0\",\n \"repository\": \"n/a\",\n \"snapshot\": \"n/a\",\n \"files\": \"0\",\n \"files_recovered\": \"0\",\n \"files_percent\": \"100.0%\",\n \"files_total\": \"13\",\n \"bytes\": \"0b\",\n \"bytes_recovered\": \"0b\",\n \"bytes_percent\": \"100.0%\",\n \"bytes_total\": \"9928b\",\n \"translog_ops\": \"0\",\n \"translog_ops_recovered\": \"0\",\n \"translog_ops_percent\": \"100.0%\"\n }\n]" + "value": [ + { + "bytes": "0b", + "bytes_percent": "100.0%", + "bytes_recovered": "0b", + "bytes_total": "9928b", + "files": "0", + "files_percent": "100.0%", + "files_recovered": "0", + "files_total": "13", + "index": "my-index-000001 ", + "repository": "n/a", + "shard": "0", + "snapshot": "n/a", + "source_host": "n/a", + "source_node": "n/a", + "stage": "done", + "target_host": "127.0.0.1", + "target_node": "node-0", + "time": "13ms", + "translog_ops": "0", + "translog_ops_percent": "100.0%", + "translog_ops_recovered": "0", + "type": "store" + } + ] }, "CatRecoveryResponseExample2": { "summary": "A live shard recovery", @@ -100426,154 +105617,393 @@ "CatRecoveryResponseExample3": { "summary": "A snapshot recovery", "description": "A successful response from `GET _cat/recovery?v=true&h=i,s,t,ty,st,rep,snap,f,fp,b,bp&format=json`. You can restore backups of an index using the snapshot and restore API. You can use the cat recovery API to get information about a snapshot recovery.\n", - "value": "[\n {\n \"i\": \"my-index-000001\",\n \"s\": \"0\",\n \"t\": \"1978ms\",\n \"ty\": \"snapshot\",\n \"st\": \"done\",\n \"rep\": \"my-repo\",\n \"snap\": \"snap-1\",\n \"f\": \"79\",\n \"fp\": \"8.0%\",\n \"b\": \"12086\",\n \"bp\": \"9.0%\"\n }\n]" + "value": [ + { + "b": "12086", + "bp": "9.0%", + "f": "79", + "fp": "8.0%", + "i": "my-index-000001", + "rep": "my-repo", + "s": "0", + "snap": "snap-1", + "st": "done", + "t": "1978ms", + "ty": "snapshot" + } + ] } } } } }, - "cat.segments:200": { + "cat.segments-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.segments:SegmentsRecord" + "$ref": "#/components/schemas/cat.segments.SegmentsRecord" } }, "examples": { "CatSegmentsResponseExample1": { "description": "A successful response from `GET /_cat/segments?v=true&format=json`.\n", - "value": "[\n {\n \"index\": \"test\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"ip\": \"127.0.0.1\",\n \"segment\": \"_0\",\n \"generation\": \"0\",\n \"docs.count\": \"1\",\n \"docs.deleted\": \"0\",\n \"size\": \"3kb\",\n \"size.memory\": \"0\",\n \"committed\": \"false\",\n \"searchable\": \"true\",\n \"version\": \"9.12.0\",\n \"compound\": \"true\"\n },\n {\n \"index\": \"test1\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"ip\": \"127.0.0.1\",\n \"segment\": \"_0\",\n \"generation\": \"0\",\n \"docs.count\": \"1\",\n \"docs.deleted\": \"0\",\n \"size\": \"3kb\",\n \"size.memory\": \"0\",\n \"committed\": \"false\",\n \"searchable\": \"true\",\n \"version\": \"9.12.0\",\n \"compound\": \"true\"\n }\n]" + "value": [ + { + "committed": "false", + "compound": "true", + "docs.count": "1", + "docs.deleted": "0", + "generation": "0", + "index": "test", + "ip": "127.0.0.1", + "prirep": "p", + "searchable": "true", + "segment": "_0", + "shard": "0", + "size": "3kb", + "size.memory": "0", + "version": "9.12.0" + }, + { + "committed": "false", + "compound": "true", + "docs.count": "1", + "docs.deleted": "0", + "generation": "0", + "index": "test1", + "ip": "127.0.0.1", + "prirep": "p", + "searchable": "true", + "segment": "_0", + "shard": "0", + "size": "3kb", + "size.memory": "0", + "version": "9.12.0" + } + ] } } } } }, - "cat.shards:200": { + "cat.shards-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.shards:ShardsRecord" + "$ref": "#/components/schemas/cat.shards.ShardsRecord" } }, "examples": { "CatShardsResponseExample1": { "summary": "A single data stream or index", "description": "A successful response from `GET _cat/shards?format=json`.\n", - "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"STARTED\",\n \"docs\": \"3014\",\n \"store\": \"31.1mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.10\",\n \"node\": \"H5dfFeA\"\n }\n]" + "value": [ + { + "dataset": "249b", + "docs": "3014", + "index": "my-index-000001", + "ip": "192.168.56.10", + "node": "H5dfFeA", + "prirep": "p", + "shard": "0", + "state": "STARTED", + "store": "31.1mb" + } + ] }, "CatShardsResponseExample2": { "summary": "A wildcard pattern", "description": "A successful response from `GET _cat/shards/my-index-*?format=json`. It returns information for any data streams or indices beginning with `my-index-`.\n", - "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"STARTED\",\n \"docs\": \"3014\",\n \"store\": \"31.1mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.10\",\n \"node\": \"H5dfFeA\"\n }\n]" + "value": [ + { + "dataset": "249b", + "docs": "3014", + "index": "my-index-000001", + "ip": "192.168.56.10", + "node": "H5dfFeA", + "prirep": "p", + "shard": "0", + "state": "STARTED", + "store": "31.1mb" + } + ] }, "CatShardsResponseExample3": { "summary": "A relocating shard", "description": "A successful response from `GET _cat/shards?format=json`. The `RELOCATING` value in the `state` column indicates the index shard is relocating.\n", - "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"RELOCATING\",\n \"docs\": \"3014\",\n \"store\": \"31.1mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.10\",\n \"node\": \"H5dfFeA -> -> 192.168.56.30 bGG90GE\"\n }\n]" + "value": [ + { + "dataset": "249b", + "docs": "3014", + "index": "my-index-000001", + "ip": "192.168.56.10", + "node": "H5dfFeA -> -> 192.168.56.30 bGG90GE", + "prirep": "p", + "shard": "0", + "state": "RELOCATING", + "store": "31.1mb" + } + ] }, "CatShardsResponseExample4": { "summary": "Shard states", "description": "A successful response from `GET _cat/shards?format=json`. Before a shard is available for use, it goes through an `INITIALIZING` state. You can use the cat shards API to see which shards are initializing.\n", - "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"STARTED\",\n \"docs\": \"3014\",\n \"store\": \"31.1mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.10\",\n \"node\": \"H5dfFeA\"\n },\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"r\",\n \"state\": \"INITIALIZING\",\n \"docs\": \"0\",\n \"store\": \"14.3mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.30\",\n \"node\": \"bGG90GE\"\n }\n]" + "value": [ + { + "dataset": "249b", + "docs": "3014", + "index": "my-index-000001", + "ip": "192.168.56.10", + "node": "H5dfFeA", + "prirep": "p", + "shard": "0", + "state": "STARTED", + "store": "31.1mb" + }, + { + "dataset": "249b", + "docs": "0", + "index": "my-index-000001", + "ip": "192.168.56.30", + "node": "bGG90GE", + "prirep": "r", + "shard": "0", + "state": "INITIALIZING", + "store": "14.3mb" + } + ] }, "CatShardsResponseExample5": { "summary": "Reasons for unassigned shards", "description": "A successful response from `GET _cat/shards?h=index,shard,prirep,state,unassigned.reason&format=json`. It includes the `unassigned.reason` column, which indicates why a shard is unassigned.\n", - "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"STARTED\",\n \"unassigned.reason\": \"3014 31.1mb 192.168.56.10 H5dfFeA\"\n },\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"r\",\n \"state\": \"STARTED\",\n \"unassigned.reason\": \"3014 31.1mb 192.168.56.30 bGG90GE\"\n },\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"r\",\n \"state\": \"STARTED\",\n \"unassigned.reason\": \"3014 31.1mb 192.168.56.20 I8hydUG\"\n },\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"r\",\n \"state\": \"UNASSIGNED\",\n \"unassigned.reason\": \"ALLOCATION_FAILED\"\n }\n]" + "value": [ + { + "index": "my-index-000001", + "prirep": "p", + "shard": "0", + "state": "STARTED", + "unassigned.reason": "3014 31.1mb 192.168.56.10 H5dfFeA" + }, + { + "index": "my-index-000001", + "prirep": "r", + "shard": "0", + "state": "STARTED", + "unassigned.reason": "3014 31.1mb 192.168.56.30 bGG90GE" + }, + { + "index": "my-index-000001", + "prirep": "r", + "shard": "0", + "state": "STARTED", + "unassigned.reason": "3014 31.1mb 192.168.56.20 I8hydUG" + }, + { + "index": "my-index-000001", + "prirep": "r", + "shard": "0", + "state": "UNASSIGNED", + "unassigned.reason": "ALLOCATION_FAILED" + } + ] } } } } }, - "cat.snapshots:200": { + "cat.snapshots-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.snapshots:SnapshotsRecord" + "$ref": "#/components/schemas/cat.snapshots.SnapshotsRecord" } }, "examples": { "CatSnapshotsResponseExample1": { "description": "A successful response from `GET /_cat/snapshots/repo1?v=true&s=id&format=json`.\n", - "value": "[\n {\n \"id\": \"snap1\",\n \"repository\": \"repo1\",\n \"status\": \"FAILED\",\n \"start_epoch\": \"1445616705\",\n \"start_time\": \"18:11:45\",\n \"end_epoch\": \"1445616978\",\n \"end_time\": \"18:16:18\",\n \"duration\": \"4.6m\",\n \"indices\": \"1\",\n \"successful_shards\": \"4\",\n \"failed_shards\": \"1\",\n \"total_shards\": \"5\"\n },\n {\n \"id\": \"snap2\",\n \"repository\": \"repo1\",\n \"status\": \"SUCCESS\",\n \"start_epoch\": \"1445634298\",\n \"start_time\": \"23:04:58\",\n \"end_epoch\": \"1445634672\",\n \"end_time\": \"23:11:12\",\n \"duration\": \"6.2m\",\n \"indices\": \"2\",\n \"successful_shards\": \"10\",\n \"failed_shards\": \"0\",\n \"total_shards\": \"10\"\n }\n]" + "value": [ + { + "duration": "4.6m", + "end_epoch": "1445616978", + "end_time": "18:16:18", + "failed_shards": "1", + "id": "snap1", + "indices": "1", + "repository": "repo1", + "start_epoch": "1445616705", + "start_time": "18:11:45", + "status": "FAILED", + "successful_shards": "4", + "total_shards": "5" + }, + { + "duration": "6.2m", + "end_epoch": "1445634672", + "end_time": "23:11:12", + "failed_shards": "0", + "id": "snap2", + "indices": "2", + "repository": "repo1", + "start_epoch": "1445634298", + "start_time": "23:04:58", + "status": "SUCCESS", + "successful_shards": "10", + "total_shards": "10" + } + ] } } } } }, - "cat.templates:200": { + "cat.templates-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.templates:TemplatesRecord" + "$ref": "#/components/schemas/cat.templates.TemplatesRecord" } }, "examples": { "CatTemplatesResponseExample1": { "description": "A successful response from `GET _cat/templates/my-template-*?v=true&s=name&format=json`.\n", - "value": "[\n {\n \"name\": \"my-template-0\",\n \"index_patterns\": \"[te*]\",\n \"order\": \"500\",\n \"version\": null,\n \"composed_of\": \"[]\"\n },\n {\n \"name\": \"my-template-1\",\n \"index_patterns\": \"[tea*]\",\n \"order\": \"501\",\n \"version\": null,\n \"composed_of\": \"[]\"\n },\n {\n \"name\": \"my-template-2\",\n \"index_patterns\": \"[teak*]\",\n \"order\": \"502\",\n \"version\": \"7\",\n \"composed_of\": \"[]\"\n }\n]" + "value": [ + { + "composed_of": "[]", + "index_patterns": "[te*]", + "name": "my-template-0", + "order": "500", + "version": null + }, + { + "composed_of": "[]", + "index_patterns": "[tea*]", + "name": "my-template-1", + "order": "501", + "version": null + }, + { + "composed_of": "[]", + "index_patterns": "[teak*]", + "name": "my-template-2", + "order": "502", + "version": "7" + } + ] } } } } }, - "cat.thread_pool:200": { + "cat.thread_pool-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.thread_pool:ThreadPoolRecord" + "$ref": "#/components/schemas/cat.thread_pool.ThreadPoolRecord" } }, "examples": { "CatThreadPoolResponseExample1": { "summary": "Default columns", "description": "A successful response from `GET /_cat/thread_pool?format=json`.\n", - "value": "[\n {\n \"node_name\": \"node-0\",\n \"name\": \"analyze\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n },\n {\n \"node_name\": \"node-0\",\n \"name\": \"fetch_shard_started\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n },\n {\n \"node_name\": \"node-0\",\n \"name\": \"fetch_shard_store\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n },\n {\n \"node_name\": \"node-0\",\n \"name\": \"flush\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n },\n {\n \"node_name\": \"node-0\",\n \"name\": \"write\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n }\n]" + "value": [ + { + "active": "0", + "name": "analyze", + "node_name": "node-0", + "queue": "0", + "rejected": "0" + }, + { + "active": "0", + "name": "fetch_shard_started", + "node_name": "node-0", + "queue": "0", + "rejected": "0" + }, + { + "active": "0", + "name": "fetch_shard_store", + "node_name": "node-0", + "queue": "0", + "rejected": "0" + }, + { + "active": "0", + "name": "flush", + "node_name": "node-0", + "queue": "0", + "rejected": "0" + }, + { + "active": "0", + "name": "write", + "node_name": "node-0", + "queue": "0", + "rejected": "0" + } + ] }, "CatThreadPoolResponseExample2": { "summary": "Explicit columns", "description": "A successful response from `GET /_cat/thread_pool/generic?v=true&h=id,name,active,rejected,completed&format=json`. It returns the `id`, `name`, `active`, `rejected`, and `completed` columns. It also limits returned information to the generic thread pool.\n", - "value": "[\n {\n \"id\": \"0EWUhXeBQtaVGlexUeVwMg\",\n \"name\": \"generic\",\n \"active\": \"0\",\n \"rejected\": \"0\",\n \"completed\": \"70\"\n }\n]" + "value": [ + { + "active": "0", + "completed": "70", + "id": "0EWUhXeBQtaVGlexUeVwMg", + "name": "generic", + "rejected": "0" + } + ] } } } } }, - "cat.transforms:200": { + "cat.transforms-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.transforms:TransformsRecord" + "$ref": "#/components/schemas/cat.transforms.TransformsRecord" } }, "examples": { "CatTransformsResponseExample1": { "description": "A successful response from `GET /_cat/transforms?v=true&format=json`.", - "value": "[\n {\n \"id\" : \"ecommerce_transform\",\n \"state\" : \"started\",\n \"checkpoint\" : \"1\",\n \"documents_processed\" : \"705\",\n \"checkpoint_progress\" : \"100.00\",\n \"changes_last_detection_time\" : null\n }\n]" + "value": [ + { + "changes_last_detection_time": null, + "checkpoint": "1", + "checkpoint_progress": "100.00", + "documents_processed": "705", + "id": "ecommerce_transform", + "state": "started" + } + ] } } } } }, - "ccr.get_auto_follow_pattern:200": { + "ccr.get_auto_follow_pattern-200": { "description": "", "content": { "application/json": { @@ -100583,7 +106013,7 @@ "patterns": { "type": "array", "items": { - "$ref": "#/components/schemas/ccr.get_auto_follow_pattern:AutoFollowPattern" + "$ref": "#/components/schemas/ccr.get_auto_follow_pattern.AutoFollowPattern" } } }, @@ -100594,13 +106024,30 @@ "examples": { "GetAutoFollowPatternResponseExample1": { "description": "A successful response from `GET /_ccr/auto_follow/my_auto_follow_pattern`, which gets auto-follow patterns.", - "value": "{\n \"patterns\": [\n {\n \"name\": \"my_auto_follow_pattern\",\n \"pattern\": {\n \"active\": true,\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index_patterns\" :\n [\n \"leader_index*\"\n ],\n \"leader_index_exclusion_patterns\":\n [\n \"leader_index_001\"\n ],\n \"follow_index_pattern\" : \"{{leader_index}}-follower\"\n }\n }\n ]\n}" + "value": { + "patterns": [ + { + "name": "my_auto_follow_pattern", + "pattern": { + "active": true, + "follow_index_pattern": "{{leader_index}}-follower", + "leader_index_exclusion_patterns": [ + "leader_index_001" + ], + "leader_index_patterns": [ + "leader_index*" + ], + "remote_cluster": "remote_cluster" + } + } + ] + } } } } } }, - "clear_scroll:200": { + "clear_scroll-200": { "description": "", "content": { "application/json": { @@ -100624,7 +106071,7 @@ } } }, - "cluster.allocation_explain:200": { + "cluster.allocation_explain-200": { "description": "", "content": { "application/json": { @@ -100635,55 +106082,55 @@ "type": "string" }, "allocation_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "allocation_delay_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "can_allocate": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "can_move_to_other_node": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "can_rebalance_cluster": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "can_rebalance_cluster_decisions": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationDecision" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationDecision" } }, "can_rebalance_to_other_node": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "can_remain_decisions": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:AllocationDecision" + "$ref": "#/components/schemas/cluster.allocation_explain.AllocationDecision" } }, "can_remain_on_current_node": { - "$ref": "#/components/schemas/cluster.allocation_explain:Decision" + "$ref": "#/components/schemas/cluster.allocation_explain.Decision" }, "cluster_info": { - "$ref": "#/components/schemas/cluster.allocation_explain:ClusterInfo" + "$ref": "#/components/schemas/cluster.allocation_explain.ClusterInfo" }, "configured_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "configured_delay_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "current_node": { - "$ref": "#/components/schemas/cluster.allocation_explain:CurrentNode" + "$ref": "#/components/schemas/cluster.allocation_explain.CurrentNode" }, "current_state": { "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "move_explanation": { "type": "string" @@ -100691,7 +106138,7 @@ "node_allocation_decisions": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster.allocation_explain:NodeAllocationExplanation" + "$ref": "#/components/schemas/cluster.allocation_explain.NodeAllocationExplanation" } }, "primary": { @@ -100701,16 +106148,16 @@ "type": "string" }, "remaining_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "remaining_delay_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "shard": { "type": "number" }, "unassigned_info": { - "$ref": "#/components/schemas/cluster.allocation_explain:UnassignedInformation" + "$ref": "#/components/schemas/cluster.allocation_explain.UnassignedInformation" }, "note": { "type": "string" @@ -100727,7 +106174,49 @@ "ClusterAllocationExplainResponseExample1": { "summary": "Conflicting settings", "description": "An example of an allocation explanation for an unassigned primary shard. In this example, a newly created index has an index setting that requires that it only be allocated to a node named `nonexistent_node`, which does not exist, so the index is unable to allocate.\n", - "value": "{\n \"index\" : \"my-index-000001\",\n \"shard\" : 0,\n \"primary\" : true,\n \"current_state\" : \"unassigned\",\n \"unassigned_info\" : {\n \"reason\" : \"INDEX_CREATED\",\n \"at\" : \"2017-01-04T18:08:16.600Z\",\n \"last_allocation_status\" : \"no\"\n },\n \"can_allocate\" : \"no\",\n \"allocate_explanation\" : \"Elasticsearch isn't allowed to allocate this shard to any of the nodes in the cluster. Choose a node to which you expect this shard to be allocated, find this node in the node-by-node explanation, and address the reasons which prevent Elasticsearch from allocating this shard there.\",\n \"node_allocation_decisions\" : [\n {\n \"node_id\" : \"8qt2rY-pT6KNZB3-hGfLnw\",\n \"node_name\" : \"node-0\",\n \"transport_address\" : \"127.0.0.1:9401\",\n \"roles\" : [\"data\", \"data_cold\", \"data_content\", \"data_frozen\", \"data_hot\", \"data_warm\", \"ingest\", \"master\", \"ml\", \"remote_cluster_client\", \"transform\"],\n \"node_attributes\" : {},\n \"node_decision\" : \"no\",\n \"weight_ranking\" : 1,\n \"deciders\" : [\n {\n \"decider\" : \"filter\",\n \"decision\" : \"NO\",\n \"explanation\" : \"node does not match index setting [index.routing.allocation.include] filters [_name:\\\"nonexistent_node\\\"]\"\n }\n ]\n }\n ]\n}" + "value": { + "allocate_explanation": "Elasticsearch isn't allowed to allocate this shard to any of the nodes in the cluster. Choose a node to which you expect this shard to be allocated, find this node in the node-by-node explanation, and address the reasons which prevent Elasticsearch from allocating this shard there.", + "can_allocate": "no", + "current_state": "unassigned", + "index": "my-index-000001", + "node_allocation_decisions": [ + { + "deciders": [ + { + "decider": "filter", + "decision": "NO", + "explanation": "node does not match index setting [index.routing.allocation.include] filters [_name:\"nonexistent_node\"]" + } + ], + "node_attributes": {}, + "node_decision": "no", + "node_id": "8qt2rY-pT6KNZB3-hGfLnw", + "node_name": "node-0", + "roles": [ + "data", + "data_cold", + "data_content", + "data_frozen", + "data_hot", + "data_warm", + "ingest", + "master", + "ml", + "remote_cluster_client", + "transform" + ], + "transport_address": "127.0.0.1:9401", + "weight_ranking": 1 + } + ], + "primary": true, + "shard": 0, + "unassigned_info": { + "at": "2017-01-04T18:08:16.600Z", + "last_allocation_status": "no", + "reason": "INDEX_CREATED" + } + } }, "ClusterAllocationExplainResponseExample2": { "summary": "Maximum retries", @@ -100738,7 +106227,7 @@ } } }, - "cluster.get_component_template:200": { + "cluster.get_component_template-200": { "description": "", "content": { "application/json": { @@ -100748,7 +106237,7 @@ "component_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplate" + "$ref": "#/components/schemas/cluster._types.ComponentTemplate" } } }, @@ -100759,33 +106248,49 @@ } } }, - "cluster.health:200": { + "cluster.health-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/cluster.health:HealthResponseBody" + "$ref": "#/components/schemas/cluster.health.HealthResponseBody" }, "examples": { "ClusterHealthResponseExample1": { "description": "A successful response from `GET _cluster/health`. It is the health status of a quiet single node cluster with a single index with one shard and one replica.\n", - "value": "{\n \"cluster_name\" : \"testcluster\",\n \"status\" : \"yellow\",\n \"timed_out\" : false,\n \"number_of_nodes\" : 1,\n \"number_of_data_nodes\" : 1,\n \"active_primary_shards\" : 1,\n \"active_shards\" : 1,\n \"relocating_shards\" : 0,\n \"initializing_shards\" : 0,\n \"unassigned_shards\" : 1,\n \"delayed_unassigned_shards\": 0,\n \"number_of_pending_tasks\" : 0,\n \"number_of_in_flight_fetch\": 0,\n \"task_max_waiting_in_queue_millis\": 0,\n \"active_shards_percent_as_number\": 50.0\n}" + "value": { + "active_primary_shards": 1, + "active_shards": 1, + "active_shards_percent_as_number": 50.0, + "cluster_name": "testcluster", + "delayed_unassigned_shards": 0, + "initializing_shards": 0, + "number_of_data_nodes": 1, + "number_of_in_flight_fetch": 0, + "number_of_nodes": 1, + "number_of_pending_tasks": 0, + "relocating_shards": 0, + "status": "yellow", + "task_max_waiting_in_queue_millis": 0, + "timed_out": false, + "unassigned_shards": 1 + } } } } } }, - "cluster.put_component_template:200": { + "cluster.put_component_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "cluster.state:200": { + "cluster.state-200": { "description": "", "content": { "application/json": { @@ -100795,17 +106300,17 @@ } } }, - "cluster.stats:200": { + "cluster.stats-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/cluster.stats:StatsResponseBase" + "$ref": "#/components/schemas/cluster.stats.StatsResponseBase" } } } }, - "connector.put:200": { + "connector.put-200": { "description": "", "content": { "application/json": { @@ -100813,10 +106318,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -100826,13 +106331,16 @@ }, "examples": { "ConnectorPutResponseExample1": { - "value": "{\n \"result\": \"created\",\n \"id\": \"my-connector\"\n}" + "value": { + "id": "my-connector", + "result": "created" + } } } } } }, - "count:200": { + "count-200": { "description": "", "content": { "application/json": { @@ -100843,7 +106351,7 @@ "type": "number" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -100854,23 +106362,31 @@ "examples": { "CountResponseExample1": { "description": "A successful response from `GET /my-index-000001/_count?q=user:kimchy`.", - "value": "{\n \"count\": 1,\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"skipped\": 0,\n \"failed\": 0\n }\n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 1, + "total": 1 + }, + "count": 1 + } } } } } }, - "create:200": { + "create-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" } } } }, - "enrich.get_policy:200": { + "enrich.get_policy-200": { "description": "", "content": { "application/json": { @@ -100880,7 +106396,7 @@ "policies": { "type": "array", "items": { - "$ref": "#/components/schemas/enrich._types:Summary" + "$ref": "#/components/schemas/enrich._types.Summary" } } }, @@ -100891,24 +106407,86 @@ } } }, - "eql.search:200": { + "eql.search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/eql._types:EqlSearchResponseBase" + "$ref": "#/components/schemas/eql._types.EqlSearchResponseBase" }, "examples": { "EqlSearchResponseExample2": { "summary": "A successful response for performing search with an EQL query.", "description": "", - "value": "{\n \"is_partial\": false,\n \"is_running\": false,\n \"took\": 6,\n \"timed_out\": false,\n \"hits\": {\n \"total\": {\n \"value\": 1,\n \"relation\": \"eq\"\n },\n \"sequences\": [\n {\n \"join_keys\": [\n 2012\n ],\n \"events\": [\n {\n \"_index\": \".ds-my-data-stream-2099.12.07-000001\",\n \"_id\": \"AtOJ4UjUBAAx3XR5kcCM\",\n \"_source\": {\n \"@timestamp\": \"2099-12-06T11:04:07.000Z\",\n \"event\": {\n \"category\": \"file\",\n \"id\": \"dGCHwoeS\",\n \"sequence\": 2\n },\n \"file\": {\n \"accessed\": \"2099-12-07T11:07:08.000Z\",\n \"name\": \"cmd.exe\",\n \"path\": \"C:\\\\Windows\\\\System32\\\\cmd.exe\",\n \"type\": \"file\",\n \"size\": 16384\n },\n \"process\": {\n \"pid\": 2012,\n \"name\": \"cmd.exe\",\n \"executable\": \"C:\\\\Windows\\\\System32\\\\cmd.exe\"\n }\n }\n },\n {\n \"_index\": \".ds-my-data-stream-2099.12.07-000001\",\n \"_id\": \"OQmfCaduce8zoHT93o4H\",\n \"_source\": {\n \"@timestamp\": \"2099-12-07T11:07:09.000Z\",\n \"event\": {\n \"category\": \"process\",\n \"id\": \"aR3NWVOs\",\n \"sequence\": 4\n },\n \"process\": {\n \"pid\": 2012,\n \"name\": \"regsvr32.exe\",\n \"command_line\": \"regsvr32.exe /s /u /i:https://...RegSvr32.sct scrobj.dll\",\n \"executable\": \"C:\\\\Windows\\\\System32\\\\regsvr32.exe\"\n }\n }\n }\n ]\n }\n ]\n }\n}" + "value": { + "hits": { + "sequences": [ + { + "events": [ + { + "_id": "AtOJ4UjUBAAx3XR5kcCM", + "_index": ".ds-my-data-stream-2099.12.07-000001", + "_source": { + "@timestamp": "2099-12-06T11:04:07.000Z", + "event": { + "category": "file", + "id": "dGCHwoeS", + "sequence": 2 + }, + "file": { + "accessed": "2099-12-07T11:07:08.000Z", + "name": "cmd.exe", + "path": "C:\\Windows\\System32\\cmd.exe", + "size": 16384, + "type": "file" + }, + "process": { + "executable": "C:\\Windows\\System32\\cmd.exe", + "name": "cmd.exe", + "pid": 2012 + } + } + }, + { + "_id": "OQmfCaduce8zoHT93o4H", + "_index": ".ds-my-data-stream-2099.12.07-000001", + "_source": { + "@timestamp": "2099-12-07T11:07:09.000Z", + "event": { + "category": "process", + "id": "aR3NWVOs", + "sequence": 4 + }, + "process": { + "command_line": "regsvr32.exe /s /u /i:https://...RegSvr32.sct scrobj.dll", + "executable": "C:\\Windows\\System32\\regsvr32.exe", + "name": "regsvr32.exe", + "pid": 2012 + } + } + } + ], + "join_keys": [ + 2012 + ] + } + ], + "total": { + "relation": "eq", + "value": 1 + } + }, + "is_partial": false, + "is_running": false, + "timed_out": false, + "took": 6 + } } } } } }, - "explain:200": { + "explain-200": { "description": "", "content": { "application/json": { @@ -100916,19 +106494,19 @@ "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "matched": { "type": "boolean" }, "explanation": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" }, "get": { - "$ref": "#/components/schemas/_types:InlineGet" + "$ref": "#/components/schemas/_types.InlineGet" } }, "required": [ @@ -100940,13 +106518,81 @@ "examples": { "ExplainResponseExample1": { "description": "A successful response from `GET /my-index-000001/_explain/0`.", - "value": "{\n \"_index\":\"my-index-000001\",\n \"_id\":\"0\",\n \"matched\":true,\n \"explanation\":{\n \"value\":1.6943598,\n \"description\":\"weight(message:elasticsearch in 0) [PerFieldSimilarity], result of:\",\n \"details\":[\n {\n \"value\":1.6943598,\n \"description\":\"score(freq=1.0), computed as boost * idf * tf from:\",\n \"details\":[\n {\n \"value\":2.2,\n \"description\":\"boost\",\n \"details\":[]\n },\n {\n \"value\":1.3862944,\n \"description\":\"idf, computed as log(1 + (N - n + 0.5) / (n + 0.5)) from:\",\n \"details\":[\n {\n \"value\":1,\n \"description\":\"n, number of documents containing term\",\n \"details\":[]\n },\n {\n \"value\":5,\n \"description\":\"N, total number of documents with field\",\n \"details\":[]\n }\n ]\n },\n {\n \"value\":0.5555556,\n \"description\":\"tf, computed as freq / (freq + k1 * (1 - b + b * dl / avgdl)) from:\",\n \"details\":[\n {\n \"value\":1.0,\n \"description\":\"freq, occurrences of term within document\",\n \"details\":[]\n },\n {\n \"value\":1.2,\n \"description\":\"k1, term saturation parameter\",\n \"details\":[]\n },\n {\n \"value\":0.75,\n \"description\":\"b, length normalization parameter\",\n \"details\":[]\n },\n {\n \"value\":3.0,\n \"description\":\"dl, length of field\",\n \"details\":[]\n },\n {\n \"value\":5.4,\n \"description\":\"avgdl, average length of field\",\n \"details\":[]\n }\n ]\n }\n ]\n }\n ]\n }\n}" + "value": { + "_id": "0", + "_index": "my-index-000001", + "explanation": { + "description": "weight(message:elasticsearch in 0) [PerFieldSimilarity], result of:", + "details": [ + { + "description": "score(freq=1.0), computed as boost * idf * tf from:", + "details": [ + { + "description": "boost", + "details": [], + "value": 2.2 + }, + { + "description": "idf, computed as log(1 + (N - n + 0.5) / (n + 0.5)) from:", + "details": [ + { + "description": "n, number of documents containing term", + "details": [], + "value": 1 + }, + { + "description": "N, total number of documents with field", + "details": [], + "value": 5 + } + ], + "value": 1.3862944 + }, + { + "description": "tf, computed as freq / (freq + k1 * (1 - b + b * dl / avgdl)) from:", + "details": [ + { + "description": "freq, occurrences of term within document", + "details": [], + "value": 1.0 + }, + { + "description": "k1, term saturation parameter", + "details": [], + "value": 1.2 + }, + { + "description": "b, length normalization parameter", + "details": [], + "value": 0.75 + }, + { + "description": "dl, length of field", + "details": [], + "value": 3.0 + }, + { + "description": "avgdl, average length of field", + "details": [], + "value": 5.4 + } + ], + "value": 0.5555556 + } + ], + "value": 1.6943598 + } + ], + "value": 1.6943598 + }, + "matched": true + } } } } } }, - "field_caps:200": { + "field_caps-200": { "description": "", "content": { "application/json": { @@ -100954,14 +106600,14 @@ "type": "object", "properties": { "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "fields": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.field_caps:FieldCapability" + "$ref": "#/components/schemas/_global.field_caps.FieldCapability" } } } @@ -100975,18 +106621,104 @@ "FieldCapabilitiesResponseExample1": { "summary": "Get two fields", "description": "A successful response from `GET _field_caps?fields=rating,title`. The field `rating` is defined as a long in `index1` and `index2` and as a `keyword` in `index3` and `index4`. The field `rating` is not aggregatable in `index1`. The field `rating` is not searchable in `index4`. The field `title` is defined as text in all indices.\n", - "value": "{\n \"indices\": [ \"index1\", \"index2\", \"index3\", \"index4\", \"index5\" ],\n \"fields\": {\n \"rating\": { \n \"long\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false,\n \"indices\": [ \"index1\", \"index2\" ],\n \"non_aggregatable_indices\": [ \"index1\" ] \n },\n \"keyword\": {\n \"metadata_field\": false,\n \"searchable\": false,\n \"aggregatable\": true,\n \"indices\": [ \"index3\", \"index4\" ],\n \"non_searchable_indices\": [ \"index4\" ] \n }\n },\n \"title\": { \n \"text\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false\n }\n }\n }\n}" + "value": { + "fields": { + "rating": { + "keyword": { + "aggregatable": true, + "indices": [ + "index3", + "index4" + ], + "metadata_field": false, + "non_searchable_indices": [ + "index4" + ], + "searchable": false + }, + "long": { + "aggregatable": false, + "indices": [ + "index1", + "index2" + ], + "metadata_field": false, + "non_aggregatable_indices": [ + "index1" + ], + "searchable": true + } + }, + "title": { + "text": { + "aggregatable": false, + "metadata_field": false, + "searchable": true + } + } + }, + "indices": [ + "index1", + "index2", + "index3", + "index4", + "index5" + ] + } }, "FieldCapabilitiesResponseExample2": { "summary": "Get unmapped fields", "description": "A successful response from `GET _field_caps?fields=rating,title&include_unmapped`. The response contains an entry for each field that is present in some indices but not all. For example, the `rating` and `title` fields are unmapped in `index5`.\n", - "value": "{\n \"indices\": [ \"index1\", \"index2\", \"index3\", \"index4\", \"index5\" ],\n \"fields\": {\n \"rating\": { \n \"long\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false,\n \"indices\": [ \"index1\", \"index2\" ],\n \"non_aggregatable_indices\": [ \"index1\" ] \n },\n \"keyword\": {\n \"metadata_field\": false,\n \"searchable\": false,\n \"aggregatable\": true,\n \"indices\": [ \"index3\", \"index4\" ],\n \"non_searchable_indices\": [ \"index4\" ] \n }\n },\n \"title\": { \n \"text\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false\n }\n }\n }\n}" + "value": { + "fields": { + "rating": { + "keyword": { + "aggregatable": true, + "indices": [ + "index3", + "index4" + ], + "metadata_field": false, + "non_searchable_indices": [ + "index4" + ], + "searchable": false + }, + "long": { + "aggregatable": false, + "indices": [ + "index1", + "index2" + ], + "metadata_field": false, + "non_aggregatable_indices": [ + "index1" + ], + "searchable": true + } + }, + "title": { + "text": { + "aggregatable": false, + "metadata_field": false, + "searchable": true + } + } + }, + "indices": [ + "index1", + "index2", + "index3", + "index4", + "index5" + ] + } } } } } }, - "fleet.msearch:200": { + "fleet.msearch-200": { "description": "", "content": { "application/json": { @@ -100996,7 +106728,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:ResponseItem" + "$ref": "#/components/schemas/_global.msearch.ResponseItem" } } }, @@ -101007,7 +106739,7 @@ } } }, - "fleet.search:200": { + "fleet.search-200": { "description": "", "content": { "application/json": { @@ -101021,19 +106753,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -101048,20 +106780,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -101079,7 +106811,7 @@ } } }, - "graph.explore:200": { + "graph.explore-200": { "description": "", "content": { "application/json": { @@ -101089,13 +106821,13 @@ "connections": { "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:Connection" + "$ref": "#/components/schemas/graph._types.Connection" } }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } }, "timed_out": { @@ -101107,7 +106839,7 @@ "vertices": { "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:Vertex" + "$ref": "#/components/schemas/graph._types.Vertex" } } }, @@ -101122,7 +106854,7 @@ } } }, - "health_report:200": { + "health_report-200": { "description": "", "content": { "application/json": { @@ -101133,10 +106865,10 @@ "type": "string" }, "indicators": { - "$ref": "#/components/schemas/_global.health_report:Indicators" + "$ref": "#/components/schemas/_global.health_report.Indicators" }, "status": { - "$ref": "#/components/schemas/_global.health_report:IndicatorHealthStatus" + "$ref": "#/components/schemas/_global.health_report.IndicatorHealthStatus" } }, "required": [ @@ -101147,48 +106879,102 @@ } } }, - "ilm.get_lifecycle:200": { + "ilm.get_lifecycle-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ilm.get_lifecycle:Lifecycle" + "$ref": "#/components/schemas/ilm.get_lifecycle.Lifecycle" } }, "examples": { "GetLifecycleResponseExample1": { "description": "A successful response when retrieving a lifecycle policy.", - "value": "{\n \"my_policy\": {\n \"version\": 1,\n \"modified_date\": 82392349,\n \"policy\": {\n \"phases\": {\n \"warm\": {\n \"min_age\": \"10d\",\n \"actions\": {\n \"forcemerge\": {\n \"max_num_segments\": 1\n }\n }\n },\n \"delete\": {\n \"min_age\": \"30d\",\n \"actions\": {\n \"delete\": {\n \"delete_searchable_snapshot\": true\n }\n }\n }\n }\n },\n \"in_use_by\" : {\n \"indices\" : [],\n \"data_streams\" : [],\n \"composable_templates\" : []\n }\n }\n}" + "value": { + "my_policy": { + "in_use_by": { + "composable_templates": [], + "data_streams": [], + "indices": [] + }, + "modified_date": 82392349, + "policy": { + "phases": { + "delete": { + "actions": { + "delete": { + "delete_searchable_snapshot": true + } + }, + "min_age": "30d" + }, + "warm": { + "actions": { + "forcemerge": { + "max_num_segments": 1 + } + }, + "min_age": "10d" + } + } + }, + "version": 1 + } + } } } } } }, - "index:200": { + "index-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, "examples": { "IndexResponseExample1": { "summary": "Automate document IDs", "description": "A successful response from `POST my-index-000001/_doc/`, which contains an automated document ID.", - "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"W0tpsmIBdwcYyG50zbta\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"result\": \"created\"\n}" + "value": { + "_id": "W0tpsmIBdwcYyG50zbta", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 0, + "_shards": { + "failed": 0, + "successful": 2, + "total": 2 + }, + "_version": 1, + "result": "created" + } }, "IndexResponseExample2": { "summary": "Define document IDs", "description": "A successful response from `PUT my-index-000001/_doc/1`.", - "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"result\": \"created\"\n}" + "value": { + "_id": "1", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 0, + "_shards": { + "failed": 0, + "successful": 2, + "total": 2 + }, + "_version": 1, + "result": "created" + } } } } } }, - "indices.analyze:200": { + "indices.analyze-200": { "description": "", "content": { "application/json": { @@ -101196,12 +106982,12 @@ "type": "object", "properties": { "detail": { - "$ref": "#/components/schemas/indices.analyze:AnalyzeDetail" + "$ref": "#/components/schemas/indices.analyze.AnalyzeDetail" }, "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:AnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.AnalyzeToken" } } } @@ -101209,23 +106995,70 @@ "examples": { "indicesAnalyzeResponseExample7": { "description": "A successful response for an analysis with `explain` set to `true`.", - "value": "{\n \"detail\": {\n \"custom_analyzer\": true,\n \"charfilters\": [],\n \"tokenizer\": {\n \"name\": \"standard\",\n \"tokens\": [\n {\n \"token\": \"detailed\",\n \"start_offset\": 0,\n \"end_offset\": 8,\n \"type\": \"\",\n \"position\": 0\n },\n {\n \"token\": \"output\",\n \"start_offset\": 9,\n \"end_offset\": 15,\n \"type\": \"\",\n \"position\": 1\n }\n ]\n },\n \"tokenfilters\": [\n {\n \"name\": \"snowball\",\n \"tokens\": [\n {\n \"token\": \"detail\",\n \"start_offset\": 0,\n \"end_offset\": 8,\n \"type\": \"\",\n \"position\": 0,\n \"keyword\": false\n },\n {\n \"token\": \"output\",\n \"start_offset\": 9,\n \"end_offset\": 15,\n \"type\": \"\",\n \"position\": 1,\n \"keyword\": false\n }\n ]\n }\n ]\n }\n}" + "value": { + "detail": { + "charfilters": [], + "custom_analyzer": true, + "tokenfilters": [ + { + "name": "snowball", + "tokens": [ + { + "end_offset": 8, + "keyword": false, + "position": 0, + "start_offset": 0, + "token": "detail", + "type": "" + }, + { + "end_offset": 15, + "keyword": false, + "position": 1, + "start_offset": 9, + "token": "output", + "type": "" + } + ] + } + ], + "tokenizer": { + "name": "standard", + "tokens": [ + { + "end_offset": 8, + "position": 0, + "start_offset": 0, + "token": "detailed", + "type": "" + }, + { + "end_offset": 15, + "position": 1, + "start_offset": 9, + "token": "output", + "type": "" + } + ] + } + } + } } } } } }, - "indices.clear_cache:200": { + "indices.clear_cache-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" } } } }, - "indices.clone:200": { + "indices.clone-200": { "description": "", "content": { "application/json": { @@ -101236,7 +107069,7 @@ "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards_acknowledged": { "type": "boolean" @@ -101251,7 +107084,7 @@ } } }, - "indices.create_from:200": { + "indices.create_from-200": { "description": "", "content": { "application/json": { @@ -101262,7 +107095,7 @@ "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards_acknowledged": { "type": "boolean" @@ -101277,7 +107110,7 @@ } } }, - "indices.data_streams_stats:200": { + "indices.data_streams_stats-200": { "description": "", "content": { "application/json": { @@ -101285,7 +107118,7 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "backing_indices": { "description": "Total number of backing indices for the selected data streams.", @@ -101299,11 +107132,11 @@ "description": "Contains statistics for the selected data streams.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.data_streams_stats:DataStreamsStatsItem" + "$ref": "#/components/schemas/indices.data_streams_stats.DataStreamsStatsItem" } }, "total_store_sizes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "total_store_size_bytes": { "description": "Total size, in bytes, of all shards for the selected data streams.", @@ -101321,62 +107154,88 @@ "examples": { "indicesDataStreamStatsResponseExample1": { "description": "A successful response for retrieving statistics for a data stream.", - "value": "{\n \"_shards\": {\n \"total\": 10,\n \"successful\": 5,\n \"failed\": 0\n },\n \"data_stream_count\": 2,\n \"backing_indices\": 5,\n \"total_store_size\": \"7kb\",\n \"total_store_size_bytes\": 7268,\n \"data_streams\": [\n {\n \"data_stream\": \"my-data-stream\",\n \"backing_indices\": 3,\n \"store_size\": \"3.7kb\",\n \"store_size_bytes\": 3772,\n \"maximum_timestamp\": 1607512028000\n },\n {\n \"data_stream\": \"my-data-stream-two\",\n \"backing_indices\": 2,\n \"store_size\": \"3.4kb\",\n \"store_size_bytes\": 3496,\n \"maximum_timestamp\": 1607425567000\n }\n ]\n}" + "value": { + "_shards": { + "failed": 0, + "successful": 5, + "total": 10 + }, + "backing_indices": 5, + "data_stream_count": 2, + "data_streams": [ + { + "backing_indices": 3, + "data_stream": "my-data-stream", + "maximum_timestamp": 1607512028000, + "store_size": "3.7kb", + "store_size_bytes": 3772 + }, + { + "backing_indices": 2, + "data_stream": "my-data-stream-two", + "maximum_timestamp": 1607425567000, + "store_size": "3.4kb", + "store_size_bytes": 3496 + } + ], + "total_store_size": "7kb", + "total_store_size_bytes": 7268 + } } } } } }, - "indices.delete_alias:200": { + "indices.delete_alias-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.exists_alias:200": { + "indices.exists_alias-200": { "description": "", "content": { "application/json": {} } }, - "indices.flush:200": { + "indices.flush-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" } } } }, - "indices.forcemerge:200": { + "indices.forcemerge-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.forcemerge._types:ForceMergeResponseBody" + "$ref": "#/components/schemas/indices.forcemerge._types.ForceMergeResponseBody" } } } }, - "indices.get_alias:200": { + "indices.get_alias-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_alias:IndexAliases" + "$ref": "#/components/schemas/indices.get_alias.IndexAliases" } } } } }, - "indices.get_data_stream:200": { + "indices.get_data_stream-200": { "description": "", "content": { "application/json": { @@ -101386,7 +107245,7 @@ "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStream" + "$ref": "#/components/schemas/indices._types.DataStream" } } }, @@ -101397,43 +107256,174 @@ "examples": { "indicesGetDataStreamResponseExample1": { "description": "A successful response for retrieving information about a data stream.", - "value": "{\n \"data_streams\": [\n {\n \"name\": \"my-data-stream\",\n \"timestamp_field\": {\n \"name\": \"@timestamp\"\n },\n \"indices\": [\n {\n \"index_name\": \".ds-my-data-stream-2099.03.07-000001\",\n \"index_uuid\": \"xCEhwsp8Tey0-FLNFYVwSg\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n },\n {\n \"index_name\": \".ds-my-data-stream-2099.03.08-000002\",\n \"index_uuid\": \"PA_JquKGSiKcAKBA8DJ5gw\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n }\n ],\n \"generation\": 2,\n \"_meta\": {\n \"my-meta-field\": \"foo\"\n },\n \"status\": \"GREEN\",\n \"next_generation_managed_by\": \"Index Lifecycle Management\",\n \"prefer_ilm\": true,\n \"template\": \"my-index-template\",\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"hidden\": false,\n \"system\": false,\n \"allow_custom_routing\": false,\n \"replicated\": false,\n \"rollover_on_write\": false\n },\n {\n \"name\": \"my-data-stream-two\",\n \"timestamp_field\": {\n \"name\": \"@timestamp\"\n },\n \"indices\": [\n {\n \"index_name\": \".ds-my-data-stream-two-2099.03.08-000001\",\n \"index_uuid\": \"3liBu2SYS5axasRt6fUIpA\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n }\n ],\n \"generation\": 1,\n \"_meta\": {\n \"my-meta-field\": \"foo\"\n },\n \"status\": \"YELLOW\",\n \"next_generation_managed_by\": \"Index Lifecycle Management\",\n \"prefer_ilm\": true,\n \"template\": \"my-index-template\",\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"hidden\": false,\n \"system\": false,\n \"allow_custom_routing\": false,\n \"replicated\": false,\n \"rollover_on_write\": false\n }\n ]\n}" + "value": { + "data_streams": [ + { + "_meta": { + "my-meta-field": "foo" + }, + "allow_custom_routing": false, + "generation": 2, + "hidden": false, + "ilm_policy": "my-lifecycle-policy", + "indices": [ + { + "ilm_policy": "my-lifecycle-policy", + "index_name": ".ds-my-data-stream-2099.03.07-000001", + "index_uuid": "xCEhwsp8Tey0-FLNFYVwSg", + "managed_by": "Index Lifecycle Management", + "prefer_ilm": true + }, + { + "ilm_policy": "my-lifecycle-policy", + "index_name": ".ds-my-data-stream-2099.03.08-000002", + "index_uuid": "PA_JquKGSiKcAKBA8DJ5gw", + "managed_by": "Index Lifecycle Management", + "prefer_ilm": true + } + ], + "name": "my-data-stream", + "next_generation_managed_by": "Index Lifecycle Management", + "prefer_ilm": true, + "replicated": false, + "rollover_on_write": false, + "status": "GREEN", + "system": false, + "template": "my-index-template", + "timestamp_field": { + "name": "@timestamp" + } + }, + { + "_meta": { + "my-meta-field": "foo" + }, + "allow_custom_routing": false, + "generation": 1, + "hidden": false, + "ilm_policy": "my-lifecycle-policy", + "indices": [ + { + "ilm_policy": "my-lifecycle-policy", + "index_name": ".ds-my-data-stream-two-2099.03.08-000001", + "index_uuid": "3liBu2SYS5axasRt6fUIpA", + "managed_by": "Index Lifecycle Management", + "prefer_ilm": true + } + ], + "name": "my-data-stream-two", + "next_generation_managed_by": "Index Lifecycle Management", + "prefer_ilm": true, + "replicated": false, + "rollover_on_write": false, + "status": "YELLOW", + "system": false, + "template": "my-index-template", + "timestamp_field": { + "name": "@timestamp" + } + } + ] + } } } } } }, - "indices.get_field_mapping:200": { + "indices.get_field_mapping-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_field_mapping:TypeFieldMappings" + "$ref": "#/components/schemas/indices.get_field_mapping.TypeFieldMappings" } }, "examples": { "indicesGetFieldMappingResponseExample1": { "summary": "A single field mapping", "description": "A sucessful response from `GET publications/_mapping/field/title`, which returns the mapping of a field called `title`.\n", - "value": "{\n \"publications\": {\n \"mappings\": {\n \"title\": {\n \"full_name\": \"title\",\n \"mapping\": {\n \"title\": {\n \"type\": \"text\"\n }\n }\n }\n }\n }\n}" + "value": { + "publications": { + "mappings": { + "title": { + "full_name": "title", + "mapping": { + "title": { + "type": "text" + } + } + } + } + } + } }, "indicesGetFieldMappingResponseExample2": { "summary": "Multiple field mappings", "description": "A successful response from `GET publications/_mapping/field/author.id,abstract,name`. The get field mapping API also supports wildcard notation.\n", - "value": "{\n \"publications\": {\n \"mappings\": {\n \"author.id\": {\n \"full_name\": \"author.id\",\n \"mapping\": {\n \"id\": {\n \"type\": \"text\"\n }\n }\n },\n \"abstract\": {\n \"full_name\": \"abstract\",\n \"mapping\": {\n \"abstract\": {\n \"type\": \"text\"\n }\n }\n }\n }\n }\n}" + "value": { + "publications": { + "mappings": { + "abstract": { + "full_name": "abstract", + "mapping": { + "abstract": { + "type": "text" + } + } + }, + "author.id": { + "full_name": "author.id", + "mapping": { + "id": { + "type": "text" + } + } + } + } + } + } }, "indicesGetFieldMappingResponseExample3": { "summary": "Wildcards", "description": "A successful response from `GET publications/_mapping/field/a*`.\n", - "value": "{\n \"publications\": {\n \"mappings\": {\n \"author.name\": {\n \"full_name\": \"author.name\",\n \"mapping\": {\n \"name\": {\n \"type\": \"text\"\n }\n }\n },\n \"abstract\": {\n \"full_name\": \"abstract\",\n \"mapping\": {\n \"abstract\": {\n \"type\": \"text\"\n }\n }\n },\n \"author.id\": {\n \"full_name\": \"author.id\",\n \"mapping\": {\n \"id\": {\n \"type\": \"text\"\n }\n }\n }\n }\n }\n}" + "value": { + "publications": { + "mappings": { + "abstract": { + "full_name": "abstract", + "mapping": { + "abstract": { + "type": "text" + } + } + }, + "author.id": { + "full_name": "author.id", + "mapping": { + "id": { + "type": "text" + } + } + }, + "author.name": { + "full_name": "author.name", + "mapping": { + "name": { + "type": "text" + } + } + } + } + } + } } } } } }, - "indices.get_index_template:200": { + "indices.get_index_template-200": { "description": "", "content": { "application/json": { @@ -101443,7 +107433,7 @@ "index_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_index_template:IndexTemplateItem" + "$ref": "#/components/schemas/indices.get_index_template.IndexTemplateItem" } } }, @@ -101454,166 +107444,390 @@ } } }, - "indices.get_mapping:200": { + "indices.get_mapping-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_mapping:IndexMappingRecord" + "$ref": "#/components/schemas/indices.get_mapping.IndexMappingRecord" } } } } }, - "indices.get_settings:200": { + "indices.get_settings-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" } } } } }, - "indices.get_template:200": { + "indices.get_template-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:TemplateMapping" + "$ref": "#/components/schemas/indices._types.TemplateMapping" } } } } }, - "indices.put_alias:200": { + "indices.put_alias-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_index_template:200": { + "indices.put_index_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_mapping:200": { + "indices.put_mapping-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:IndicesResponseBase" + "$ref": "#/components/schemas/_types.IndicesResponseBase" } } } }, - "indices.put_settings:200": { + "indices.put_settings-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_template:200": { + "indices.put_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.recovery:200": { + "indices.recovery-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.recovery:RecoveryStatus" + "$ref": "#/components/schemas/indices.recovery.RecoveryStatus" } }, "examples": { "indicesRecoveryResponseExample1": { "summary": "Get segment information", "description": "A successful response from `GET /_recovery?human`, which gets information about ongoing and completed shard recoveries for all data streams and indices in a cluster. This example includes information about a single index recovering a single shard. The source of the recovery is a snapshot repository and the target of the recovery is the `my_es_node` node. The response also includes the number and percentage of files and bytes recovered.\n", - "value": "{\n \"index1\" : {\n \"shards\" : [ {\n \"id\" : 0,\n \"type\" : \"SNAPSHOT\",\n \"stage\" : \"INDEX\",\n \"primary\" : true,\n \"start_time\" : \"2014-02-24T12:15:59.716\",\n \"start_time_in_millis\": 1393244159716,\n \"stop_time\" : \"0s\",\n \"stop_time_in_millis\" : 0,\n \"total_time\" : \"2.9m\",\n \"total_time_in_millis\" : 175576,\n \"source\" : {\n \"repository\" : \"my_repository\",\n \"snapshot\" : \"my_snapshot\",\n \"index\" : \"index1\",\n \"version\" : \"{version}\",\n \"restoreUUID\": \"PDh1ZAOaRbiGIVtCvZOMww\"\n },\n \"target\" : {\n \"id\" : \"ryqJ5lO5S4-lSFbGntkEkg\",\n \"host\" : \"my.fqdn\",\n \"transport_address\" : \"my.fqdn\",\n \"ip\" : \"10.0.1.7\",\n \"name\" : \"my_es_node\"\n },\n \"index\" : {\n \"size\" : {\n \"total\" : \"75.4mb\",\n \"total_in_bytes\" : 79063092,\n \"reused\" : \"0b\",\n \"reused_in_bytes\" : 0,\n \"recovered\" : \"65.7mb\",\n \"recovered_in_bytes\" : 68891939,\n \"recovered_from_snapshot\" : \"0b\",\n \"recovered_from_snapshot_in_bytes\" : 0,\n \"percent\" : \"87.1%\"\n },\n \"files\" : {\n \"total\" : 73,\n \"reused\" : 0,\n \"recovered\" : 69,\n \"percent\" : \"94.5%\"\n },\n \"total_time\" : \"0s\",\n \"total_time_in_millis\" : 0,\n \"source_throttle_time\" : \"0s\",\n \"source_throttle_time_in_millis\" : 0,\n \"target_throttle_time\" : \"0s\",\n \"target_throttle_time_in_millis\" : 0\n },\n \"translog\" : {\n \"recovered\" : 0,\n \"total\" : 0,\n \"percent\" : \"100.0%\",\n \"total_on_start\" : 0,\n \"total_time\" : \"0s\",\n \"total_time_in_millis\" : 0\n },\n \"verify_index\" : {\n \"check_index_time\" : \"0s\",\n \"check_index_time_in_millis\" : 0,\n \"total_time\" : \"0s\",\n \"total_time_in_millis\" : 0\n }\n } ]\n }\n}" + "value": { + "index1": { + "shards": [ + { + "id": 0, + "index": { + "files": { + "percent": "94.5%", + "recovered": 69, + "reused": 0, + "total": 73 + }, + "size": { + "percent": "87.1%", + "recovered": "65.7mb", + "recovered_from_snapshot": "0b", + "recovered_from_snapshot_in_bytes": 0, + "recovered_in_bytes": 68891939, + "reused": "0b", + "reused_in_bytes": 0, + "total": "75.4mb", + "total_in_bytes": 79063092 + }, + "source_throttle_time": "0s", + "source_throttle_time_in_millis": 0, + "target_throttle_time": "0s", + "target_throttle_time_in_millis": 0, + "total_time": "0s", + "total_time_in_millis": 0 + }, + "primary": true, + "source": { + "index": "index1", + "repository": "my_repository", + "restoreUUID": "PDh1ZAOaRbiGIVtCvZOMww", + "snapshot": "my_snapshot", + "version": "{version}" + }, + "stage": "INDEX", + "start_time": "2014-02-24T12:15:59.716", + "start_time_in_millis": 1393244159716, + "stop_time": "0s", + "stop_time_in_millis": 0, + "target": { + "host": "my.fqdn", + "id": "ryqJ5lO5S4-lSFbGntkEkg", + "ip": "10.0.1.7", + "name": "my_es_node", + "transport_address": "my.fqdn" + }, + "total_time": "2.9m", + "total_time_in_millis": 175576, + "translog": { + "percent": "100.0%", + "recovered": 0, + "total": 0, + "total_on_start": 0, + "total_time": "0s", + "total_time_in_millis": 0 + }, + "type": "SNAPSHOT", + "verify_index": { + "check_index_time": "0s", + "check_index_time_in_millis": 0, + "total_time": "0s", + "total_time_in_millis": 0 + } + } + ] + } + } }, "indicesRecoveryResponseExample2": { "summary": "Get detailed recovery information", "description": "A successful response from `GET _recovery?human&detailed=true`. The response includes a listing of any physical files recovered and their sizes. The response also includes timings in milliseconds of the various stages of recovery: index retrieval, translog replay, and index start time. This response indicates the recovery is done.\n", - "value": "{\n \"index1\" : {\n \"shards\" : [ {\n \"id\" : 0,\n \"type\" : \"EXISTING_STORE\",\n \"stage\" : \"DONE\",\n \"primary\" : true,\n \"start_time\" : \"2014-02-24T12:38:06.349\",\n \"start_time_in_millis\" : \"1393245486349\",\n \"stop_time\" : \"2014-02-24T12:38:08.464\",\n \"stop_time_in_millis\" : \"1393245488464\",\n \"total_time\" : \"2.1s\",\n \"total_time_in_millis\" : 2115,\n \"source\" : {\n \"id\" : \"RGMdRc-yQWWKIBM4DGvwqQ\",\n \"host\" : \"my.fqdn\",\n \"transport_address\" : \"my.fqdn\",\n \"ip\" : \"10.0.1.7\",\n \"name\" : \"my_es_node\"\n },\n \"target\" : {\n \"id\" : \"RGMdRc-yQWWKIBM4DGvwqQ\",\n \"host\" : \"my.fqdn\",\n \"transport_address\" : \"my.fqdn\",\n \"ip\" : \"10.0.1.7\",\n \"name\" : \"my_es_node\"\n },\n \"index\" : {\n \"size\" : {\n \"total\" : \"24.7mb\",\n \"total_in_bytes\" : 26001617,\n \"reused\" : \"24.7mb\",\n \"reused_in_bytes\" : 26001617,\n \"recovered\" : \"0b\",\n \"recovered_in_bytes\" : 0,\n \"recovered_from_snapshot\" : \"0b\",\n \"recovered_from_snapshot_in_bytes\" : 0,\n \"percent\" : \"100.0%\"\n },\n \"files\" : {\n \"total\" : 26,\n \"reused\" : 26,\n \"recovered\" : 0,\n \"percent\" : \"100.0%\",\n \"details\" : [ {\n \"name\" : \"segments.gen\",\n \"length\" : 20,\n \"recovered\" : 20\n }, {\n \"name\" : \"_0.cfs\",\n \"length\" : 135306,\n \"recovered\" : 135306,\n \"recovered_from_snapshot\": 0\n }, {\n \"name\" : \"segments_2\",\n \"length\" : 251,\n \"recovered\" : 251,\n \"recovered_from_snapshot\": 0\n }\n ]\n },\n \"total_time\" : \"2ms\",\n \"total_time_in_millis\" : 2,\n \"source_throttle_time\" : \"0s\",\n \"source_throttle_time_in_millis\" : 0,\n \"target_throttle_time\" : \"0s\",\n \"target_throttle_time_in_millis\" : 0\n },\n \"translog\" : {\n \"recovered\" : 71,\n \"total\" : 0,\n \"percent\" : \"100.0%\",\n \"total_on_start\" : 0,\n \"total_time\" : \"2.0s\",\n \"total_time_in_millis\" : 2025\n },\n \"verify_index\" : {\n \"check_index_time\" : 0,\n \"check_index_time_in_millis\" : 0,\n \"total_time\" : \"88ms\",\n \"total_time_in_millis\" : 88\n }\n } ]\n }\n}" + "value": { + "index1": { + "shards": [ + { + "id": 0, + "index": { + "files": { + "details": [ + { + "length": 20, + "name": "segments.gen", + "recovered": 20 + }, + { + "length": 135306, + "name": "_0.cfs", + "recovered": 135306, + "recovered_from_snapshot": 0 + }, + { + "length": 251, + "name": "segments_2", + "recovered": 251, + "recovered_from_snapshot": 0 + } + ], + "percent": "100.0%", + "recovered": 0, + "reused": 26, + "total": 26 + }, + "size": { + "percent": "100.0%", + "recovered": "0b", + "recovered_from_snapshot": "0b", + "recovered_from_snapshot_in_bytes": 0, + "recovered_in_bytes": 0, + "reused": "24.7mb", + "reused_in_bytes": 26001617, + "total": "24.7mb", + "total_in_bytes": 26001617 + }, + "source_throttle_time": "0s", + "source_throttle_time_in_millis": 0, + "target_throttle_time": "0s", + "target_throttle_time_in_millis": 0, + "total_time": "2ms", + "total_time_in_millis": 2 + }, + "primary": true, + "source": { + "host": "my.fqdn", + "id": "RGMdRc-yQWWKIBM4DGvwqQ", + "ip": "10.0.1.7", + "name": "my_es_node", + "transport_address": "my.fqdn" + }, + "stage": "DONE", + "start_time": "2014-02-24T12:38:06.349", + "start_time_in_millis": "1393245486349", + "stop_time": "2014-02-24T12:38:08.464", + "stop_time_in_millis": "1393245488464", + "target": { + "host": "my.fqdn", + "id": "RGMdRc-yQWWKIBM4DGvwqQ", + "ip": "10.0.1.7", + "name": "my_es_node", + "transport_address": "my.fqdn" + }, + "total_time": "2.1s", + "total_time_in_millis": 2115, + "translog": { + "percent": "100.0%", + "recovered": 71, + "total": 0, + "total_on_start": 0, + "total_time": "2.0s", + "total_time_in_millis": 2025 + }, + "type": "EXISTING_STORE", + "verify_index": { + "check_index_time": 0, + "check_index_time_in_millis": 0, + "total_time": "88ms", + "total_time_in_millis": 88 + } + } + ] + } + } } } } } }, - "indices.refresh:200": { + "indices.refresh-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" } } } }, - "indices.reload_search_analyzers:200": { + "indices.reload_search_analyzers-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } } } }, - "indices.resolve_cluster:200": { + "indices.resolve_cluster-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.resolve_cluster:ResolveClusterInfo" + "$ref": "#/components/schemas/indices.resolve_cluster.ResolveClusterInfo" } }, "examples": { "ResolveClusterResponseExample1": { "summary": "Resolve with wildcards", "description": "A successful response from `GET /_resolve/cluster/my-index*,clust*:my-index*`. Each cluster has its own response section. The cluster you sent the request to is labelled as \"(local)\".\n", - "value": "{\n \"(local)\": {\n \"connected\": true,\n \"skip_unavailable\": false,\n \"matching_indices\": true,\n \"version\": {\n \"number\": \"8.13.0\",\n \"build_flavor\": \"default\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"minimum_index_compatibility_version\": \"7.0.0\"\n }\n },\n \"cluster_one\": {\n \"connected\": true,\n \"skip_unavailable\": true,\n \"matching_indices\": true,\n \"version\": {\n \"number\": \"8.13.0\",\n \"build_flavor\": \"default\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"minimum_index_compatibility_version\": \"7.0.0\"\n }\n },\n \"cluster_two\": {\n \"connected\": true,\n \"skip_unavailable\": false,\n \"matching_indices\": true,\n \"version\": {\n \"number\": \"8.13.0\",\n \"build_flavor\": \"default\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"minimum_index_compatibility_version\": \"7.0.0\"\n }\n }\n}" + "value": { + "(local)": { + "connected": true, + "matching_indices": true, + "skip_unavailable": false, + "version": { + "build_flavor": "default", + "minimum_index_compatibility_version": "7.0.0", + "minimum_wire_compatibility_version": "7.17.0", + "number": "8.13.0" + } + }, + "cluster_one": { + "connected": true, + "matching_indices": true, + "skip_unavailable": true, + "version": { + "build_flavor": "default", + "minimum_index_compatibility_version": "7.0.0", + "minimum_wire_compatibility_version": "7.17.0", + "number": "8.13.0" + } + }, + "cluster_two": { + "connected": true, + "matching_indices": true, + "skip_unavailable": false, + "version": { + "build_flavor": "default", + "minimum_index_compatibility_version": "7.0.0", + "minimum_wire_compatibility_version": "7.17.0", + "number": "8.13.0" + } + } + } }, "ResolveClusterResponseExample2": { "summary": "Identify search problems", "description": "A successful response from `GET /_resolve/cluster/not-present,clust*:my-index*,oldcluster:*?ignore_unavailable=false&timeout=5s`. This type of request can be used to identify potential problems with your cross-cluster search. Note also that a `timeout` of 5 seconds is sent, which sets the maximum time the query will wait for remote clusters to respond. The local cluster has no index called `not_present`. Searching with `ignore_unavailable=false` would return a \"no such index\" error. The `cluster_one` remote cluster has no indices that match the pattern `my-index*`. There may be no indices that match the pattern or the index could be closed. The `cluster_two` remote cluster is not connected (the attempt to connect failed). Since this cluster is marked as `skip_unavailable=false`, you should probably exclude this cluster from the search by adding `-cluster_two:*` to the search index expression. For `cluster_three`, the error message indicates that this remote cluster did not respond within the 5-second timeout window specified, so it is also marked as not connected. The `oldcluster` remote cluster shows that it has matching indices, but no version information is included. This indicates that the cluster version predates the introduction of the `_resolve/cluster` API, so you may want to exclude it from your cross-cluster search.\n", - "value": "{\n \"(local)\": {\n \"connected\": true,\n \"skip_unavailable\": false,\n \"error\": \"no such index [not_present]\"\n },\n \"cluster_one\": {\n \"connected\": true,\n \"skip_unavailable\": true,\n \"matching_indices\": false,\n \"version\": {\n \"number\": \"8.13.0\",\n \"build_flavor\": \"default\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"minimum_index_compatibility_version\": \"7.0.0\"\n }\n },\n \"cluster_two\": {\n \"connected\": false,\n \"skip_unavailable\": false\n },\n \"cluster_three\": {\n \"connected\": false,\n \"skip_unavailable\": false,\n \"error\": \"Request timed out before receiving a response from the remote cluster\"\n },\n \"oldcluster\": {\n \"connected\": true,\n \"skip_unavailable\": false,\n \"matching_indices\": true\n }\n}" + "value": { + "(local)": { + "connected": true, + "error": "no such index [not_present]", + "skip_unavailable": false + }, + "cluster_one": { + "connected": true, + "matching_indices": false, + "skip_unavailable": true, + "version": { + "build_flavor": "default", + "minimum_index_compatibility_version": "7.0.0", + "minimum_wire_compatibility_version": "7.17.0", + "number": "8.13.0" + } + }, + "cluster_three": { + "connected": false, + "error": "Request timed out before receiving a response from the remote cluster", + "skip_unavailable": false + }, + "cluster_two": { + "connected": false, + "skip_unavailable": false + }, + "oldcluster": { + "connected": true, + "matching_indices": true, + "skip_unavailable": false + } + } } } } } }, - "indices.rollover:200": { + "indices.rollover-200": { "description": "", "content": { "application/json": { @@ -101658,13 +107872,45 @@ "examples": { "indicesRolloverResponseExample1": { "description": "An abbreviated response from `GET /_segments`.\n", - "value": "{\n \"_shards\": {},\n \"indices\": {\n \"test\": {\n \"shards\": {\n \"0\": [\n {\n \"routing\": {\n \"state\": \"STARTED\",\n \"primary\": true,\n \"node\": \"zDC_RorJQCao9xf9pg3Fvw\"\n },\n \"num_committed_segments\": 0,\n \"num_search_segments\": 1,\n \"segments\": {\n \"_0\": {\n \"generation\": 0,\n \"num_docs\": 1,\n \"deleted_docs\": 0,\n \"size_in_bytes\": 3800,\n \"committed\": false,\n \"search\": true,\n \"version\": \"7.0.0\",\n \"compound\": true,\n \"attributes\": {}\n }\n }\n }\n ]\n }\n }\n }\n}" + "value": { + "_shards": {}, + "indices": { + "test": { + "shards": { + "0": [ + { + "num_committed_segments": 0, + "num_search_segments": 1, + "routing": { + "node": "zDC_RorJQCao9xf9pg3Fvw", + "primary": true, + "state": "STARTED" + }, + "segments": { + "_0": { + "attributes": {}, + "committed": false, + "compound": true, + "deleted_docs": 0, + "generation": 0, + "num_docs": 1, + "search": true, + "size_in_bytes": 3800, + "version": "7.0.0" + } + } + } + ] + } + } + } + } } } } } }, - "indices.segments:200": { + "indices.segments-200": { "description": "", "content": { "application/json": { @@ -101674,11 +107920,11 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.segments:IndexSegment" + "$ref": "#/components/schemas/indices.segments.IndexSegment" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -101689,13 +107935,27 @@ "examples": { "indicesSegmentsResponseExample1": { "description": "A successful response for creating a new index for a data stream.", - "value": "{\n \"acknowledged\": true,\n \"shards_acknowledged\": true,\n \"old_index\": \".ds-my-data-stream-2099.05.06-000001\",\n \"new_index\": \".ds-my-data-stream-2099.05.07-000002\",\n \"rolled_over\": true,\n \"dry_run\": false,\n \"lazy\": false,\n \"conditions\": {\n \"[max_age: 7d]\": false,\n \"[max_docs: 1000]\": true,\n \"[max_primary_shard_size: 50gb]\": false,\n \"[max_primary_shard_docs: 2000]\": false\n }\n}" + "value": { + "acknowledged": true, + "conditions": { + "[max_age: 7d]": false, + "[max_docs: 1000]": true, + "[max_primary_shard_docs: 2000]": false, + "[max_primary_shard_size: 50gb]": false + }, + "dry_run": false, + "lazy": false, + "new_index": ".ds-my-data-stream-2099.05.07-000002", + "old_index": ".ds-my-data-stream-2099.05.06-000001", + "rolled_over": true, + "shards_acknowledged": true + } } } } } }, - "indices.shard_stores:200": { + "indices.shard_stores-200": { "description": "", "content": { "application/json": { @@ -101705,7 +107965,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.shard_stores:IndicesShardStores" + "$ref": "#/components/schemas/indices.shard_stores.IndicesShardStores" } } }, @@ -101716,13 +107976,40 @@ "examples": { "indicesShardStoresResponseExample1": { "description": "An abbreviated response from `GET /_shard_stores?status=green`.\n", - "value": "{\n \"indices\": {\n \"my-index-000001\": {\n \"shards\": {\n \"0\": {\n \"stores\": [\n {\n \"sPa3OgxLSYGvQ4oPs-Tajw\": {\n \"name\": \"node_t0\",\n \"ephemeral_id\": \"9NlXRFGCT1m8tkvYCMK-8A\",\n \"transport_address\": \"local[1]\",\n \"external_id\": \"node_t0\",\n \"attributes\": {},\n \"roles\": [],\n \"version\": \"8.10.0\",\n \"min_index_version\": 7000099,\n \"max_index_version\": 8100099\n },\n \"allocation_id\": \"2iNySv_OQVePRX-yaRH_lQ\",\n \"allocation\": \"primary\",\n \"store_exception\": {}\n }\n ]\n }\n }\n }\n }\n}" + "value": { + "indices": { + "my-index-000001": { + "shards": { + "0": { + "stores": [ + { + "allocation": "primary", + "allocation_id": "2iNySv_OQVePRX-yaRH_lQ", + "sPa3OgxLSYGvQ4oPs-Tajw": { + "attributes": {}, + "ephemeral_id": "9NlXRFGCT1m8tkvYCMK-8A", + "external_id": "node_t0", + "max_index_version": 8100099, + "min_index_version": 7000099, + "name": "node_t0", + "roles": [], + "transport_address": "local[1]", + "version": "8.10.0" + }, + "store_exception": {} + } + ] + } + } + } + } + } } } } } }, - "indices.shrink:200": { + "indices.shrink-200": { "description": "", "content": { "application/json": { @@ -101736,7 +108023,7 @@ "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -101748,7 +108035,7 @@ } } }, - "indices.simulate_template:200": { + "indices.simulate_template-200": { "description": "", "content": { "application/json": { @@ -101758,11 +108045,11 @@ "overlapping": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.simulate_template:Overlapping" + "$ref": "#/components/schemas/indices.simulate_template.Overlapping" } }, "template": { - "$ref": "#/components/schemas/indices.simulate_template:Template" + "$ref": "#/components/schemas/indices.simulate_template.Template" } }, "required": [ @@ -101772,13 +108059,44 @@ "examples": { "indicesSimulateTemplateResponseExample2": { "description": "A successful response from `POST /_index_template/_simulate` with a template configuration in the request body. The response shows any overlapping templates with a lower priority.\n", - "value": "{\n \"template\" : {\n \"settings\" : {\n \"index\" : {\n \"number_of_replicas\" : \"1\",\n \"routing\" : {\n \"allocation\" : {\n \"include\" : {\n \"_tier_preference\" : \"data_content\"\n }\n }\n }\n }\n },\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n }\n }\n },\n \"aliases\" : { }\n },\n \"overlapping\" : [\n {\n \"name\" : \"final-template\",\n \"index_patterns\" : [\n \"my-index-*\"\n ]\n }\n ]\n}" + "value": { + "overlapping": [ + { + "index_patterns": [ + "my-index-*" + ], + "name": "final-template" + } + ], + "template": { + "aliases": {}, + "mappings": { + "properties": { + "@timestamp": { + "type": "date" + } + } + }, + "settings": { + "index": { + "number_of_replicas": "1", + "routing": { + "allocation": { + "include": { + "_tier_preference": "data_content" + } + } + } + } + } + } + } } } } } }, - "indices.split:200": { + "indices.split-200": { "description": "", "content": { "application/json": { @@ -101792,7 +108110,7 @@ "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -101804,7 +108122,7 @@ } } }, - "indices.stats:200": { + "indices.stats-200": { "description": "", "content": { "application/json": { @@ -101814,14 +108132,14 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.stats:IndicesStats" + "$ref": "#/components/schemas/indices.stats.IndicesStats" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_all": { - "$ref": "#/components/schemas/indices.stats:IndicesStats" + "$ref": "#/components/schemas/indices.stats.IndicesStats" } }, "required": [ @@ -101832,7 +108150,7 @@ } } }, - "indices.validate_query:200": { + "indices.validate_query-200": { "description": "", "content": { "application/json": { @@ -101842,11 +108160,11 @@ "explanations": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.validate_query:IndicesValidationExplanation" + "$ref": "#/components/schemas/indices.validate_query.IndicesValidationExplanation" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "valid": { "type": "boolean" @@ -101862,17 +108180,17 @@ } } }, - "inference.delete:200": { + "inference.delete-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:DeleteInferenceEndpointResult" + "$ref": "#/components/schemas/inference._types.DeleteInferenceEndpointResult" } } } }, - "inference.get:200": { + "inference.get-200": { "description": "", "content": { "application/json": { @@ -101882,7 +108200,7 @@ "endpoints": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } }, @@ -101893,27 +108211,27 @@ } } }, - "inference.put:200": { + "inference.put-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } }, - "inference.update:200": { + "inference.update-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } }, - "ingest.get_geoip_database:200": { + "ingest.get_geoip_database-200": { "description": "", "content": { "application/json": { @@ -101923,7 +108241,7 @@ "databases": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest.get_geoip_database:DatabaseConfigurationMetadata" + "$ref": "#/components/schemas/ingest.get_geoip_database.DatabaseConfigurationMetadata" } } }, @@ -101934,7 +108252,7 @@ } } }, - "ingest.get_ip_location_database:200": { + "ingest.get_ip_location_database-200": { "description": "", "content": { "application/json": { @@ -101944,7 +108262,7 @@ "databases": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest.get_ip_location_database:DatabaseConfigurationMetadata" + "$ref": "#/components/schemas/ingest.get_ip_location_database.DatabaseConfigurationMetadata" } } }, @@ -101955,26 +108273,39 @@ } } }, - "ingest.get_pipeline:200": { + "ingest.get_pipeline-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } }, "examples": { "GetPipelineResponseExample1": { "description": "A successful response for retrieving information about an ingest pipeline.", - "value": "{\n \"my-pipeline-id\" : {\n \"description\" : \"describe pipeline\",\n \"version\" : 123,\n \"processors\" : [\n {\n \"set\" : {\n \"field\" : \"foo\",\n \"value\" : \"bar\"\n }\n }\n ]\n }\n}" + "value": { + "my-pipeline-id": { + "description": "describe pipeline", + "processors": [ + { + "set": { + "field": "foo", + "value": "bar" + } + } + ], + "version": 123 + } + } } } } } }, - "ingest.simulate:200": { + "ingest.simulate-200": { "description": "", "content": { "application/json": { @@ -101984,7 +108315,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:SimulateDocumentResult" + "$ref": "#/components/schemas/ingest._types.SimulateDocumentResult" } } }, @@ -101995,13 +108326,44 @@ "examples": { "SimulatePipelineResponseExample1": { "description": "A successful response for running an ingest pipeline against a set of provided documents.", - "value": "{\n \"docs\": [\n {\n \"doc\": {\n \"_id\": \"id\",\n \"_index\": \"index\",\n \"_version\": \"-3\",\n \"_source\": {\n \"field2\": \"_value\",\n \"foo\": \"bar\"\n },\n \"_ingest\": {\n \"timestamp\": \"2017-05-04T22:30:03.187Z\"\n }\n }\n },\n {\n \"doc\": {\n \"_id\": \"id\",\n \"_index\": \"index\",\n \"_version\": \"-3\",\n \"_source\": {\n \"field2\": \"_value\",\n \"foo\": \"rab\"\n },\n \"_ingest\": {\n \"timestamp\": \"2017-05-04T22:30:03.188Z\"\n }\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "doc": { + "_id": "id", + "_index": "index", + "_ingest": { + "timestamp": "2017-05-04T22:30:03.187Z" + }, + "_source": { + "field2": "_value", + "foo": "bar" + }, + "_version": "-3" + } + }, + { + "doc": { + "_id": "id", + "_index": "index", + "_ingest": { + "timestamp": "2017-05-04T22:30:03.188Z" + }, + "_source": { + "field2": "_value", + "foo": "rab" + }, + "_version": "-3" + } + } + ] + } } } } } }, - "knn_search:200": { + "knn_search-200": { "description": "", "content": { "application/json": { @@ -102017,10 +108379,10 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "fields": { "description": "The field values for the documents. These fields\nmust be specified in the request using the `fields` parameter.", @@ -102044,7 +108406,7 @@ } } }, - "license.post:200": { + "license.post-200": { "description": "", "content": { "application/json": { @@ -102052,13 +108414,13 @@ "type": "object", "properties": { "acknowledge": { - "$ref": "#/components/schemas/license.post:Acknowledgement" + "$ref": "#/components/schemas/license.post.Acknowledgement" }, "acknowledged": { "type": "boolean" }, "license_status": { - "$ref": "#/components/schemas/license._types:LicenseStatus" + "$ref": "#/components/schemas/license._types.LicenseStatus" } }, "required": [ @@ -102069,32 +108431,66 @@ "examples": { "PostLicenseResponseExample1": { "description": "If you update to a basic license and you previously had a license with more features, you receive this type of response. You must re-submit the API request and set the `acknowledge` parameter to `true`.", - "value": "{\n \"acknowledged\": false,\n \"license_status\": \"valid\",\n \"acknowledge\": {\n \"message\": \"\\\"\\\"\\\"This license update requires acknowledgement. To acknowledge the license, please read the following messages and update the license again, this time with the \\\"acknowledge=true\\\" parameter:\\\"\\\"\\\"\",\n \"watcher\": [\n \"Watcher will be disabled\"\n ],\n \"logstash\": [\n \"Logstash will no longer poll for centrally-managed pipelines\"\n ],\n \"security\": [\n \"The following X-Pack security functionality will be disabled ...\"\n ]\n }\n}" + "value": { + "acknowledge": { + "logstash": [ + "Logstash will no longer poll for centrally-managed pipelines" + ], + "message": "\"\"\"This license update requires acknowledgement. To acknowledge the license, please read the following messages and update the license again, this time with the \"acknowledge=true\" parameter:\"\"\"", + "security": [ + "The following X-Pack security functionality will be disabled ..." + ], + "watcher": [ + "Watcher will be disabled" + ] + }, + "acknowledged": false, + "license_status": "valid" + } } } } } }, - "logstash.get_pipeline:200": { + "logstash.get_pipeline-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/logstash._types:Pipeline" + "$ref": "#/components/schemas/logstash._types.Pipeline" } }, "examples": { "LogstashGetPipelineResponseExample1": { "description": "A successful response from `GET _logstash/pipeline/my_pipeline`.\n", - "value": "{\n \"my_pipeline\": {\n \"description\": \"Sample pipeline for illustration purposes\",\n \"last_modified\": \"2021-01-02T02:50:51.250Z\",\n \"pipeline_metadata\": {\n \"type\": \"logstash_pipeline\",\n \"version\": \"1\"\n },\n \"username\": \"elastic\",\n \"pipeline\": \"input {}\\\\n filter { grok {} }\\\\n output {}\",\n \"pipeline_settings\": {\n \"pipeline.workers\": 1,\n \"pipeline.batch.size\": 125,\n \"pipeline.batch.delay\": 50,\n \"queue.type\": \"memory\",\n \"queue.max_bytes\": \"1gb\",\n \"queue.checkpoint.writes\": 1024\n }\n }\n}" + "value": { + "my_pipeline": { + "description": "Sample pipeline for illustration purposes", + "last_modified": "2021-01-02T02:50:51.250Z", + "pipeline": "input {}\\n filter { grok {} }\\n output {}", + "pipeline_metadata": { + "type": "logstash_pipeline", + "version": "1" + }, + "pipeline_settings": { + "pipeline.batch.delay": 50, + "pipeline.batch.size": 125, + "pipeline.workers": 1, + "queue.checkpoint.writes": 1024, + "queue.max_bytes": "1gb", + "queue.type": "memory" + }, + "username": "elastic" + } + } } } } } }, - "mget:200": { + "mget-200": { "description": "", "content": { "application/json": { @@ -102105,7 +108501,7 @@ "description": "The response includes a docs array that contains the documents in the order specified in the request.\nThe structure of the returned documents is similar to that returned by the get API.\nIf there is a failure getting a particular document, the error is included in place of the document.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mget:ResponseItem" + "$ref": "#/components/schemas/_global.mget.ResponseItem" } } }, @@ -102116,7 +108512,7 @@ } } }, - "migration.deprecations:200": { + "migration.deprecations-200": { "description": "", "content": { "application/json": { @@ -102127,7 +108523,7 @@ "description": "Cluster-level deprecation warnings.", "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } }, "index_settings": { @@ -102136,7 +108532,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } } }, @@ -102145,7 +108541,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } } }, @@ -102153,14 +108549,14 @@ "description": "Node-level deprecation warnings.\nSince only a subset of your nodes might incorporate these settings, it is important to read the details section for more information about which nodes are affected.", "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } }, "ml_settings": { "description": "Machine learning-related deprecation warnings.", "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } }, "templates": { @@ -102169,7 +108565,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } } }, @@ -102179,7 +108575,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/migration.deprecations:Deprecation" + "$ref": "#/components/schemas/migration.deprecations.Deprecation" } } } @@ -102197,13 +108593,34 @@ "examples": { "DeprecationInfoResponseExample1": { "description": "An abbreviated response from `GET /_migration/deprecations`.\n", - "value": "{\n \"cluster_settings\": [\n {\n \"level\": \"critical\",\n \"message\": \"Cluster name cannot contain ':'\",\n \"url\": \"https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_cluster_name\",\n \"details\": \"This cluster is named [mycompany:logging], which contains the illegal character ':'.\"\n }\n ],\n \"node_settings\": [],\n \"index_settings\": {\n \"logs:apache\": [\n {\n \"level\": \"warning\",\n \"message\": \"Index name cannot contain ':'\",\n \"url\": \"https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_index_name\",\n \"details\": \"This index is named [logs:apache], which contains the illegal character ':'.\"\n }\n ]\n },\n \"ml_settings\": []\n}" + "value": { + "cluster_settings": [ + { + "details": "This cluster is named [mycompany:logging], which contains the illegal character ':'.", + "level": "critical", + "message": "Cluster name cannot contain ':'", + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_cluster_name" + } + ], + "index_settings": { + "logs:apache": [ + { + "details": "This index is named [logs:apache], which contains the illegal character ':'.", + "level": "warning", + "message": "Index name cannot contain ':'", + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_index_name" + } + ] + }, + "ml_settings": [], + "node_settings": [] + } } } } } }, - "ml.delete_expired_data:200": { + "ml.delete_expired_data-200": { "description": "", "content": { "application/json": { @@ -102221,29 +108638,33 @@ "examples": { "MlDeleteExpiredDataResponseExample1": { "description": "A successful response when deleting expired and unused anomaly detection data.", - "value": "{\n \"deleted\": true\n}" + "value": { + "deleted": true + } } } } } }, - "ml.delete_forecast:200": { + "ml.delete_forecast-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteForecastResponseExample1": { "description": "A successful response when deleting a forecast from an anomaly detection job.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } } }, - "ml.explain_data_frame_analytics:200": { + "ml.explain_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -102254,11 +108675,11 @@ "description": "An array of objects that explain selection for each field, sorted by the field names.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsFieldSelection" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsFieldSelection" } }, "memory_estimation": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsMemoryEstimation" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsMemoryEstimation" } }, "required": [ @@ -102269,13 +108690,56 @@ "examples": { "MlExplainDataFrameAnalyticsResponseExample1": { "description": "A succesful response for explaining a data frame analytics job configuration.", - "value": "{\n \"field_selection\": [\n {\n \"field\": \"number_of_bedrooms\",\n \"mappings_types\": [\n \"integer\"\n ],\n \"is_included\": true,\n \"is_required\": false,\n \"feature_type\": \"numerical\"\n },\n {\n \"field\": \"postcode\",\n \"mappings_types\": [\n \"text\"\n ],\n \"is_included\": false,\n \"is_required\": false,\n \"reason\": \"[postcode.keyword] is preferred because it is aggregatable\"\n },\n {\n \"field\": \"postcode.keyword\",\n \"mappings_types\": [\n \"keyword\"\n ],\n \"is_included\": true,\n \"is_required\": false,\n \"feature_type\": \"categorical\"\n },\n {\n \"field\": \"price\",\n \"mappings_types\": [\n \"float\"\n ],\n \"is_included\": true,\n \"is_required\": true,\n \"feature_type\": \"numerical\"\n }\n ],\n \"memory_estimation\": {\n \"expected_memory_without_disk\": \"128MB\",\n \"expected_memory_with_disk\": \"32MB\"\n }\n}" + "value": { + "field_selection": [ + { + "feature_type": "numerical", + "field": "number_of_bedrooms", + "is_included": true, + "is_required": false, + "mappings_types": [ + "integer" + ] + }, + { + "field": "postcode", + "is_included": false, + "is_required": false, + "mappings_types": [ + "text" + ], + "reason": "[postcode.keyword] is preferred because it is aggregatable" + }, + { + "feature_type": "categorical", + "field": "postcode.keyword", + "is_included": true, + "is_required": false, + "mappings_types": [ + "keyword" + ] + }, + { + "feature_type": "numerical", + "field": "price", + "is_included": true, + "is_required": true, + "mappings_types": [ + "float" + ] + } + ], + "memory_estimation": { + "expected_memory_with_disk": "32MB", + "expected_memory_without_disk": "128MB" + } + } } } } } }, - "ml.get_buckets:200": { + "ml.get_buckets-200": { "description": "", "content": { "application/json": { @@ -102285,7 +108749,7 @@ "buckets": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:BucketSummary" + "$ref": "#/components/schemas/ml._types.BucketSummary" } }, "count": { @@ -102300,7 +108764,7 @@ } } }, - "ml.get_calendars:200": { + "ml.get_calendars-200": { "description": "", "content": { "application/json": { @@ -102310,7 +108774,7 @@ "calendars": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.get_calendars:Calendar" + "$ref": "#/components/schemas/ml.get_calendars.Calendar" } }, "count": { @@ -102325,7 +108789,7 @@ } } }, - "ml.get_categories:200": { + "ml.get_categories-200": { "description": "", "content": { "application/json": { @@ -102335,7 +108799,7 @@ "categories": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Category" + "$ref": "#/components/schemas/ml._types.Category" } }, "count": { @@ -102350,7 +108814,7 @@ } } }, - "ml.get_data_frame_analytics:200": { + "ml.get_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -102364,7 +108828,7 @@ "description": "An array of data frame analytics job resources, which are sorted by the id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSummary" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSummary" } } }, @@ -102376,7 +108840,7 @@ } } }, - "ml.get_data_frame_analytics_stats:200": { + "ml.get_data_frame_analytics_stats-200": { "description": "", "content": { "application/json": { @@ -102390,7 +108854,7 @@ "description": "An array of objects that contain usage information for data frame analytics jobs, which are sorted by the id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalytics" + "$ref": "#/components/schemas/ml._types.DataframeAnalytics" } } }, @@ -102402,7 +108866,7 @@ } } }, - "ml.get_datafeed_stats:200": { + "ml.get_datafeed_stats-200": { "description": "", "content": { "application/json": { @@ -102415,7 +108879,7 @@ "datafeeds": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DatafeedStats" + "$ref": "#/components/schemas/ml._types.DatafeedStats" } } }, @@ -102427,7 +108891,7 @@ } } }, - "ml.get_datafeeds:200": { + "ml.get_datafeeds-200": { "description": "", "content": { "application/json": { @@ -102440,7 +108904,7 @@ "datafeeds": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" } } }, @@ -102452,7 +108916,7 @@ } } }, - "ml.get_filters:200": { + "ml.get_filters-200": { "description": "", "content": { "application/json": { @@ -102465,7 +108929,7 @@ "filters": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Filter" + "$ref": "#/components/schemas/ml._types.Filter" } } }, @@ -102477,7 +108941,7 @@ } } }, - "ml.get_influencers:200": { + "ml.get_influencers-200": { "description": "", "content": { "application/json": { @@ -102491,7 +108955,7 @@ "description": "Array of influencer objects", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Influencer" + "$ref": "#/components/schemas/ml._types.Influencer" } } }, @@ -102503,7 +108967,7 @@ } } }, - "ml.get_job_stats:200": { + "ml.get_job_stats-200": { "description": "", "content": { "application/json": { @@ -102516,7 +108980,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:JobStats" + "$ref": "#/components/schemas/ml._types.JobStats" } } }, @@ -102528,7 +108992,7 @@ } } }, - "ml.get_jobs:200": { + "ml.get_jobs-200": { "description": "", "content": { "application/json": { @@ -102541,7 +109005,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Job" + "$ref": "#/components/schemas/ml._types.Job" } } }, @@ -102553,7 +109017,7 @@ } } }, - "ml.get_memory_stats:200": { + "ml.get_memory_stats-200": { "description": "", "content": { "application/json": { @@ -102561,15 +109025,15 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml.get_memory_stats:Memory" + "$ref": "#/components/schemas/ml.get_memory_stats.Memory" } } }, @@ -102582,7 +109046,7 @@ } } }, - "ml.get_model_snapshots:200": { + "ml.get_model_snapshots-200": { "description": "", "content": { "application/json": { @@ -102595,7 +109059,7 @@ "model_snapshots": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:ModelSnapshot" + "$ref": "#/components/schemas/ml._types.ModelSnapshot" } } }, @@ -102607,7 +109071,7 @@ } } }, - "ml.get_overall_buckets:200": { + "ml.get_overall_buckets-200": { "description": "", "content": { "application/json": { @@ -102621,7 +109085,7 @@ "description": "Array of overall bucket objects", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:OverallBucket" + "$ref": "#/components/schemas/ml._types.OverallBucket" } } }, @@ -102633,7 +109097,7 @@ } } }, - "ml.get_records:200": { + "ml.get_records-200": { "description": "", "content": { "application/json": { @@ -102646,7 +109110,7 @@ "records": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Anomaly" + "$ref": "#/components/schemas/ml._types.Anomaly" } } }, @@ -102658,7 +109122,7 @@ } } }, - "ml.get_trained_models:200": { + "ml.get_trained_models-200": { "description": "", "content": { "application/json": { @@ -102672,7 +109136,7 @@ "description": "An array of trained model resources, which are sorted by the model_id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfig" + "$ref": "#/components/schemas/ml._types.TrainedModelConfig" } } }, @@ -102684,7 +109148,7 @@ } } }, - "ml.get_trained_models_stats:200": { + "ml.get_trained_models_stats-200": { "description": "", "content": { "application/json": { @@ -102699,7 +109163,7 @@ "description": "An array of trained model statistics, which are sorted by the model_id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelStats" + "$ref": "#/components/schemas/ml._types.TrainedModelStats" } } }, @@ -102711,7 +109175,7 @@ } } }, - "ml.preview_data_frame_analytics:200": { + "ml.preview_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -102736,7 +109200,7 @@ } } }, - "ml.preview_datafeed:200": { + "ml.preview_datafeed-200": { "description": "", "content": { "application/json": { @@ -102749,7 +109213,7 @@ } } }, - "monitoring.bulk:200": { + "monitoring.bulk-200": { "description": "", "content": { "application/json": { @@ -102757,7 +109221,7 @@ "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "errors": { "description": "True if there is was an error", @@ -102780,27 +109244,27 @@ } } }, - "msearch:200": { + "msearch-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.msearch:MultiSearchResult" + "$ref": "#/components/schemas/_global.msearch.MultiSearchResult" } } } }, - "msearch_template:200": { + "msearch_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.msearch:MultiSearchResult" + "$ref": "#/components/schemas/_global.msearch.MultiSearchResult" } } } }, - "mtermvectors:200": { + "mtermvectors-200": { "description": "", "content": { "application/json": { @@ -102810,7 +109274,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.mtermvectors:TermVectorsResult" + "$ref": "#/components/schemas/_global.mtermvectors.TermVectorsResult" } } }, @@ -102821,7 +109285,7 @@ } } }, - "nodes.hot_threads:200": { + "nodes.hot_threads-200": { "description": "", "content": { "application/json": { @@ -102831,12 +109295,12 @@ } } }, - "nodes.info:200": { + "nodes.info-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.info:ResponseBase" + "$ref": "#/components/schemas/nodes.info.ResponseBase" }, "examples": { "nodesInfoResponseExample1": { @@ -102847,53 +109311,65 @@ } } }, - "nodes.reload_secure_settings:200": { + "nodes.reload_secure_settings-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.reload_secure_settings:ResponseBase" + "$ref": "#/components/schemas/nodes.reload_secure_settings.ResponseBase" }, "examples": { "ReloadSecureSettingsResponseExample1": { "description": "A successful response when reloading keystore on nodes in your cluster.", - "value": "{\n \"_nodes\": {\n \"total\": 1,\n \"successful\": 1,\n \"failed\": 0\n },\n \"cluster_name\": \"my_cluster\",\n \"nodes\": {\n \"pQHNt5rXTTWNvUgOrdynKg\": {\n \"name\": \"node-0\"\n }\n }\n}" + "value": { + "_nodes": { + "failed": 0, + "successful": 1, + "total": 1 + }, + "cluster_name": "my_cluster", + "nodes": { + "pQHNt5rXTTWNvUgOrdynKg": { + "name": "node-0" + } + } + } } } } } }, - "nodes.stats:200": { + "nodes.stats-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.stats:ResponseBase" + "$ref": "#/components/schemas/nodes.stats.ResponseBase" } } } }, - "nodes.usage:200": { + "nodes.usage-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/nodes.usage:ResponseBase" + "$ref": "#/components/schemas/nodes.usage.ResponseBase" } } } }, - "put_script:200": { + "put_script-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "rank_eval:200": { + "rank_eval-200": { "description": "", "content": { "application/json": { @@ -102908,7 +109384,7 @@ "description": "The details section contains one entry for every query in the original requests section, keyed by the search request id", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricDetail" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricDetail" } }, "failures": { @@ -102927,7 +109403,7 @@ } } }, - "render_search_template:200": { + "render_search_template-200": { "description": "", "content": { "application/json": { @@ -102948,7 +109424,7 @@ } } }, - "rollup.get_jobs:200": { + "rollup.get_jobs-200": { "description": "", "content": { "application/json": { @@ -102958,7 +109434,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/rollup.get_jobs:RollupJob" + "$ref": "#/components/schemas/rollup.get_jobs.RollupJob" } } }, @@ -102969,32 +109445,132 @@ "examples": { "GetRollupJobResponseExample1": { "description": "A successful response from `GET _rollup/job/sensor`.", - "value": "{\n \"jobs\": [\n {\n \"config\": {\n \"id\": \"sensor\",\n \"index_pattern\": \"sensor-*\",\n \"rollup_index\": \"sensor_rollup\",\n \"cron\": \"*/30 * * * * ?\",\n \"groups\": {\n \"date_histogram\": {\n \"fixed_interval\": \"1h\",\n \"delay\": \"7d\",\n \"field\": \"timestamp\",\n \"time_zone\": \"UTC\"\n },\n \"terms\": {\n \"fields\": [\n \"node\"\n ]\n }\n },\n \"metrics\": [\n {\n \"field\": \"temperature\",\n \"metrics\": [\n \"min\",\n \"max\",\n \"sum\"\n ]\n },\n {\n \"field\": \"voltage\",\n \"metrics\": [\n \"avg\"\n ]\n }\n ],\n \"timeout\": \"20s\",\n \"page_size\": 1000\n },\n \"status\": {\n \"job_state\": \"stopped\"\n },\n \"stats\": {\n \"pages_processed\": 0,\n \"documents_processed\": 0,\n \"rollups_indexed\": 0,\n \"trigger_count\": 0,\n \"index_failures\": 0,\n \"index_time_in_ms\": 0,\n \"index_total\": 0,\n \"search_failures\": 0,\n \"search_time_in_ms\": 0,\n \"search_total\": 0,\n \"processing_time_in_ms\": 0,\n \"processing_total\": 0\n }\n }\n ]\n}" + "value": { + "jobs": [ + { + "config": { + "cron": "*/30 * * * * ?", + "groups": { + "date_histogram": { + "delay": "7d", + "field": "timestamp", + "fixed_interval": "1h", + "time_zone": "UTC" + }, + "terms": { + "fields": [ + "node" + ] + } + }, + "id": "sensor", + "index_pattern": "sensor-*", + "metrics": [ + { + "field": "temperature", + "metrics": [ + "min", + "max", + "sum" + ] + }, + { + "field": "voltage", + "metrics": [ + "avg" + ] + } + ], + "page_size": 1000, + "rollup_index": "sensor_rollup", + "timeout": "20s" + }, + "stats": { + "documents_processed": 0, + "index_failures": 0, + "index_time_in_ms": 0, + "index_total": 0, + "pages_processed": 0, + "processing_time_in_ms": 0, + "processing_total": 0, + "rollups_indexed": 0, + "search_failures": 0, + "search_time_in_ms": 0, + "search_total": 0, + "trigger_count": 0 + }, + "status": { + "job_state": "stopped" + } + } + ] + } } } } } }, - "rollup.get_rollup_caps:200": { + "rollup.get_rollup_caps-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/rollup.get_rollup_caps:RollupCapabilities" + "$ref": "#/components/schemas/rollup.get_rollup_caps.RollupCapabilities" } }, "examples": { "GetRollupCapabilitiesResponseExample1": { "description": "A successful response from `GET _rollup/data/sensor-*` for a rollup job that targets the index pattern `sensor-*`. The response contains the rollup job ID, the index that holds the rolled data, and the index pattern that the job was targeting. It also shows a list of fields that contain data eligible for rollup searches. For example, you can use a `min`, `max`, or `sum` aggregation on the `temperature` field, but only a `date_histogram` on `timestamp`.\n", - "value": "{\n \"sensor-*\" : {\n \"rollup_jobs\" : [\n {\n \"job_id\" : \"sensor\",\n \"rollup_index\" : \"sensor_rollup\",\n \"index_pattern\" : \"sensor-*\",\n \"fields\" : {\n \"node\" : [\n {\n \"agg\" : \"terms\"\n }\n ],\n \"temperature\" : [\n {\n \"agg\" : \"min\"\n },\n {\n \"agg\" : \"max\"\n },\n {\n \"agg\" : \"sum\"\n }\n ],\n \"timestamp\" : [\n {\n \"agg\" : \"date_histogram\",\n \"time_zone\" : \"UTC\",\n \"fixed_interval\" : \"1h\",\n \"delay\": \"7d\"\n }\n ],\n \"voltage\" : [\n {\n \"agg\" : \"avg\"\n }\n ]\n }\n }\n ]\n }\n}" + "value": { + "sensor-*": { + "rollup_jobs": [ + { + "fields": { + "node": [ + { + "agg": "terms" + } + ], + "temperature": [ + { + "agg": "min" + }, + { + "agg": "max" + }, + { + "agg": "sum" + } + ], + "timestamp": [ + { + "agg": "date_histogram", + "delay": "7d", + "fixed_interval": "1h", + "time_zone": "UTC" + } + ], + "voltage": [ + { + "agg": "avg" + } + ] + }, + "index_pattern": "sensor-*", + "job_id": "sensor", + "rollup_index": "sensor_rollup" + } + ] + } + } } } } } }, - "rollup.rollup_search:200": { + "rollup.rollup_search-200": { "description": "", "content": { "application/json": { @@ -103011,15 +109587,15 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } } }, @@ -103033,13 +109609,31 @@ "examples": { "RollupSearchResponseExample1": { "description": "An abbreviated response from `GET /sensor_rollup/_rollup_search` with a `max` aggregation on a `temperature` field. The response provides some metadata about the request (`took`, `_shards`), the search hits (which is always empty for rollup searches), and the aggregation response.\n", - "value": "{\n \"took\" : 102,\n \"timed_out\" : false,\n \"terminated_early\" : false,\n \"_shards\" : {} ,\n \"hits\" : {\n \"total\" : {\n \"value\": 0,\n \"relation\": \"eq\"\n },\n \"max_score\" : 0.0,\n \"hits\" : [ ]\n },\n \"aggregations\" : {\n \"max_temperature\" : {\n \"value\" : 202.0\n }\n }\n}" + "value": { + "_shards": {}, + "aggregations": { + "max_temperature": { + "value": 202.0 + } + }, + "hits": { + "hits": [], + "max_score": 0.0, + "total": { + "relation": "eq", + "value": 0 + } + }, + "terminated_early": false, + "timed_out": false, + "took": 102 + } } } } } }, - "scripts_painless_execute:200": { + "scripts_painless_execute-200": { "description": "", "content": { "application/json": { @@ -103058,94 +109652,318 @@ "ExecutePainlessScriptResponseExample1": { "summary": "Test context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `painless_test` context.", - "value": "{\n \"result\": \"0.1\"\n}" + "value": { + "result": "0.1" + } }, "ExecutePainlessScriptResponseExample2": { "summary": "Filter context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `filter` context.", - "value": "{\n \"result\": true\n}" + "value": { + "result": true + } }, "ExecutePainlessScriptResponseExample3": { "summary": "Score context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `score` context.", - "value": "{\n \"result\": 0.8\n}" + "value": { + "result": 0.8 + } } } } } }, - "scroll:200": { + "scroll-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" } } } }, - "search:200": { + "search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" }, "examples": { "SearchResponseExample1": { "description": "An abbreviated response from `GET /my-index-000001/_search?from=40&size=20` with a simple term query.\n", - "value": "{\n \"took\": 5,\n \"timed_out\": false,\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"skipped\": 0,\n \"failed\": 0\n },\n \"hits\": {\n \"total\": {\n \"value\": 20,\n \"relation\": \"eq\"\n },\n \"max_score\": 1.3862942,\n \"hits\": [\n {\n \"_index\": \"my-index-000001\",\n \"_id\": \"0\",\n \"_score\": 1.3862942,\n \"_source\": {\n \"@timestamp\": \"2099-11-15T14:12:12\",\n \"http\": {\n \"request\": {\n \"method\": \"get\"\n },\n \"response\": {\n \"status_code\": 200,\n \"bytes\": 1070000\n },\n \"version\": \"1.1\"\n },\n \"source\": {\n \"ip\": \"127.0.0.1\"\n },\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n }\n }\n ]\n }\n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 1, + "total": 1 + }, + "hits": { + "hits": [ + { + "_id": "0", + "_index": "my-index-000001", + "_score": 1.3862942, + "_source": { + "@timestamp": "2099-11-15T14:12:12", + "http": { + "request": { + "method": "get" + }, + "response": { + "bytes": 1070000, + "status_code": 200 + }, + "version": "1.1" + }, + "message": "GET /search HTTP/1.1 200 1070000", + "source": { + "ip": "127.0.0.1" + }, + "user": { + "id": "kimchy" + } + } + } + ], + "max_score": 1.3862942, + "total": { + "relation": "eq", + "value": 20 + } + }, + "timed_out": false, + "took": 5 + } } } } } }, - "search_application.get_behavioral_analytics:200": { + "search_application.get_behavioral_analytics-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/search_application._types:AnalyticsCollection" + "$ref": "#/components/schemas/search_application._types.AnalyticsCollection" } }, "examples": { "BehavioralAnalyticsGetResponseExample1": { "description": "A successful response from `GET _application/analytics/my*`", - "value": "{\n \"my_analytics_collection\": {\n \"event_data_stream\": {\n \"name\": \"behavioral_analytics-events-my_analytics_collection\"\n }\n },\n \"my_analytics_collection2\": {\n \"event_data_stream\": {\n \"name\": \"behavioral_analytics-events-my_analytics_collection2\"\n }\n }\n}" + "value": { + "my_analytics_collection": { + "event_data_stream": { + "name": "behavioral_analytics-events-my_analytics_collection" + } + }, + "my_analytics_collection2": { + "event_data_stream": { + "name": "behavioral_analytics-events-my_analytics_collection2" + } + } + } } } } } }, - "search_application.search:200": { + "search_application.search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" } } } }, - "search_mvt:200": { + "search_mvt-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:MapboxVectorTiles" + "$ref": "#/components/schemas/_types.MapboxVectorTiles" }, "examples": { "SearchMvtResponseExample1": { "description": "A successful response from `GET museums/_mvt/location/13/4207/2692`. It returns results as a binary vector tile. When decoded into JSON, the tile contains the following data.\n", - "value": "{\n \"hits\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3208,\n 3864\n ]\n },\n \"properties\": {\n \"_id\": \"1\",\n \"_index\": \"museums\",\n \"name\": \"NEMO Science Museum\",\n \"price\": 1750\n },\n \"type\": 1\n },\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3429,\n 3496\n ]\n },\n \"properties\": {\n \"_id\": \"3\",\n \"_index\": \"museums\",\n \"name\": \"Nederlands Scheepvaartmuseum\",\n \"price\": 1650\n },\n \"type\": 1\n },\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3429,\n 3496\n ]\n },\n \"properties\": {\n \"_id\": \"4\",\n \"_index\": \"museums\",\n \"name\": \"Amsterdam Centre for Architecture\",\n \"price\": 0\n },\n \"type\": 1\n }\n ]\n },\n \"aggs\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n 3072,\n 3072\n ],\n [\n 4096,\n 3072\n ],\n [\n 4096,\n 4096\n ],\n [\n 3072,\n 4096\n ],\n [\n 3072,\n 3072\n ]\n ]\n ]\n },\n \"properties\": {\n \"_count\": 3,\n \"max_price.value\": 1750.0,\n \"min_price.value\": 0.0,\n \"avg_price.value\": 1133.3333333333333\n },\n \"type\": 3\n }\n ]\n },\n \"meta\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n 0,\n 0\n ],\n [\n 4096,\n 0\n ],\n [\n 4096,\n 4096\n ],\n [\n 0,\n 4096\n ],\n [\n 0,\n 0\n ]\n ]\n ]\n },\n \"properties\": {\n \"_shards.failed\": 0,\n \"_shards.skipped\": 0,\n \"_shards.successful\": 1,\n \"_shards.total\": 1,\n \"aggregations._count.avg\": 3.0,\n \"aggregations._count.count\": 1,\n \"aggregations._count.max\": 3.0,\n \"aggregations._count.min\": 3.0,\n \"aggregations._count.sum\": 3.0,\n \"aggregations.avg_price.avg\": 1133.3333333333333,\n \"aggregations.avg_price.count\": 1,\n \"aggregations.avg_price.max\": 1133.3333333333333,\n \"aggregations.avg_price.min\": 1133.3333333333333,\n \"aggregations.avg_price.sum\": 1133.3333333333333,\n \"aggregations.max_price.avg\": 1750.0,\n \"aggregations.max_price.count\": 1,\n \"aggregations.max_price.max\": 1750.0,\n \"aggregations.max_price.min\": 1750.0,\n \"aggregations.max_price.sum\": 1750.0,\n \"aggregations.min_price.avg\": 0.0,\n \"aggregations.min_price.count\": 1,\n \"aggregations.min_price.max\": 0.0,\n \"aggregations.min_price.min\": 0.0,\n \"aggregations.min_price.sum\": 0.0,\n \"hits.max_score\": 0.0,\n \"hits.total.relation\": \"eq\",\n \"hits.total.value\": 3,\n \"timed_out\": false,\n \"took\": 2\n },\n \"type\": 3\n }\n ]\n }\n}" + "value": { + "aggs": { + "extent": 4096, + "features": [ + { + "geometry": { + "coordinates": [ + [ + [ + 3072, + 3072 + ], + [ + 4096, + 3072 + ], + [ + 4096, + 4096 + ], + [ + 3072, + 4096 + ], + [ + 3072, + 3072 + ] + ] + ], + "type": "Polygon" + }, + "properties": { + "_count": 3, + "avg_price.value": 1133.3333333333333, + "max_price.value": 1750.0, + "min_price.value": 0.0 + }, + "type": 3 + } + ], + "version": 2 + }, + "hits": { + "extent": 4096, + "features": [ + { + "geometry": { + "coordinates": [ + 3208, + 3864 + ], + "type": "Point" + }, + "properties": { + "_id": "1", + "_index": "museums", + "name": "NEMO Science Museum", + "price": 1750 + }, + "type": 1 + }, + { + "geometry": { + "coordinates": [ + 3429, + 3496 + ], + "type": "Point" + }, + "properties": { + "_id": "3", + "_index": "museums", + "name": "Nederlands Scheepvaartmuseum", + "price": 1650 + }, + "type": 1 + }, + { + "geometry": { + "coordinates": [ + 3429, + 3496 + ], + "type": "Point" + }, + "properties": { + "_id": "4", + "_index": "museums", + "name": "Amsterdam Centre for Architecture", + "price": 0 + }, + "type": 1 + } + ], + "version": 2 + }, + "meta": { + "extent": 4096, + "features": [ + { + "geometry": { + "coordinates": [ + [ + [ + 0, + 0 + ], + [ + 4096, + 0 + ], + [ + 4096, + 4096 + ], + [ + 0, + 4096 + ], + [ + 0, + 0 + ] + ] + ], + "type": "Polygon" + }, + "properties": { + "_shards.failed": 0, + "_shards.skipped": 0, + "_shards.successful": 1, + "_shards.total": 1, + "aggregations._count.avg": 3.0, + "aggregations._count.count": 1, + "aggregations._count.max": 3.0, + "aggregations._count.min": 3.0, + "aggregations._count.sum": 3.0, + "aggregations.avg_price.avg": 1133.3333333333333, + "aggregations.avg_price.count": 1, + "aggregations.avg_price.max": 1133.3333333333333, + "aggregations.avg_price.min": 1133.3333333333333, + "aggregations.avg_price.sum": 1133.3333333333333, + "aggregations.max_price.avg": 1750.0, + "aggregations.max_price.count": 1, + "aggregations.max_price.max": 1750.0, + "aggregations.max_price.min": 1750.0, + "aggregations.max_price.sum": 1750.0, + "aggregations.min_price.avg": 0.0, + "aggregations.min_price.count": 1, + "aggregations.min_price.max": 0.0, + "aggregations.min_price.min": 0.0, + "aggregations.min_price.sum": 0.0, + "hits.max_score": 0.0, + "hits.total.relation": "eq", + "hits.total.value": 3, + "timed_out": false, + "took": 2 + }, + "type": 3 + } + ], + "version": 2 + } + } } } } } }, - "search_shards:200": { + "search_shards-200": { "description": "", "content": { "application/json": { @@ -103155,7 +109973,7 @@ "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search_shards:SearchShardsNodeAttributes" + "$ref": "#/components/schemas/_global.search_shards.SearchShardsNodeAttributes" } }, "shards": { @@ -103163,14 +109981,14 @@ "items": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:NodeShard" + "$ref": "#/components/schemas/_types.NodeShard" } } }, "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search_shards:ShardStoreIndex" + "$ref": "#/components/schemas/_global.search_shards.ShardStoreIndex" } } }, @@ -103183,13 +110001,100 @@ "examples": { "SearchShardsResponseExample1": { "description": "An abbreviated response from `GET /my-index-000001/_search_shards`.", - "value": "{\n \"nodes\": {},\n \"indices\": {\n \"my-index-000001\": { }\n },\n \"shards\": [\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 0,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"0TvkCyF7TAmM1wHP4a42-A\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ],\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 1,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"fMju3hd1QHWmWrIgFnI4Ww\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ],\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 2,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"Nwl0wbMBTHCWjEEbGYGapg\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ],\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 3,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"bU_KLGJISbW0RejwnwDPKw\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ],\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 4,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"DMs7_giNSwmdqVukF7UydA\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ]\n ]\n }" + "value": { + "indices": { + "my-index-000001": {} + }, + "nodes": {}, + "shards": [ + [ + { + "allocation_id": { + "id": "0TvkCyF7TAmM1wHP4a42-A" + }, + "index": "my-index-000001", + "node": "JklnKbD7Tyqi9TP3_Q_tBg", + "primary": true, + "relocating_node": null, + "relocation_failure_info": { + "failed_attempts": 0 + }, + "shard": 0, + "state": "STARTED" + } + ], + [ + { + "allocation_id": { + "id": "fMju3hd1QHWmWrIgFnI4Ww" + }, + "index": "my-index-000001", + "node": "JklnKbD7Tyqi9TP3_Q_tBg", + "primary": true, + "relocating_node": null, + "relocation_failure_info": { + "failed_attempts": 0 + }, + "shard": 1, + "state": "STARTED" + } + ], + [ + { + "allocation_id": { + "id": "Nwl0wbMBTHCWjEEbGYGapg" + }, + "index": "my-index-000001", + "node": "JklnKbD7Tyqi9TP3_Q_tBg", + "primary": true, + "relocating_node": null, + "relocation_failure_info": { + "failed_attempts": 0 + }, + "shard": 2, + "state": "STARTED" + } + ], + [ + { + "allocation_id": { + "id": "bU_KLGJISbW0RejwnwDPKw" + }, + "index": "my-index-000001", + "node": "JklnKbD7Tyqi9TP3_Q_tBg", + "primary": true, + "relocating_node": null, + "relocation_failure_info": { + "failed_attempts": 0 + }, + "shard": 3, + "state": "STARTED" + } + ], + [ + { + "allocation_id": { + "id": "DMs7_giNSwmdqVukF7UydA" + }, + "index": "my-index-000001", + "node": "JklnKbD7Tyqi9TP3_Q_tBg", + "primary": true, + "relocating_node": null, + "relocation_failure_info": { + "failed_attempts": 0 + }, + "shard": 4, + "state": "STARTED" + } + ] + ] + } } } } } }, - "search_template:200": { + "search_template-200": { "description": "", "content": { "application/json": { @@ -103203,19 +110108,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -103230,20 +110135,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -103261,7 +110166,7 @@ } } }, - "searchable_snapshots.cache_stats:200": { + "searchable_snapshots.cache_stats-200": { "description": "", "content": { "application/json": { @@ -103271,7 +110176,7 @@ "nodes": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/searchable_snapshots.cache_stats:Node" + "$ref": "#/components/schemas/searchable_snapshots.cache_stats.Node" } } }, @@ -103282,13 +110187,28 @@ "examples": { "CacheStatsResponseExample1": { "description": "A successful response from `GET /_searchable_snapshots/cache/stats`.", - "value": "{\n \"nodes\" : {\n \"eerrtBMtQEisohZzxBLUSw\" : {\n \"shared_cache\" : {\n \"reads\" : 6051,\n \"bytes_read_in_bytes\" : 5448829,\n \"writes\" : 37,\n \"bytes_written_in_bytes\" : 1208320,\n \"evictions\" : 5,\n \"num_regions\" : 65536,\n \"size_in_bytes\" : 1099511627776,\n \"region_size_in_bytes\" : 16777216\n }\n }\n }\n}" + "value": { + "nodes": { + "eerrtBMtQEisohZzxBLUSw": { + "shared_cache": { + "bytes_read_in_bytes": 5448829, + "bytes_written_in_bytes": 1208320, + "evictions": 5, + "num_regions": 65536, + "reads": 6051, + "region_size_in_bytes": 16777216, + "size_in_bytes": 1099511627776, + "writes": 37 + } + } + } + } } } } } }, - "searchable_snapshots.clear_cache:200": { + "searchable_snapshots.clear_cache-200": { "description": "", "content": { "application/json": { @@ -103298,7 +110218,7 @@ } } }, - "searchable_snapshots.stats:200": { + "searchable_snapshots.stats-200": { "description": "", "content": { "application/json": { @@ -103320,7 +110240,7 @@ } } }, - "security.change_password:200": { + "security.change_password-200": { "description": "", "content": { "application/json": { @@ -103330,7 +110250,7 @@ } } }, - "security.create_api_key:200": { + "security.create_api_key-200": { "description": "", "content": { "application/json": { @@ -103346,10 +110266,10 @@ "type": "number" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "encoded": { "description": "API key credentials which is the base64-encoding of\nthe UTF-8 representation of `id` and `api_key` joined\nby a colon (`:`).", @@ -103366,13 +110286,19 @@ "examples": { "SecurityCreateApiKeyResponseExample1": { "description": "A successful response from `POST /_security/api_key`.", - "value": "{\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\", \n \"name\": \"my-api-key\",\n \"expiration\": 1544068612110, \n \"api_key\": \"ui2lp2axTNmsyakw9tvNnw\", \n \"encoded\": \"VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==\" \n}" + "value": { + "api_key": "ui2lp2axTNmsyakw9tvNnw", + "encoded": "VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==", + "expiration": 1544068612110, + "id": "VuaCfGcBCdbkQm-e5aOx", + "name": "my-api-key" + } } } } } }, - "security.create_service_token:200": { + "security.create_service_token-200": { "description": "", "content": { "application/json": { @@ -103383,7 +110309,7 @@ "type": "boolean" }, "token": { - "$ref": "#/components/schemas/security.create_service_token:Token" + "$ref": "#/components/schemas/security.create_service_token.Token" } }, "required": [ @@ -103394,13 +110320,19 @@ "examples": { "CreateServiceTokenRequestExample1": { "description": "A successful response from `POST /_security/service/elastic/fleet-server/credential/token/token1`. The response includes the service account token, its name, and its secret value as a bearer token.\n", - "value": "{\n \"created\": true,\n \"token\": {\n \"name\": \"token1\",\n \"value\": \"AAEAAWVsYXN0aWM...vZmxlZXQtc2VydmVyL3Rva2VuMTo3TFdaSDZ\" \n }\n}" + "value": { + "created": true, + "token": { + "name": "token1", + "value": "AAEAAWVsYXN0aWM...vZmxlZXQtc2VydmVyL3Rva2VuMTo3TFdaSDZ" + } + } } } } } }, - "security.disable_user:200": { + "security.disable_user-200": { "description": "", "content": { "application/json": { @@ -103410,17 +110342,17 @@ } } }, - "security.disable_user_profile:200": { + "security.disable_user_profile-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "security.enable_user:200": { + "security.enable_user-200": { "description": "", "content": { "application/json": { @@ -103430,17 +110362,17 @@ } } }, - "security.enable_user_profile:200": { + "security.enable_user_profile-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "security.get_privileges:200": { + "security.get_privileges-200": { "description": "", "content": { "application/json": { @@ -103449,96 +110381,371 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.put_privileges:Actions" + "$ref": "#/components/schemas/security.put_privileges.Actions" } } }, "examples": { "SecurityGetPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/privilege/myapp/read`. The response contains information about the `read` privilege for the `app01` application.\n", - "value": "{\n \"myapp\": {\n \"read\": {\n \"application\": \"myapp\",\n \"name\": \"read\",\n \"actions\": [\n \"data:read/*\",\n \"action:login\"\n ],\n \"metadata\": {\n \"description\": \"Read access to myapp\"\n }\n }\n }\n}" + "value": { + "myapp": { + "read": { + "actions": [ + "data:read/*", + "action:login" + ], + "application": "myapp", + "metadata": { + "description": "Read access to myapp" + }, + "name": "read" + } + } + } } } } } }, - "security.get_role:200": { + "security.get_role-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.get_role:Role" + "$ref": "#/components/schemas/security.get_role.Role" } }, "examples": { "SecurityGetRoleResponseExample1": { "description": "A successful response from `GET /_security/role/my_admin_role`. The response contains information about the `my_admin_role` role in the native realm.\n", - "value": "{\n \"my_admin_role\": {\n \"description\": \"Grants full access to all management features within the cluster.\",\n \"cluster\" : [ \"all\" ],\n \"indices\" : [\n {\n \"names\" : [ \"index1\", \"index2\" ],\n \"privileges\" : [ \"all\" ],\n \"allow_restricted_indices\" : false,\n \"field_security\" : {\n \"grant\" : [ \"title\", \"body\" ]}\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ \"other_user\" ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n}" + "value": { + "my_admin_role": { + "applications": [], + "cluster": [ + "all" + ], + "description": "Grants full access to all management features within the cluster.", + "indices": [ + { + "allow_restricted_indices": false, + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ] + } + ], + "metadata": { + "version": 1 + }, + "run_as": [ + "other_user" + ], + "transient_metadata": { + "enabled": true + } + } + } } } } } }, - "security.get_role_mapping:200": { + "security.get_role_mapping-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleMapping" + "$ref": "#/components/schemas/security._types.RoleMapping" } }, "examples": { "SecurityGetRoleMappingResponseExample1": { "description": "A successful response from `GET /_security/role_mapping/mapping1`.", - "value": "{\n \"mapping1\": {\n \"enabled\": true,\n \"roles\": [\n \"user\"\n ],\n \"rules\": {\n \"field\": {\n \"username\": \"*\"\n }\n },\n \"metadata\": {}\n }\n}" + "value": { + "mapping1": { + "enabled": true, + "metadata": {}, + "roles": [ + "user" + ], + "rules": { + "field": { + "username": "*" + } + } + } + } } } } } }, - "security.get_service_accounts:200": { + "security.get_service_accounts-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.get_service_accounts:RoleDescriptorWrapper" + "$ref": "#/components/schemas/security.get_service_accounts.RoleDescriptorWrapper" } }, "examples": { "GetServiceAccountsResponseExample1": { "description": "A successful response from `GET /_security/service/elastic/fleet-server`. The response contains information about the `elastic/fleet-server` service account.\n", - "value": "{\n \"elastic/fleet-server\": {\n \"role_descriptor\": {\n \"cluster\": [\n \"monitor\",\n \"manage_own_api_key\",\n \"read_fleet_secrets\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"logs-*\",\n \"metrics-*\",\n \"traces-*\",\n \".logs-endpoint.diagnostic.collection-*\",\n \".logs-endpoint.action.responses-*\",\n \".logs-endpoint.heartbeat-*\"\n ],\n \"privileges\": [\n \"write\",\n \"create_index\",\n \"auto_configure\"\n ],\n \"allow_restricted_indices\": false\n },\n {\n \"names\": [\n \"profiling-*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\"\n ],\n \"allow_restricted_indices\": false\n },\n {\n \"names\": [\n \"traces-apm.sampled-*\"\n ],\n \"privileges\": [\n \"read\",\n \"monitor\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": false\n },\n {\n \"names\": [\n \".fleet-secrets*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-actions*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-agents*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-artifacts*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-enrollment-api-keys*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-policies*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-policies-leader*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-servers*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-fileds*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \"synthetics-*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"create_index\",\n \"auto_configure\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [\n {\n \"application\": \"kibana-*\",\n \"privileges\": [\n \"reserved_fleet-setup\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [],\n \"metadata\": {},\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n}" + "value": { + "elastic/fleet-server": { + "role_descriptor": { + "applications": [ + { + "application": "kibana-*", + "privileges": [ + "reserved_fleet-setup" + ], + "resources": [ + "*" + ] + } + ], + "cluster": [ + "monitor", + "manage_own_api_key", + "read_fleet_secrets" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "logs-*", + "metrics-*", + "traces-*", + ".logs-endpoint.diagnostic.collection-*", + ".logs-endpoint.action.responses-*", + ".logs-endpoint.heartbeat-*" + ], + "privileges": [ + "write", + "create_index", + "auto_configure" + ] + }, + { + "allow_restricted_indices": false, + "names": [ + "profiling-*" + ], + "privileges": [ + "read", + "write" + ] + }, + { + "allow_restricted_indices": false, + "names": [ + "traces-apm.sampled-*" + ], + "privileges": [ + "read", + "monitor", + "maintenance" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-secrets*" + ], + "privileges": [ + "read" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-actions*" + ], + "privileges": [ + "read", + "write", + "monitor", + "create_index", + "auto_configure", + "maintenance" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-agents*" + ], + "privileges": [ + "read", + "write", + "monitor", + "create_index", + "auto_configure", + "maintenance" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-artifacts*" + ], + "privileges": [ + "read", + "write", + "monitor", + "create_index", + "auto_configure", + "maintenance" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-enrollment-api-keys*" + ], + "privileges": [ + "read", + "write", + "monitor", + "create_index", + "auto_configure", + "maintenance" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-policies*" + ], + "privileges": [ + "read", + "write", + "monitor", + "create_index", + "auto_configure", + "maintenance" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-policies-leader*" + ], + "privileges": [ + "read", + "write", + "monitor", + "create_index", + "auto_configure", + "maintenance" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-servers*" + ], + "privileges": [ + "read", + "write", + "monitor", + "create_index", + "auto_configure", + "maintenance" + ] + }, + { + "allow_restricted_indices": true, + "names": [ + ".fleet-fileds*" + ], + "privileges": [ + "read", + "write", + "monitor", + "create_index", + "auto_configure", + "maintenance" + ] + }, + { + "allow_restricted_indices": false, + "names": [ + "synthetics-*" + ], + "privileges": [ + "read", + "write", + "create_index", + "auto_configure" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + } + } } } } } }, - "security.get_user:200": { + "security.get_user-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:User" + "$ref": "#/components/schemas/security._types.User" } }, "examples": { "SecurityGetUserResponseExample1": { "description": "A successful response from `GET /_security/user/jacknich?with_profile_uid=true`. It includes the user `profile_uid` as part of the response.\n", - "value": "{\n \"jacknich\": {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\", \"other_role1\"\n ],\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\",\n \"metadata\": { \"intelligence\" : 7 },\n \"enabled\": true,\n \"profile_uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\"\n }\n}" + "value": { + "jacknich": { + "email": "jacknich@example.com", + "enabled": true, + "full_name": "Jack Nicholson", + "metadata": { + "intelligence": 7 + }, + "profile_uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", + "roles": [ + "admin", + "other_role1" + ], + "username": "jacknich" + } + } } } } } }, - "security.has_privileges:200": { + "security.has_privileges-200": { "description": "", "content": { "application/json": { @@ -103546,7 +110753,7 @@ "type": "object", "properties": { "application": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationsPrivileges" + "$ref": "#/components/schemas/security.has_privileges.ApplicationsPrivileges" }, "cluster": { "type": "object", @@ -103560,11 +110767,11 @@ "index": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:Privileges" + "$ref": "#/components/schemas/security.has_privileges.Privileges" } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -103578,13 +110785,40 @@ "examples": { "SecurityHasPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/user/_has_privileges`, which lists the privileges for the `rdeniro` user.", - "value": "{\n \"username\": \"rdeniro\",\n \"has_all_requested\" : false,\n \"cluster\" : {\n \"monitor\" : true,\n \"manage\" : false\n },\n \"index\" : {\n \"suppliers\" : {\n \"read\" : true\n },\n \"products\" : {\n \"read\" : true\n },\n \"inventory\" : {\n \"read\" : true,\n \"write\" : false\n }\n },\n \"application\" : {\n \"inventory_manager\" : {\n \"product/1852563\" : {\n \"read\": false,\n \"data:write/inventory\": false\n }\n }\n }\n}" + "value": { + "application": { + "inventory_manager": { + "product/1852563": { + "data:write/inventory": false, + "read": false + } + } + }, + "cluster": { + "manage": false, + "monitor": true + }, + "has_all_requested": false, + "index": { + "inventory": { + "read": true, + "write": false + }, + "products": { + "read": true + }, + "suppliers": { + "read": true + } + }, + "username": "rdeniro" + } } } } } }, - "security.has_privileges_user_profile:200": { + "security.has_privileges_user_profile-200": { "description": "", "content": { "application/json": { @@ -103595,11 +110829,11 @@ "description": "The subset of the requested profile IDs of the users that\nhave all the requested privileges.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } }, "errors": { - "$ref": "#/components/schemas/security.has_privileges_user_profile:HasPrivilegesUserProfileErrors" + "$ref": "#/components/schemas/security.has_privileges_user_profile.HasPrivilegesUserProfileErrors" } }, "required": [ @@ -103609,13 +110843,26 @@ "examples": { "HasPrivilegesUserProfileResponseExample1": { "description": "A response from `POST /_security/profile/_has_privileges` that indicates only one of the three users has all the privileges and one of them is not found.\n", - "value": "{\n \"has_privilege_uids\": [\"u_rzRnxDgEHIH0GOUoFkZr5Y27YUwSk19Joiq=g4OCxxB_1\"],\n \"errors\": {\n \"count\": 1,\n \"details\": {\n \"u_does-not-exist_0\": {\n \"type\": \"resource_not_found_exception\",\n \"reason\": \"profile document not found\"\n }\n }\n }\n}" + "value": { + "errors": { + "count": 1, + "details": { + "u_does-not-exist_0": { + "reason": "profile document not found", + "type": "resource_not_found_exception" + } + } + }, + "has_privilege_uids": [ + "u_rzRnxDgEHIH0GOUoFkZr5Y27YUwSk19Joiq=g4OCxxB_1" + ] + } } } } } }, - "security.put_privileges:200": { + "security.put_privileges-200": { "description": "", "content": { "application/json": { @@ -103624,24 +110871,44 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:CreatedStatus" + "$ref": "#/components/schemas/security._types.CreatedStatus" } } }, "examples": { "SecurityPutPrivilegesResponseExample1": { "description": "A successful response from `PUT /_security/privilege`.", - "value": "{\n \"myapp\": {\n \"read\": {\n \"created\": true \n }\n }\n}" + "value": { + "myapp": { + "read": { + "created": true + } + } + } }, "SecurityPutPrivilegesResponseExample2": { "description": "A successful response from `PUT /_security/privilege`. The `created` property indicates whether the privileges have been created or updated.\n", - "value": "{\n \"app02\": {\n \"all\": {\n \"created\": true\n }\n },\n \"app01\": {\n \"read\": {\n \"created\": true\n },\n \"write\": {\n \"created\": true\n }\n }\n}" + "value": { + "app01": { + "read": { + "created": true + }, + "write": { + "created": true + } + }, + "app02": { + "all": { + "created": true + } + } + } } } } } }, - "security.put_role:200": { + "security.put_role-200": { "description": "", "content": { "application/json": { @@ -103649,7 +110916,7 @@ "type": "object", "properties": { "role": { - "$ref": "#/components/schemas/security._types:CreatedStatus" + "$ref": "#/components/schemas/security._types.CreatedStatus" } }, "required": [ @@ -103659,13 +110926,17 @@ "examples": { "SecurityPutRoleResponseExample1": { "description": "A successful response from `POST /_security/role/my_admin_role`.", - "value": "{\n \"role\": {\n \"created\": true \n }\n}" + "value": { + "role": { + "created": true + } + } } } } } }, - "security.put_role_mapping:200": { + "security.put_role_mapping-200": { "description": "", "content": { "application/json": { @@ -103676,7 +110947,7 @@ "type": "boolean" }, "role_mapping": { - "$ref": "#/components/schemas/security._types:CreatedStatus" + "$ref": "#/components/schemas/security._types.CreatedStatus" } }, "required": [ @@ -103686,13 +110957,17 @@ "examples": { "SecurityPutRoleMappingResponseExample1": { "description": "A successful response from `POST /_security/role_mapping/mapping1`.", - "value": "{\n \"role_mapping\" : {\n \"created\" : true \n }\n}" + "value": { + "role_mapping": { + "created": true + } + } } } } } }, - "security.put_user:200": { + "security.put_user-200": { "description": "", "content": { "application/json": { @@ -103711,13 +110986,15 @@ "examples": { "SecurityPutUserResponseExample1": { "description": "A successful response from `POST /_security/user/jacknich`. When an existing user is updated, `created` is set to `false`.\n", - "value": "{\n \"created\": true \n}" + "value": { + "created": true + } } } } } }, - "security.query_api_keys:200": { + "security.query_api_keys-200": { "description": "", "content": { "application/json": { @@ -103736,14 +111013,14 @@ "description": "A list of API key information.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApiKey" + "$ref": "#/components/schemas/security._types.ApiKey" } }, "aggregations": { "description": "The aggregations result, if requested.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregate" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregate" } } }, @@ -103757,23 +111034,158 @@ "QueryApiKeysResponseExample1": { "summary": "Query API keys by ID", "description": "A successful response from `GET /_security/_query/api_key?with_limited_by=true`. The `limited_by` details are the owner user's permissions associated with the API key. It is a point-in-time snapshot captured at creation and subsequent updates. An API key's effective permissions are an intersection of its assigned privileges and the owner user's permissions.\n", - "value": "{\n \"api_keys\": [\n {\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\",\n \"name\": \"application-key-1\",\n \"creation\": 1548550550158,\n \"expiration\": 1548551550158,\n \"invalidated\": false,\n \"username\": \"myuser\",\n \"realm\": \"native1\",\n \"realm_type\": \"native\",\n \"metadata\": {\n \"application\": \"my-application\"\n },\n \"role_descriptors\": { },\n \"limited_by\": [ \n {\n \"role-power-user\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n ]\n }\n ]\n}" + "value": { + "api_keys": [ + { + "creation": 1548550550158, + "expiration": 1548551550158, + "id": "VuaCfGcBCdbkQm-e5aOx", + "invalidated": false, + "limited_by": [ + { + "role-power-user": { + "applications": [], + "cluster": [ + "monitor" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "*" + ], + "privileges": [ + "read" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + } + ], + "metadata": { + "application": "my-application" + }, + "name": "application-key-1", + "realm": "native1", + "realm_type": "native", + "role_descriptors": {}, + "username": "myuser" + } + ] + } }, "QueryApiKeysResponseExample2": { "summary": "Query API keys with pagination", "description": "An abbreviated response from `GET /_security/_query/api_key` that contains a list of matched API keys along with their sort values. The first sort value is creation time, which is displayed in `date_time` format. The second sort value is the API key name.\n", - "value": "{\n \"total\": 100,\n \"count\": 10,\n \"api_keys\": [\n {\n \"id\": \"CLXgVnsBOGkf8IyjcXU7\",\n \"name\": \"app1-key-79\",\n \"creation\": 1629250154811,\n \"invalidated\": false,\n \"username\": \"org-admin-user\",\n \"realm\": \"native1\",\n \"metadata\": {\n \"environment\": \"production\"\n },\n \"role_descriptors\": { },\n \"_sort\": [\n \"2021-08-18T01:29:14.811Z\", \n \"app1-key-79\" \n ]\n },\n {\n \"id\": \"BrXgVnsBOGkf8IyjbXVB\",\n \"name\": \"app1-key-78\",\n \"creation\": 1629250153794,\n \"invalidated\": false,\n \"username\": \"org-admin-user\",\n \"realm\": \"native1\",\n \"metadata\": {\n \"environment\": \"production\"\n },\n \"role_descriptors\": { },\n \"_sort\": [\n \"2021-08-18T01:29:13.794Z\",\n \"app1-key-78\"\n ]\n }\n ]\n}" + "value": { + "api_keys": [ + { + "_sort": [ + "2021-08-18T01:29:14.811Z", + "app1-key-79" + ], + "creation": 1629250154811, + "id": "CLXgVnsBOGkf8IyjcXU7", + "invalidated": false, + "metadata": { + "environment": "production" + }, + "name": "app1-key-79", + "realm": "native1", + "role_descriptors": {}, + "username": "org-admin-user" + }, + { + "_sort": [ + "2021-08-18T01:29:13.794Z", + "app1-key-78" + ], + "creation": 1629250153794, + "id": "BrXgVnsBOGkf8IyjbXVB", + "invalidated": false, + "metadata": { + "environment": "production" + }, + "name": "app1-key-78", + "realm": "native1", + "role_descriptors": {}, + "username": "org-admin-user" + } + ], + "count": 10, + "total": 100 + } }, "QueryApiKeysResponseExample3": { "summary": "Query all API keys", "description": "A successful response from `GET /_security/_query/api_key`. It includes the role descriptors that are assigned to each API key when it was created or last updated. Note that an API key's effective permissions are an intersection of its assigned privileges and the point-in-time snapshot of the owner user's permissions. An empty role descriptors object means the API key inherits the owner user's permissions.\n", - "value": "{\n \"total\": 3,\n \"count\": 3,\n \"api_keys\": [ \n {\n \"id\": \"nkvrGXsB8w290t56q3Rg\",\n \"name\": \"my-api-key-1\",\n \"creation\": 1628227480421,\n \"expiration\": 1629091480421,\n \"invalidated\": false,\n \"username\": \"elastic\",\n \"realm\": \"reserved\",\n \"realm_type\": \"reserved\",\n \"metadata\": {\n \"letter\": \"a\"\n },\n \"role_descriptors\": { \n \"role-a\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index-a\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n },\n {\n \"id\": \"oEvrGXsB8w290t5683TI\",\n \"name\": \"my-api-key-2\",\n \"creation\": 1628227498953,\n \"expiration\": 1628313898953,\n \"invalidated\": false,\n \"username\": \"elastic\",\n \"realm\": \"reserved\",\n \"metadata\": {\n \"letter\": \"b\"\n },\n \"role_descriptors\": { } \n }\n ]\n}" + "value": { + "api_keys": [ + { + "creation": 1628227480421, + "expiration": 1629091480421, + "id": "nkvrGXsB8w290t56q3Rg", + "invalidated": false, + "metadata": { + "letter": "a" + }, + "name": "my-api-key-1", + "realm": "reserved", + "realm_type": "reserved", + "role_descriptors": { + "role-a": { + "applications": [], + "cluster": [ + "monitor" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "index-a" + ], + "privileges": [ + "read" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + }, + "username": "elastic" + }, + { + "creation": 1628227498953, + "expiration": 1628313898953, + "id": "oEvrGXsB8w290t5683TI", + "invalidated": false, + "metadata": { + "letter": "b" + }, + "name": "my-api-key-2", + "realm": "reserved", + "role_descriptors": {}, + "username": "elastic" + } + ], + "count": 3, + "total": 3 + } } } } } }, - "security.query_role:200": { + "security.query_role-200": { "description": "", "content": { "application/json": { @@ -103792,7 +111204,7 @@ "description": "A list of roles that match the query.\nThe returned role format is an extension of the role definition format.\nIt adds the `transient_metadata.enabled` and the `_sort` fields.\n`transient_metadata.enabled` is set to `false` in case the role is automatically disabled, for example when the role grants privileges that are not allowed by the installed license.\n`_sort` is present when the search query sorts on some field.\nIt contains the array of values that have been used for sorting.", "type": "array", "items": { - "$ref": "#/components/schemas/security.query_role:QueryRole" + "$ref": "#/components/schemas/security.query_role.QueryRole" } } }, @@ -103806,18 +111218,131 @@ "QueryRolesResponseExample1": { "summary": "Query roles by name", "description": "A successful response from `POST /_security/_query/role`. It returns a JSON structure that contains the information retrieved for one or more roles.\n", - "value": "{\n \"total\": 2,\n \"count\": 2,\n \"roles\": [ \n {\n \"name\" : \"my_admin_role\",\n \"cluster\" : [\n \"all\"\n ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [\n \"other_user\"\n ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants full access to all management features within the cluster.\",\n \"_sort\" : [\n \"my_admin_role\"\n ]\n },\n {\n \"name\" : \"my_user_role\",\n \"cluster\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants user access to some indicies.\",\n \"_sort\" : [\n \"my_user_role\"\n ]\n }\n ]\n}" + "value": { + "count": 2, + "roles": [ + { + "_sort": [ + "my_admin_role" + ], + "applications": [], + "cluster": [ + "all" + ], + "description": "Grants full access to all management features within the cluster.", + "indices": [ + { + "allow_restricted_indices": false, + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ] + } + ], + "metadata": { + "version": 1 + }, + "name": "my_admin_role", + "run_as": [ + "other_user" + ], + "transient_metadata": { + "enabled": true + } + }, + { + "_sort": [ + "my_user_role" + ], + "applications": [], + "cluster": [], + "description": "Grants user access to some indicies.", + "indices": [ + { + "allow_restricted_indices": false, + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ] + } + ], + "metadata": { + "version": 1 + }, + "name": "my_user_role", + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + ], + "total": 2 + } }, "QueryRolesResponseExample2": { "summary": "Query roles by description", "description": "A successful response from `POST /_security/_query/role`.\n", - "value": "{\n \"total\": 2,\n \"count\": 1,\n \"roles\": [\n {\n \"name\" : \"my_user_role\",\n \"cluster\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants user access to some indicies.\"\n }\n ]\n}" + "value": { + "count": 1, + "roles": [ + { + "applications": [], + "cluster": [], + "description": "Grants user access to some indicies.", + "indices": [ + { + "allow_restricted_indices": false, + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ] + } + ], + "metadata": { + "version": 1 + }, + "name": "my_user_role", + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + ], + "total": 2 + } } } } } }, - "security.query_user:200": { + "security.query_user-200": { "description": "", "content": { "application/json": { @@ -103836,7 +111361,7 @@ "description": "A list of users that match the query.", "type": "array", "items": { - "$ref": "#/components/schemas/security.query_user:QueryUser" + "$ref": "#/components/schemas/security.query_user.QueryUser" } } }, @@ -103850,23 +111375,108 @@ "SecurityQueryUserResponseExample1": { "summary": "Query users by role prefix", "description": "A successful response from `POST /_security/_query/user?with_profile_uid=true` that contains users that have roles that are prefixed with `other`. It also includes the user `profile_uid` in the response.\n", - "value": "{\n \"total\": 1,\n \"count\": 1,\n \"users\": [\n {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\",\n \"other_role1\"\n ],\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true,\n \"profile_uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\"\n }\n ]\n}" + "value": { + "count": 1, + "total": 1, + "users": [ + { + "email": "jacknich@example.com", + "enabled": true, + "full_name": "Jack Nicholson", + "metadata": { + "intelligence": 7 + }, + "profile_uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", + "roles": [ + "admin", + "other_role1" + ], + "username": "jacknich" + } + ] + } }, "SecurityQueryUserResponseExample2": { "summary": "Query users with multiple conditions", "description": "A successful response from `POST /_security/_query/user` that uses a `bool` query to issue complex logical conditions and uses `from`, `size`, and `sort` to help paginate the result. The sort value is `username`.\n", - "value": "{\n \"total\": 5,\n \"count\": 2,\n \"users\": [\n {\n \"username\": \"ray\",\n \"roles\": [\n \"other_role3\"\n ],\n \"full_name\": \"Ray Nicholson\",\n \"email\": \"rayn@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true,\n \"_sort\": [\n \"ray\" \n ]\n },\n {\n \"username\": \"lorraine\",\n \"roles\": [\n \"other_role3\"\n ],\n \"full_name\": \"Lorraine Nicholson\",\n \"email\": \"lorraine@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true,\n \"_sort\": [\n \"lorraine\"\n ]\n }\n ]\n}" + "value": { + "count": 2, + "total": 5, + "users": [ + { + "_sort": [ + "ray" + ], + "email": "rayn@example.com", + "enabled": true, + "full_name": "Ray Nicholson", + "metadata": { + "intelligence": 7 + }, + "roles": [ + "other_role3" + ], + "username": "ray" + }, + { + "_sort": [ + "lorraine" + ], + "email": "lorraine@example.com", + "enabled": true, + "full_name": "Lorraine Nicholson", + "metadata": { + "intelligence": 7 + }, + "roles": [ + "other_role3" + ], + "username": "lorraine" + } + ] + } }, "SecurityQueryUserResponseExample3": { "summary": "Query all users", "description": "A successful response from `GET /_security/_query/user`, which lists all users. It returns a JSON structure that contains the information retrieved from one or more users.\n", - "value": "{\n \"total\": 2,\n \"count\": 2,\n \"users\": [ \n {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\",\n \"other_role1\"\n ],\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true\n },\n {\n \"username\": \"sandrakn\",\n \"roles\": [\n \"admin\",\n \"other_role1\"\n ],\n \"full_name\": \"Sandra Knight\",\n \"email\": \"sandrakn@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true\n }\n ]\n}" + "value": { + "count": 2, + "total": 2, + "users": [ + { + "email": "jacknich@example.com", + "enabled": true, + "full_name": "Jack Nicholson", + "metadata": { + "intelligence": 7 + }, + "roles": [ + "admin", + "other_role1" + ], + "username": "jacknich" + }, + { + "email": "sandrakn@example.com", + "enabled": true, + "full_name": "Sandra Knight", + "metadata": { + "intelligence": 7 + }, + "roles": [ + "admin", + "other_role1" + ], + "username": "sandrakn" + } + ] + } } } } } }, - "security.suggest_user_profiles:200": { + "security.suggest_user_profiles-200": { "description": "", "content": { "application/json": { @@ -103874,7 +111484,7 @@ "type": "object", "properties": { "total": { - "$ref": "#/components/schemas/security.suggest_user_profiles:TotalUserProfiles" + "$ref": "#/components/schemas/security.suggest_user_profiles.TotalUserProfiles" }, "took": { "description": "The number of milliseconds it took Elasticsearch to run the request.", @@ -103884,7 +111494,7 @@ "description": "A list of profile documents, ordered by relevance, that match the search criteria.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfile" + "$ref": "#/components/schemas/security._types.UserProfile" } } }, @@ -103897,29 +111507,33 @@ "examples": { "SuggestUserProfilesResponseExample1": { "description": "A successful response from `GET /_security/saml/metadata/saml1`. It contains the SAML metadata that was generated for the SAML realm as an XML string.\n", - "value": "{\n \"metadata\" : \"\"\n}" + "value": { + "metadata": "" + } } } } } }, - "security.update_user_profile_data:200": { + "security.update_user_profile_data-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "UpdateUserProfileDataResponseExample1": { "description": "A successful response from `POST /_security/profile/u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0/_data`, which indicates that the request is acknowledged.\n", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } } }, - "shutdown.get_node:200": { + "shutdown.get_node-200": { "description": "", "content": { "application/json": { @@ -103929,7 +111543,7 @@ "nodes": { "type": "array", "items": { - "$ref": "#/components/schemas/shutdown.get_node:NodeShutdownStatus" + "$ref": "#/components/schemas/shutdown.get_node.NodeShutdownStatus" } } }, @@ -103940,13 +111554,35 @@ "examples": { "ShutdownGetNodeResponseExample1": { "description": "Get the status of shutdown preparations with `GET /_nodes/USpTGYaBSIKbgSUJR2Z9lg/shutdown`. The response shows information about the shutdown preparations, including the status of shard migration, task migration, and plugin cleanup\n", - "value": "{\n \"nodes\": [\n {\n \"node_id\": \"USpTGYaBSIKbgSUJR2Z9lg\",\n \"type\": \"RESTART\",\n \"reason\": \"Demonstrating how the node shutdown API works\",\n \"shutdown_startedmillis\": 1624406108685,\n \"allocation_delay\": \"10m\",\n \"status\": \"COMPLETE\",\n \"shard_migration\": {\n \"status\": \"COMPLETE\",\n \"shard_migrations_remaining\": 0,\n \"explanation\": \"no shard relocation is necessary for a node restart\"\n },\n \"persistent_tasks\": {\n \"status\": \"COMPLETE\"\n },\n \"plugins\": {\n \"status\": \"COMPLETE\"\n }\n }\n ]\n}" + "value": { + "nodes": [ + { + "allocation_delay": "10m", + "node_id": "USpTGYaBSIKbgSUJR2Z9lg", + "persistent_tasks": { + "status": "COMPLETE" + }, + "plugins": { + "status": "COMPLETE" + }, + "reason": "Demonstrating how the node shutdown API works", + "shard_migration": { + "explanation": "no shard relocation is necessary for a node restart", + "shard_migrations_remaining": 0, + "status": "COMPLETE" + }, + "shutdown_startedmillis": 1624406108685, + "status": "COMPLETE", + "type": "RESTART" + } + ] + } } } } } }, - "simulate.ingest:200": { + "simulate.ingest-200": { "description": "", "content": { "application/json": { @@ -103956,7 +111592,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/simulate.ingest:SimulateIngestDocumentResult" + "$ref": "#/components/schemas/simulate.ingest.SimulateIngestDocumentResult" } } }, @@ -103968,42 +111604,164 @@ "SimulateIngestResponseExample1": { "summary": "Use an existing pipeline definition", "description": "A successful response when the simulation uses pipeline definitions that are already in the system.", - "value": "{\n \"docs\": [\n {\n \"doc\": null,\n \"_id\": 123,\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"field1\": \"value1\",\n \"field2\": \"value2\",\n \"foo\": \"bar\"\n },\n \"executed_pipelines\": [\n \"my-pipeline\",\n \"my-final-pipeline\"\n ]\n },\n {\n \"doc\": null,\n \"_id\": 456,\n \"_index\": \"my-index\",\n \"_version\": \"-3,\",\n \"_source\": {\n \"field1\": \"value1\",\n \"field2\": \"value2\",\n \"foo\": \"rab\"\n },\n \"executed_pipelines\": [\n \"my-pipeline\",\n \"my-final-pipeline\"\n ]\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": 123, + "_index": "my-index", + "_source": { + "field1": "value1", + "field2": "value2", + "foo": "bar" + }, + "_version": -3, + "doc": null, + "executed_pipelines": [ + "my-pipeline", + "my-final-pipeline" + ] + }, + { + "_id": 456, + "_index": "my-index", + "_source": { + "field1": "value1", + "field2": "value2", + "foo": "rab" + }, + "_version": "-3,", + "doc": null, + "executed_pipelines": [ + "my-pipeline", + "my-final-pipeline" + ] + } + ] + } }, "SimulateIngestResponseExample2": { "summary": "Use pipeline substitutions", "description": "A successful response when the simulation uses pipeline substitutions.", - "value": "{\n \"docs\": [\n {\n \"doc\": null,\n \"_id\": 123,\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"field2\": \"value2\",\n \"foo\": \"BAR\"\n },\n \"executed_pipelines\": [\n \"my-pipeline\",\n \"my-final-pipeline\"\n ]\n },\n {\n \"doc\": null,\n \"_id\": 456,\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"field2\": \"value2\",\n \"foo\": \"RAB\"\n },\n \"executed_pipelines\": [\n \"my-pipeline\",\n \"my-final-pipeline\"\n ]\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": 123, + "_index": "my-index", + "_source": { + "field2": "value2", + "foo": "BAR" + }, + "_version": -3, + "doc": null, + "executed_pipelines": [ + "my-pipeline", + "my-final-pipeline" + ] + }, + { + "_id": 456, + "_index": "my-index", + "_source": { + "field2": "value2", + "foo": "RAB" + }, + "_version": -3, + "doc": null, + "executed_pipelines": [ + "my-pipeline", + "my-final-pipeline" + ] + } + ] + } }, "SimulateIngestResponseExample3": { "summary": "Use pipeline substitutions", "description": "A successful response when the simulation uses pipeline substitutions.", - "value": "{\n \"docs\": [\n {\n \"doc\": {\n \"_id\": \"123\",\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"foo\": \"foo\"\n },\n \"executed_pipelines\": []\n }\n },\n {\n \"doc\": {\n \"_id\": \"456\",\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"bar\": \"rab\"\n },\n \"executed_pipelines\": []\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "doc": { + "_id": "123", + "_index": "my-index", + "_source": { + "foo": "foo" + }, + "_version": -3, + "executed_pipelines": [] + } + }, + { + "doc": { + "_id": "456", + "_index": "my-index", + "_source": { + "bar": "rab" + }, + "_version": -3, + "executed_pipelines": [] + } + } + ] + } } } } } }, - "slm.get_lifecycle:200": { + "slm.get_lifecycle-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/slm._types:SnapshotLifecycle" + "$ref": "#/components/schemas/slm._types.SnapshotLifecycle" } }, "examples": { "GetSnapshotLifecycleResponseExample1": { "description": "A successful response from `GET _slm/policy/daily-snapshots?human`.", - "value": "{\n \"daily-snapshots\": {\n \"version\": 1,\n \"modified_date\": \"2099-05-06T01:30:00.000Z\",\n \"modified_date_millis\": 4081757400000,\n \"policy\" : {\n \"schedule\": \"0 30 1 * * ?\",\n \"name\": \"\",\n \"repository\": \"my_repository\",\n \"config\": {\n \"indices\": [\"data-*\", \"important\"],\n \"ignore_unavailable\": false,\n \"include_global_state\": false\n },\n \"retention\": {\n \"expire_after\": \"30d\",\n \"min_count\": 5,\n \"max_count\": 50\n }\n },\n \"stats\": {\n \"policy\": \"daily-snapshots\",\n \"snapshots_taken\": 0,\n \"snapshots_failed\": 0,\n \"snapshots_deleted\": 0,\n \"snapshot_deletion_failures\": 0\n },\n \"next_execution\": \"2099-05-07T01:30:00.000Z\",\n \"next_execution_millis\": 4081843800000\n }\n}" + "value": { + "daily-snapshots": { + "modified_date": "2099-05-06T01:30:00.000Z", + "modified_date_millis": 4081757400000, + "next_execution": "2099-05-07T01:30:00.000Z", + "next_execution_millis": 4081843800000, + "policy": { + "config": { + "ignore_unavailable": false, + "include_global_state": false, + "indices": [ + "data-*", + "important" + ] + }, + "name": "", + "repository": "my_repository", + "retention": { + "expire_after": "30d", + "max_count": 50, + "min_count": 5 + }, + "schedule": "0 30 1 * * ?" + }, + "stats": { + "policy": "daily-snapshots", + "snapshot_deletion_failures": 0, + "snapshots_deleted": 0, + "snapshots_failed": 0, + "snapshots_taken": 0 + }, + "version": 1 + } + } } } } } }, - "snapshot.create:200": { + "snapshot.create-200": { "description": "", "content": { "application/json": { @@ -104015,7 +111773,7 @@ "type": "boolean" }, "snapshot": { - "$ref": "#/components/schemas/snapshot._types:SnapshotInfo" + "$ref": "#/components/schemas/snapshot._types.SnapshotInfo" } } }, @@ -104028,36 +111786,44 @@ } } }, - "snapshot.create_repository:200": { + "snapshot.create_repository-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "snapshot.get_repository:200": { + "snapshot.get_repository-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/snapshot._types:Repository" + "$ref": "#/components/schemas/snapshot._types.Repository" } }, "examples": { "SnapshotGetRepositoryResponseExample1": { "description": "A successful response from `GET /_snapshot/my_repository`.", - "value": "{\n \"my_repository\" : {\n \"type\" : \"fs\",\n \"uuid\" : \"0JLknrXbSUiVPuLakHjBrQ\",\n \"settings\" : {\n \"location\" : \"my_backup_location\"\n }\n }\n}" + "value": { + "my_repository": { + "settings": { + "location": "my_backup_location" + }, + "type": "fs", + "uuid": "0JLknrXbSUiVPuLakHjBrQ" + } + } } } } } }, - "snapshot.status:200": { + "snapshot.status-200": { "description": "", "content": { "application/json": { @@ -104067,7 +111833,7 @@ "snapshots": { "type": "array", "items": { - "$ref": "#/components/schemas/snapshot._types:Status" + "$ref": "#/components/schemas/snapshot._types.Status" } } }, @@ -104078,13 +111844,84 @@ "examples": { "SnapshotStatusResponseExample1": { "description": "A successful response from `GET _snapshot/my_repository/snapshot_2/_status`. The response contains detailed status information for `snapshot_2` in the `my_repository` repository.\n", - "value": "{\n \"snapshots\" : [\n {\n \"snapshot\" : \"snapshot_2\",\n \"repository\" : \"my_repository\",\n \"uuid\" : \"lNeQD1SvTQCqqJUMQSwmGg\",\n \"state\" : \"SUCCESS\",\n \"include_global_state\" : false,\n \"shards_stats\" : {\n \"initializing\" : 0,\n \"started\" : 0,\n \"finalizing\" : 0,\n \"done\" : 1,\n \"failed\" : 0,\n \"total\" : 1\n },\n \"stats\" : {\n \"incremental\" : {\n \"file_count\" : 3,\n \"size_in_bytes\" : 5969\n },\n \"total\" : {\n \"file_count\" : 4,\n \"size_in_bytes\" : 6024\n },\n \"start_time_in_millis\" : 1594829326691,\n \"time_in_millis\" : 205\n },\n \"indices\" : {\n \"index_1\" : {\n \"shards_stats\" : {\n \"initializing\" : 0,\n \"started\" : 0,\n \"finalizing\" : 0,\n \"done\" : 1,\n \"failed\" : 0,\n \"total\" : 1\n },\n \"stats\" : {\n \"incremental\" : {\n \"file_count\" : 3,\n \"size_in_bytes\" : 5969\n },\n \"total\" : {\n \"file_count\" : 4,\n \"size_in_bytes\" : 6024\n },\n \"start_time_in_millis\" : 1594829326896,\n \"time_in_millis\" : 0\n },\n \"shards\" : {\n \"0\" : {\n \"stage\" : \"DONE\",\n \"stats\" : {\n \"incremental\" : {\n \"file_count\" : 3,\n \"size_in_bytes\" : 5969\n },\n \"total\" : {\n \"file_count\" : 4,\n \"size_in_bytes\" : 6024\n },\n \"start_time_in_millis\" : 1594829326896,\n \"time_in_millis\" : 0\n }\n }\n }\n }\n }\n }\n ]\n}" + "value": { + "snapshots": [ + { + "include_global_state": false, + "indices": { + "index_1": { + "shards": { + "0": { + "stage": "DONE", + "stats": { + "incremental": { + "file_count": 3, + "size_in_bytes": 5969 + }, + "start_time_in_millis": 1594829326896, + "time_in_millis": 0, + "total": { + "file_count": 4, + "size_in_bytes": 6024 + } + } + } + }, + "shards_stats": { + "done": 1, + "failed": 0, + "finalizing": 0, + "initializing": 0, + "started": 0, + "total": 1 + }, + "stats": { + "incremental": { + "file_count": 3, + "size_in_bytes": 5969 + }, + "start_time_in_millis": 1594829326896, + "time_in_millis": 0, + "total": { + "file_count": 4, + "size_in_bytes": 6024 + } + } + } + }, + "repository": "my_repository", + "shards_stats": { + "done": 1, + "failed": 0, + "finalizing": 0, + "initializing": 0, + "started": 0, + "total": 1 + }, + "snapshot": "snapshot_2", + "state": "SUCCESS", + "stats": { + "incremental": { + "file_count": 3, + "size_in_bytes": 5969 + }, + "start_time_in_millis": 1594829326691, + "time_in_millis": 205, + "total": { + "file_count": 4, + "size_in_bytes": 6024 + } + }, + "uuid": "lNeQD1SvTQCqqJUMQSwmGg" + } + ] + } } } } } }, - "sql.query:200": { + "sql.query-200": { "description": "", "content": { "application/json": { @@ -104095,7 +111932,7 @@ "description": "Column headings for the search results. Each object is a column.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Column" + "$ref": "#/components/schemas/sql._types.Column" } }, "cursor": { @@ -104103,7 +111940,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_running": { "description": "If `true`, the search is still running.\nIf `false`, the search has finished.\nThis value is returned only for async and saved synchronous searches.\nFor CSV, TSV, and TXT responses, this value is returned in the `Async-partial` HTTP header.", @@ -104117,7 +111954,7 @@ "description": "The values for the search results.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Row" + "$ref": "#/components/schemas/sql._types.Row" } } }, @@ -104128,7 +111965,7 @@ } } }, - "sql.translate:200": { + "sql.translate-200": { "description": "", "content": { "application/json": { @@ -104138,43 +111975,43 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "size": { "type": "number" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } } } }, - "tasks.cancel:200": { + "tasks.cancel-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/tasks._types:TaskListResponseBase" + "$ref": "#/components/schemas/tasks._types.TaskListResponseBase" } } } }, - "terms_enum:200": { + "terms_enum-200": { "description": "", "content": { "application/json": { @@ -104182,7 +112019,7 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "terms": { "type": "array", @@ -104204,13 +112041,23 @@ "examples": { "TermsEnumResponseExample1": { "description": "A successful response from `POST stackoverflow/_terms_enum`.", - "value": "{\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"failed\": 0\n },\n \"terms\": [\n \"kibana\"\n ],\n \"complete\" : true\n}" + "value": { + "_shards": { + "failed": 0, + "successful": 1, + "total": 1 + }, + "complete": true, + "terms": [ + "kibana" + ] + } } } } } }, - "termvectors:200": { + "termvectors-200": { "description": "", "content": { "application/json": { @@ -104221,22 +112068,22 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "term_vectors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:TermVector" + "$ref": "#/components/schemas/_global.termvectors.TermVector" } }, "took": { "type": "number" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -104250,23 +112097,124 @@ "TermVectorsResponseExample1": { "summary": "Return stored term vectors", "description": "A successful response from `GET /my-index-000001/_termvectors/1`.", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"found\": true,\n \"took\": 6,\n \"term_vectors\": {\n \"text\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 4,\n \"doc_count\": 2,\n \"sum_ttf\": 6\n },\n \"terms\": {\n \"test\": {\n \"doc_freq\": 2,\n \"ttf\": 4,\n \"term_freq\": 3,\n \"tokens\": [\n {\n \"position\": 0,\n \"start_offset\": 0,\n \"end_offset\": 4,\n \"payload\": \"d29yZA==\"\n },\n {\n \"position\": 1,\n \"start_offset\": 5,\n \"end_offset\": 9,\n \"payload\": \"d29yZA==\"\n },\n {\n \"position\": 2,\n \"start_offset\": 10,\n \"end_offset\": 14,\n \"payload\": \"d29yZA==\"\n }\n ]\n }\n }\n }\n }\n}" + "value": { + "_id": "1", + "_index": "my-index-000001", + "_version": 1, + "found": true, + "term_vectors": { + "text": { + "field_statistics": { + "doc_count": 2, + "sum_doc_freq": 4, + "sum_ttf": 6 + }, + "terms": { + "test": { + "doc_freq": 2, + "term_freq": 3, + "tokens": [ + { + "end_offset": 4, + "payload": "d29yZA==", + "position": 0, + "start_offset": 0 + }, + { + "end_offset": 9, + "payload": "d29yZA==", + "position": 1, + "start_offset": 5 + }, + { + "end_offset": 14, + "payload": "d29yZA==", + "position": 2, + "start_offset": 10 + } + ], + "ttf": 4 + } + } + } + }, + "took": 6 + } }, "TermVectorsResponseExample2": { "summary": "Per-field analyzer", "description": "A successful response from `GET /my-index-000001/_termvectors` with `per_field_analyzer` in the request body.", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_version\": 0,\n \"found\": true,\n \"took\": 6,\n \"term_vectors\": {\n \"fullname\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 2,\n \"doc_count\": 4,\n \"sum_ttf\": 4\n },\n \"terms\": {\n \"John Doe\": {\n \"term_freq\": 1,\n \"tokens\": [\n {\n \"position\": 0,\n \"start_offset\": 0,\n \"end_offset\": 8\n }\n ]\n }\n }\n }\n }\n}" + "value": { + "_index": "my-index-000001", + "_version": 0, + "found": true, + "term_vectors": { + "fullname": { + "field_statistics": { + "doc_count": 4, + "sum_doc_freq": 2, + "sum_ttf": 4 + }, + "terms": { + "John Doe": { + "term_freq": 1, + "tokens": [ + { + "end_offset": 8, + "position": 0, + "start_offset": 0 + } + ] + } + } + } + }, + "took": 6 + } }, "TermVectorsResponseExample3": { "summary": "Terms filtering", "description": "A successful response from `GET /my-index-000001/_termvectors` with a `filter` in the request body.", - "value": "{\n \"_index\": \"imdb\",\n \"_version\": 0,\n \"found\": true,\n \"term_vectors\": {\n \"plot\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 3384269,\n \"doc_count\": 176214,\n \"sum_ttf\": 3753460\n },\n \"terms\": {\n \"armored\": {\n \"doc_freq\": 27,\n \"ttf\": 27,\n \"term_freq\": 1,\n \"score\": 9.74725\n },\n \"industrialist\": {\n \"doc_freq\": 88,\n \"ttf\": 88,\n \"term_freq\": 1,\n \"score\": 8.590818\n },\n \"stark\": {\n \"doc_freq\": 44,\n \"ttf\": 47,\n \"term_freq\": 1,\n \"score\": 9.272792\n }\n }\n }\n }\n}" + "value": { + "_index": "imdb", + "_version": 0, + "found": true, + "term_vectors": { + "plot": { + "field_statistics": { + "doc_count": 176214, + "sum_doc_freq": 3384269, + "sum_ttf": 3753460 + }, + "terms": { + "armored": { + "doc_freq": 27, + "score": 9.74725, + "term_freq": 1, + "ttf": 27 + }, + "industrialist": { + "doc_freq": 88, + "score": 8.590818, + "term_freq": 1, + "ttf": 88 + }, + "stark": { + "doc_freq": 44, + "score": 9.272792, + "term_freq": 1, + "ttf": 47 + } + } + } + } + } } } } } }, - "text_structure.find_message_structure:200": { + "text_structure.find_message_structure-200": { "description": "", "content": { "application/json": { @@ -104277,19 +112225,19 @@ "type": "string" }, "ecs_compatibility": { - "$ref": "#/components/schemas/text_structure._types:EcsCompatibilityType" + "$ref": "#/components/schemas/text_structure._types.EcsCompatibilityType" }, "field_stats": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/text_structure._types:FieldStat" + "$ref": "#/components/schemas/text_structure._types.FieldStat" } }, "format": { - "$ref": "#/components/schemas/text_structure._types:FormatType" + "$ref": "#/components/schemas/text_structure._types.FormatType" }, "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "java_timestamp_formats": { "type": "array", @@ -104304,10 +112252,10 @@ } }, "ingest_pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineConfig" + "$ref": "#/components/schemas/ingest._types.PipelineConfig" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "multiline_start_pattern": { "type": "string" @@ -104325,7 +112273,7 @@ "type": "string" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -104343,13 +112291,177 @@ "examples": { "FindMessageStructureResponseExample1": { "description": "A successful response from `POST _text_structure/find_message_structure`.", - "value": "{\n \"num_lines_analyzed\" : 22,\n \"num_messages_analyzed\" : 22,\n \"sample_start\" : \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\\n[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\\n\",\n \"charset\" : \"UTF-8\",\n \"format\" : \"semi_structured_text\",\n \"multiline_start_pattern\" : \"^\\\\[\\\\b\\\\d{4}-\\\\d{2}-\\\\d{2}[T ]\\\\d{2}:\\\\d{2}\",\n \"grok_pattern\" : \"\\\\[%{TIMESTAMP_ISO8601:timestamp}\\\\]\\\\[%{LOGLEVEL:loglevel} \\\\]\\\\[.*\",\n \"ecs_compatibility\" : \"disabled\",\n \"timestamp_field\" : \"timestamp\",\n \"joda_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"java_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"need_client_timezone\" : true,\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n },\n \"loglevel\" : {\n \"type\" : \"keyword\"\n },\n \"message\" : {\n \"type\" : \"text\"\n }\n }\n },\n \"ingest_pipeline\" : {\n \"description\" : \"Ingest pipeline created by text structure finder\",\n \"processors\" : [\n {\n \"grok\" : {\n \"field\" : \"message\",\n \"patterns\" : [\n \"\\\\[%{TIMESTAMP_ISO8601:timestamp}\\\\]\\\\[%{LOGLEVEL:loglevel} \\\\]\\\\[.*\"\n ],\n \"ecs_compatibility\" : \"disabled\"\n }\n },\n {\n \"date\" : {\n \"field\" : \"timestamp\",\n \"timezone\" : \"{{ event.timezone }}\",\n \"formats\" : [\n \"ISO8601\"\n ]\n }\n },\n {\n \"remove\" : {\n \"field\" : \"timestamp\"\n }\n }\n ]\n },\n \"field_stats\" : {\n \"loglevel\" : {\n \"count\" : 22,\n \"cardinality\" : 1,\n \"top_hits\" : [\n {\n \"value\" : \"INFO\",\n \"count\" : 22\n }\n ]\n },\n \"message\" : {\n \"count\" : 22,\n \"cardinality\" : 22,\n \"top_hits\" : [\n {\n \"value\" : \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]\",\n \"count\" : 1\n }\n ]\n },\n \"timestamp\" : {\n \"count\" : 22,\n \"cardinality\" : 14,\n \"earliest\" : \"2024-03-05T10:52:36,256\",\n \"latest\" : \"2024-03-05T10:52:49,199\",\n \"top_hits\" : [\n {\n \"value\" : \"2024-03-05T10:52:41,044\",\n \"count\" : 6\n },\n {\n \"value\" : \"2024-03-05T10:52:41,043\",\n \"count\" : 3\n },\n {\n \"value\" : \"2024-03-05T10:52:41,059\",\n \"count\" : 2\n },\n {\n \"value\" : \"2024-03-05T10:52:36,256\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:41,038\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:41,042\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:43,291\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:46,098\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:47,227\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:47,259\",\n \"count\" : 1\n }\n ]\n }\n }\n}" + "value": { + "charset": "UTF-8", + "ecs_compatibility": "disabled", + "field_stats": { + "loglevel": { + "cardinality": 1, + "count": 22, + "top_hits": [ + { + "count": 22, + "value": "INFO" + } + ] + }, + "message": { + "cardinality": 22, + "count": 22, + "top_hits": [ + { + "count": 1, + "value": "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]" + }, + { + "count": 1, + "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]" + } + ] + }, + "timestamp": { + "cardinality": 14, + "count": 22, + "earliest": "2024-03-05T10:52:36,256", + "latest": "2024-03-05T10:52:49,199", + "top_hits": [ + { + "count": 6, + "value": "2024-03-05T10:52:41,044" + }, + { + "count": 3, + "value": "2024-03-05T10:52:41,043" + }, + { + "count": 2, + "value": "2024-03-05T10:52:41,059" + }, + { + "count": 1, + "value": "2024-03-05T10:52:36,256" + }, + { + "count": 1, + "value": "2024-03-05T10:52:41,038" + }, + { + "count": 1, + "value": "2024-03-05T10:52:41,042" + }, + { + "count": 1, + "value": "2024-03-05T10:52:43,291" + }, + { + "count": 1, + "value": "2024-03-05T10:52:46,098" + }, + { + "count": 1, + "value": "2024-03-05T10:52:47,227" + }, + { + "count": 1, + "value": "2024-03-05T10:52:47,259" + } + ] + } + }, + "format": "semi_structured_text", + "grok_pattern": "\\[%{TIMESTAMP_ISO8601:timestamp}\\]\\[%{LOGLEVEL:loglevel} \\]\\[.*", + "ingest_pipeline": { + "description": "Ingest pipeline created by text structure finder", + "processors": [ + { + "grok": { + "ecs_compatibility": "disabled", + "field": "message", + "patterns": [ + "\\[%{TIMESTAMP_ISO8601:timestamp}\\]\\[%{LOGLEVEL:loglevel} \\]\\[.*" + ] + } + }, + { + "date": { + "field": "timestamp", + "formats": [ + "ISO8601" + ], + "timezone": "{{ event.timezone }}" + } + }, + { + "remove": { + "field": "timestamp" + } + } + ] + }, + "java_timestamp_formats": [ + "ISO8601" + ], + "joda_timestamp_formats": [ + "ISO8601" + ], + "mappings": { + "properties": { + "@timestamp": { + "type": "date" + }, + "loglevel": { + "type": "keyword" + }, + "message": { + "type": "text" + } + } + }, + "multiline_start_pattern": "^\\[\\b\\d{4}-\\d{2}-\\d{2}[T ]\\d{2}:\\d{2}", + "need_client_timezone": true, + "num_lines_analyzed": 22, + "num_messages_analyzed": 22, + "sample_start": "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\n[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\n", + "timestamp_field": "timestamp" + } } } } } }, - "text_structure.test_grok_pattern:200": { + "text_structure.test_grok_pattern-200": { "description": "", "content": { "application/json": { @@ -104359,7 +112471,7 @@ "matches": { "type": "array", "items": { - "$ref": "#/components/schemas/text_structure.test_grok_pattern:MatchedText" + "$ref": "#/components/schemas/text_structure.test_grok_pattern.MatchedText" } } }, @@ -104370,13 +112482,38 @@ "examples": { "TestGrokPatternResponseExample1": { "description": "A successful response from `GET _text_structure/test_grok_pattern`.", - "value": "{\n \"matches\": [\n {\n \"matched\": true,\n \"fields\": {\n \"first_name\": [\n {\n \"match\": \"John\",\n \"offset\": 6,\n \"length\": 4\n }\n ],\n \"last_name\": [\n {\n \"match\": \"Doe\",\n \"offset\": 11,\n \"length\": 3\n }\n ]\n }\n },\n {\n \"matched\": false\n }\n ]\n}" + "value": { + "matches": [ + { + "fields": { + "first_name": [ + { + "length": 4, + "match": "John", + "offset": 6 + } + ], + "last_name": [ + { + "length": 3, + "match": "Doe", + "offset": 11 + } + ] + }, + "matched": true + }, + { + "matched": false + } + ] + } } } } } }, - "transform.get_transform:200": { + "transform.get_transform-200": { "description": "", "content": { "application/json": { @@ -104389,7 +112526,7 @@ "transforms": { "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform:TransformSummary" + "$ref": "#/components/schemas/transform.get_transform.TransformSummary" } } }, @@ -104401,13 +112538,74 @@ "examples": { "GetTransformResponseExample1": { "description": "A successful response that contains configuration information for a transform.", - "value": "{\n \"count\": 1,\n \"transforms\": [\n {\n \"id\": \"ecommerce_transform1\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"version\": \"8.4.0\",\n \"create_time\": 1656023416565,\n \"source\": {\n \"index\": [\n \"kibana_sample_data_ecommerce\"\n ],\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\"\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"settings\": {},\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n }\n ]\n}" + "value": { + "count": 1, + "transforms": [ + { + "authorization": { + "roles": [ + "superuser" + ] + }, + "create_time": 1656023416565, + "description": "Maximum priced ecommerce data by customer_id in Asia", + "dest": { + "index": "kibana_sample_data_ecommerce_transform1", + "pipeline": "add_timestamp_pipeline" + }, + "frequency": "5m", + "id": "ecommerce_transform1", + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id" + } + } + } + }, + "retention_policy": { + "time": { + "field": "order_date", + "max_age": "30d" + } + }, + "settings": {}, + "source": { + "index": [ + "kibana_sample_data_ecommerce" + ], + "query": { + "term": { + "geoip.continent_name": { + "value": "Asia" + } + } + } + }, + "sync": { + "time": { + "delay": "60s", + "field": "order_date" + } + }, + "version": "8.4.0" + } + ] + } } } } } }, - "transform.preview_transform:200": { + "transform.preview_transform-200": { "description": "", "content": { "application/json": { @@ -104415,7 +112613,7 @@ "type": "object", "properties": { "generated_dest_index": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" }, "preview": { "type": "array", @@ -104432,13 +112630,229 @@ "examples": { "PreviewTransformResponseExample1": { "description": "An abbreviated response from `POST _transform/_preview` that contains a preview a transform that uses the pivot method.", - "value": "{\n \"preview\": [\n {\n \"max_price\": 171,\n \"customer_id\": \"10\"\n },\n {\n \"max_price\": 233,\n \"customer_id\": \"11\"\n },\n {\n \"max_price\": 200,\n \"customer_id\": \"12\"\n },\n {\n \"max_price\": 301,\n \"customer_id\": \"13\"\n },\n {\n \"max_price\": 176,\n \"customer_id\": \"14\"\n },\n {\n \"max_price\": 2250,\n \"customer_id\": \"15\"\n },\n {\n \"max_price\": 170,\n \"customer_id\": \"16\"\n },\n {\n \"max_price\": 243,\n \"customer_id\": \"17\"\n },\n {\n \"max_price\": 154,\n \"customer_id\": \"18\"\n },\n {\n \"max_price\": 393,\n \"customer_id\": \"19\"\n },\n {\n \"max_price\": 165,\n \"customer_id\": \"20\"\n },\n {\n \"max_price\": 115,\n \"customer_id\": \"21\"\n },\n {\n \"max_price\": 192,\n \"customer_id\": \"22\"\n },\n {\n \"max_price\": 169,\n \"customer_id\": \"23\"\n },\n {\n \"max_price\": 230,\n \"customer_id\": \"24\"\n },\n {\n \"max_price\": 278,\n \"customer_id\": \"25\"\n },\n {\n \"max_price\": 200,\n \"customer_id\": \"26\"\n },\n {\n \"max_price\": 344,\n \"customer_id\": \"27\"\n },\n {\n \"max_price\": 175,\n \"customer_id\": \"28\"\n },\n {\n \"max_price\": 177,\n \"customer_id\": \"29\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"30\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"31\"\n },\n {\n \"max_price\": 205,\n \"customer_id\": \"32\"\n },\n {\n \"max_price\": 215,\n \"customer_id\": \"33\"\n },\n {\n \"max_price\": 270,\n \"customer_id\": \"34\"\n },\n {\n \"max_price\": 184,\n \"customer_id\": \"36\"\n },\n {\n \"max_price\": 222,\n \"customer_id\": \"37\"\n },\n {\n \"max_price\": 370,\n \"customer_id\": \"38\"\n },\n {\n \"max_price\": 240,\n \"customer_id\": \"39\"\n },\n {\n \"max_price\": 230,\n \"customer_id\": \"4\"\n },\n {\n \"max_price\": 229,\n \"customer_id\": \"41\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"42\"\n },\n {\n \"max_price\": 150,\n \"customer_id\": \"43\"\n },\n {\n \"max_price\": 175,\n \"customer_id\": \"44\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"45\"\n },\n {\n \"max_price\": 150,\n \"customer_id\": \"46\"\n },\n {\n \"max_price\": 310,\n \"customer_id\": \"48\"\n },\n {\n \"max_price\": 223,\n \"customer_id\": \"49\"\n },\n {\n \"max_price\": 283,\n \"customer_id\": \"5\"\n },\n {\n \"max_price\": 185,\n \"customer_id\": \"50\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"51\"\n },\n {\n \"max_price\": 333,\n \"customer_id\": \"52\"\n },\n {\n \"max_price\": 165,\n \"customer_id\": \"6\"\n },\n {\n \"max_price\": 144,\n \"customer_id\": \"7\"\n },\n {\n \"max_price\": 198,\n \"customer_id\": \"8\"\n },\n {\n \"max_price\": 210,\n \"customer_id\": \"9\"\n }\n ],\n \"generated_dest_index\": {\n \"mappings\": {\n \"_meta\": {\n \"_transform\": {\n \"transform\": \"transform-preview\",\n \"version\": {\n \"created\": \"10.0.0\"\n },\n \"creation_date_in_millis\": 1712948905889\n },\n \"created_by\": \"transform\"\n },\n \"properties\": {\n \"max_price\": {\n \"type\": \"half_float\"\n },\n \"customer_id\": {\n \"type\": \"keyword\"\n }\n }\n },\n \"settings\": {\n \"index\": {\n \"number_of_shards\": \"1\",\n \"auto_expand_replicas\": \"0-1\"\n }\n },\n \"aliases\": {}\n }\n}" + "value": { + "generated_dest_index": { + "aliases": {}, + "mappings": { + "_meta": { + "_transform": { + "creation_date_in_millis": 1712948905889, + "transform": "transform-preview", + "version": { + "created": "10.0.0" + } + }, + "created_by": "transform" + }, + "properties": { + "customer_id": { + "type": "keyword" + }, + "max_price": { + "type": "half_float" + } + } + }, + "settings": { + "index": { + "auto_expand_replicas": "0-1", + "number_of_shards": "1" + } + } + }, + "preview": [ + { + "customer_id": "10", + "max_price": 171 + }, + { + "customer_id": "11", + "max_price": 233 + }, + { + "customer_id": "12", + "max_price": 200 + }, + { + "customer_id": "13", + "max_price": 301 + }, + { + "customer_id": "14", + "max_price": 176 + }, + { + "customer_id": "15", + "max_price": 2250 + }, + { + "customer_id": "16", + "max_price": 170 + }, + { + "customer_id": "17", + "max_price": 243 + }, + { + "customer_id": "18", + "max_price": 154 + }, + { + "customer_id": "19", + "max_price": 393 + }, + { + "customer_id": "20", + "max_price": 165 + }, + { + "customer_id": "21", + "max_price": 115 + }, + { + "customer_id": "22", + "max_price": 192 + }, + { + "customer_id": "23", + "max_price": 169 + }, + { + "customer_id": "24", + "max_price": 230 + }, + { + "customer_id": "25", + "max_price": 278 + }, + { + "customer_id": "26", + "max_price": 200 + }, + { + "customer_id": "27", + "max_price": 344 + }, + { + "customer_id": "28", + "max_price": 175 + }, + { + "customer_id": "29", + "max_price": 177 + }, + { + "customer_id": "30", + "max_price": 190 + }, + { + "customer_id": "31", + "max_price": 190 + }, + { + "customer_id": "32", + "max_price": 205 + }, + { + "customer_id": "33", + "max_price": 215 + }, + { + "customer_id": "34", + "max_price": 270 + }, + { + "customer_id": "36", + "max_price": 184 + }, + { + "customer_id": "37", + "max_price": 222 + }, + { + "customer_id": "38", + "max_price": 370 + }, + { + "customer_id": "39", + "max_price": 240 + }, + { + "customer_id": "4", + "max_price": 230 + }, + { + "customer_id": "41", + "max_price": 229 + }, + { + "customer_id": "42", + "max_price": 190 + }, + { + "customer_id": "43", + "max_price": 150 + }, + { + "customer_id": "44", + "max_price": 175 + }, + { + "customer_id": "45", + "max_price": 190 + }, + { + "customer_id": "46", + "max_price": 150 + }, + { + "customer_id": "48", + "max_price": 310 + }, + { + "customer_id": "49", + "max_price": 223 + }, + { + "customer_id": "5", + "max_price": 283 + }, + { + "customer_id": "50", + "max_price": 185 + }, + { + "customer_id": "51", + "max_price": 190 + }, + { + "customer_id": "52", + "max_price": 333 + }, + { + "customer_id": "6", + "max_price": 165 + }, + { + "customer_id": "7", + "max_price": 144 + }, + { + "customer_id": "8", + "max_price": 198 + }, + { + "customer_id": "9", + "max_price": 210 + } + ] + } } } } } }, - "watcher.ack_watch:200": { + "watcher.ack_watch-200": { "description": "", "content": { "application/json": { @@ -104446,7 +112860,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/watcher._types:WatchStatus" + "$ref": "#/components/schemas/watcher._types.WatchStatus" } }, "required": [ @@ -104456,13 +112870,40 @@ "examples": { "WatcherAckWatchResponseExample1": { "description": "A successful response from `POST _watcher/watch/my_watch/_ack`.", - "value": "{\n \"status\": {\n \"state\": {\n \"active\": true,\n \"timestamp\": \"2015-05-26T18:04:27.723Z\"\n },\n \"last_checked\": \"2015-05-26T18:04:27.753Z\",\n \"last_met_condition\": \"2015-05-26T18:04:27.763Z\",\n \"actions\": {\n \"test_index\": {\n \"ack\" : {\n \"timestamp\": \"2015-05-26T18:04:27.713Z\",\n \"state\": \"acked\"\n },\n \"last_execution\" : {\n \"timestamp\": \"2015-05-25T18:04:27.733Z\",\n \"successful\": true\n },\n \"last_successful_execution\" : {\n \"timestamp\": \"2015-05-25T18:04:27.773Z\",\n \"successful\": true\n }\n }\n },\n \"execution_state\": \"executed\",\n \"version\": 2\n }\n}" + "value": { + "status": { + "actions": { + "test_index": { + "ack": { + "state": "acked", + "timestamp": "2015-05-26T18:04:27.713Z" + }, + "last_execution": { + "successful": true, + "timestamp": "2015-05-25T18:04:27.733Z" + }, + "last_successful_execution": { + "successful": true, + "timestamp": "2015-05-25T18:04:27.773Z" + } + } + }, + "execution_state": "executed", + "last_checked": "2015-05-26T18:04:27.753Z", + "last_met_condition": "2015-05-26T18:04:27.763Z", + "state": { + "active": true, + "timestamp": "2015-05-26T18:04:27.723Z" + }, + "version": 2 + } + } } } } } }, - "watcher.activate_watch:200": { + "watcher.activate_watch-200": { "description": "", "content": { "application/json": { @@ -104470,7 +112911,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/watcher._types:ActivationStatus" + "$ref": "#/components/schemas/watcher._types.ActivationStatus" } }, "required": [ @@ -104480,7 +112921,7 @@ } } }, - "watcher.deactivate_watch:200": { + "watcher.deactivate_watch-200": { "description": "", "content": { "application/json": { @@ -104488,7 +112929,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/watcher._types:ActivationStatus" + "$ref": "#/components/schemas/watcher._types.ActivationStatus" } }, "required": [ @@ -104498,7 +112939,7 @@ } } }, - "watcher.execute_watch:200": { + "watcher.execute_watch-200": { "description": "", "content": { "application/json": { @@ -104506,10 +112947,10 @@ "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "watch_record": { - "$ref": "#/components/schemas/watcher.execute_watch:WatchRecord" + "$ref": "#/components/schemas/watcher.execute_watch.WatchRecord" } }, "required": [ @@ -104520,13 +112961,100 @@ "examples": { "WatcherExecuteWatchResponseExample1": { "description": "A successful response from `POST _watcher/watch/my_watch/_execute`.\n", - "value": "{\n \"_id\": \"my_watch_0-2015-06-02T23:17:55.124Z\", \n \"watch_record\": { \n \"@timestamp\": \"2015-06-02T23:17:55.124Z\",\n \"watch_id\": \"my_watch\",\n \"node\": \"my_node\",\n \"messages\": [],\n \"trigger_event\": {\n \"type\": \"manual\",\n \"triggered_time\": \"2015-06-02T23:17:55.124Z\",\n \"manual\": {\n \"schedule\": {\n \"scheduled_time\": \"2015-06-02T23:17:55.124Z\"\n }\n }\n },\n \"state\": \"executed\",\n \"status\": {\n \"version\": 1,\n \"execution_state\": \"executed\",\n \"state\": {\n \"active\": true,\n \"timestamp\": \"2015-06-02T23:17:55.111Z\"\n },\n \"last_checked\": \"2015-06-02T23:17:55.124Z\",\n \"last_met_condition\": \"2015-06-02T23:17:55.124Z\",\n \"actions\": {\n \"test_index\": {\n \"ack\": {\n \"timestamp\": \"2015-06-02T23:17:55.124Z\",\n \"state\": \"ackable\"\n },\n \"last_execution\": {\n \"timestamp\": \"2015-06-02T23:17:55.124Z\",\n \"successful\": true\n },\n \"last_successful_execution\": {\n \"timestamp\": \"2015-06-02T23:17:55.124Z\",\n \"successful\": true\n }\n }\n }\n },\n \"input\": {\n \"simple\": {\n \"payload\": {\n \"send\": \"yes\"\n }\n }\n },\n \"condition\": {\n \"always\": {}\n },\n \"result\": { \n \"execution_time\": \"2015-06-02T23:17:55.124Z\",\n \"execution_duration\": 12608,\n \"input\": {\n \"type\": \"simple\",\n \"payload\": {\n \"foo\": \"bar\"\n },\n \"status\": \"success\"\n },\n \"condition\": {\n \"type\": \"always\",\n \"met\": true,\n \"status\": \"success\"\n },\n \"actions\": [\n {\n \"id\": \"test_index\",\n \"index\": {\n \"response\": {\n \"index\": \"test\",\n \"version\": 1,\n \"created\": true,\n \"result\": \"created\",\n \"id\": \"AVSHKzPa9zx62AzUzFXY\"\n }\n },\n \"status\": \"success\",\n \"type\": \"index\"\n }\n ]\n },\n \"user\": \"test_admin\" \n }\n}" + "value": { + "_id": "my_watch_0-2015-06-02T23:17:55.124Z", + "watch_record": { + "@timestamp": "2015-06-02T23:17:55.124Z", + "condition": { + "always": {} + }, + "input": { + "simple": { + "payload": { + "send": "yes" + } + } + }, + "messages": [], + "node": "my_node", + "result": { + "actions": [ + { + "id": "test_index", + "index": { + "response": { + "created": true, + "id": "AVSHKzPa9zx62AzUzFXY", + "index": "test", + "result": "created", + "version": 1 + } + }, + "status": "success", + "type": "index" + } + ], + "condition": { + "met": true, + "status": "success", + "type": "always" + }, + "execution_duration": 12608, + "execution_time": "2015-06-02T23:17:55.124Z", + "input": { + "payload": { + "foo": "bar" + }, + "status": "success", + "type": "simple" + } + }, + "state": "executed", + "status": { + "actions": { + "test_index": { + "ack": { + "state": "ackable", + "timestamp": "2015-06-02T23:17:55.124Z" + }, + "last_execution": { + "successful": true, + "timestamp": "2015-06-02T23:17:55.124Z" + }, + "last_successful_execution": { + "successful": true, + "timestamp": "2015-06-02T23:17:55.124Z" + } + } + }, + "execution_state": "executed", + "last_checked": "2015-06-02T23:17:55.124Z", + "last_met_condition": "2015-06-02T23:17:55.124Z", + "state": { + "active": true, + "timestamp": "2015-06-02T23:17:55.111Z" + }, + "version": 1 + }, + "trigger_event": { + "manual": { + "schedule": { + "scheduled_time": "2015-06-02T23:17:55.124Z" + } + }, + "triggered_time": "2015-06-02T23:17:55.124Z", + "type": "manual" + }, + "user": "test_admin", + "watch_id": "my_watch" + } + } } } } } }, - "watcher.put_watch:200": { + "watcher.put_watch-200": { "description": "", "content": { "application/json": { @@ -104537,16 +113065,16 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_primary_term": { "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -104560,7 +113088,7 @@ } } }, - "watcher.query_watches:200": { + "watcher.query_watches-200": { "description": "", "content": { "application/json": { @@ -104575,7 +113103,7 @@ "description": "A list of watches based on the `from`, `size`, or `search_after` request body parameters.", "type": "array", "items": { - "$ref": "#/components/schemas/watcher._types:QueryWatch" + "$ref": "#/components/schemas/watcher._types.QueryWatch" } } }, @@ -104587,13 +113115,66 @@ "examples": { "WatcherQueryWatchesResponseExample1": { "description": "A successful response from `GET /_watcher/_query/watches`.", - "value": "{\n \"count\": 1,\n \"watches\": [\n {\n \"_id\": \"my_watch\",\n \"watch\": {\n \"trigger\": {\n \"schedule\": {\n \"hourly\": {\n \"minute\": [\n 0,\n 5\n ]\n }\n }\n },\n \"input\": {\n \"simple\": {\n \"payload\": {\n \"send\": \"yes\"\n }\n }\n },\n \"condition\": {\n \"always\": {}\n },\n \"actions\": {\n \"test_index\": {\n \"index\": {\n \"index\": \"test\"\n }\n }\n }\n },\n \"status\": {\n \"state\": {\n \"active\": true,\n \"timestamp\": \"2015-05-26T18:21:08.630Z\"\n },\n \"actions\": {\n \"test_index\": {\n \"ack\": {\n \"timestamp\": \"2015-05-26T18:21:08.630Z\",\n \"state\": \"awaits_successful_execution\"\n }\n }\n },\n \"version\": -1\n },\n \"_seq_no\": 0,\n \"_primary_term\": 1\n }\n ]\n}" + "value": { + "count": 1, + "watches": [ + { + "_id": "my_watch", + "_primary_term": 1, + "_seq_no": 0, + "status": { + "actions": { + "test_index": { + "ack": { + "state": "awaits_successful_execution", + "timestamp": "2015-05-26T18:21:08.630Z" + } + } + }, + "state": { + "active": true, + "timestamp": "2015-05-26T18:21:08.630Z" + }, + "version": -1 + }, + "watch": { + "actions": { + "test_index": { + "index": { + "index": "test" + } + } + }, + "condition": { + "always": {} + }, + "input": { + "simple": { + "payload": { + "send": "yes" + } + } + }, + "trigger": { + "schedule": { + "hourly": { + "minute": [ + 0, + 5 + ] + } + } + } + } + } + ] + } } } } } }, - "watcher.stats:200": { + "watcher.stats-200": { "description": "", "content": { "application/json": { @@ -104601,10 +113182,10 @@ "type": "object", "properties": { "_nodes": { - "$ref": "#/components/schemas/_types:NodeStatistics" + "$ref": "#/components/schemas/_types.NodeStatistics" }, "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "manually_stopped": { "type": "boolean" @@ -104612,7 +113193,7 @@ "stats": { "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatcherNodeStats" + "$ref": "#/components/schemas/watcher.stats.WatcherNodeStats" } } }, @@ -104627,17 +113208,55 @@ "WatcherStatsResponseExample1": { "summary": "Basic metrics", "description": "A successful response from `GET _watcher/stats`.", - "value": "{\n \"watcher_state\": \"started\", \n \"watch_count\": 1, \n \"execution_thread_pool\": {\n \"size\": 1000, \n \"max_size\": 1 \n }\n}" + "value": { + "execution_thread_pool": { + "max_size": 1, + "size": 1000 + }, + "watch_count": 1, + "watcher_state": "started" + } }, "WatcherStatsResponseExample2": { "summary": "Current watch metrics", "description": "A successful response from `GET _watcher/stats?metric=current_watches`.", - "value": "{\n \"watcher_state\": \"started\",\n \"watch_count\": 2,\n \"execution_thread_pool\": {\n \"queue_size\": 1000,\n \"max_size\": 20\n },\n \"current_watches\": [ \n {\n \"watch_id\": \"slow_condition\", \n \"watch_record_id\": \"slow_condition_3-2015-05-13T07:42:32.179Z\", \n \"triggered_time\": \"2015-05-12T11:53:51.800Z\", \n \"execution_time\": \"2015-05-13T07:42:32.179Z\", \n \"execution_phase\": \"condition\" \n }\n ]\n}" + "value": { + "current_watches": [ + { + "execution_phase": "condition", + "execution_time": "2015-05-13T07:42:32.179Z", + "triggered_time": "2015-05-12T11:53:51.800Z", + "watch_id": "slow_condition", + "watch_record_id": "slow_condition_3-2015-05-13T07:42:32.179Z" + } + ], + "execution_thread_pool": { + "max_size": 20, + "queue_size": 1000 + }, + "watch_count": 2, + "watcher_state": "started" + } }, "WatcherStatsResponseExample3": { "summary": "Queued watch metrics", "description": "An abbreviated response from `GET _watcher/stats/queued_watches`.", - "value": "{\n \"watcher_state\": \"started\",\n \"watch_count\": 10,\n \"execution_thread_pool\": {\n \"queue_size\": 1000,\n \"max_size\": 20\n },\n \"queued_watches\": [ \n {\n \"watch_id\": \"slow_condition4\", \n \"watch_record_id\": \"slow_condition4_223-2015-05-21T11:59:59.811Z\", \n \"triggered_time\": \"2015-05-21T11:59:59.811Z\", \n \"execution_time\": \"2015-05-21T11:59:59.811Z\" \n }\n ]\n}" + "value": { + "execution_thread_pool": { + "max_size": 20, + "queue_size": 1000 + }, + "queued_watches": [ + { + "execution_time": "2015-05-21T11:59:59.811Z", + "triggered_time": "2015-05-21T11:59:59.811Z", + "watch_id": "slow_condition4", + "watch_record_id": "slow_condition4_223-2015-05-21T11:59:59.811Z" + } + ], + "watch_count": 10, + "watcher_state": "started" + } } } } @@ -104645,38 +113264,38 @@ } }, "parameters": { - "async_search.submit:index": { + "async_search.submit-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "async_search.submit:wait_for_completion_timeout": { + "async_search.submit-wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Blocks and waits until the search is completed up to a certain timeout.\nWhen the async search completes within the timeout, the response won’t include the ID as the results are not stored in the cluster.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:keep_alive": { + "async_search.submit-keep_alive": { "in": "query", "name": "keep_alive", "description": "Specifies how long the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:keep_on_completion": { + "async_search.submit-keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If `true`, results are stored for later retrieval when the search completes within the `wait_for_completion_timeout`.", @@ -104686,7 +113305,7 @@ }, "style": "form" }, - "async_search.submit:allow_no_indices": { + "async_search.submit-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -104696,7 +113315,7 @@ }, "style": "form" }, - "async_search.submit:allow_partial_search_results": { + "async_search.submit-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "Indicate if an error should be returned if there is a partial search failure or timeout", @@ -104706,7 +113325,7 @@ }, "style": "form" }, - "async_search.submit:analyzer": { + "async_search.submit-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string", @@ -104716,7 +113335,7 @@ }, "style": "form" }, - "async_search.submit:analyze_wildcard": { + "async_search.submit-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "Specify whether wildcard and prefix queries should be analyzed (default: false)", @@ -104726,7 +113345,7 @@ }, "style": "form" }, - "async_search.submit:batched_reduce_size": { + "async_search.submit-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "Affects how often partial results become available, which happens whenever shard results are reduced.\nA partial reduction is performed every time the coordinating node has received a certain number of new shard responses (5 by default).", @@ -104736,7 +113355,7 @@ }, "style": "form" }, - "async_search.submit:ccs_minimize_roundtrips": { + "async_search.submit-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "The default value is the only supported value.", @@ -104746,17 +113365,17 @@ }, "style": "form" }, - "async_search.submit:default_operator": { + "async_search.submit-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query (AND or OR)", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "async_search.submit:df": { + "async_search.submit-df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string", @@ -104766,27 +113385,27 @@ }, "style": "form" }, - "async_search.submit:docvalue_fields": { + "async_search.submit-docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:expand_wildcards": { + "async_search.submit-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "async_search.submit:explain": { + "async_search.submit-explain": { "in": "query", "name": "explain", "description": "Specify whether to return detailed information about score computation as part of a hit", @@ -104796,7 +113415,7 @@ }, "style": "form" }, - "async_search.submit:ignore_throttled": { + "async_search.submit-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled", @@ -104806,7 +113425,7 @@ }, "style": "form" }, - "async_search.submit:ignore_unavailable": { + "async_search.submit-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -104816,7 +113435,7 @@ }, "style": "form" }, - "async_search.submit:lenient": { + "async_search.submit-lenient": { "in": "query", "name": "lenient", "description": "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored", @@ -104826,7 +113445,7 @@ }, "style": "form" }, - "async_search.submit:max_concurrent_shard_requests": { + "async_search.submit-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests", @@ -104836,7 +113455,7 @@ }, "style": "form" }, - "async_search.submit:preference": { + "async_search.submit-preference": { "in": "query", "name": "preference", "description": "Specify the node or shard the operation should be performed on (default: random)", @@ -104846,7 +113465,7 @@ }, "style": "form" }, - "async_search.submit:request_cache": { + "async_search.submit-request_cache": { "in": "query", "name": "request_cache", "description": "Specify if request cache should be used for this request or not, defaults to true", @@ -104856,27 +113475,27 @@ }, "style": "form" }, - "async_search.submit:routing": { + "async_search.submit-routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "async_search.submit:search_type": { + "async_search.submit-search_type": { "in": "query", "name": "search_type", "description": "Search operation type", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "async_search.submit:stats": { + "async_search.submit-stats": { "in": "query", "name": "stats", "description": "Specific 'tag' of the request for logging and statistical purposes", @@ -104889,37 +113508,37 @@ }, "style": "form" }, - "async_search.submit:stored_fields": { + "async_search.submit-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:suggest_field": { + "async_search.submit-suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "async_search.submit:suggest_mode": { + "async_search.submit-suggest_mode": { "in": "query", "name": "suggest_mode", "description": "Specify suggest mode", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "async_search.submit:suggest_size": { + "async_search.submit-suggest_size": { "in": "query", "name": "suggest_size", "description": "How many suggestions to return in response", @@ -104929,7 +113548,7 @@ }, "style": "form" }, - "async_search.submit:suggest_text": { + "async_search.submit-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -104939,7 +113558,7 @@ }, "style": "form" }, - "async_search.submit:terminate_after": { + "async_search.submit-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.", @@ -104949,27 +113568,27 @@ }, "style": "form" }, - "async_search.submit:timeout": { + "async_search.submit-timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:track_total_hits": { + "async_search.submit-track_total_hits": { "in": "query", "name": "track_total_hits", "description": "Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "async_search.submit:track_scores": { + "async_search.submit-track_scores": { "in": "query", "name": "track_scores", "description": "Whether to calculate and return scores even if they are not used for sorting", @@ -104979,7 +113598,7 @@ }, "style": "form" }, - "async_search.submit:typed_keys": { + "async_search.submit-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -104989,7 +113608,7 @@ }, "style": "form" }, - "async_search.submit:rest_total_hits_as_int": { + "async_search.submit-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -104999,7 +113618,7 @@ }, "style": "form" }, - "async_search.submit:version": { + "async_search.submit-version": { "in": "query", "name": "version", "description": "Specify whether to return document version as part of a hit", @@ -105009,37 +113628,37 @@ }, "style": "form" }, - "async_search.submit:_source": { + "async_search.submit-_source": { "in": "query", "name": "_source", "description": "True or false to return the _source field or not, or a list of fields to return", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "async_search.submit:_source_excludes": { + "async_search.submit-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A list of fields to exclude from the returned _source field", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:_source_includes": { + "async_search.submit-_source_includes": { "in": "query", "name": "_source_includes", "description": "A list of fields to extract and return from the _source field", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:seq_no_primary_term": { + "async_search.submit-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "Specify whether to return sequence number and primary term of the last modification of each hit", @@ -105049,7 +113668,7 @@ }, "style": "form" }, - "async_search.submit:q": { + "async_search.submit-q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax", @@ -105059,7 +113678,7 @@ }, "style": "form" }, - "async_search.submit:size": { + "async_search.submit-size": { "in": "query", "name": "size", "description": "Number of hits to return (default: 10)", @@ -105069,7 +113688,7 @@ }, "style": "form" }, - "async_search.submit:from": { + "async_search.submit-from": { "in": "query", "name": "from", "description": "Starting offset (default: 0)", @@ -105079,7 +113698,7 @@ }, "style": "form" }, - "async_search.submit:sort": { + "async_search.submit-sort": { "in": "query", "name": "sort", "description": "A comma-separated list of : pairs", @@ -105099,18 +113718,18 @@ }, "style": "form" }, - "bulk:index": { + "bulk-index": { "in": "path", "name": "index", "description": "The name of the data stream, index, or index alias to perform bulk actions on.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "bulk:include_source_on_error": { + "bulk-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -105120,7 +113739,7 @@ }, "style": "form" }, - "bulk:list_executed_pipelines": { + "bulk-list_executed_pipelines": { "in": "query", "name": "list_executed_pipelines", "description": "If `true`, the response will include the ingest pipelines that were run for each index or create.", @@ -105130,7 +113749,7 @@ }, "style": "form" }, - "bulk:pipeline": { + "bulk-pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline identifier to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -105140,77 +113759,77 @@ }, "style": "form" }, - "bulk:refresh": { + "bulk-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, wait for a refresh to make this operation visible to search.\nIf `false`, do nothing with refreshes.\nValid values: `true`, `false`, `wait_for`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "bulk:routing": { + "bulk-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "bulk:_source": { + "bulk-_source": { "in": "query", "name": "_source", "description": "Indicates whether to return the `_source` field (`true` or `false`) or contains a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "bulk:_source_excludes": { + "bulk-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "bulk:_source_includes": { + "bulk-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "bulk:timeout": { + "bulk-timeout": { "in": "query", "name": "timeout", "description": "The period each action waits for the following operations: automatic index creation, dynamic mapping updates, and waiting for active shards.\nThe default is `1m` (one minute), which guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "bulk:wait_for_active_shards": { + "bulk-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default is `1`, which waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "bulk:require_alias": { + "bulk-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the request's actions must target an index alias.", @@ -105220,7 +113839,7 @@ }, "style": "form" }, - "bulk:require_data_stream": { + "bulk-require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -105230,99 +113849,99 @@ }, "style": "form" }, - "cat.aliases:name": { + "cat.aliases-name": { "in": "path", "name": "name", "description": "A comma-separated list of aliases to retrieve. Supports wildcards (`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "cat.aliases:h": { + "cat.aliases-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.aliases:s": { + "cat.aliases-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.aliases:expand_wildcards": { + "cat.aliases-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cat.aliases:master_timeout": { + "cat.aliases-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicated that the request should never timeout, you can set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.allocation:node_id": { + "cat.allocation-node_id": { "in": "path", "name": "node_id", "description": "A comma-separated list of node identifiers or names used to limit the returned information.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "cat.allocation:bytes": { + "cat.allocation-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.allocation:h": { + "cat.allocation-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.allocation:s": { + "cat.allocation-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.allocation:local": { + "cat.allocation-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105332,17 +113951,17 @@ }, "style": "form" }, - "cat.allocation:master_timeout": { + "cat.allocation-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.component_templates:name": { + "cat.component_templates-name": { "in": "path", "name": "name", "description": "The name of the component template.\nIt accepts wildcard expressions.\nIf it is omitted, all component templates are returned.", @@ -105353,27 +113972,27 @@ }, "style": "simple" }, - "cat.component_templates:h": { + "cat.component_templates-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.component_templates:s": { + "cat.component_templates-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.component_templates:local": { + "cat.component_templates-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105383,140 +114002,140 @@ }, "style": "form" }, - "cat.component_templates:master_timeout": { + "cat.component_templates-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.count:index": { + "cat.count-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nIt supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.count:h": { + "cat.count-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.count:s": { + "cat.count-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.fielddata:fields": { + "cat.fielddata-fields": { "in": "path", "name": "fields", "description": "Comma-separated list of fields used to limit returned information.\nTo retrieve all fields, omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "simple" }, - "cat.fielddata:bytes": { + "cat.fielddata-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.fielddata:fields_": { + "cat.fielddata-fields_": { "in": "query", "name": "fields", "description": "Comma-separated list of fields used to limit returned information.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "cat.fielddata:h": { + "cat.fielddata-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.fielddata:s": { + "cat.fielddata-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.indices:index": { + "cat.indices-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.indices:bytes": { + "cat.indices-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.indices:expand_wildcards": { + "cat.indices-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cat.indices:health": { + "cat.indices-health": { "in": "query", "name": "health", "description": "The health status used to limit returned indices. By default, the response includes indices of any health status.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "style": "form" }, - "cat.indices:include_unloaded_segments": { + "cat.indices-include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -105526,7 +114145,7 @@ }, "style": "form" }, - "cat.indices:pri": { + "cat.indices-pri": { "in": "query", "name": "pri", "description": "If true, the response only includes information from primary shards.", @@ -105536,58 +114155,58 @@ }, "style": "form" }, - "cat.indices:time": { + "cat.indices-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.indices:master_timeout": { + "cat.indices-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.indices:h": { + "cat.indices-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.indices:s": { + "cat.indices-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.ml_data_frame_analytics:id": { + "cat.ml_data_frame_analytics-id": { "in": "path", "name": "id", "description": "The ID of the data frame analytics to fetch", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_data_frame_analytics:allow_no_match": { + "cat.ml_data_frame_analytics-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)", @@ -105597,58 +114216,58 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics:bytes": { + "cat.ml_data_frame_analytics-bytes": { "in": "query", "name": "bytes", "description": "The unit in which to display byte values", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_data_frame_analytics:h": { + "cat.ml_data_frame_analytics-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDfaColumns" + "$ref": "#/components/schemas/cat._types.CatDfaColumns" }, "style": "form" }, - "cat.ml_data_frame_analytics:s": { + "cat.ml_data_frame_analytics-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the\nresponse.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDfaColumns" + "$ref": "#/components/schemas/cat._types.CatDfaColumns" }, "style": "form" }, - "cat.ml_data_frame_analytics:time": { + "cat.ml_data_frame_analytics-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_datafeeds:datafeed_id": { + "cat.ml_datafeeds-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_datafeeds:allow_no_match": { + "cat.ml_datafeeds-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no datafeeds that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty datafeeds array when there are no matches and the subset of results when\nthere are partial matches. If `false`, the API returns a 404 status code when there are no matches or only\npartial matches.", @@ -105658,48 +114277,48 @@ }, "style": "form" }, - "cat.ml_datafeeds:h": { + "cat.ml_datafeeds-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumns" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumns" }, "style": "form" }, - "cat.ml_datafeeds:s": { + "cat.ml_datafeeds-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumns" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumns" }, "style": "form" }, - "cat.ml_datafeeds:time": { + "cat.ml_datafeeds-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_jobs:job_id": { + "cat.ml_jobs-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_jobs:allow_no_match": { + "cat.ml_jobs-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no jobs that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty jobs array when there are no matches and the subset of results when there\nare partial matches. If `false`, the API returns a 404 status code when there are no matches or only partial\nmatches.", @@ -105709,58 +114328,58 @@ }, "style": "form" }, - "cat.ml_jobs:bytes": { + "cat.ml_jobs-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_jobs:h": { + "cat.ml_jobs-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatAnonalyDetectorColumns" + "$ref": "#/components/schemas/cat._types.CatAnonalyDetectorColumns" }, "style": "form" }, - "cat.ml_jobs:s": { + "cat.ml_jobs-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatAnonalyDetectorColumns" + "$ref": "#/components/schemas/cat._types.CatAnonalyDetectorColumns" }, "style": "form" }, - "cat.ml_jobs:time": { + "cat.ml_jobs-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_trained_models:model_id": { + "cat.ml_trained_models-model_id": { "in": "path", "name": "model_id", "description": "A unique identifier for the trained model.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_trained_models:allow_no_match": { + "cat.ml_trained_models-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no models that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, the API returns an empty array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the API returns a 404 status code when there are no matches or only partial matches.", @@ -105770,37 +114389,37 @@ }, "style": "form" }, - "cat.ml_trained_models:bytes": { + "cat.ml_trained_models-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_trained_models:h": { + "cat.ml_trained_models-h": { "in": "query", "name": "h", "description": "A comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumns" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumns" }, "style": "form" }, - "cat.ml_trained_models:s": { + "cat.ml_trained_models-s": { "in": "query", "name": "s", "description": "A comma-separated list of column names or aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumns" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumns" }, "style": "form" }, - "cat.ml_trained_models:from": { + "cat.ml_trained_models-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -105810,7 +114429,7 @@ }, "style": "form" }, - "cat.ml_trained_models:size": { + "cat.ml_trained_models-size": { "in": "query", "name": "size", "description": "The maximum number of transforms to display.", @@ -105820,28 +114439,28 @@ }, "style": "form" }, - "cat.ml_trained_models:time": { + "cat.ml_trained_models-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.recovery:index": { + "cat.recovery-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.recovery:active_only": { + "cat.recovery-active_only": { "in": "query", "name": "active_only", "description": "If `true`, the response only includes ongoing shard recoveries.", @@ -105851,17 +114470,17 @@ }, "style": "form" }, - "cat.recovery:bytes": { + "cat.recovery-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.recovery:detailed": { + "cat.recovery-detailed": { "in": "query", "name": "detailed", "description": "If `true`, the response includes detailed information about shard recoveries.", @@ -105871,88 +114490,88 @@ }, "style": "form" }, - "cat.recovery:index_": { + "cat.recovery-index_": { "in": "query", "name": "index", "description": "Comma-separated list or wildcard expression of index names to limit the returned information", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "form" }, - "cat.recovery:h": { + "cat.recovery-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.recovery:s": { + "cat.recovery-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.recovery:time": { + "cat.recovery-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.segments:index": { + "cat.segments-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.segments:bytes": { + "cat.segments-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.segments:h": { + "cat.segments-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.segments:s": { + "cat.segments-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.segments:local": { + "cat.segments-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -105962,89 +114581,89 @@ }, "style": "form" }, - "cat.segments:master_timeout": { + "cat.segments-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.shards:index": { + "cat.shards-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.shards:bytes": { + "cat.shards-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.shards:h": { + "cat.shards-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.shards:s": { + "cat.shards-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.shards:master_timeout": { + "cat.shards-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.shards:time": { + "cat.shards-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.snapshots:repository": { + "cat.snapshots-repository": { "in": "path", "name": "repository", "description": "A comma-separated list of snapshot repositories used to limit the request.\nAccepts wildcard expressions.\n`_all` returns all repositories.\nIf any repository fails during the request, Elasticsearch returns an error.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "cat.snapshots:ignore_unavailable": { + "cat.snapshots-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, the response does not include information from unavailable snapshots.", @@ -106054,78 +114673,78 @@ }, "style": "form" }, - "cat.snapshots:h": { + "cat.snapshots-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.snapshots:s": { + "cat.snapshots-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.snapshots:master_timeout": { + "cat.snapshots-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.snapshots:time": { + "cat.snapshots-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.templates:name": { + "cat.templates-name": { "in": "path", "name": "name", "description": "The name of the template to return.\nAccepts wildcard expressions. If omitted, all templates are returned.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cat.templates:h": { + "cat.templates-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.templates:s": { + "cat.templates-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.templates:local": { + "cat.templates-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -106135,58 +114754,58 @@ }, "style": "form" }, - "cat.templates:master_timeout": { + "cat.templates-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.thread_pool:thread_pool_patterns": { + "cat.thread_pool-thread_pool_patterns": { "in": "path", "name": "thread_pool_patterns", "description": "A comma-separated list of thread pool names used to limit the request.\nAccepts wildcard expressions.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "cat.thread_pool:h": { + "cat.thread_pool-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.thread_pool:s": { + "cat.thread_pool-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.thread_pool:time": { + "cat.thread_pool-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.thread_pool:local": { + "cat.thread_pool-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -106196,28 +114815,28 @@ }, "style": "form" }, - "cat.thread_pool:master_timeout": { + "cat.thread_pool-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.transforms:transform_id": { + "cat.transforms-transform_id": { "in": "path", "name": "transform_id", "description": "A transform identifier or a wildcard expression.\nIf you do not specify one of these options, the API returns information for all transforms.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.transforms:allow_no_match": { + "cat.transforms-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no transforms that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, it returns an empty transforms array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the request returns a 404 status code when there are no matches or only partial matches.", @@ -106227,7 +114846,7 @@ }, "style": "form" }, - "cat.transforms:from": { + "cat.transforms-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -106237,37 +114856,37 @@ }, "style": "form" }, - "cat.transforms:h": { + "cat.transforms-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTransformColumns" + "$ref": "#/components/schemas/cat._types.CatTransformColumns" }, "style": "form" }, - "cat.transforms:s": { + "cat.transforms-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTransformColumns" + "$ref": "#/components/schemas/cat._types.CatTransformColumns" }, "style": "form" }, - "cat.transforms:time": { + "cat.transforms-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.transforms:size": { + "cat.transforms-size": { "in": "query", "name": "size", "description": "The maximum number of transforms to obtain.", @@ -106277,39 +114896,39 @@ }, "style": "form" }, - "ccr.get_auto_follow_pattern:name": { + "ccr.get_auto_follow_pattern-name": { "in": "path", "name": "name", "description": "The auto-follow pattern collection that you want to retrieve.\nIf you do not specify a name, the API returns information for all collections.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "ccr.get_auto_follow_pattern:master_timeout": { + "ccr.get_auto_follow_pattern-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "clear_scroll:scroll_id": { + "clear_scroll-scroll_id": { "in": "path", "name": "scroll_id", "description": "A comma-separated list of scroll IDs to clear.\nTo clear all scroll IDs, use `_all`.\nIMPORTANT: Scroll IDs can be long. It is recommended to specify scroll IDs in the request body parameter.", "required": true, "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollIds" + "$ref": "#/components/schemas/_types.ScrollIds" }, "style": "simple" }, - "cluster.allocation_explain:include_disk_info": { + "cluster.allocation_explain-include_disk_info": { "in": "query", "name": "include_disk_info", "description": "If true, returns information about disk usage and shard sizes.", @@ -106319,7 +114938,7 @@ }, "style": "form" }, - "cluster.allocation_explain:include_yes_decisions": { + "cluster.allocation_explain-include_yes_decisions": { "in": "query", "name": "include_yes_decisions", "description": "If true, returns YES decisions in explanation.", @@ -106329,28 +114948,28 @@ }, "style": "form" }, - "cluster.allocation_explain:master_timeout": { + "cluster.allocation_explain-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.get_component_template:name": { + "cluster.get_component_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of component template names used to limit the request.\nWildcard (`*`) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cluster.get_component_template:flat_settings": { + "cluster.get_component_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -106360,7 +114979,7 @@ }, "style": "form" }, - "cluster.get_component_template:include_defaults": { + "cluster.get_component_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "Return all default configurations for the component template (default: false)", @@ -106370,7 +114989,7 @@ }, "style": "form" }, - "cluster.get_component_template:local": { + "cluster.get_component_template-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.\nIf `false`, information is retrieved from the master node.", @@ -106380,48 +114999,48 @@ }, "style": "form" }, - "cluster.get_component_template:master_timeout": { + "cluster.get_component_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.health:index": { + "cluster.health-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (`*`) are supported. To target all data streams and indices in a cluster, omit this parameter or use _all or `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cluster.health:expand_wildcards": { + "cluster.health-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cluster.health:level": { + "cluster.health-level": { "in": "query", "name": "level", "description": "Can be one of cluster, indices or shards. Controls the details level of the health information returned.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Level" + "$ref": "#/components/schemas/_types.Level" }, "style": "form" }, - "cluster.health:local": { + "cluster.health-local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -106431,57 +115050,57 @@ }, "style": "form" }, - "cluster.health:master_timeout": { + "cluster.health-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.health:timeout": { + "cluster.health-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.health:wait_for_active_shards": { + "cluster.health-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "A number controlling to how many active shards to wait for, all to wait for all shards in the cluster to be active, or 0 to not wait.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "cluster.health:wait_for_events": { + "cluster.health-wait_for_events": { "in": "query", "name": "wait_for_events", "description": "Can be one of immediate, urgent, high, normal, low, languid. Wait until all currently queued events with the given priority are processed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForEvents" + "$ref": "#/components/schemas/_types.WaitForEvents" }, "style": "form" }, - "cluster.health:wait_for_nodes": { + "cluster.health-wait_for_nodes": { "in": "query", "name": "wait_for_nodes", "description": "The request waits until the specified number N of nodes is available. It also accepts >=N, <=N, >N and yellow > red. By default, will not wait for any status.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "style": "form" }, - "cluster.put_component_template:name": { + "cluster.put_component_template-name": { "in": "path", "name": "name", "description": "Name of the component template to create.\nElasticsearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.\nElastic Agent uses these templates to configure backing indices for its data streams.\nIf you use Elastic Agent and want to overwrite one of these templates, set the `version` for your replacement template higher than the current version.\nIf you don’t use Elastic Agent and want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the cluster update settings API.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cluster.put_component_template:create": { + "cluster.put_component_template-create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing component templates.", @@ -106532,39 +115151,39 @@ }, "style": "form" }, - "cluster.put_component_template:master_timeout": { + "cluster.put_component_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.state:metric": { + "cluster.state-metric": { "in": "path", "name": "metric", "description": "Limit the information returned to the specified metrics", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "cluster.state:index": { + "cluster.state-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cluster.state:allow_no_indices": { + "cluster.state-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -106574,17 +115193,17 @@ }, "style": "form" }, - "cluster.state:expand_wildcards": { + "cluster.state-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cluster.state:flat_settings": { + "cluster.state-flat_settings": { "in": "query", "name": "flat_settings", "description": "Return settings in flat format (default: false)", @@ -106594,7 +115213,7 @@ }, "style": "form" }, - "cluster.state:ignore_unavailable": { + "cluster.state-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -106604,7 +115223,7 @@ }, "style": "form" }, - "cluster.state:local": { + "cluster.state-local": { "in": "query", "name": "local", "description": "Return local information, do not retrieve the state from master node (default: false)", @@ -106614,48 +115233,48 @@ }, "style": "form" }, - "cluster.state:master_timeout": { + "cluster.state-master_timeout": { "in": "query", "name": "master_timeout", "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.state:wait_for_metadata_version": { + "cluster.state-wait_for_metadata_version": { "in": "query", "name": "wait_for_metadata_version", "description": "Wait for the metadata version to be equal or greater than the specified metadata version", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "cluster.state:wait_for_timeout": { + "cluster.state-wait_for_timeout": { "in": "query", "name": "wait_for_timeout", "description": "The maximum time to wait for wait_for_metadata_version before timing out", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.stats:node_id": { + "cluster.stats-node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node filters used to limit returned information. Defaults to all nodes in the cluster.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "cluster.stats:include_remotes": { + "cluster.stats-include_remotes": { "in": "query", "name": "include_remotes", "description": "Include remote cluster data into the response", @@ -106665,39 +115284,39 @@ }, "style": "form" }, - "cluster.stats:timeout": { + "cluster.stats-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for each node to respond.\nIf a node does not respond before its timeout expires, the response does not include its stats.\nHowever, timed out nodes are included in the response’s `_nodes.failed` property. Defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "connector.put:connector_id": { + "connector.put-connector_id": { "in": "path", "name": "connector_id", "description": "The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "count:index": { + "count-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "count:allow_no_indices": { + "count-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -106707,7 +115326,7 @@ }, "style": "form" }, - "count:analyzer": { + "count-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106717,7 +115336,7 @@ }, "style": "form" }, - "count:analyze_wildcard": { + "count-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106727,17 +115346,17 @@ }, "style": "form" }, - "count:default_operator": { + "count-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "count:df": { + "count-df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106747,17 +115366,17 @@ }, "style": "form" }, - "count:expand_wildcards": { + "count-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "count:ignore_throttled": { + "count-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded, or aliased indices are ignored when frozen.", @@ -106767,7 +115386,7 @@ }, "style": "form" }, - "count:ignore_unavailable": { + "count-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -106777,7 +115396,7 @@ }, "style": "form" }, - "count:lenient": { + "count-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -106787,7 +115406,7 @@ }, "style": "form" }, - "count:min_score": { + "count-min_score": { "in": "query", "name": "min_score", "description": "The minimum `_score` value that documents must have to be included in the result.", @@ -106797,7 +115416,7 @@ }, "style": "form" }, - "count:preference": { + "count-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nBy default, it is random.", @@ -106807,17 +115426,17 @@ }, "style": "form" }, - "count:routing": { + "count-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "count:terminate_after": { + "count-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.", @@ -106827,7 +115446,7 @@ }, "style": "form" }, - "count:q": { + "count-q": { "in": "query", "name": "q", "description": "The query in Lucene query string syntax. This parameter cannot be used with a request body.", @@ -106837,29 +115456,29 @@ }, "style": "form" }, - "create:id": { + "create-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "create:index": { + "create-index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn’t match a data stream template, this request creates the index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "create:if_primary_term": { + "create-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -106869,17 +115488,17 @@ }, "style": "form" }, - "create:if_seq_no": { + "create-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "create:include_source_on_error": { + "create-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -106889,17 +115508,17 @@ }, "style": "form" }, - "create:op_type": { + "create-op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "style": "form" }, - "create:pipeline": { + "create-pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -106909,17 +115528,17 @@ }, "style": "form" }, - "create:refresh": { + "create-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "create:require_alias": { + "create-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -106929,7 +115548,7 @@ }, "style": "form" }, - "create:require_data_stream": { + "create-require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -106939,89 +115558,89 @@ }, "style": "form" }, - "create:routing": { + "create-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "create:timeout": { + "create-timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\nElasticsearch waits for at least the specified timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "create:version": { + "create-version": { "in": "query", "name": "version", "description": "The explicit version number for concurrency control.\nIt must be a non-negative long number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "create:version_type": { + "create-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "create:wait_for_active_shards": { + "create-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "enrich.get_policy:name": { + "enrich.get_policy-name": { "in": "path", "name": "name", "description": "Comma-separated list of enrich policy names used to limit the request.\nTo return information for all enrich policies, omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "enrich.get_policy:master_timeout": { + "enrich.get_policy-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "eql.search:index": { + "eql.search-index": { "in": "path", "name": "index", "description": "The name of the index to scope the operation", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "eql.search:allow_no_indices": { + "eql.search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -107030,7 +115649,7 @@ }, "style": "form" }, - "eql.search:allow_partial_search_results": { + "eql.search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard failures. If false, returns an error with no partial results.", @@ -107040,7 +115659,7 @@ }, "style": "form" }, - "eql.search:allow_partial_sequence_results": { + "eql.search-allow_partial_sequence_results": { "in": "query", "name": "allow_partial_sequence_results", "description": "If true, sequence queries will return partial results in case of shard failures. If false, they will return no results at all.\nThis flag has effect only if allow_partial_search_results is true.", @@ -107050,16 +115669,16 @@ }, "style": "form" }, - "eql.search:expand_wildcards": { + "eql.search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "eql.search:ignore_unavailable": { + "eql.search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -107069,17 +115688,17 @@ }, "style": "form" }, - "eql.search:keep_alive": { + "eql.search-keep_alive": { "in": "query", "name": "keep_alive", "description": "Period for which the search and its results are stored on the cluster.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "eql.search:keep_on_completion": { + "eql.search-keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If true, the search and its results are stored on the cluster.", @@ -107089,39 +115708,39 @@ }, "style": "form" }, - "eql.search:wait_for_completion_timeout": { + "eql.search-wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "explain:id": { + "explain-id": { "in": "path", "name": "id", "description": "The document identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "explain:index": { + "explain-index": { "in": "path", "name": "index", "description": "Index names that are used to limit the request.\nOnly a single index name can be provided to this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "explain:analyzer": { + "explain-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107131,7 +115750,7 @@ }, "style": "form" }, - "explain:analyze_wildcard": { + "explain-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107141,17 +115760,17 @@ }, "style": "form" }, - "explain:default_operator": { + "explain-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "explain:df": { + "explain-df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107161,7 +115780,7 @@ }, "style": "form" }, - "explain:lenient": { + "explain-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -107171,7 +115790,7 @@ }, "style": "form" }, - "explain:preference": { + "explain-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -107181,57 +115800,57 @@ }, "style": "form" }, - "explain:routing": { + "explain-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "explain:_source": { + "explain-_source": { "in": "query", "name": "_source", "description": "`True` or `false` to return the `_source` field or not or a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "explain:_source_excludes": { + "explain-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:_source_includes": { + "explain-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:stored_fields": { + "explain-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:q": { + "explain-q": { "in": "query", "name": "q", "description": "The query in the Lucene query string syntax.", @@ -107241,18 +115860,18 @@ }, "style": "form" }, - "field_caps:index": { + "field_caps-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indices, omit this parameter or use * or _all.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "field_caps:allow_no_indices": { + "field_caps-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias,\nor `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with foo but no index starts with bar.", @@ -107262,27 +115881,27 @@ }, "style": "form" }, - "field_caps:expand_wildcards": { + "field_caps-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "field_caps:fields": { + "field_caps-fields": { "in": "query", "name": "fields", "description": "A comma-separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "field_caps:ignore_unavailable": { + "field_caps-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -107292,7 +115911,7 @@ }, "style": "form" }, - "field_caps:include_unmapped": { + "field_caps-include_unmapped": { "in": "query", "name": "include_unmapped", "description": "If true, unmapped fields are included in the response.", @@ -107302,7 +115921,7 @@ }, "style": "form" }, - "field_caps:filters": { + "field_caps-filters": { "in": "query", "name": "filters", "description": "A comma-separated list of filters to apply to the response.", @@ -107312,7 +115931,7 @@ }, "style": "form" }, - "field_caps:types": { + "field_caps-types": { "in": "query", "name": "types", "description": "A comma-separated list of field types to include.\nAny fields that do not match one of these types will be excluded from the results.\nIt defaults to empty, meaning that all field types are returned.", @@ -107325,7 +115944,7 @@ }, "style": "form" }, - "field_caps:include_empty_fields": { + "field_caps-include_empty_fields": { "in": "query", "name": "include_empty_fields", "description": "If false, empty fields are not included in the response.", @@ -107335,7 +115954,7 @@ }, "style": "form" }, - "fleet.msearch:index": { + "fleet.msearch-index": { "in": "path", "name": "index", "description": "A single target to search. If the target is an index alias, it must resolve to a single index.", @@ -107344,16 +115963,16 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } ] }, "style": "simple" }, - "fleet.msearch:allow_no_indices": { + "fleet.msearch-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -107363,7 +115982,7 @@ }, "style": "form" }, - "fleet.msearch:ccs_minimize_roundtrips": { + "fleet.msearch-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -107373,17 +115992,17 @@ }, "style": "form" }, - "fleet.msearch:expand_wildcards": { + "fleet.msearch-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "fleet.msearch:ignore_throttled": { + "fleet.msearch-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -107393,7 +116012,7 @@ }, "style": "form" }, - "fleet.msearch:ignore_unavailable": { + "fleet.msearch-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -107403,7 +116022,7 @@ }, "style": "form" }, - "fleet.msearch:max_concurrent_searches": { + "fleet.msearch-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.", @@ -107413,7 +116032,7 @@ }, "style": "form" }, - "fleet.msearch:max_concurrent_shard_requests": { + "fleet.msearch-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -107423,7 +116042,7 @@ }, "style": "form" }, - "fleet.msearch:pre_filter_shard_size": { + "fleet.msearch-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -107433,17 +116052,17 @@ }, "style": "form" }, - "fleet.msearch:search_type": { + "fleet.msearch-search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "fleet.msearch:rest_total_hits_as_int": { + "fleet.msearch-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -107453,7 +116072,7 @@ }, "style": "form" }, - "fleet.msearch:typed_keys": { + "fleet.msearch-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -107463,7 +116082,7 @@ }, "style": "form" }, - "fleet.msearch:wait_for_checkpoints": { + "fleet.msearch-wait_for_checkpoints": { "in": "query", "name": "wait_for_checkpoints", "description": "A comma separated list of checkpoints. When configured, the search API will only be executed on a shard\nafter the relevant checkpoint has become visible for search. Defaults to an empty list which will cause\nElasticsearch to immediately execute the search.", @@ -107471,12 +116090,12 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/fleet._types:Checkpoint" + "$ref": "#/components/schemas/fleet._types.Checkpoint" } }, "style": "form" }, - "fleet.msearch:allow_partial_search_results": { + "fleet.msearch-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard request timeouts or [shard failures](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html#shard-failures). If false, returns\nan error with no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results`\nwhich is true by default.", @@ -107486,7 +116105,7 @@ }, "style": "form" }, - "fleet.search:index": { + "fleet.search-index": { "in": "path", "name": "index", "description": "A single target to search. If the target is an index alias, it must resolve to a single index.", @@ -107495,16 +116114,16 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } ] }, "style": "simple" }, - "fleet.search:allow_no_indices": { + "fleet.search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -107513,7 +116132,7 @@ }, "style": "form" }, - "fleet.search:analyzer": { + "fleet.search-analyzer": { "in": "query", "name": "analyzer", "deprecated": false, @@ -107522,7 +116141,7 @@ }, "style": "form" }, - "fleet.search:analyze_wildcard": { + "fleet.search-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "deprecated": false, @@ -107531,7 +116150,7 @@ }, "style": "form" }, - "fleet.search:batched_reduce_size": { + "fleet.search-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "deprecated": false, @@ -107540,7 +116159,7 @@ }, "style": "form" }, - "fleet.search:ccs_minimize_roundtrips": { + "fleet.search-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "deprecated": false, @@ -107549,16 +116168,16 @@ }, "style": "form" }, - "fleet.search:default_operator": { + "fleet.search-default_operator": { "in": "query", "name": "default_operator", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "fleet.search:df": { + "fleet.search-df": { "in": "query", "name": "df", "deprecated": false, @@ -107567,25 +116186,25 @@ }, "style": "form" }, - "fleet.search:docvalue_fields": { + "fleet.search-docvalue_fields": { "in": "query", "name": "docvalue_fields", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "fleet.search:expand_wildcards": { + "fleet.search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "fleet.search:explain": { + "fleet.search-explain": { "in": "query", "name": "explain", "deprecated": false, @@ -107594,7 +116213,7 @@ }, "style": "form" }, - "fleet.search:ignore_throttled": { + "fleet.search-ignore_throttled": { "in": "query", "name": "ignore_throttled", "deprecated": false, @@ -107603,7 +116222,7 @@ }, "style": "form" }, - "fleet.search:ignore_unavailable": { + "fleet.search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "deprecated": false, @@ -107612,7 +116231,7 @@ }, "style": "form" }, - "fleet.search:lenient": { + "fleet.search-lenient": { "in": "query", "name": "lenient", "deprecated": false, @@ -107621,7 +116240,7 @@ }, "style": "form" }, - "fleet.search:max_concurrent_shard_requests": { + "fleet.search-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "deprecated": false, @@ -107630,7 +116249,7 @@ }, "style": "form" }, - "fleet.search:preference": { + "fleet.search-preference": { "in": "query", "name": "preference", "deprecated": false, @@ -107639,7 +116258,7 @@ }, "style": "form" }, - "fleet.search:pre_filter_shard_size": { + "fleet.search-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "deprecated": false, @@ -107648,7 +116267,7 @@ }, "style": "form" }, - "fleet.search:request_cache": { + "fleet.search-request_cache": { "in": "query", "name": "request_cache", "deprecated": false, @@ -107657,34 +116276,34 @@ }, "style": "form" }, - "fleet.search:routing": { + "fleet.search-routing": { "in": "query", "name": "routing", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "fleet.search:scroll": { + "fleet.search-scroll": { "in": "query", "name": "scroll", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "fleet.search:search_type": { + "fleet.search-search_type": { "in": "query", "name": "search_type", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "fleet.search:stats": { + "fleet.search-stats": { "in": "query", "name": "stats", "deprecated": false, @@ -107696,35 +116315,35 @@ }, "style": "form" }, - "fleet.search:stored_fields": { + "fleet.search-stored_fields": { "in": "query", "name": "stored_fields", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "fleet.search:suggest_field": { + "fleet.search-suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "fleet.search:suggest_mode": { + "fleet.search-suggest_mode": { "in": "query", "name": "suggest_mode", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "fleet.search:suggest_size": { + "fleet.search-suggest_size": { "in": "query", "name": "suggest_size", "deprecated": false, @@ -107733,7 +116352,7 @@ }, "style": "form" }, - "fleet.search:suggest_text": { + "fleet.search-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -107743,7 +116362,7 @@ }, "style": "form" }, - "fleet.search:terminate_after": { + "fleet.search-terminate_after": { "in": "query", "name": "terminate_after", "deprecated": false, @@ -107752,25 +116371,25 @@ }, "style": "form" }, - "fleet.search:timeout": { + "fleet.search-timeout": { "in": "query", "name": "timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "fleet.search:track_total_hits": { + "fleet.search-track_total_hits": { "in": "query", "name": "track_total_hits", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "fleet.search:track_scores": { + "fleet.search-track_scores": { "in": "query", "name": "track_scores", "deprecated": false, @@ -107779,7 +116398,7 @@ }, "style": "form" }, - "fleet.search:typed_keys": { + "fleet.search-typed_keys": { "in": "query", "name": "typed_keys", "deprecated": false, @@ -107788,7 +116407,7 @@ }, "style": "form" }, - "fleet.search:rest_total_hits_as_int": { + "fleet.search-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "deprecated": false, @@ -107797,7 +116416,7 @@ }, "style": "form" }, - "fleet.search:version": { + "fleet.search-version": { "in": "query", "name": "version", "deprecated": false, @@ -107806,34 +116425,34 @@ }, "style": "form" }, - "fleet.search:_source": { + "fleet.search-_source": { "in": "query", "name": "_source", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "fleet.search:_source_excludes": { + "fleet.search-_source_excludes": { "in": "query", "name": "_source_excludes", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "fleet.search:_source_includes": { + "fleet.search-_source_includes": { "in": "query", "name": "_source_includes", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "fleet.search:seq_no_primary_term": { + "fleet.search-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "deprecated": false, @@ -107842,7 +116461,7 @@ }, "style": "form" }, - "fleet.search:q": { + "fleet.search-q": { "in": "query", "name": "q", "deprecated": false, @@ -107851,7 +116470,7 @@ }, "style": "form" }, - "fleet.search:size": { + "fleet.search-size": { "in": "query", "name": "size", "deprecated": false, @@ -107860,7 +116479,7 @@ }, "style": "form" }, - "fleet.search:from": { + "fleet.search-from": { "in": "query", "name": "from", "deprecated": false, @@ -107869,7 +116488,7 @@ }, "style": "form" }, - "fleet.search:sort": { + "fleet.search-sort": { "in": "query", "name": "sort", "deprecated": false, @@ -107888,7 +116507,7 @@ }, "style": "form" }, - "fleet.search:wait_for_checkpoints": { + "fleet.search-wait_for_checkpoints": { "in": "query", "name": "wait_for_checkpoints", "description": "A comma separated list of checkpoints. When configured, the search API will only be executed on a shard\nafter the relevant checkpoint has become visible for search. Defaults to an empty list which will cause\nElasticsearch to immediately execute the search.", @@ -107896,12 +116515,12 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/fleet._types:Checkpoint" + "$ref": "#/components/schemas/fleet._types.Checkpoint" } }, "style": "form" }, - "fleet.search:allow_partial_search_results": { + "fleet.search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard request timeouts or [shard failures](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html#shard-failures). If false, returns\nan error with no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results`\nwhich is true by default.", @@ -107911,38 +116530,38 @@ }, "style": "form" }, - "graph.explore:index": { + "graph.explore-index": { "in": "path", "name": "index", "description": "Name of the index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "graph.explore:routing": { + "graph.explore-routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "graph.explore:timeout": { + "graph.explore-timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nDefaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "health_report:feature": { + "health_report-feature": { "in": "path", "name": "feature", "description": "A feature of the cluster, as returned by the top-level health report API.", @@ -107963,17 +116582,17 @@ }, "style": "simple" }, - "health_report:timeout": { + "health_report-timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "health_report:verbose": { + "health_report-verbose": { "in": "query", "name": "verbose", "description": "Opt-in for more information about the health of the system.", @@ -107983,7 +116602,7 @@ }, "style": "form" }, - "health_report:size": { + "health_report-size": { "in": "query", "name": "size", "description": "Limit the number of affected resources the health report API returns.", @@ -107993,60 +116612,60 @@ }, "style": "form" }, - "ilm.get_lifecycle:policy": { + "ilm.get_lifecycle-policy": { "in": "path", "name": "policy", "description": "Identifier for the policy.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "ilm.get_lifecycle:master_timeout": { + "ilm.get_lifecycle-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ilm.get_lifecycle:timeout": { + "ilm.get_lifecycle-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "index:id": { + "index-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format and omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "index:index": { + "index-index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn't match a data stream template, this request creates the index.\nYou can check for existing targets with the resolve index API.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "index:if_primary_term": { + "index-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -108056,17 +116675,17 @@ }, "style": "form" }, - "index:if_seq_no": { + "index-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "index:include_source_on_error": { + "index-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -108076,17 +116695,17 @@ }, "style": "form" }, - "index:op_type": { + "index-op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "style": "form" }, - "index:pipeline": { + "index-pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, then setting the value to `_none` disables the default ingest pipeline for this request.\nIf a final pipeline is configured it will always run, regardless of the value of this parameter.", @@ -108096,67 +116715,67 @@ }, "style": "form" }, - "index:refresh": { + "index-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "index:routing": { + "index-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "index:timeout": { + "index-timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "index:version": { + "index-version": { "in": "query", "name": "version", "description": "An explicit version number for concurrency control.\nIt must be a non-negative long number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "index:version_type": { + "index-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "index:wait_for_active_shards": { + "index-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "index:require_alias": { + "index-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -108166,49 +116785,49 @@ }, "style": "form" }, - "indices.analyze:index": { + "indices.analyze-index": { "in": "path", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.analyze:index_": { + "indices.analyze-index_": { "in": "query", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "form" }, - "indices.clear_cache:index": { + "indices.clear_cache-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.clear_cache:index_": { + "indices.clear_cache-index_": { "in": "query", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "form" }, - "indices.clear_cache:allow_no_indices": { + "indices.clear_cache-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108218,17 +116837,17 @@ }, "style": "form" }, - "indices.clear_cache:expand_wildcards": { + "indices.clear_cache-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.clear_cache:fielddata": { + "indices.clear_cache-fielddata": { "in": "query", "name": "fielddata", "description": "If `true`, clears the fields cache.\nUse the `fields` parameter to clear the cache of specific fields only.", @@ -108238,17 +116857,17 @@ }, "style": "form" }, - "indices.clear_cache:fields": { + "indices.clear_cache-fields": { "in": "query", "name": "fields", "description": "Comma-separated list of field names used to limit the `fielddata` parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "indices.clear_cache:ignore_unavailable": { + "indices.clear_cache-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108258,7 +116877,7 @@ }, "style": "form" }, - "indices.clear_cache:query": { + "indices.clear_cache-query": { "in": "query", "name": "query", "description": "If `true`, clears the query cache.", @@ -108268,7 +116887,7 @@ }, "style": "form" }, - "indices.clear_cache:request": { + "indices.clear_cache-request": { "in": "query", "name": "request", "description": "If `true`, clears the request cache.", @@ -108278,166 +116897,166 @@ }, "style": "form" }, - "indices.clone:index": { + "indices.clone-index": { "in": "path", "name": "index", "description": "Name of the source index to clone.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.clone:target": { + "indices.clone-target": { "in": "path", "name": "target", "description": "Name of the target index to create.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.clone:master_timeout": { + "indices.clone-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.clone:timeout": { + "indices.clone-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.clone:wait_for_active_shards": { + "indices.clone-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.create_from:source": { + "indices.create_from-source": { "in": "path", "name": "source", "description": "The source index or data stream name", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.create_from:dest": { + "indices.create_from-dest": { "in": "path", "name": "dest", "description": "The destination index or data stream name", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.data_streams_stats:name": { + "indices.data_streams_stats-name": { "in": "path", "name": "name", "description": "Comma-separated list of data streams used to limit the request.\nWildcard expressions (`*`) are supported.\nTo target all data streams in a cluster, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.data_streams_stats:expand_wildcards": { + "indices.data_streams_stats-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.delete_alias:index": { + "indices.delete_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.delete_alias:name": { + "indices.delete_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to remove.\nSupports wildcards (`*`). To remove all aliases, use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.delete_alias:master_timeout": { + "indices.delete_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.delete_alias:timeout": { + "indices.delete_alias-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.exists_alias:name": { + "indices.exists_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to check. Supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.exists_alias:index": { + "indices.exists_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request. Supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.exists_alias:allow_no_indices": { + "indices.exists_alias-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108447,17 +117066,17 @@ }, "style": "form" }, - "indices.exists_alias:expand_wildcards": { + "indices.exists_alias-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.exists_alias:ignore_unavailable": { + "indices.exists_alias-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, requests that include a missing data stream or index in the target indices or data streams return an error.", @@ -108467,28 +117086,28 @@ }, "style": "form" }, - "indices.exists_alias:master_timeout": { + "indices.exists_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.flush:index": { + "indices.flush-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to flush.\nSupports wildcards (`*`).\nTo flush all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.flush:allow_no_indices": { + "indices.flush-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108498,17 +117117,17 @@ }, "style": "form" }, - "indices.flush:expand_wildcards": { + "indices.flush-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.flush:force": { + "indices.flush-force": { "in": "query", "name": "force", "description": "If `true`, the request forces a flush even if there are no changes to commit to the index.", @@ -108518,7 +117137,7 @@ }, "style": "form" }, - "indices.flush:ignore_unavailable": { + "indices.flush-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108528,7 +117147,7 @@ }, "style": "form" }, - "indices.flush:wait_if_ongoing": { + "indices.flush-wait_if_ongoing": { "in": "query", "name": "wait_if_ongoing", "description": "If `true`, the flush operation blocks until execution when another flush operation is running.\nIf `false`, Elasticsearch returns an error if you request a flush when another flush operation is running.", @@ -108538,18 +117157,18 @@ }, "style": "form" }, - "indices.forcemerge:index": { + "indices.forcemerge-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.forcemerge:allow_no_indices": { + "indices.forcemerge-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -108559,17 +117178,17 @@ }, "style": "form" }, - "indices.forcemerge:expand_wildcards": { + "indices.forcemerge-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.forcemerge:flush": { + "indices.forcemerge-flush": { "in": "query", "name": "flush", "description": "Specify whether the index should be flushed after performing the operation (default: true)", @@ -108579,7 +117198,7 @@ }, "style": "form" }, - "indices.forcemerge:ignore_unavailable": { + "indices.forcemerge-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -108589,7 +117208,7 @@ }, "style": "form" }, - "indices.forcemerge:max_num_segments": { + "indices.forcemerge-max_num_segments": { "in": "query", "name": "max_num_segments", "description": "The number of segments the index should be merged into (default: dynamic)", @@ -108599,7 +117218,7 @@ }, "style": "form" }, - "indices.forcemerge:only_expunge_deletes": { + "indices.forcemerge-only_expunge_deletes": { "in": "query", "name": "only_expunge_deletes", "description": "Specify whether the operation should only expunge deleted documents", @@ -108609,7 +117228,7 @@ }, "style": "form" }, - "indices.forcemerge:wait_for_completion": { + "indices.forcemerge-wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "Should the request wait until the force merge is completed.", @@ -108619,29 +117238,29 @@ }, "style": "form" }, - "indices.get_alias:name": { + "indices.get_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to retrieve.\nSupports wildcards (`*`).\nTo retrieve all aliases, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_alias:index": { + "indices.get_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_alias:allow_no_indices": { + "indices.get_alias-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108651,17 +117270,17 @@ }, "style": "form" }, - "indices.get_alias:expand_wildcards": { + "indices.get_alias-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_alias:ignore_unavailable": { + "indices.get_alias-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108671,38 +117290,38 @@ }, "style": "form" }, - "indices.get_alias:master_timeout": { + "indices.get_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_data_stream:name": { + "indices.get_data_stream-name": { "in": "path", "name": "name", "description": "Comma-separated list of data stream names used to limit the request.\nWildcard (`*`) expressions are supported. If omitted, all data streams are returned.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, - "indices.get_data_stream:expand_wildcards": { + "indices.get_data_stream-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_data_stream:include_defaults": { + "indices.get_data_stream-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -108712,17 +117331,17 @@ }, "style": "form" }, - "indices.get_data_stream:master_timeout": { + "indices.get_data_stream-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_data_stream:verbose": { + "indices.get_data_stream-verbose": { "in": "query", "name": "verbose", "description": "Whether the maximum timestamp for each data stream should be calculated and returned.", @@ -108732,29 +117351,29 @@ }, "style": "form" }, - "indices.get_field_mapping:fields": { + "indices.get_field_mapping-fields": { "in": "path", "name": "fields", "description": "Comma-separated list or wildcard expression of fields used to limit returned information.\nSupports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "simple" }, - "indices.get_field_mapping:index": { + "indices.get_field_mapping-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_field_mapping:allow_no_indices": { + "indices.get_field_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108764,17 +117383,17 @@ }, "style": "form" }, - "indices.get_field_mapping:expand_wildcards": { + "indices.get_field_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_field_mapping:ignore_unavailable": { + "indices.get_field_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108784,7 +117403,7 @@ }, "style": "form" }, - "indices.get_field_mapping:include_defaults": { + "indices.get_field_mapping-include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -108794,18 +117413,18 @@ }, "style": "form" }, - "indices.get_index_template:name": { + "indices.get_index_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.get_index_template:local": { + "indices.get_index_template-local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -108815,7 +117434,7 @@ }, "style": "form" }, - "indices.get_index_template:flat_settings": { + "indices.get_index_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -108825,17 +117444,17 @@ }, "style": "form" }, - "indices.get_index_template:master_timeout": { + "indices.get_index_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_index_template:include_defaults": { + "indices.get_index_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -108845,18 +117464,18 @@ }, "style": "form" }, - "indices.get_mapping:index": { + "indices.get_mapping-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_mapping:allow_no_indices": { + "indices.get_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -108866,17 +117485,17 @@ }, "style": "form" }, - "indices.get_mapping:expand_wildcards": { + "indices.get_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_mapping:ignore_unavailable": { + "indices.get_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108886,7 +117505,7 @@ }, "style": "form" }, - "indices.get_mapping:local": { + "indices.get_mapping-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -108896,39 +117515,39 @@ }, "style": "form" }, - "indices.get_mapping:master_timeout": { + "indices.get_mapping-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_settings:index": { + "indices.get_settings-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_settings:name": { + "indices.get_settings-name": { "in": "path", "name": "name", "description": "Comma-separated list or wildcard expression of settings to retrieve.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_settings:allow_no_indices": { + "indices.get_settings-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with foo but no index starts with `bar`.", @@ -108938,17 +117557,17 @@ }, "style": "form" }, - "indices.get_settings:expand_wildcards": { + "indices.get_settings-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_settings:flat_settings": { + "indices.get_settings-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -108958,7 +117577,7 @@ }, "style": "form" }, - "indices.get_settings:ignore_unavailable": { + "indices.get_settings-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -108968,7 +117587,7 @@ }, "style": "form" }, - "indices.get_settings:include_defaults": { + "indices.get_settings-include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -108978,7 +117597,7 @@ }, "style": "form" }, - "indices.get_settings:local": { + "indices.get_settings-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only. If\n`false`, information is retrieved from the master node.", @@ -108988,28 +117607,28 @@ }, "style": "form" }, - "indices.get_settings:master_timeout": { + "indices.get_settings-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_template:name": { + "indices.get_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request.\nWildcard (`*`) expressions are supported.\nTo return all index templates, omit this parameter or use a value of `_all` or `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_template:flat_settings": { + "indices.get_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -109019,7 +117638,7 @@ }, "style": "form" }, - "indices.get_template:local": { + "indices.get_template-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -109029,70 +117648,70 @@ }, "style": "form" }, - "indices.get_template:master_timeout": { + "indices.get_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_alias:index": { + "indices.put_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices to add.\nSupports wildcards (`*`).\nWildcard patterns that match both data streams and indices return an error.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_alias:name": { + "indices.put_alias-name": { "in": "path", "name": "name", "description": "Alias to update.\nIf the alias doesn’t exist, the request creates it.\nIndex alias names support date math.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_alias:master_timeout": { + "indices.put_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_alias:timeout": { + "indices.put_alias-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_index_template:name": { + "indices.put_index_template-name": { "in": "path", "name": "name", "description": "Index or template name", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_index_template:create": { + "indices.put_index_template-create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing index templates.", @@ -109102,17 +117721,17 @@ }, "style": "form" }, - "indices.put_index_template:master_timeout": { + "indices.put_index_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_index_template:cause": { + "indices.put_index_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -109122,18 +117741,18 @@ }, "style": "form" }, - "indices.put_mapping:index": { + "indices.put_mapping-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_mapping:allow_no_indices": { + "indices.put_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109143,17 +117762,17 @@ }, "style": "form" }, - "indices.put_mapping:expand_wildcards": { + "indices.put_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.put_mapping:ignore_unavailable": { + "indices.put_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109163,27 +117782,27 @@ }, "style": "form" }, - "indices.put_mapping:master_timeout": { + "indices.put_mapping-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_mapping:timeout": { + "indices.put_mapping-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_mapping:write_index_only": { + "indices.put_mapping-write_index_only": { "in": "query", "name": "write_index_only", "description": "If `true`, the mappings are applied only to the current write index for the target.", @@ -109193,18 +117812,18 @@ }, "style": "form" }, - "indices.put_settings:index": { + "indices.put_settings-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_settings:allow_no_indices": { + "indices.put_settings-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with `foo` but no index starts with `bar`.", @@ -109214,17 +117833,17 @@ }, "style": "form" }, - "indices.put_settings:expand_wildcards": { + "indices.put_settings-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target\ndata streams, this argument determines whether wildcard expressions match\nhidden data streams. Supports comma-separated values, such as\n`open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.put_settings:flat_settings": { + "indices.put_settings-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -109234,7 +117853,7 @@ }, "style": "form" }, - "indices.put_settings:ignore_unavailable": { + "indices.put_settings-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, returns settings in flat format.", @@ -109244,17 +117863,17 @@ }, "style": "form" }, - "indices.put_settings:master_timeout": { + "indices.put_settings-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_settings:preserve_existing": { + "indices.put_settings-preserve_existing": { "in": "query", "name": "preserve_existing", "description": "If `true`, existing index settings remain unchanged.", @@ -109264,7 +117883,7 @@ }, "style": "form" }, - "indices.put_settings:reopen": { + "indices.put_settings-reopen": { "in": "query", "name": "reopen", "description": "Whether to close and reopen the index to apply non-dynamic settings.\nIf set to `true` the indices to which the settings are being applied\nwill be closed temporarily and then reopened in order to apply the changes.", @@ -109274,28 +117893,28 @@ }, "style": "form" }, - "indices.put_settings:timeout": { + "indices.put_settings-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\n timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_template:name": { + "indices.put_template-name": { "in": "path", "name": "name", "description": "The name of the template", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_template:create": { + "indices.put_template-create": { "in": "query", "name": "create", "description": "If true, this request cannot replace or update existing index templates.", @@ -109305,17 +117924,17 @@ }, "style": "form" }, - "indices.put_template:master_timeout": { + "indices.put_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_template:order": { + "indices.put_template-order": { "in": "query", "name": "order", "description": "Order in which Elasticsearch applies this template if index\nmatches multiple templates.\n\nTemplates with lower 'order' values are merged first. Templates with higher\n'order' values are merged later, overriding templates with lower values.", @@ -109325,7 +117944,7 @@ }, "style": "form" }, - "indices.put_template:cause": { + "indices.put_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -109335,18 +117954,18 @@ }, "style": "form" }, - "indices.recovery:index": { + "indices.recovery-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.recovery:active_only": { + "indices.recovery-active_only": { "in": "query", "name": "active_only", "description": "If `true`, the response only includes ongoing shard recoveries.", @@ -109356,7 +117975,7 @@ }, "style": "form" }, - "indices.recovery:detailed": { + "indices.recovery-detailed": { "in": "query", "name": "detailed", "description": "If `true`, the response includes detailed information about shard recoveries.", @@ -109366,18 +117985,18 @@ }, "style": "form" }, - "indices.refresh:index": { + "indices.refresh-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.refresh:allow_no_indices": { + "indices.refresh-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109387,17 +118006,17 @@ }, "style": "form" }, - "indices.refresh:expand_wildcards": { + "indices.refresh-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.refresh:ignore_unavailable": { + "indices.refresh-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109407,18 +118026,18 @@ }, "style": "form" }, - "indices.reload_search_analyzers:index": { + "indices.reload_search_analyzers-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to reload analyzers for", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.reload_search_analyzers:allow_no_indices": { + "indices.reload_search_analyzers-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -109428,17 +118047,17 @@ }, "style": "form" }, - "indices.reload_search_analyzers:expand_wildcards": { + "indices.reload_search_analyzers-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.reload_search_analyzers:ignore_unavailable": { + "indices.reload_search_analyzers-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -109448,7 +118067,7 @@ }, "style": "form" }, - "indices.reload_search_analyzers:resource": { + "indices.reload_search_analyzers-resource": { "in": "query", "name": "resource", "description": "Changed resource to reload analyzers from if applicable", @@ -109458,18 +118077,18 @@ }, "style": "form" }, - "indices.resolve_cluster:name": { + "indices.resolve_cluster-name": { "in": "path", "name": "name", "description": "A comma-separated list of names or index patterns for the indices, aliases, and data streams to resolve.\nResources on remote clusters can be specified using the ``:`` syntax.\nIndex and cluster exclusions (e.g., `-cluster1:*`) are also supported.\nIf no index expression is specified, information about all remote clusters configured on the local cluster\nis returned without doing any index matching", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.resolve_cluster:allow_no_indices": { + "indices.resolve_cluster-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing\nor closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109479,17 +118098,17 @@ }, "style": "form" }, - "indices.resolve_cluster:expand_wildcards": { + "indices.resolve_cluster-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.resolve_cluster:ignore_throttled": { + "indices.resolve_cluster-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded, or aliased indices are ignored when frozen.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109499,7 +118118,7 @@ }, "style": "form" }, - "indices.resolve_cluster:ignore_unavailable": { + "indices.resolve_cluster-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If false, the request returns an error if it targets a missing or closed index.\nNOTE: This option is only supported when specifying an index expression. You will get an error if you specify index\noptions to the `_resolve/cluster` API endpoint that takes no index expression.", @@ -109509,39 +118128,39 @@ }, "style": "form" }, - "indices.resolve_cluster:timeout": { + "indices.resolve_cluster-timeout": { "in": "query", "name": "timeout", "description": "The maximum time to wait for remote clusters to respond.\nIf a remote cluster does not respond within this timeout period, the API response\nwill show the cluster as not connected and include an error message that the\nrequest timed out.\n\nThe default timeout is unset and the query can take\nas long as the networking layer is configured to wait for remote clusters that are\nnot responding (typically 30 seconds).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:alias": { + "indices.rollover-alias": { "in": "path", "name": "alias", "description": "Name of the data stream or index alias to roll over.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "style": "simple" }, - "indices.rollover:new_index": { + "indices.rollover-new_index": { "in": "path", "name": "new_index", "description": "Name of the index to create.\nSupports date math.\nData streams do not support this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.rollover:dry_run": { + "indices.rollover-dry_run": { "in": "query", "name": "dry_run", "description": "If `true`, checks whether the current index satisfies the specified conditions but does not perform a rollover.", @@ -109551,37 +118170,37 @@ }, "style": "form" }, - "indices.rollover:master_timeout": { + "indices.rollover-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:timeout": { + "indices.rollover-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:wait_for_active_shards": { + "indices.rollover-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to all or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.rollover:lazy": { + "indices.rollover-lazy": { "in": "query", "name": "lazy", "description": "If set to true, the rollover action will only mark a data stream to signal that it needs to be rolled over at the next write.\nOnly allowed on data streams.", @@ -109591,18 +118210,18 @@ }, "style": "form" }, - "indices.segments:index": { + "indices.segments-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.segments:allow_no_indices": { + "indices.segments-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109612,17 +118231,17 @@ }, "style": "form" }, - "indices.segments:expand_wildcards": { + "indices.segments-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.segments:ignore_unavailable": { + "indices.segments-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -109632,18 +118251,18 @@ }, "style": "form" }, - "indices.shard_stores:index": { + "indices.shard_stores-index": { "in": "path", "name": "index", "description": "List of data streams, indices, and aliases used to limit the request.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.shard_stores:allow_no_indices": { + "indices.shard_stores-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all\nvalue targets only missing or closed indices. This behavior applies even if the request\ntargets other open indices.", @@ -109653,17 +118272,17 @@ }, "style": "form" }, - "indices.shard_stores:expand_wildcards": { + "indices.shard_stores-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target data streams,\nthis argument determines whether wildcard expressions match hidden data streams.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.shard_stores:ignore_unavailable": { + "indices.shard_stores-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -109673,7 +118292,7 @@ }, "style": "form" }, - "indices.shard_stores:status": { + "indices.shard_stores-status": { "in": "query", "name": "status", "description": "List of shard health statuses used to limit the request.", @@ -109681,82 +118300,82 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreStatus" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreStatus" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices.shard_stores:ShardStoreStatus" + "$ref": "#/components/schemas/indices.shard_stores.ShardStoreStatus" } } ] }, "style": "form" }, - "indices.shrink:index": { + "indices.shrink-index": { "in": "path", "name": "index", "description": "Name of the source index to shrink.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.shrink:target": { + "indices.shrink-target": { "in": "path", "name": "target", "description": "Name of the target index to create.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.shrink:master_timeout": { + "indices.shrink-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.shrink:timeout": { + "indices.shrink-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.shrink:wait_for_active_shards": { + "indices.shrink-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.simulate_template:name": { + "indices.simulate_template-name": { "in": "path", "name": "name", "description": "Name of the index template to simulate. To test a template configuration before you add it to the cluster, omit\nthis parameter and specify the template configuration in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.simulate_template:create": { + "indices.simulate_template-create": { "in": "query", "name": "create", "description": "If true, the template passed in the body is only used if no existing templates match the same index patterns. If false, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.", @@ -109766,7 +118385,7 @@ }, "style": "form" }, - "indices.simulate_template:cause": { + "indices.simulate_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for dry-run creating the new template for simulation purposes", @@ -109776,17 +118395,17 @@ }, "style": "form" }, - "indices.simulate_template:master_timeout": { + "indices.simulate_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.simulate_template:include_defaults": { + "indices.simulate_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -109796,121 +118415,121 @@ }, "style": "form" }, - "indices.split:index": { + "indices.split-index": { "in": "path", "name": "index", "description": "Name of the source index to split.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.split:target": { + "indices.split-target": { "in": "path", "name": "target", "description": "Name of the target index to create.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.split:master_timeout": { + "indices.split-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.split:timeout": { + "indices.split-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.split:wait_for_active_shards": { + "indices.split-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.stats:metric": { + "indices.stats-metric": { "in": "path", "name": "metric", "description": "Limit the information returned the specific metrics.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "indices.stats:index": { + "indices.stats-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.stats:completion_fields": { + "indices.stats-completion_fields": { "in": "query", "name": "completion_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "indices.stats:expand_wildcards": { + "indices.stats-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument\ndetermines whether wildcard expressions match hidden data streams. Supports comma-separated values,\nsuch as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.stats:fielddata_fields": { + "indices.stats-fielddata_fields": { "in": "query", "name": "fielddata_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "indices.stats:fields": { + "indices.stats-fields": { "in": "query", "name": "fields", "description": "Comma-separated list or wildcard expressions of fields to include in the statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "indices.stats:forbid_closed_indices": { + "indices.stats-forbid_closed_indices": { "in": "query", "name": "forbid_closed_indices", "description": "If true, statistics are not collected from closed indices.", @@ -109920,7 +118539,7 @@ }, "style": "form" }, - "indices.stats:groups": { + "indices.stats-groups": { "in": "query", "name": "groups", "description": "Comma-separated list of search groups to include in the search statistics.", @@ -109940,7 +118559,7 @@ }, "style": "form" }, - "indices.stats:include_segment_file_sizes": { + "indices.stats-include_segment_file_sizes": { "in": "query", "name": "include_segment_file_sizes", "description": "If true, the call reports the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested).", @@ -109950,7 +118569,7 @@ }, "style": "form" }, - "indices.stats:include_unloaded_segments": { + "indices.stats-include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -109960,28 +118579,28 @@ }, "style": "form" }, - "indices.stats:level": { + "indices.stats-level": { "in": "query", "name": "level", "description": "Indicates whether statistics are aggregated at the cluster, index, or shard level.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Level" + "$ref": "#/components/schemas/_types.Level" }, "style": "form" }, - "indices.validate_query:index": { + "indices.validate_query-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to search.\nSupports wildcards (`*`).\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.validate_query:allow_no_indices": { + "indices.validate_query-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -109991,7 +118610,7 @@ }, "style": "form" }, - "indices.validate_query:all_shards": { + "indices.validate_query-all_shards": { "in": "query", "name": "all_shards", "description": "If `true`, the validation is executed on all shards instead of one random shard per index.", @@ -110001,7 +118620,7 @@ }, "style": "form" }, - "indices.validate_query:analyzer": { + "indices.validate_query-analyzer": { "in": "query", "name": "analyzer", "description": "Analyzer to use for the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -110011,7 +118630,7 @@ }, "style": "form" }, - "indices.validate_query:analyze_wildcard": { + "indices.validate_query-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.", @@ -110021,17 +118640,17 @@ }, "style": "form" }, - "indices.validate_query:default_operator": { + "indices.validate_query-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "indices.validate_query:df": { + "indices.validate_query-df": { "in": "query", "name": "df", "description": "Field to use as default where no field prefix is given in the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -110041,17 +118660,17 @@ }, "style": "form" }, - "indices.validate_query:expand_wildcards": { + "indices.validate_query-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.validate_query:explain": { + "indices.validate_query-explain": { "in": "query", "name": "explain", "description": "If `true`, the response returns detailed information if an error has occurred.", @@ -110061,7 +118680,7 @@ }, "style": "form" }, - "indices.validate_query:ignore_unavailable": { + "indices.validate_query-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -110071,7 +118690,7 @@ }, "style": "form" }, - "indices.validate_query:lenient": { + "indices.validate_query-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.", @@ -110081,7 +118700,7 @@ }, "style": "form" }, - "indices.validate_query:rewrite": { + "indices.validate_query-rewrite": { "in": "query", "name": "rewrite", "description": "If `true`, returns a more detailed explanation showing the actual Lucene query that will be executed.", @@ -110091,7 +118710,7 @@ }, "style": "form" }, - "indices.validate_query:q": { + "indices.validate_query-q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax.", @@ -110101,29 +118720,29 @@ }, "style": "form" }, - "inference.delete:task_type": { + "inference.delete-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.delete:inference_id": { + "inference.delete-inference_id": { "in": "path", "name": "inference_id", "description": "The inference identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.delete:dry_run": { + "inference.delete-dry_run": { "in": "query", "name": "dry_run", "description": "When true, the endpoint is not deleted and a list of ingest processors which reference this endpoint is returned.", @@ -110133,7 +118752,7 @@ }, "style": "form" }, - "inference.delete:force": { + "inference.delete-force": { "in": "query", "name": "force", "description": "When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields.", @@ -110143,126 +118762,126 @@ }, "style": "form" }, - "inference.get:task_type": { + "inference.get-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.get:inference_id": { + "inference.get-inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.put:task_type": { + "inference.put-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.put:inference_id": { + "inference.put-inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.update:inference_id": { + "inference.update-inference_id": { "in": "path", "name": "inference_id", "description": "The unique identifier of the inference endpoint.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.update:task_type": { + "inference.update-task_type": { "in": "path", "name": "task_type", "description": "The type of inference task that the model performs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "ingest.get_geoip_database:id": { + "ingest.get_geoip_database-id": { "in": "path", "name": "id", "description": "A comma-separated list of database configuration IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all database configurations, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ingest.get_ip_location_database:id": { + "ingest.get_ip_location_database-id": { "in": "path", "name": "id", "description": "Comma-separated list of database configuration IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all database configurations, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ingest.get_ip_location_database:master_timeout": { + "ingest.get_ip_location_database-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nA value of `-1` indicates that the request should never time out.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ingest.get_pipeline:id": { + "ingest.get_pipeline-id": { "in": "path", "name": "id", "description": "Comma-separated list of pipeline IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all ingest pipelines, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.get_pipeline:master_timeout": { + "ingest.get_pipeline-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ingest.get_pipeline:summary": { + "ingest.get_pipeline-summary": { "in": "query", "name": "summary", "description": "Return pipelines without their definitions (default: false)", @@ -110272,18 +118891,18 @@ }, "style": "form" }, - "ingest.simulate:id": { + "ingest.simulate-id": { "in": "path", "name": "id", "description": "The pipeline to test.\nIf you don't specify a `pipeline` in the request body, this parameter is required.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.simulate:verbose": { + "ingest.simulate-verbose": { "in": "query", "name": "verbose", "description": "If `true`, the response includes output data for each processor in the executed pipeline.", @@ -110293,28 +118912,28 @@ }, "style": "form" }, - "knn_search:index": { + "knn_search-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search;\nuse `_all` or to perform the operation on all indices.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "knn_search:routing": { + "knn_search-routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "license.post:acknowledge": { + "license.post-acknowledge": { "in": "query", "name": "acknowledge", "description": "Specifies whether you acknowledge the license changes.", @@ -110324,49 +118943,49 @@ }, "style": "form" }, - "license.post:master_timeout": { + "license.post-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "license.post:timeout": { + "license.post-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "logstash.get_pipeline:id": { + "logstash.get_pipeline-id": { "in": "path", "name": "id", "description": "A comma-separated list of pipeline identifiers.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "mget:index": { + "mget-index": { "in": "path", "name": "index", "description": "Name of the index to retrieve documents from when `ids` are specified, or when a document in the `docs` array does not specify an index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "mget:force_synthetic_source": { + "mget-force_synthetic_source": { "in": "query", "name": "force_synthetic_source", "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", @@ -110376,7 +118995,7 @@ }, "style": "form" }, - "mget:preference": { + "mget-preference": { "in": "query", "name": "preference", "description": "Specifies the node or shard the operation should be performed on. Random by default.", @@ -110386,7 +119005,7 @@ }, "style": "form" }, - "mget:realtime": { + "mget-realtime": { "in": "query", "name": "realtime", "description": "If `true`, the request is real-time as opposed to near-real-time.", @@ -110396,7 +119015,7 @@ }, "style": "form" }, - "mget:refresh": { + "mget-refresh": { "in": "query", "name": "refresh", "description": "If `true`, the request refreshes relevant shards before retrieving documents.", @@ -110406,79 +119025,79 @@ }, "style": "form" }, - "mget:routing": { + "mget-routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "mget:_source": { + "mget-_source": { "in": "query", "name": "_source", "description": "True or false to return the `_source` field or not, or a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "mget:_source_excludes": { + "mget-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mget:_source_includes": { + "mget-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned. You can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mget:stored_fields": { + "mget-stored_fields": { "in": "query", "name": "stored_fields", "description": "If `true`, retrieves the document fields stored in the index rather than the document `_source`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "migration.deprecations:index": { + "migration.deprecations-index": { "in": "path", "name": "index", "description": "Comma-separate list of data streams or indices to check. Wildcard (*) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "ml.delete_expired_data:job_id": { + "ml.delete_expired_data-job_id": { "in": "path", "name": "job_id", "description": "Identifier for an anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.delete_expired_data:requests_per_second": { + "ml.delete_expired_data-requests_per_second": { "in": "query", "name": "requests_per_second", "description": "The desired requests per second for the deletion processes. The default\nbehavior is no throttling.", @@ -110488,39 +119107,39 @@ }, "style": "form" }, - "ml.delete_expired_data:timeout": { + "ml.delete_expired_data-timeout": { "in": "query", "name": "timeout", "description": "How long can the underlying delete processes run until they are canceled.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.delete_forecast:job_id": { + "ml.delete_forecast-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.delete_forecast:forecast_id": { + "ml.delete_forecast-forecast_id": { "in": "path", "name": "forecast_id", "description": "A comma-separated list of forecast identifiers. If you do not specify\nthis optional parameter or if you specify `_all` or `*` the API deletes\nall forecasts from the job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.delete_forecast:allow_no_forecasts": { + "ml.delete_forecast-allow_no_forecasts": { "in": "query", "name": "allow_no_forecasts", "description": "Specifies whether an error occurs when there are no forecasts. In\nparticular, if this parameter is set to `false` and there are no\nforecasts associated with the job, attempts to delete all forecasts\nreturn an error.", @@ -110530,50 +119149,50 @@ }, "style": "form" }, - "ml.delete_forecast:timeout": { + "ml.delete_forecast-timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for the completion of the delete\noperation. When this period of time elapses, the API fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.explain_data_frame_analytics:id": { + "ml.explain_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. This identifier can contain\nlowercase alphanumeric characters (a-z and 0-9), hyphens, and\nunderscores. It must start and end with alphanumeric characters.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_buckets:job_id": { + "ml.get_buckets-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_buckets:timestamp": { + "ml.get_buckets-timestamp": { "in": "path", "name": "timestamp", "description": "The timestamp of a single bucket result. If you do not specify this\nparameter, the API returns information about all buckets.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "simple" }, - "ml.get_buckets:anomaly_score": { + "ml.get_buckets-anomaly_score": { "in": "query", "name": "anomaly_score", "description": "Returns buckets with anomaly scores greater or equal than this value.", @@ -110583,7 +119202,7 @@ }, "style": "form" }, - "ml.get_buckets:desc": { + "ml.get_buckets-desc": { "in": "query", "name": "desc", "description": "If `true`, the buckets are sorted in descending order.", @@ -110593,17 +119212,17 @@ }, "style": "form" }, - "ml.get_buckets:end": { + "ml.get_buckets-end": { "in": "query", "name": "end", "description": "Returns buckets with timestamps earlier than this time. `-1` means it is\nunset and results are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_buckets:exclude_interim": { + "ml.get_buckets-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -110613,7 +119232,7 @@ }, "style": "form" }, - "ml.get_buckets:expand": { + "ml.get_buckets-expand": { "in": "query", "name": "expand", "description": "If true, the output includes anomaly records.", @@ -110623,7 +119242,7 @@ }, "style": "form" }, - "ml.get_buckets:from": { + "ml.get_buckets-from": { "in": "query", "name": "from", "description": "Skips the specified number of buckets.", @@ -110633,7 +119252,7 @@ }, "style": "form" }, - "ml.get_buckets:size": { + "ml.get_buckets-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of buckets to obtain.", @@ -110643,38 +119262,38 @@ }, "style": "form" }, - "ml.get_buckets:sort": { + "ml.get_buckets-sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested buckets.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "ml.get_buckets:start": { + "ml.get_buckets-start": { "in": "query", "name": "start", "description": "Returns buckets with timestamps after this time. `-1` means it is unset\nand results are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_calendars:calendar_id": { + "ml.get_calendars-calendar_id": { "in": "path", "name": "calendar_id", "description": "A string that uniquely identifies a calendar. You can get information for multiple calendars by using a comma-separated list of ids or a wildcard expression. You can get information for all calendars by using `_all` or `*` or by omitting the calendar identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_calendars:from": { + "ml.get_calendars-from": { "in": "query", "name": "from", "description": "Skips the specified number of calendars. This parameter is supported only when you omit the calendar identifier.", @@ -110684,7 +119303,7 @@ }, "style": "form" }, - "ml.get_calendars:size": { + "ml.get_calendars-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of calendars to obtain. This parameter is supported only when you omit the calendar identifier.", @@ -110694,29 +119313,29 @@ }, "style": "form" }, - "ml.get_categories:job_id": { + "ml.get_categories-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_categories:category_id": { + "ml.get_categories-category_id": { "in": "path", "name": "category_id", "description": "Identifier for the category, which is unique in the job. If you specify\nneither the category ID nor the partition_field_value, the API returns\ninformation about all categories. If you specify only the\npartition_field_value, it returns information about all categories for\nthe specified partition.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:CategoryId" + "$ref": "#/components/schemas/_types.CategoryId" }, "style": "simple" }, - "ml.get_categories:from": { + "ml.get_categories-from": { "in": "query", "name": "from", "description": "Skips the specified number of categories.", @@ -110726,7 +119345,7 @@ }, "style": "form" }, - "ml.get_categories:partition_field_value": { + "ml.get_categories-partition_field_value": { "in": "query", "name": "partition_field_value", "description": "Only return categories for the specified partition.", @@ -110736,7 +119355,7 @@ }, "style": "form" }, - "ml.get_categories:size": { + "ml.get_categories-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of categories to obtain.", @@ -110746,18 +119365,18 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:id": { + "ml.get_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_data_frame_analytics:allow_no_match": { + "ml.get_data_frame_analytics-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -110767,7 +119386,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:from": { + "ml.get_data_frame_analytics-from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -110777,7 +119396,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:size": { + "ml.get_data_frame_analytics-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -110787,7 +119406,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:exclude_generated": { + "ml.get_data_frame_analytics-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -110797,18 +119416,18 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:id": { + "ml.get_data_frame_analytics_stats-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_data_frame_analytics_stats:allow_no_match": { + "ml.get_data_frame_analytics_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -110818,7 +119437,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:from": { + "ml.get_data_frame_analytics_stats-from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -110828,7 +119447,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:size": { + "ml.get_data_frame_analytics_stats-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -110838,7 +119457,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:verbose": { + "ml.get_data_frame_analytics_stats-verbose": { "in": "query", "name": "verbose", "description": "Defines whether the stats response should be verbose.", @@ -110848,18 +119467,18 @@ }, "style": "form" }, - "ml.get_datafeed_stats:datafeed_id": { + "ml.get_datafeed_stats-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_datafeed_stats:allow_no_match": { + "ml.get_datafeed_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -110869,18 +119488,18 @@ }, "style": "form" }, - "ml.get_datafeeds:datafeed_id": { + "ml.get_datafeeds-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_datafeeds:allow_no_match": { + "ml.get_datafeeds-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -110890,7 +119509,7 @@ }, "style": "form" }, - "ml.get_datafeeds:exclude_generated": { + "ml.get_datafeeds-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -110900,18 +119519,18 @@ }, "style": "form" }, - "ml.get_filters:filter_id": { + "ml.get_filters-filter_id": { "in": "path", "name": "filter_id", "description": "A string that uniquely identifies a filter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_filters:from": { + "ml.get_filters-from": { "in": "query", "name": "from", "description": "Skips the specified number of filters.", @@ -110921,7 +119540,7 @@ }, "style": "form" }, - "ml.get_filters:size": { + "ml.get_filters-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of filters to obtain.", @@ -110931,18 +119550,18 @@ }, "style": "form" }, - "ml.get_influencers:job_id": { + "ml.get_influencers-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_influencers:desc": { + "ml.get_influencers-desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -110952,17 +119571,17 @@ }, "style": "form" }, - "ml.get_influencers:end": { + "ml.get_influencers-end": { "in": "query", "name": "end", "description": "Returns influencers with timestamps earlier than this time.\nThe default value means it is unset and results are not limited to\nspecific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_influencers:exclude_interim": { + "ml.get_influencers-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If true, the output excludes interim results. By default, interim results\nare included.", @@ -110972,7 +119591,7 @@ }, "style": "form" }, - "ml.get_influencers:influencer_score": { + "ml.get_influencers-influencer_score": { "in": "query", "name": "influencer_score", "description": "Returns influencers with anomaly scores greater than or equal to this\nvalue.", @@ -110982,7 +119601,7 @@ }, "style": "form" }, - "ml.get_influencers:from": { + "ml.get_influencers-from": { "in": "query", "name": "from", "description": "Skips the specified number of influencers.", @@ -110992,7 +119611,7 @@ }, "style": "form" }, - "ml.get_influencers:size": { + "ml.get_influencers-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of influencers to obtain.", @@ -111002,38 +119621,38 @@ }, "style": "form" }, - "ml.get_influencers:sort": { + "ml.get_influencers-sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested influencers. By default, the\ninfluencers are sorted by the `influencer_score` value.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "ml.get_influencers:start": { + "ml.get_influencers-start": { "in": "query", "name": "start", "description": "Returns influencers with timestamps after this time. The default value\nmeans it is unset and results are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_job_stats:job_id": { + "ml.get_job_stats-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs, or a wildcard expression. If\nyou do not specify one of these options, the API returns information for\nall anomaly detection jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_job_stats:allow_no_match": { + "ml.get_job_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If `false`, the API returns a `404` status\ncode when there are no matches or only partial matches.", @@ -111043,18 +119662,18 @@ }, "style": "form" }, - "ml.get_jobs:job_id": { + "ml.get_jobs-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression. If you do not specify one of these\noptions, the API returns information for all anomaly detection jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_jobs:allow_no_match": { + "ml.get_jobs-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If this parameter is `false`, the request returns a `404` status\ncode when there are no matches or only partial matches.", @@ -111064,7 +119683,7 @@ }, "style": "form" }, - "ml.get_jobs:exclude_generated": { + "ml.get_jobs-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -111074,60 +119693,60 @@ }, "style": "form" }, - "ml.get_memory_stats:node_id": { + "ml.get_memory_stats-node_id": { "in": "path", "name": "node_id", "description": "The names of particular nodes in the cluster to target. For example, `nodeId1,nodeId2` or\n`ml:true`", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_memory_stats:master_timeout": { + "ml.get_memory_stats-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout\nexpires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.get_memory_stats:timeout": { + "ml.get_memory_stats-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request\nfails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.get_model_snapshots:job_id": { + "ml.get_model_snapshots-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_model_snapshots:snapshot_id": { + "ml.get_model_snapshots-snapshot_id": { "in": "path", "name": "snapshot_id", "description": "A numerical character string that uniquely identifies the model snapshot. You can get information for multiple\nsnapshots by using a comma-separated list or a wildcard expression. You can get all snapshots by using `_all`,\nby specifying `*` as the snapshot ID, or by omitting the snapshot ID.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_model_snapshots:desc": { + "ml.get_model_snapshots-desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -111137,17 +119756,17 @@ }, "style": "form" }, - "ml.get_model_snapshots:end": { + "ml.get_model_snapshots-end": { "in": "query", "name": "end", "description": "Returns snapshots with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_model_snapshots:from": { + "ml.get_model_snapshots-from": { "in": "query", "name": "from", "description": "Skips the specified number of snapshots.", @@ -111157,7 +119776,7 @@ }, "style": "form" }, - "ml.get_model_snapshots:size": { + "ml.get_model_snapshots-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of snapshots to obtain.", @@ -111167,38 +119786,38 @@ }, "style": "form" }, - "ml.get_model_snapshots:sort": { + "ml.get_model_snapshots-sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested snapshots. By default, the\nsnapshots are sorted by their timestamp.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "ml.get_model_snapshots:start": { + "ml.get_model_snapshots-start": { "in": "query", "name": "start", "description": "Returns snapshots with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:job_id": { + "ml.get_overall_buckets-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs or groups, or a wildcard\nexpression.\n\nYou can summarize the bucket results for all anomaly detection jobs by\nusing `_all` or by specifying `*` as the ``.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_overall_buckets:allow_no_match": { + "ml.get_overall_buckets-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the request returns an empty `jobs` array when there are no\nmatches and the subset of results when there are partial matches. If this\nparameter is `false`, the request returns a `404` status code when there\nare no matches or only partial matches.", @@ -111208,27 +119827,27 @@ }, "style": "form" }, - "ml.get_overall_buckets:bucket_span": { + "ml.get_overall_buckets-bucket_span": { "in": "query", "name": "bucket_span", "description": "The span of the overall buckets. Must be greater or equal to the largest\nbucket span of the specified anomaly detection jobs, which is the default\nvalue.\n\nBy default, an overall bucket has a span equal to the largest bucket span\nof the specified anomaly detection jobs. To override that behavior, use\nthe optional `bucket_span` parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.get_overall_buckets:end": { + "ml.get_overall_buckets-end": { "in": "query", "name": "end", "description": "Returns overall buckets with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:exclude_interim": { + "ml.get_overall_buckets-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -111238,7 +119857,7 @@ }, "style": "form" }, - "ml.get_overall_buckets:overall_score": { + "ml.get_overall_buckets-overall_score": { "in": "query", "name": "overall_score", "description": "Returns overall buckets with overall scores greater than or equal to this\nvalue.", @@ -111255,17 +119874,17 @@ }, "style": "form" }, - "ml.get_overall_buckets:start": { + "ml.get_overall_buckets-start": { "in": "query", "name": "start", "description": "Returns overall buckets with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:top_n": { + "ml.get_overall_buckets-top_n": { "in": "query", "name": "top_n", "description": "The number of top anomaly detection job bucket scores to be used in the\n`overall_score` calculation.", @@ -111275,18 +119894,18 @@ }, "style": "form" }, - "ml.get_records:job_id": { + "ml.get_records-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_records:desc": { + "ml.get_records-desc": { "in": "query", "name": "desc", "description": "If true, the results are sorted in descending order.", @@ -111296,17 +119915,17 @@ }, "style": "form" }, - "ml.get_records:end": { + "ml.get_records-end": { "in": "query", "name": "end", "description": "Returns records with timestamps earlier than this time. The default value\nmeans results are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_records:exclude_interim": { + "ml.get_records-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -111316,7 +119935,7 @@ }, "style": "form" }, - "ml.get_records:from": { + "ml.get_records-from": { "in": "query", "name": "from", "description": "Skips the specified number of records.", @@ -111326,7 +119945,7 @@ }, "style": "form" }, - "ml.get_records:record_score": { + "ml.get_records-record_score": { "in": "query", "name": "record_score", "description": "Returns records with anomaly scores greater or equal than this value.", @@ -111336,7 +119955,7 @@ }, "style": "form" }, - "ml.get_records:size": { + "ml.get_records-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of records to obtain.", @@ -111346,38 +119965,38 @@ }, "style": "form" }, - "ml.get_records:sort": { + "ml.get_records-sort": { "in": "query", "name": "sort", "description": "Specifies the sort field for the requested records.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "ml.get_records:start": { + "ml.get_records-start": { "in": "query", "name": "start", "description": "Returns records with timestamps after this time. The default value means\nresults are not limited to specific timestamps.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_trained_models:model_id": { + "ml.get_trained_models-model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias.\n\nYou can get information for multiple trained models in a single API\nrequest by using a comma-separated list of model IDs or a wildcard\nexpression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_trained_models:allow_no_match": { + "ml.get_trained_models-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -111387,7 +120006,7 @@ }, "style": "form" }, - "ml.get_trained_models:decompress_definition": { + "ml.get_trained_models-decompress_definition": { "in": "query", "name": "decompress_definition", "description": "Specifies whether the included model definition should be returned as a\nJSON map (true) or in a custom compressed format (false).", @@ -111397,7 +120016,7 @@ }, "style": "form" }, - "ml.get_trained_models:exclude_generated": { + "ml.get_trained_models-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -111407,7 +120026,7 @@ }, "style": "form" }, - "ml.get_trained_models:from": { + "ml.get_trained_models-from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -111417,17 +120036,17 @@ }, "style": "form" }, - "ml.get_trained_models:include": { + "ml.get_trained_models-include": { "in": "query", "name": "include", "description": "A comma delimited string of optional fields to include in the response\nbody.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:Include" + "$ref": "#/components/schemas/ml._types.Include" }, "style": "form" }, - "ml.get_trained_models:size": { + "ml.get_trained_models-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -111437,7 +120056,7 @@ }, "style": "form" }, - "ml.get_trained_models:tags": { + "ml.get_trained_models-tags": { "in": "query", "name": "tags", "description": "A comma delimited string of tags. A trained model can have many tags, or\nnone. When supplied, only trained models that contain all the supplied\ntags are returned.", @@ -111457,18 +120076,18 @@ }, "style": "form" }, - "ml.get_trained_models_stats:model_id": { + "ml.get_trained_models_stats-model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias. It can be a\ncomma-separated list or a wildcard expression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_trained_models_stats:allow_no_match": { + "ml.get_trained_models_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -111478,7 +120097,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats:from": { + "ml.get_trained_models_stats-from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -111488,7 +120107,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats:size": { + "ml.get_trained_models_stats-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -111498,49 +120117,49 @@ }, "style": "form" }, - "ml.preview_data_frame_analytics:id": { + "ml.preview_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.preview_datafeed:datafeed_id": { + "ml.preview_datafeed-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase\nalphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric\ncharacters. NOTE: If you use this path parameter, you cannot provide datafeed or anomaly detection job\nconfiguration details in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.preview_datafeed:start": { + "ml.preview_datafeed-start": { "in": "query", "name": "start", "description": "The start time from where the datafeed preview should begin", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.preview_datafeed:end": { + "ml.preview_datafeed-end": { "in": "query", "name": "end", "description": "The end time when the datafeed preview should stop", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "monitoring.bulk:type": { + "monitoring.bulk-type": { "in": "path", "name": "type", "description": "Default document type for items which don't provide one", @@ -111551,7 +120170,7 @@ }, "style": "simple" }, - "monitoring.bulk:system_id": { + "monitoring.bulk-system_id": { "in": "query", "name": "system_id", "description": "Identifier of the monitored system", @@ -111562,7 +120181,7 @@ }, "style": "form" }, - "monitoring.bulk:system_api_version": { + "monitoring.bulk-system_api_version": { "in": "query", "name": "system_api_version", "description": "", @@ -111573,29 +120192,29 @@ }, "style": "form" }, - "monitoring.bulk:interval": { + "monitoring.bulk-interval": { "in": "query", "name": "interval", "description": "Collection interval (e.g., '10s' or '10000ms') of the payload", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "msearch:index": { + "msearch-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases to search.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "msearch:allow_no_indices": { + "msearch-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -111605,7 +120224,7 @@ }, "style": "form" }, - "msearch:ccs_minimize_roundtrips": { + "msearch-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -111615,17 +120234,17 @@ }, "style": "form" }, - "msearch:expand_wildcards": { + "msearch-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "msearch:ignore_throttled": { + "msearch-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -111635,7 +120254,7 @@ }, "style": "form" }, - "msearch:ignore_unavailable": { + "msearch-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -111645,7 +120264,7 @@ }, "style": "form" }, - "msearch:include_named_queries_score": { + "msearch-include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "Indicates whether hit.matched_queries should be rendered as a map that includes\nthe name of the matched query associated with its score (true)\nor as an array containing the name of the matched queries (false)\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -111655,7 +120274,7 @@ }, "style": "form" }, - "msearch:max_concurrent_searches": { + "msearch-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.\nDefaults to `max(1, (# of data nodes * min(search thread pool size, 10)))`.", @@ -111665,7 +120284,7 @@ }, "style": "form" }, - "msearch:max_concurrent_shard_requests": { + "msearch-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -111675,7 +120294,7 @@ }, "style": "form" }, - "msearch:pre_filter_shard_size": { + "msearch-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -111685,7 +120304,7 @@ }, "style": "form" }, - "msearch:rest_total_hits_as_int": { + "msearch-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -111695,27 +120314,27 @@ }, "style": "form" }, - "msearch:routing": { + "msearch-routing": { "in": "query", "name": "routing", "description": "Custom routing value used to route search operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "msearch:search_type": { + "msearch-search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "msearch:typed_keys": { + "msearch-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -111725,18 +120344,18 @@ }, "style": "form" }, - "msearch_template:index": { + "msearch_template-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "msearch_template:ccs_minimize_roundtrips": { + "msearch_template-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -111746,7 +120365,7 @@ }, "style": "form" }, - "msearch_template:max_concurrent_searches": { + "msearch_template-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "The maximum number of concurrent searches the API can run.", @@ -111756,17 +120375,17 @@ }, "style": "form" }, - "msearch_template:search_type": { + "msearch_template-search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "msearch_template:rest_total_hits_as_int": { + "msearch_template-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, the response returns `hits.total` as an integer.\nIf `false`, it returns `hits.total` as an object.", @@ -111776,7 +120395,7 @@ }, "style": "form" }, - "msearch_template:typed_keys": { + "msearch_template-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -111786,18 +120405,18 @@ }, "style": "form" }, - "mtermvectors:index": { + "mtermvectors-index": { "in": "path", "name": "index", "description": "The name of the index that contains the documents.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "mtermvectors:ids": { + "mtermvectors-ids": { "in": "query", "name": "ids", "description": "A comma-separated list of documents ids. You must define ids as parameter or set \"ids\" or \"docs\" in the request body", @@ -111805,22 +120424,22 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "style": "form" }, - "mtermvectors:fields": { + "mtermvectors-fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mtermvectors:field_statistics": { + "mtermvectors-field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", @@ -111830,7 +120449,7 @@ }, "style": "form" }, - "mtermvectors:offsets": { + "mtermvectors-offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -111840,7 +120459,7 @@ }, "style": "form" }, - "mtermvectors:payloads": { + "mtermvectors-payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -111850,7 +120469,7 @@ }, "style": "form" }, - "mtermvectors:positions": { + "mtermvectors-positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -111860,7 +120479,7 @@ }, "style": "form" }, - "mtermvectors:preference": { + "mtermvectors-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -111870,7 +120489,7 @@ }, "style": "form" }, - "mtermvectors:realtime": { + "mtermvectors-realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -111880,17 +120499,17 @@ }, "style": "form" }, - "mtermvectors:routing": { + "mtermvectors-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "mtermvectors:term_statistics": { + "mtermvectors-term_statistics": { "in": "query", "name": "term_statistics", "description": "If true, the response includes term frequency and document frequency.", @@ -111900,38 +120519,38 @@ }, "style": "form" }, - "mtermvectors:version": { + "mtermvectors-version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "mtermvectors:version_type": { + "mtermvectors-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "nodes.hot_threads:node_id": { + "nodes.hot_threads-node_id": { "in": "path", "name": "node_id", "description": "List of node IDs or names used to limit returned information.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.hot_threads:ignore_idle_threads": { + "nodes.hot_threads-ignore_idle_threads": { "in": "query", "name": "ignore_idle_threads", "description": "If true, known idle threads (e.g. waiting in a socket select, or to get\na task from an empty queue) are filtered out.", @@ -111941,17 +120560,17 @@ }, "style": "form" }, - "nodes.hot_threads:interval": { + "nodes.hot_threads-interval": { "in": "query", "name": "interval", "description": "The interval to do the second sampling of threads.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.hot_threads:snapshots": { + "nodes.hot_threads-snapshots": { "in": "query", "name": "snapshots", "description": "Number of samples of thread stacktrace.", @@ -111961,7 +120580,7 @@ }, "style": "form" }, - "nodes.hot_threads:threads": { + "nodes.hot_threads-threads": { "in": "query", "name": "threads", "description": "Specifies the number of hot threads to provide information for.", @@ -111971,59 +120590,59 @@ }, "style": "form" }, - "nodes.hot_threads:timeout": { + "nodes.hot_threads-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received\nbefore the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.hot_threads:type": { + "nodes.hot_threads-type": { "in": "query", "name": "type", "description": "The type to sample.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ThreadType" + "$ref": "#/components/schemas/_types.ThreadType" }, "style": "form" }, - "nodes.hot_threads:sort": { + "nodes.hot_threads-sort": { "in": "query", "name": "sort", "description": "The sort order for 'cpu' type (default: total)", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ThreadType" + "$ref": "#/components/schemas/_types.ThreadType" }, "style": "form" }, - "nodes.info:node_id": { + "nodes.info-node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node IDs or names used to limit returned information.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.info:metric": { + "nodes.info-metric": { "in": "path", "name": "metric", "description": "Limits the information returned to the specific metrics. Supports a comma-separated list, such as http,ingest.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "nodes.info:flat_settings": { + "nodes.info-flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -112033,101 +120652,101 @@ }, "style": "form" }, - "nodes.info:timeout": { + "nodes.info-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.reload_secure_settings:node_id": { + "nodes.reload_secure_settings-node_id": { "in": "path", "name": "node_id", "description": "The names of particular nodes in the cluster to target.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.reload_secure_settings:timeout": { + "nodes.reload_secure_settings-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.stats:node_id": { + "nodes.stats-node_id": { "in": "path", "name": "node_id", "description": "Comma-separated list of node IDs or names used to limit returned information.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.stats:metric": { + "nodes.stats-metric": { "in": "path", "name": "metric", "description": "Limit the information returned to the specified metrics", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "nodes.stats:index_metric": { + "nodes.stats-index_metric": { "in": "path", "name": "index_metric", "description": "Limit the information returned for indices metric to the specific index metrics. It can be used only if indices (or all) metric is specified.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "nodes.stats:completion_fields": { + "nodes.stats-completion_fields": { "in": "query", "name": "completion_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata and suggest statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "nodes.stats:fielddata_fields": { + "nodes.stats-fielddata_fields": { "in": "query", "name": "fielddata_fields", "description": "Comma-separated list or wildcard expressions of fields to include in fielddata statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "nodes.stats:fields": { + "nodes.stats-fields": { "in": "query", "name": "fields", "description": "Comma-separated list or wildcard expressions of fields to include in the statistics.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "nodes.stats:groups": { + "nodes.stats-groups": { "in": "query", "name": "groups", "description": "Comma-separated list of search groups to include in the search statistics.", @@ -112137,7 +120756,7 @@ }, "style": "form" }, - "nodes.stats:include_segment_file_sizes": { + "nodes.stats-include_segment_file_sizes": { "in": "query", "name": "include_segment_file_sizes", "description": "If true, the call reports the aggregated disk usage of each one of the Lucene index files (only applies if segment stats are requested).", @@ -112147,27 +120766,27 @@ }, "style": "form" }, - "nodes.stats:level": { + "nodes.stats-level": { "in": "query", "name": "level", "description": "Indicates whether statistics are aggregated at the cluster, index, or shard level.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Level" + "$ref": "#/components/schemas/_types.Level" }, "style": "form" }, - "nodes.stats:timeout": { + "nodes.stats-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "nodes.stats:types": { + "nodes.stats-types": { "in": "query", "name": "types", "description": "A comma-separated list of document types for the indexing index metric.", @@ -112180,7 +120799,7 @@ }, "style": "form" }, - "nodes.stats:include_unloaded_segments": { + "nodes.stats-include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If `true`, the response includes information from segments that are not loaded into memory.", @@ -112190,102 +120809,102 @@ }, "style": "form" }, - "nodes.usage:node_id": { + "nodes.usage-node_id": { "in": "path", "name": "node_id", "description": "A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "nodes.usage:metric": { + "nodes.usage-metric": { "in": "path", "name": "metric", "description": "Limits the information returned to the specific metrics.\nA comma-separated list of the following options: `_all`, `rest_actions`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Metrics" + "$ref": "#/components/schemas/_types.Metrics" }, "style": "simple" }, - "nodes.usage:timeout": { + "nodes.usage-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "put_script:id": { + "put_script-id": { "in": "path", "name": "id", "description": "The identifier for the stored script or search template.\nIt must be unique within the cluster.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "put_script:context": { + "put_script-context": { "in": "path", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "put_script:context_": { + "put_script-context_": { "in": "query", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.\nIf you specify both this and the `` path parameter, the API uses the request path parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, - "put_script:master_timeout": { + "put_script-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "put_script:timeout": { + "put_script-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "rank_eval:index": { + "rank_eval-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases used to limit the request.\nWildcard (`*`) expressions are supported.\nTo target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "rank_eval:allow_no_indices": { + "rank_eval-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -112295,17 +120914,17 @@ }, "style": "form" }, - "rank_eval:expand_wildcards": { + "rank_eval-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "rank_eval:ignore_unavailable": { + "rank_eval-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -112315,7 +120934,7 @@ }, "style": "form" }, - "rank_eval:search_type": { + "rank_eval-search_type": { "in": "query", "name": "search_type", "description": "Search operation type", @@ -112325,51 +120944,51 @@ }, "style": "form" }, - "render_search_template:id": { + "render_search_template-id": { "in": "path", "name": "id", "description": "The ID of the search template to render.\nIf no `source` is specified, this or the `id` request body parameter is required.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "rollup.get_jobs:id": { + "rollup.get_jobs-id": { "in": "path", "name": "id", "description": "Identifier for the rollup job.\nIf it is `_all` or omitted, the API returns all rollup jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "rollup.get_rollup_caps:id": { + "rollup.get_rollup_caps-id": { "in": "path", "name": "id", "description": "Index, indices or index-pattern to return rollup capabilities for.\n`_all` may be used to fetch rollup capabilities from all jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "rollup.rollup_search:index": { + "rollup.rollup_search-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams and indices used to limit the request.\nThis parameter has the following rules:\n\n* At least one data stream, index, or wildcard expression must be specified. This target can include a rollup or non-rollup index. For data streams, the stream's backing indices can only serve as non-rollup indices. Omitting the parameter or using `_all` are not permitted.\n* Multiple non-rollup indices may be specified.\n* Only one rollup index may be specified. If more than one are supplied, an exception occurs.\n* Wildcard expressions (`*`) may be used. If they match more than one rollup index, an exception occurs. However, you can use an expression to match multiple non-rollup indices or data streams.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "rollup.rollup_search:rest_total_hits_as_int": { + "rollup.rollup_search-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -112379,7 +120998,7 @@ }, "style": "form" }, - "rollup.rollup_search:typed_keys": { + "rollup.rollup_search-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -112389,38 +121008,38 @@ }, "style": "form" }, - "scroll:scroll_id": { + "scroll-scroll_id": { "in": "path", "name": "scroll_id", "description": "The scroll ID", "required": true, "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "style": "simple" }, - "scroll:scroll": { + "scroll-scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "scroll:scroll_id_": { + "scroll-scroll_id_": { "in": "query", "name": "scroll_id", "description": "The scroll ID for scrolled search", "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "style": "form" }, - "scroll:rest_total_hits_as_int": { + "scroll-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, the API response’s hit.total property is returned as an integer. If false, the API response’s hit.total property is returned as an object.", @@ -112430,18 +121049,18 @@ }, "style": "form" }, - "search:index": { + "search-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search:allow_no_indices": { + "search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -112451,7 +121070,7 @@ }, "style": "form" }, - "search:allow_partial_search_results": { + "search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If `true` and there are shard request timeouts or shard failures, the request returns partial results.\nIf `false`, it returns an error with no partial results.\n\nTo override the default behavior, you can set the `search.default_allow_partial_results` cluster setting to `false`.", @@ -112461,7 +121080,7 @@ }, "style": "form" }, - "search:analyzer": { + "search-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112471,7 +121090,7 @@ }, "style": "form" }, - "search:analyze_wildcard": { + "search-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112481,7 +121100,7 @@ }, "style": "form" }, - "search:batched_reduce_size": { + "search-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "The number of shard results that should be reduced at once on the coordinating node.\nIf the potential number of shards in the request can be large, this value should be used as a protection mechanism to reduce the memory overhead per search request.", @@ -112491,7 +121110,7 @@ }, "style": "form" }, - "search:ccs_minimize_roundtrips": { + "search-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips between the coordinating node and the remote clusters are minimized when running cross-cluster search (CCS) requests.", @@ -112501,17 +121120,17 @@ }, "style": "form" }, - "search:default_operator": { + "search-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for the query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "search:df": { + "search-df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112521,27 +121140,27 @@ }, "style": "form" }, - "search:docvalue_fields": { + "search-docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:expand_wildcards": { + "search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search:explain": { + "search-explain": { "in": "query", "name": "explain", "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -112551,7 +121170,7 @@ }, "style": "form" }, - "search:ignore_throttled": { + "search-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded or aliased indices will be ignored when frozen.", @@ -112561,7 +121180,7 @@ }, "style": "form" }, - "search:ignore_unavailable": { + "search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -112571,7 +121190,7 @@ }, "style": "form" }, - "search:include_named_queries_score": { + "search-include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "If `true`, the response includes the score contribution from any named queries.\n\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -112581,7 +121200,7 @@ }, "style": "form" }, - "search:lenient": { + "search-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -112591,7 +121210,7 @@ }, "style": "form" }, - "search:max_concurrent_shard_requests": { + "search-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node that the search runs concurrently.\nThis value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests.", @@ -112601,7 +121220,7 @@ }, "style": "form" }, - "search:preference": { + "search-preference": { "in": "query", "name": "preference", "description": "The nodes and shards used for the search.\nBy default, Elasticsearch selects from eligible nodes and shards using adaptive replica selection, accounting for allocation awareness.\nValid values are:\n\n* `_only_local` to run the search only on shards on the local node.\n* `_local` to, if possible, run the search on shards on the local node, or if not, select shards using the default method.\n* `_only_nodes:,` to run the search on only the specified nodes IDs. If suitable shards exist on more than one selected node, use shards on those nodes using the default method. If none of the specified nodes are available, select shards from any available node using the default method.\n* `_prefer_nodes:,` to if possible, run the search on the specified nodes IDs. If not, select shards using the default method.\n`_shards:,` to run the search only on the specified shards. You can combine this value with other `preference` values. However, the `_shards` value must come first. For example: `_shards:2,3|_local`.\n`` (any string that does not start with `_`) to route searches with the same `` to the same shards in the same order.", @@ -112611,7 +121230,7 @@ }, "style": "form" }, - "search:pre_filter_shard_size": { + "search-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.\nThis filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method (if date filters are mandatory to match but the shard bounds and the query are disjoint).\nWhen unspecified, the pre-filter phase is executed if any of these conditions is met:\n\n* The request targets more than 128 shards.\n* The request targets one or more read-only index.\n* The primary sort of the query targets an indexed field.", @@ -112621,7 +121240,7 @@ }, "style": "form" }, - "search:request_cache": { + "search-request_cache": { "in": "query", "name": "request_cache", "description": "If `true`, the caching of search results is enabled for requests where `size` is `0`.\nIt defaults to index level settings.", @@ -112631,37 +121250,37 @@ }, "style": "form" }, - "search:routing": { + "search-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search:scroll": { + "search-scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.\nBy default, this value cannot exceed `1d` (24 hours).\nYou can change this limit by using the `search.max_keep_alive` cluster-level setting.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search:search_type": { + "search-search_type": { "in": "query", "name": "search_type", "description": "Indicates how distributed term frequencies are calculated for relevance scoring.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "search:stats": { + "search-stats": { "in": "query", "name": "stats", "description": "Specific `tag` of the request for logging and statistical purposes.", @@ -112674,37 +121293,37 @@ }, "style": "form" }, - "search:stored_fields": { + "search-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nYou can pass `_source: true` to return both source fields and stored fields in the search response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:suggest_field": { + "search-suggest_field": { "in": "query", "name": "suggest_field", "description": "The field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "search:suggest_mode": { + "search-suggest_mode": { "in": "query", "name": "suggest_mode", "description": "The suggest mode.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "search:suggest_size": { + "search-suggest_size": { "in": "query", "name": "suggest_size", "description": "The number of suggestions to return.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -112714,7 +121333,7 @@ }, "style": "form" }, - "search:suggest_text": { + "search-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -112724,7 +121343,7 @@ }, "style": "form" }, - "search:terminate_after": { + "search-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.\nIf set to `0` (default), the query does not terminate early.", @@ -112734,27 +121353,27 @@ }, "style": "form" }, - "search:timeout": { + "search-timeout": { "in": "query", "name": "timeout", "description": "The period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search:track_total_hits": { + "search-track_total_hits": { "in": "query", "name": "track_total_hits", "description": "The number of hits matching the query to count accurately.\nIf `true`, the exact number of hits is returned at the cost of some performance.\nIf `false`, the response does not include the total number of hits matching the query.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "search:track_scores": { + "search-track_scores": { "in": "query", "name": "track_scores", "description": "If `true`, the request calculates and returns document scores, even if the scores are not used for sorting.", @@ -112764,7 +121383,7 @@ }, "style": "form" }, - "search:typed_keys": { + "search-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, aggregation and suggester names are be prefixed by their respective types in the response.", @@ -112774,7 +121393,7 @@ }, "style": "form" }, - "search:rest_total_hits_as_int": { + "search-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether `hits.total` should be rendered as an integer or an object in the rest search response.", @@ -112784,7 +121403,7 @@ }, "style": "form" }, - "search:version": { + "search-version": { "in": "query", "name": "version", "description": "If `true`, the request returns the document version as part of a hit.", @@ -112794,37 +121413,37 @@ }, "style": "form" }, - "search:_source": { + "search-_source": { "in": "query", "name": "_source", "description": "The source fields that are returned for matching documents.\nThese fields are returned in the `hits._source` property of the search response.\nValid values are:\n\n* `true` to return the entire document source.\n* `false` to not return the document source.\n* `` to return the source fields that are specified as a comma-separated list that supports wildcard (`*`) patterns.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "search:_source_excludes": { + "search-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:_source_includes": { + "search-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:seq_no_primary_term": { + "search-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "If `true`, the request returns the sequence number and primary term of the last modification of each hit.", @@ -112834,7 +121453,7 @@ }, "style": "form" }, - "search:q": { + "search-q": { "in": "query", "name": "q", "description": "A query in the Lucene query string syntax.\nQuery parameter searches do not support the full Elasticsearch Query DSL but are handy for testing.\n\nIMPORTANT: This parameter overrides the query parameter in the request body.\nIf both parameters are specified, documents matching the query request body parameter are not returned.", @@ -112844,7 +121463,7 @@ }, "style": "form" }, - "search:size": { + "search-size": { "in": "query", "name": "size", "description": "The number of hits to return.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -112854,7 +121473,7 @@ }, "style": "form" }, - "search:from": { + "search-from": { "in": "query", "name": "from", "description": "The starting document offset, which must be non-negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -112864,7 +121483,7 @@ }, "style": "form" }, - "search:sort": { + "search-sort": { "in": "query", "name": "sort", "description": "A comma-separated list of `:` pairs.", @@ -112884,7 +121503,7 @@ }, "style": "form" }, - "search:force_synthetic_source": { + "search-force_synthetic_source": { "in": "query", "name": "force_synthetic_source", "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", @@ -112894,7 +121513,7 @@ }, "style": "form" }, - "search_application.get_behavioral_analytics:name": { + "search_application.get_behavioral_analytics-name": { "in": "path", "name": "name", "description": "A list of analytics collections to limit the returned information", @@ -112903,23 +121522,23 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "style": "simple" }, - "search_application.search:name": { + "search_application.search-name": { "in": "path", "name": "name", "description": "The name of the search application to be searched.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "search_application.search:typed_keys": { + "search_application.search-typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -112929,62 +121548,62 @@ }, "style": "form" }, - "search_mvt:index": { + "search_mvt-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, or aliases to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_mvt:field": { + "search_mvt-field": { "in": "path", "name": "field", "description": "Field containing geospatial data to return", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "simple" }, - "search_mvt:zoom": { + "search_mvt-zoom": { "in": "path", "name": "zoom", "description": "Zoom level for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:ZoomLevel" + "$ref": "#/components/schemas/_global.search_mvt._types.ZoomLevel" }, "style": "simple" }, - "search_mvt:x": { + "search_mvt-x": { "in": "path", "name": "x", "description": "X coordinate for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:Coordinate" + "$ref": "#/components/schemas/_global.search_mvt._types.Coordinate" }, "style": "simple" }, - "search_mvt:y": { + "search_mvt-y": { "in": "path", "name": "y", "description": "Y coordinate for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:Coordinate" + "$ref": "#/components/schemas/_global.search_mvt._types.Coordinate" }, "style": "simple" }, - "search_mvt:exact_bounds": { + "search_mvt-exact_bounds": { "in": "query", "name": "exact_bounds", "description": "If `false`, the meta layer's feature is the bounding box of the tile.\nIf true, the meta layer's feature is a bounding box resulting from a\ngeo_bounds aggregation. The aggregation runs on values that intersect\nthe // tile with wrap_longitude set to false. The resulting\nbounding box may be larger than the vector tile.", @@ -112994,7 +121613,7 @@ }, "style": "form" }, - "search_mvt:extent": { + "search_mvt-extent": { "in": "query", "name": "extent", "description": "The size, in pixels, of a side of the tile. Vector tiles are square with equal sides.", @@ -113004,17 +121623,17 @@ }, "style": "form" }, - "search_mvt:grid_agg": { + "search_mvt-grid_agg": { "in": "query", "name": "grid_agg", "description": "Aggregation used to create a grid for `field`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridAggregationType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridAggregationType" }, "style": "form" }, - "search_mvt:grid_precision": { + "search_mvt-grid_precision": { "in": "query", "name": "grid_precision", "description": "Additional zoom levels available through the aggs layer. For example, if is 7\nand grid_precision is 8, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", @@ -113024,17 +121643,17 @@ }, "style": "form" }, - "search_mvt:grid_type": { + "search_mvt-grid_type": { "in": "query", "name": "grid_type", "description": "Determines the geometry type for features in the aggs layer. In the aggs layer,\neach feature represents a geotile_grid cell. If 'grid' each feature is a Polygon\nof the cells bounding box. If 'point' each feature is a Point that is the centroid\nof the cell.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridType" }, "style": "form" }, - "search_mvt:size": { + "search_mvt-size": { "in": "query", "name": "size", "description": "Maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", @@ -113044,7 +121663,7 @@ }, "style": "form" }, - "search_mvt:with_labels": { + "search_mvt-with_labels": { "in": "query", "name": "with_labels", "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -113054,18 +121673,18 @@ }, "style": "form" }, - "search_shards:index": { + "search_shards-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_shards:allow_no_indices": { + "search_shards-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -113075,17 +121694,17 @@ }, "style": "form" }, - "search_shards:expand_wildcards": { + "search_shards-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search_shards:ignore_unavailable": { + "search_shards-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -113095,7 +121714,7 @@ }, "style": "form" }, - "search_shards:local": { + "search_shards-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -113105,17 +121724,17 @@ }, "style": "form" }, - "search_shards:master_timeout": { + "search_shards-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIT can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search_shards:preference": { + "search_shards-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -113125,28 +121744,28 @@ }, "style": "form" }, - "search_shards:routing": { + "search_shards-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search_template:index": { + "search_template-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_template:allow_no_indices": { + "search_template-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -113156,7 +121775,7 @@ }, "style": "form" }, - "search_template:ccs_minimize_roundtrips": { + "search_template-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -113166,17 +121785,17 @@ }, "style": "form" }, - "search_template:expand_wildcards": { + "search_template-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search_template:explain": { + "search_template-explain": { "in": "query", "name": "explain", "description": "If `true`, the response includes additional details about score computation as part of a hit.", @@ -113186,7 +121805,7 @@ }, "style": "form" }, - "search_template:ignore_throttled": { + "search_template-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, specified concrete, expanded, or aliased indices are not included in the response when throttled.", @@ -113196,7 +121815,7 @@ }, "style": "form" }, - "search_template:ignore_unavailable": { + "search_template-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -113206,7 +121825,7 @@ }, "style": "form" }, - "search_template:preference": { + "search_template-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -113216,7 +121835,7 @@ }, "style": "form" }, - "search_template:profile": { + "search_template-profile": { "in": "query", "name": "profile", "description": "If `true`, the query execution is profiled.", @@ -113226,37 +121845,37 @@ }, "style": "form" }, - "search_template:routing": { + "search_template-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search_template:scroll": { + "search_template-scroll": { "in": "query", "name": "scroll", "description": "Specifies how long a consistent view of the index\nshould be maintained for scrolled search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search_template:search_type": { + "search_template-search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "search_template:rest_total_hits_as_int": { + "search_template-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, `hits.total` is rendered as an integer in the response.\nIf `false`, it is rendered as an object.", @@ -113266,7 +121885,7 @@ }, "style": "form" }, - "search_template:typed_keys": { + "search_template-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -113276,48 +121895,48 @@ }, "style": "form" }, - "searchable_snapshots.cache_stats:node_id": { + "searchable_snapshots.cache_stats-node_id": { "in": "path", "name": "node_id", "description": "The names of the nodes in the cluster to target.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "searchable_snapshots.cache_stats:master_timeout": { + "searchable_snapshots.cache_stats-master_timeout": { "in": "query", "name": "master_timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "searchable_snapshots.clear_cache:index": { + "searchable_snapshots.clear_cache-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to clear from the cache.\nIt supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "searchable_snapshots.clear_cache:expand_wildcards": { + "searchable_snapshots.clear_cache-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "searchable_snapshots.clear_cache:allow_no_indices": { + "searchable_snapshots.clear_cache-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -113327,7 +121946,7 @@ }, "style": "form" }, - "searchable_snapshots.clear_cache:ignore_unavailable": { + "searchable_snapshots.clear_cache-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -113337,252 +121956,252 @@ }, "style": "form" }, - "searchable_snapshots.stats:index": { + "searchable_snapshots.stats-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams and indices to retrieve statistics for.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "searchable_snapshots.stats:level": { + "searchable_snapshots.stats-level": { "in": "query", "name": "level", "description": "Return stats aggregated at cluster, index or shard level", "deprecated": false, "schema": { - "$ref": "#/components/schemas/searchable_snapshots._types:StatsLevel" + "$ref": "#/components/schemas/searchable_snapshots._types.StatsLevel" }, "style": "form" }, - "security.change_password:username": { + "security.change_password-username": { "in": "path", "name": "username", "description": "The user whose password you want to change. If you do not specify this\nparameter, the password is changed for the current user.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, - "security.change_password:refresh": { + "security.change_password-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.create_api_key:refresh": { + "security.create_api_key-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.create_service_token:namespace": { + "security.create_service_token-namespace": { "in": "path", "name": "namespace", "description": "The name of the namespace, which is a top-level grouping of service accounts.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, - "security.create_service_token:service": { + "security.create_service_token-service": { "in": "path", "name": "service", "description": "The name of the service.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Service" + "$ref": "#/components/schemas/_types.Service" }, "style": "simple" }, - "security.create_service_token:name": { + "security.create_service_token-name": { "in": "path", "name": "name", "description": "The name for the service account token.\nIf omitted, a random name will be generated.\n\nToken names must be at least one and no more than 256 characters.\nThey can contain alphanumeric characters (a-z, A-Z, 0-9), dashes (`-`), and underscores (`_`), but cannot begin with an underscore.\n\nNOTE: Token names must be unique in the context of the associated service account.\nThey must also be globally unique with their fully qualified names, which are comprised of the service account principal and token name, such as `//`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.create_service_token:refresh": { + "security.create_service_token-refresh": { "in": "query", "name": "refresh", "description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.disable_user:username": { + "security.disable_user-username": { "in": "path", "name": "username", "description": "An identifier for the user.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, - "security.disable_user:refresh": { + "security.disable_user-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.disable_user_profile:uid": { + "security.disable_user_profile-uid": { "in": "path", "name": "uid", "description": "Unique identifier for the user profile.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, "style": "simple" }, - "security.disable_user_profile:refresh": { + "security.disable_user_profile-refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.enable_user:username": { + "security.enable_user-username": { "in": "path", "name": "username", "description": "An identifier for the user.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, - "security.enable_user:refresh": { + "security.enable_user-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.enable_user_profile:uid": { + "security.enable_user_profile-uid": { "in": "path", "name": "uid", "description": "A unique identifier for the user profile.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, "style": "simple" }, - "security.enable_user_profile:refresh": { + "security.enable_user_profile-refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation\nvisible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', nothing is done with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.get_privileges:application": { + "security.get_privileges-application": { "in": "path", "name": "application", "description": "The name of the application.\nApplication privileges are always associated with exactly one application.\nIf you do not specify this parameter, the API returns information about all privileges for all applications.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.get_privileges:name": { + "security.get_privileges-name": { "in": "path", "name": "name", "description": "The name of the privilege.\nIf you do not specify this parameter, the API returns information about all privileges for the requested application.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "security.get_role:name": { + "security.get_role-name": { "in": "path", "name": "name", "description": "The name of the role.\nYou can specify multiple roles as a comma-separated list.\nIf you do not specify this parameter, the API returns information about all roles.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "security.get_role_mapping:name": { + "security.get_role_mapping-name": { "in": "path", "name": "name", "description": "The distinct name that identifies the role mapping. The name is used solely as an identifier to facilitate interaction via the API; it does not affect the behavior of the mapping in any way. You can specify multiple mapping names as a comma-separated list. If you do not specify this parameter, the API returns information about all role mappings.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "security.get_service_accounts:namespace": { + "security.get_service_accounts-namespace": { "in": "path", "name": "namespace", "description": "The name of the namespace.\nOmit this parameter to retrieve information about all service accounts.\nIf you omit this parameter, you must also omit the `service` parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Namespace" + "$ref": "#/components/schemas/_types.Namespace" }, "style": "simple" }, - "security.get_service_accounts:service": { + "security.get_service_accounts-service": { "in": "path", "name": "service", "description": "The service name.\nOmit this parameter to retrieve information about all service accounts that belong to the specified `namespace`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Service" + "$ref": "#/components/schemas/_types.Service" }, "style": "simple" }, - "security.get_user:username": { + "security.get_user-username": { "in": "path", "name": "username", "description": "An identifier for the user. You can specify multiple usernames as a comma-separated list. If you omit this parameter, the API retrieves information about all users.", @@ -113591,19 +122210,19 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } ] }, "style": "simple" }, - "security.get_user:with_profile_uid": { + "security.get_user-with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to retrieve the user profile UID, if it exists, for the users.", @@ -113613,91 +122232,91 @@ }, "style": "form" }, - "security.has_privileges:user": { + "security.has_privileges-user": { "in": "path", "name": "user", "description": "Username", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_privileges:refresh": { + "security.put_privileges-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.put_role:name": { + "security.put_role-name": { "in": "path", "name": "name", "description": "The name of the role that is being created or updated. On Elasticsearch Serverless, the role name must begin with a letter or digit and can only contain letters, digits and the characters '_', '-', and '.'. Each role must have a unique name, as this will serve as the identifier for that role.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_role:refresh": { + "security.put_role-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.put_role_mapping:name": { + "security.put_role_mapping-name": { "in": "path", "name": "name", "description": "The distinct name that identifies the role mapping.\nThe name is used solely as an identifier to facilitate interaction via the API; it does not affect the behavior of the mapping in any way.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_role_mapping:refresh": { + "security.put_role_mapping-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.put_user:username": { + "security.put_user-username": { "in": "path", "name": "username", "description": "An identifier for the user.\n\nNOTE: Usernames must be at least 1 and no more than 507 characters.\nThey can contain alphanumeric characters (a-z, A-Z, 0-9), spaces, punctuation, and printable symbols in the Basic Latin (ASCII) block.\nLeading or trailing whitespace is not allowed.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "simple" }, - "security.put_user:refresh": { + "security.put_user-refresh": { "in": "query", "name": "refresh", "description": "Valid values are `true`, `false`, and `wait_for`.\nThese values have the same meaning as in the index API, but the default value for this API is true.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.query_api_keys:with_limited_by": { + "security.query_api_keys-with_limited_by": { "in": "query", "name": "with_limited_by", "description": "Return the snapshot of the owner user's role descriptors associated with the API key.\nAn API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors (effectively limited by it).\nAn API key cannot retrieve any API key’s limited-by role descriptors (including itself) unless it has `manage_api_key` or higher privileges.", @@ -113707,7 +122326,7 @@ }, "style": "form" }, - "security.query_api_keys:with_profile_uid": { + "security.query_api_keys-with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to also retrieve the profile UID for the API key owner principal.\nIf it exists, the profile UID is returned under the `profile_uid` response field for each API key.", @@ -113717,7 +122336,7 @@ }, "style": "form" }, - "security.query_api_keys:typed_keys": { + "security.query_api_keys-typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -113727,7 +122346,7 @@ }, "style": "form" }, - "security.query_user:with_profile_uid": { + "security.query_user-with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to retrieve the user profile UID, if it exists, for the users.", @@ -113737,7 +122356,7 @@ }, "style": "form" }, - "security.suggest_user_profiles:data": { + "security.suggest_user_profiles-data": { "in": "query", "name": "data", "description": "A comma-separated list of filters for the `data` field of the profile document.\nTo return all content use `data=*`.\nTo return a subset of content, use `data=` to retrieve content nested under the specified ``.\nBy default, the API returns no `data` content.\nIt is an error to specify `data` as both the query parameter and the request body field.", @@ -113757,28 +122376,28 @@ }, "style": "form" }, - "security.update_user_profile_data:uid": { + "security.update_user_profile_data-uid": { "in": "path", "name": "uid", "description": "A unique identifier for the user profile.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" }, "style": "simple" }, - "security.update_user_profile_data:if_seq_no": { + "security.update_user_profile_data-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "security.update_user_profile_data:if_primary_term": { + "security.update_user_profile_data-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -113788,122 +122407,122 @@ }, "style": "form" }, - "security.update_user_profile_data:refresh": { + "security.update_user_profile_data-refresh": { "in": "query", "name": "refresh", "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation\nvisible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', nothing is done with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "shutdown.get_node:node_id": { + "shutdown.get_node-node_id": { "in": "path", "name": "node_id", "description": "Which node for which to retrieve the shutdown status", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "style": "simple" }, - "shutdown.get_node:master_timeout": { + "shutdown.get_node-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "simulate.ingest:index": { + "simulate.ingest-index": { "in": "path", "name": "index", "description": "The index to simulate ingesting into.\nThis value can be overridden by specifying an index on each document.\nIf you specify this parameter in the request path, it is used for any documents that do not explicitly specify an index argument.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "simulate.ingest:pipeline": { + "simulate.ingest-pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline to use as the default pipeline.\nThis value can be used to override the default pipeline of the index.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "style": "form" }, - "slm.get_lifecycle:policy_id": { + "slm.get_lifecycle-policy_id": { "in": "path", "name": "policy_id", "description": "Comma-separated list of snapshot lifecycle policies to retrieve", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "slm.get_lifecycle:master_timeout": { + "slm.get_lifecycle-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "slm.get_lifecycle:timeout": { + "slm.get_lifecycle-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.create:repository": { + "snapshot.create-repository": { "in": "path", "name": "repository", "description": "The name of the repository for the snapshot.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "snapshot.create:snapshot": { + "snapshot.create-snapshot": { "in": "path", "name": "snapshot", "description": "The name of the snapshot.\nIt supportes date math.\nIt must be unique in the repository.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "snapshot.create:master_timeout": { + "snapshot.create-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.create:wait_for_completion": { + "snapshot.create-wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "If `true`, the request returns a response when the snapshot is complete.\nIf `false`, the request returns a response when the snapshot initializes.", @@ -113913,38 +122532,38 @@ }, "style": "form" }, - "snapshot.create_repository:repository": { + "snapshot.create_repository-repository": { "in": "path", "name": "repository", "description": "The name of the snapshot repository to register or update.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "snapshot.create_repository:master_timeout": { + "snapshot.create_repository-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.create_repository:timeout": { + "snapshot.create_repository-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.create_repository:verify": { + "snapshot.create_repository-verify": { "in": "query", "name": "verify", "description": "If `true`, the request verifies the repository is functional on all master and data nodes in the cluster.\nIf `false`, this verification is skipped.\nYou can also perform this verification with the verify snapshot repository API.", @@ -113954,18 +122573,18 @@ }, "style": "form" }, - "snapshot.get_repository:repository": { + "snapshot.get_repository-repository": { "in": "path", "name": "repository", "description": "A comma-separated list of snapshot repository names used to limit the request.\nWildcard (`*`) expressions are supported including combining wildcards with exclude patterns starting with `-`.\n\nTo get information about all snapshot repositories registered in the cluster, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "snapshot.get_repository:local": { + "snapshot.get_repository-local": { "in": "query", "name": "local", "description": "If `true`, the request gets information from the local node only.\nIf `false`, the request gets information from the master node.", @@ -113975,39 +122594,39 @@ }, "style": "form" }, - "snapshot.get_repository:master_timeout": { + "snapshot.get_repository-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "snapshot.status:repository": { + "snapshot.status-repository": { "in": "path", "name": "repository", "description": "The snapshot repository name used to limit the request.\nIt supports wildcards (`*`) if `` isn't specified.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "snapshot.status:snapshot": { + "snapshot.status-snapshot": { "in": "path", "name": "snapshot", "description": "A comma-separated list of snapshots to retrieve status for.\nThe default is currently running snapshots.\nWildcards (`*`) are not supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "snapshot.status:ignore_unavailable": { + "snapshot.status-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error for any snapshots that are unavailable.\nIf `true`, the request ignores snapshots that are unavailable, such as those that are corrupted or temporarily cannot be returned.", @@ -114017,38 +122636,38 @@ }, "style": "form" }, - "snapshot.status:master_timeout": { + "snapshot.status-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicate that the request should never timeout, set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "sql.query:format": { + "sql.query-format": { "in": "query", "name": "format", "description": "The format for the response.\nYou can also specify a format using the `Accept` HTTP header.\nIf you specify both this parameter and the `Accept` HTTP header, this parameter takes precedence.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/sql.query:SqlFormat" + "$ref": "#/components/schemas/sql.query.SqlFormat" }, "style": "form" }, - "tasks.cancel:task_id": { + "tasks.cancel-task_id": { "in": "path", "name": "task_id", "description": "The task identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "style": "simple" }, - "tasks.cancel:actions": { + "tasks.cancel-actions": { "in": "query", "name": "actions", "description": "A comma-separated list or wildcard expression of actions that is used to limit the request.", @@ -114068,7 +122687,7 @@ }, "style": "form" }, - "tasks.cancel:nodes": { + "tasks.cancel-nodes": { "in": "query", "name": "nodes", "description": "A comma-separated list of node IDs or names that is used to limit the request.", @@ -114081,7 +122700,7 @@ }, "style": "form" }, - "tasks.cancel:parent_task_id": { + "tasks.cancel-parent_task_id": { "in": "query", "name": "parent_task_id", "description": "A parent task ID that is used to limit the tasks.", @@ -114091,7 +122710,7 @@ }, "style": "form" }, - "tasks.cancel:wait_for_completion": { + "tasks.cancel-wait_for_completion": { "in": "query", "name": "wait_for_completion", "description": "If true, the request blocks until all found tasks are complete.", @@ -114101,50 +122720,50 @@ }, "style": "form" }, - "terms_enum:index": { + "terms_enum-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases to search.\nWildcard (`*`) expressions are supported.\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "termvectors:index": { + "termvectors-index": { "in": "path", "name": "index", "description": "The name of the index that contains the document.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "termvectors:id": { + "termvectors-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "termvectors:fields": { + "termvectors-fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "termvectors:field_statistics": { + "termvectors-field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -114154,7 +122773,7 @@ }, "style": "form" }, - "termvectors:offsets": { + "termvectors-offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -114164,7 +122783,7 @@ }, "style": "form" }, - "termvectors:payloads": { + "termvectors-payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -114174,7 +122793,7 @@ }, "style": "form" }, - "termvectors:positions": { + "termvectors-positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -114184,7 +122803,7 @@ }, "style": "form" }, - "termvectors:preference": { + "termvectors-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -114194,7 +122813,7 @@ }, "style": "form" }, - "termvectors:realtime": { + "termvectors-realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -114204,17 +122823,17 @@ }, "style": "form" }, - "termvectors:routing": { + "termvectors-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "termvectors:term_statistics": { + "termvectors-term_statistics": { "in": "query", "name": "term_statistics", "description": "If `true`, the response includes:\n\n* The total term frequency (how often a term occurs in all documents).\n* The document frequency (the number of documents containing the current term).\n\nBy default these values are not returned since term statistics can have a serious performance impact.", @@ -114224,27 +122843,27 @@ }, "style": "form" }, - "termvectors:version": { + "termvectors-version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "termvectors:version_type": { + "termvectors-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "text_structure.find_message_structure:column_names": { + "text_structure.find_message_structure-column_names": { "in": "query", "name": "column_names", "description": "If the format is `delimited`, you can specify the column names in a comma-separated list.\nIf this parameter is not specified, the structure finder uses the column names from the header row of the text.\nIf the text does not have a header role, columns are named \"column1\", \"column2\", \"column3\", for example.", @@ -114254,7 +122873,7 @@ }, "style": "form" }, - "text_structure.find_message_structure:delimiter": { + "text_structure.find_message_structure-delimiter": { "in": "query", "name": "delimiter", "description": "If you the format is `delimited`, you can specify the character used to delimit the values in each row.\nOnly a single character is supported; the delimiter cannot have multiple characters.\nBy default, the API considers the following possibilities: comma, tab, semi-colon, and pipe (`|`).\nIn this default scenario, all rows must have the same number of fields for the delimited format to be detected.\nIf you specify a delimiter, up to 10% of the rows can have a different number of columns than the first row.", @@ -114264,17 +122883,17 @@ }, "style": "form" }, - "text_structure.find_message_structure:ecs_compatibility": { + "text_structure.find_message_structure-ecs_compatibility": { "in": "query", "name": "ecs_compatibility", "description": "The mode of compatibility with ECS compliant Grok patterns.\nUse this parameter to specify whether to use ECS Grok patterns instead of legacy ones when the structure finder creates a Grok pattern.\nThis setting primarily has an impact when a whole message Grok pattern such as `%{CATALINALOG}` matches the input.\nIf the structure finder identifies a common structure but has no idea of meaning then generic field names such as `path`, `ipaddress`, `field1`, and `field2` are used in the `grok_pattern` output, with the intention that a user who knows the meanings rename these fields before using it.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/text_structure._types:EcsCompatibilityType" + "$ref": "#/components/schemas/text_structure._types.EcsCompatibilityType" }, "style": "form" }, - "text_structure.find_message_structure:explain": { + "text_structure.find_message_structure-explain": { "in": "query", "name": "explain", "description": "If this parameter is set to true, the response includes a field named `explanation`, which is an array of strings that indicate how the structure finder produced its result.", @@ -114284,27 +122903,27 @@ }, "style": "form" }, - "text_structure.find_message_structure:format": { + "text_structure.find_message_structure-format": { "in": "query", "name": "format", "description": "The high level structure of the text.\nBy default, the API chooses the format.\nIn this default scenario, all rows must have the same number of fields for a delimited format to be detected.\nIf the format is `delimited` and the delimiter is not set, however, the API tolerates up to 5% of rows that have a different number of columns than the first row.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/text_structure._types:FormatType" + "$ref": "#/components/schemas/text_structure._types.FormatType" }, "style": "form" }, - "text_structure.find_message_structure:grok_pattern": { + "text_structure.find_message_structure-grok_pattern": { "in": "query", "name": "grok_pattern", "description": "If the format is `semi_structured_text`, you can specify a Grok pattern that is used to extract fields from every message in the text.\nThe name of the timestamp field in the Grok pattern must match what is specified in the `timestamp_field` parameter.\nIf that parameter is not specified, the name of the timestamp field in the Grok pattern must match \"timestamp\".\nIf `grok_pattern` is not specified, the structure finder creates a Grok pattern.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "style": "form" }, - "text_structure.find_message_structure:quote": { + "text_structure.find_message_structure-quote": { "in": "query", "name": "quote", "description": "If the format is `delimited`, you can specify the character used to quote the values in each row if they contain newlines or the delimiter character.\nOnly a single character is supported.\nIf this parameter is not specified, the default value is a double quote (`\"`).\nIf your delimited text format does not use quoting, a workaround is to set this argument to a character that does not appear anywhere in the sample.", @@ -114314,7 +122933,7 @@ }, "style": "form" }, - "text_structure.find_message_structure:should_trim_fields": { + "text_structure.find_message_structure-should_trim_fields": { "in": "query", "name": "should_trim_fields", "description": "If the format is `delimited`, you can specify whether values between delimiters should have whitespace trimmed from them.\nIf this parameter is not specified and the delimiter is pipe (`|`), the default value is true.\nOtherwise, the default value is `false`.", @@ -114324,27 +122943,27 @@ }, "style": "form" }, - "text_structure.find_message_structure:timeout": { + "text_structure.find_message_structure-timeout": { "in": "query", "name": "timeout", "description": "The maximum amount of time that the structure analysis can take.\nIf the analysis is still running when the timeout expires, it will be stopped.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "text_structure.find_message_structure:timestamp_field": { + "text_structure.find_message_structure-timestamp_field": { "in": "query", "name": "timestamp_field", "description": "The name of the field that contains the primary timestamp of each record in the text.\nIn particular, if the text was ingested into an index, this is the field that would be used to populate the `@timestamp` field.\n\nIf the format is `semi_structured_text`, this field must match the name of the appropriate extraction in the `grok_pattern`.\nTherefore, for semi-structured text, it is best not to specify this parameter unless `grok_pattern` is also specified.\n\nFor structured text, if you specify this parameter, the field must exist within the text.\n\nIf this parameter is not specified, the structure finder makes a decision about which field (if any) is the primary timestamp field.\nFor structured text, it is not compulsory to have a timestamp in the text.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "text_structure.find_message_structure:timestamp_format": { + "text_structure.find_message_structure-timestamp_format": { "in": "query", "name": "timestamp_format", "description": "The Java time format of the timestamp field in the text.\nOnly a subset of Java time format letter groups are supported:\n\n* `a`\n* `d`\n* `dd`\n* `EEE`\n* `EEEE`\n* `H`\n* `HH`\n* `h`\n* `M`\n* `MM`\n* `MMM`\n* `MMMM`\n* `mm`\n* `ss`\n* `XX`\n* `XXX`\n* `yy`\n* `yyyy`\n* `zzz`\n\nAdditionally `S` letter groups (fractional seconds) of length one to nine are supported providing they occur after `ss` and are separated from the `ss` by a period (`.`), comma (`,`), or colon (`:`).\nSpacing and punctuation is also permitted with the exception a question mark (`?`), newline, and carriage return, together with literal text enclosed in single quotes.\nFor example, `MM/dd HH.mm.ss,SSSSSS 'in' yyyy` is a valid override format.\n\nOne valuable use case for this parameter is when the format is semi-structured text, there are multiple timestamp formats in the text, and you know which format corresponds to the primary timestamp, but you do not want to specify the full `grok_pattern`.\nAnother is when the timestamp format is one that the structure finder does not consider by default.\n\nIf this parameter is not specified, the structure finder chooses the best format from a built-in set.\n\nIf the special value `null` is specified, the structure finder will not look for a primary timestamp in the text.\nWhen the format is semi-structured text, this will result in the structure finder treating the text as single-line messages.", @@ -114354,7 +122973,7 @@ }, "style": "form" }, - "text_structure.test_grok_pattern:ecs_compatibility": { + "text_structure.test_grok_pattern-ecs_compatibility": { "in": "query", "name": "ecs_compatibility", "description": "The mode of compatibility with ECS compliant Grok patterns.\nUse this parameter to specify whether to use ECS Grok patterns instead of legacy ones when the structure finder creates a Grok pattern.\nValid values are `disabled` and `v1`.", @@ -114364,18 +122983,18 @@ }, "style": "form" }, - "transform.get_transform:transform_id": { + "transform.get_transform-transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform. It can be a transform identifier or a\nwildcard expression. You can get information for all transforms by using\n`_all`, by specifying `*` as the ``, or by omitting the\n``.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "transform.get_transform:allow_no_match": { + "transform.get_transform-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no transforms that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf this parameter is false, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -114385,7 +123004,7 @@ }, "style": "form" }, - "transform.get_transform:from": { + "transform.get_transform-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -114395,7 +123014,7 @@ }, "style": "form" }, - "transform.get_transform:size": { + "transform.get_transform-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of transforms to obtain.", @@ -114405,7 +123024,7 @@ }, "style": "form" }, - "transform.get_transform:exclude_generated": { + "transform.get_transform-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Excludes fields that were automatically added when creating the\ntransform. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -114415,83 +123034,83 @@ }, "style": "form" }, - "transform.preview_transform:transform_id": { + "transform.preview_transform-transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform to preview. If you specify this path parameter, you cannot provide transform\nconfiguration details in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "transform.preview_transform:timeout": { + "transform.preview_transform-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "watcher.ack_watch:watch_id": { + "watcher.ack_watch-watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "watcher.ack_watch:action_id": { + "watcher.ack_watch-action_id": { "in": "path", "name": "action_id", "description": "A comma-separated list of the action identifiers to acknowledge.\nIf you omit this parameter, all of the actions of the watch are acknowledged.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "watcher.activate_watch:watch_id": { + "watcher.activate_watch-watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "watcher.deactivate_watch:watch_id": { + "watcher.deactivate_watch-watch_id": { "in": "path", "name": "watch_id", "description": "The watch identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "watcher.execute_watch:id": { + "watcher.execute_watch-id": { "in": "path", "name": "id", "description": "The watch identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "watcher.execute_watch:debug": { + "watcher.execute_watch-debug": { "in": "query", "name": "debug", "description": "Defines whether the watch runs in debug mode.", @@ -114501,18 +123120,18 @@ }, "style": "form" }, - "watcher.put_watch:id": { + "watcher.put_watch-id": { "in": "path", "name": "id", "description": "The identifier for the watch.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "watcher.put_watch:active": { + "watcher.put_watch-active": { "in": "query", "name": "active", "description": "The initial state of the watch.\nThe default value is `true`, which means the watch is active by default.", @@ -114522,7 +123141,7 @@ }, "style": "form" }, - "watcher.put_watch:if_primary_term": { + "watcher.put_watch-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "only update the watch if the last operation that has changed the watch has the specified primary term", @@ -114532,27 +123151,27 @@ }, "style": "form" }, - "watcher.put_watch:if_seq_no": { + "watcher.put_watch-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "only update the watch if the last operation that has changed the watch has the specified sequence number", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "watcher.put_watch:version": { + "watcher.put_watch-version": { "in": "query", "name": "version", "description": "Explicit version number for concurrency control", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "watcher.stats:metric": { + "watcher.stats-metric": { "in": "path", "name": "metric", "description": "Defines which additional metrics are included in the response.", @@ -114561,19 +123180,19 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/watcher.stats:WatcherMetric" + "$ref": "#/components/schemas/watcher.stats.WatcherMetric" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatcherMetric" + "$ref": "#/components/schemas/watcher.stats.WatcherMetric" } } ] }, "style": "simple" }, - "watcher.stats:emit_stacktraces": { + "watcher.stats-emit_stacktraces": { "in": "query", "name": "emit_stacktraces", "description": "Defines whether stack traces are generated for each watch that is running.", @@ -114583,7 +123202,7 @@ }, "style": "form" }, - "watcher.stats:metric_": { + "watcher.stats-metric_": { "in": "query", "name": "metric", "description": "Defines which additional metrics are included in the response.", @@ -114591,12 +123210,12 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/watcher.stats:WatcherMetric" + "$ref": "#/components/schemas/watcher.stats.WatcherMetric" }, { "type": "array", "items": { - "$ref": "#/components/schemas/watcher.stats:WatcherMetric" + "$ref": "#/components/schemas/watcher.stats.WatcherMetric" } } ] @@ -114614,11 +123233,11 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If true, returns detailed information about score computation as part of a hit.", @@ -114636,10 +123255,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "description": "Boosts the _score of documents from specified indices.", @@ -114657,19 +123276,19 @@ "description": "Array of wildcard (*) patterns. The request returns doc values for field\nnames matching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { "description": "Defines the approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] @@ -114679,23 +123298,23 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] @@ -114704,34 +123323,34 @@ "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return. By default, you cannot page through more\nthan 10,000 hits using the from and size parameters. To page through more\nhits, use the search_after parameter.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard. If a query reaches this\nlimit, Elasticsearch terminates the query early. Elasticsearch collects documents\nbefore sorting. Defaults to 0, which does not terminate query execution early.", @@ -114754,13 +123373,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "Stats groups to associate with the search. Each group maintains a statistics\naggregation for its associated searches. You can retrieve these stats using\nthe indices stats API.", @@ -114774,7 +123393,23 @@ "examples": { "AsyncSearchSubmitRequestExample1": { "description": "Perform a search request asynchronously with `POST /sales*/_async_search?size=0`. It accepts the same parameters and request body as the search API.\n", - "value": "{\n \"sort\": [\n { \"date\": { \"order\": \"asc\" } }\n ],\n \"aggs\": {\n \"sale_date\": {\n \"date_histogram\": {\n \"field\": \"date\",\n \"calendar_interval\": \"1d\"\n }\n }\n }\n}" + "value": { + "aggs": { + "sale_date": { + "date_histogram": { + "calendar_interval": "1d", + "field": "date" + } + } + }, + "sort": [ + { + "date": { + "order": "asc" + } + } + ] + } } } } @@ -114788,10 +123423,10 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationContainer" + "$ref": "#/components/schemas/_global.bulk.OperationContainer" }, { - "$ref": "#/components/schemas/_global.bulk:UpdateAction" + "$ref": "#/components/schemas/_global.bulk.UpdateAction" }, { "type": "object" @@ -114832,14 +123467,16 @@ "type": "object", "properties": { "scroll_id": { - "$ref": "#/components/schemas/_types:ScrollIds" + "$ref": "#/components/schemas/_types.ScrollIds" } } }, "examples": { "ClearScrollRequestExample1": { "description": "Run `DELETE /_search/scroll` to clear the search context and results for a scrolling search.", - "value": "{\n \"scroll_id\": \"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==\"\n}" + "value": { + "scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==" + } } } } @@ -114856,7 +123493,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "primary": { "description": "If true, returns explanation for the primary shard for the given shard ID.", @@ -114871,7 +123508,12 @@ "examples": { "ClusterAllocationExplainRequestExample1": { "description": "Run `GET _cluster/allocation/explain` to get an explanation for a shard's current allocation.", - "value": "{\n \"index\": \"my-index-000001\",\n \"shard\": 0,\n \"primary\": false,\n \"current_node\": \"my-node\"\n}" + "value": { + "current_node": "my-node", + "index": "my-index-000001", + "primary": false, + "shard": 0 + } } } } @@ -114884,13 +123526,13 @@ "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "deprecated": { "description": "Marks this index template as deprecated. When creating or updating a non-deprecated index template\nthat uses deprecated components, Elasticsearch will emit a deprecation warning.", @@ -114904,12 +123546,48 @@ "examples": { "ClusterPutComponentTemplateRequestExample1": { "summary": "Create a template", - "value": "{\n \"template\": null,\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"_source\": {\n \"enabled\": false\n },\n \"properties\": {\n \"host_name\": {\n \"type\": \"keyword\"\n },\n \"created_at\": {\n \"type\": \"date\",\n \"format\": \"EEE MMM dd HH:mm:ss Z yyyy\"\n }\n }\n }\n}" + "value": { + "mappings": { + "_source": { + "enabled": false + }, + "properties": { + "created_at": { + "format": "EEE MMM dd HH:mm:ss Z yyyy", + "type": "date" + }, + "host_name": { + "type": "keyword" + } + } + }, + "settings": { + "number_of_shards": 1 + }, + "template": null + } }, "ClusterPutComponentTemplateRequestExample2": { "summary": "Create a template with aliases", "description": "You can include index aliases in a component template. During index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": "{\n \"template\": null,\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n}" + "value": { + "aliases": { + "alias1": {}, + "alias2": { + "filter": { + "term": { + "user.id": "kimchy" + } + }, + "routing": "shard-1" + }, + "{index}-alias": {} + }, + "settings": { + "number_of_shards": 1 + }, + "template": null + } } } } @@ -114926,7 +123604,7 @@ "type": "string" }, "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "is_native": { "type": "boolean" @@ -114944,10 +123622,20 @@ }, "examples": { "ConnectorPutRequestExample1": { - "value": "{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\",\n \"service_type\": \"google_drive\"\n}" + "value": { + "index_name": "search-google-drive", + "name": "My Connector", + "service_type": "google_drive" + } }, "ConnectorPutRequestExample2": { - "value": "{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\",\n \"description\": \"My Connector to sync data to Elastic index from Google Drive\",\n \"service_type\": \"google_drive\",\n \"language\": \"english\"\n}" + "value": { + "description": "My Connector to sync data to Elastic index from Google Drive", + "index_name": "search-google-drive", + "language": "english", + "name": "My Connector", + "service_type": "google_drive" + } } } } @@ -114960,14 +123648,20 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, "examples": { "CountRequestExample1": { "description": "Run `GET /my-index-000001/_count?q=user:kimchy`. Alternatively, run `GET /my-index-000001/_count` with the same query in the request body. Both requests count the number of documents in `my-index-000001` with a `user.id` of `kimchy`.\n", - "value": "{\n \"query\" : {\n \"term\" : { \"user.id\" : \"kimchy\" }\n }\n}" + "value": { + "query": { + "term": { + "user.id": "kimchy" + } + } + } } } } @@ -114982,7 +123676,13 @@ "examples": { "CreateRequestExample1": { "description": "Run `PUT my-index-000001/_create/1` to index a document into the `my-index-000001` index if no document with that ID exists.\n", - "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" + "value": { + "@timestamp": "2099-11-15T13:12:00", + "message": "GET /search HTTP/1.1 200 1070000", + "user": { + "id": "kimchy" + } + } } } } @@ -115003,39 +123703,39 @@ "type": "boolean" }, "event_category_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "tiebreaker_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "fetch_size": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "filter": { "description": "Query, written in Query DSL, used to filter the events on which the EQL query runs.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "keep_on_completion": { "type": "boolean" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "allow_partial_search_results": { "description": "Allow query execution also in case of shard failures.\nIf true, the query will keep running and will return results based on the available shards.\nFor sequences, the behavior can be further refined using allow_partial_sequence_results", @@ -115046,27 +123746,27 @@ "type": "boolean" }, "size": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "fields": { "description": "Array of wildcard (*) patterns. The response returns values for field names matching these patterns in the fields property of each hit.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } } ] }, "result_position": { - "$ref": "#/components/schemas/eql.search:ResultPosition" + "$ref": "#/components/schemas/eql.search.ResultPosition" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "max_samples_per_key": { "description": "By default, the response of a sample query contains up to `10` samples, with one sample per unique set of join keys. Use the `size`\nparameter to get a smaller or larger set of samples. To retrieve more than one sample per set of join keys, use the\n`max_samples_per_key` parameter. Pipes are not supported for sample queries.", @@ -115100,14 +123800,20 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, "examples": { "ExplainRequestExample1": { "description": "Run `GET /my-index-000001/_explain/0` with the request body. Alternatively, run `GET /my-index-000001/_explain/0?q=message:elasticsearch`\n", - "value": "{\n \"query\" : {\n \"match\" : { \"message\" : \"elasticsearch\" }\n }\n}" + "value": { + "query": { + "match": { + "message": "elasticsearch" + } + } + } } } } @@ -115120,20 +123826,28 @@ "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } } }, "examples": { "FieldCapabilitiesRequestExample1": { "description": "Run `POST my-index-*/_field_caps?fields=rating` to get field capabilities and filter indices with a query. Indices that rewrite the provided filter to `match_none` on every shard will be filtered from the response.\n", - "value": "{\n \"index_filter\": {\n \"range\": {\n \"@timestamp\": {\n \"gte\": \"2018\"\n }\n }\n }\n}" + "value": { + "index_filter": { + "range": { + "@timestamp": { + "gte": "2018" + } + } + } + } } } } @@ -115145,7 +123859,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:RequestItem" + "$ref": "#/components/schemas/_global.msearch.RequestItem" } } } @@ -115161,11 +123875,11 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If true, returns detailed information about score computation as part of a hit.", @@ -115183,10 +123897,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "description": "Boosts the _score of documents from specified indices.", @@ -115204,7 +123918,7 @@ "description": "Array of wildcard (*) patterns. The request returns doc values for field\nnames matching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "min_score": { @@ -115212,23 +123926,23 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] @@ -115237,34 +123951,34 @@ "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return. By default, you cannot page through more\nthan 10,000 hits using the from and size parameters. To page through more\nhits, use the search_after parameter.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard. If a query reaches this\nlimit, Elasticsearch terminates the query early. Elasticsearch collects documents\nbefore sorting. Defaults to 0, which does not terminate query execution early.", @@ -115287,13 +124001,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "Stats groups to associate with the search. Each group maintains a statistics\naggregation for its associated searches. You can retrieve these stats using\nthe indices stats API.", @@ -115314,19 +124028,19 @@ "type": "object", "properties": { "connections": { - "$ref": "#/components/schemas/graph._types:Hop" + "$ref": "#/components/schemas/graph._types.Hop" }, "controls": { - "$ref": "#/components/schemas/graph._types:ExploreControls" + "$ref": "#/components/schemas/graph._types.ExploreControls" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "vertices": { "description": "Specifies one or more fields that contain the terms you want to include in the graph as vertices.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexDefinition" + "$ref": "#/components/schemas/graph._types.VertexDefinition" } } } @@ -115334,7 +124048,25 @@ "examples": { "GraphExploreRequestExample1": { "description": "Run `POST clicklogs/_graph/explore` for a basic exploration An initial graph explore query typically begins with a query to identify strongly related terms. Seed the exploration with a query. This example is searching `clicklogs` for people who searched for the term `midi`.Identify the vertices to include in the graph. This example is looking for product codes that are significantly associated with searches for `midi`. Find the connections. This example is looking for other search terms that led people to click on the products that are associated with searches for `midi`.\n", - "value": "{\n \"query\": {\n \"match\": {\n \"query.raw\": \"midi\"\n }\n },\n \"vertices\": [\n {\n \"field\": \"product\"\n }\n ],\n \"connections\": {\n \"vertices\": [\n {\n \"field\": \"query.raw\"\n }\n ]\n }\n}" + "value": { + "connections": { + "vertices": [ + { + "field": "query.raw" + } + ] + }, + "query": { + "match": { + "query.raw": "midi" + } + }, + "vertices": [ + { + "field": "product" + } + ] + } } } } @@ -115350,12 +124082,24 @@ "IndexRequestExample1": { "summary": "Automate document IDs", "description": "Run `POST my-index-000001/_doc/` to index a document. When you use the `POST //_doc/` request format, the `op_type` is automatically set to `create` and the index operation generates a unique ID for the document.\n", - "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" + "value": { + "@timestamp": "2099-11-15T13:12:00", + "message": "GET /search HTTP/1.1 200 1070000", + "user": { + "id": "kimchy" + } + } }, "IndexRequestExample2": { "summary": "Define document IDs", "description": "Run `PUT my-index-000001/_doc/1` to insert a JSON document into the `my-index-000001` index with an `_id` of 1.\n", - "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" + "value": { + "@timestamp": "2099-11-15T13:12:00", + "message": "GET /search HTTP/1.1 200 1070000", + "user": { + "id": "kimchy" + } + } } } } @@ -115383,7 +124127,7 @@ "description": "Array of character filters used to preprocess characters before the tokenizer.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "explain": { @@ -115391,13 +124135,13 @@ "type": "boolean" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter": { "description": "Array of token filters used to apply after the tokenizer.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "normalizer": { @@ -115405,10 +124149,10 @@ "type": "string" }, "text": { - "$ref": "#/components/schemas/indices.analyze:TextToAnalyze" + "$ref": "#/components/schemas/indices.analyze.TextToAnalyze" }, "tokenizer": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } }, @@ -115416,37 +124160,85 @@ "indicesAnalyzeRequestExample1": { "summary": "No index specified", "description": "You can apply any of the built-in analyzers to the text string without specifying an index.", - "value": "{\n \"analyzer\": \"standard\",\n \"text\": \"this is a test\"\n}" + "value": { + "analyzer": "standard", + "text": "this is a test" + } }, "indicesAnalyzeRequestExample2": { "summary": "An array of text strings", "description": "If the text parameter is provided as array of strings, it is analyzed as a multi-value field.", - "value": "{\n \"analyzer\": \"standard\",\n \"text\": [\n \"this is a test\",\n \"the second text\"\n ]\n}" + "value": { + "analyzer": "standard", + "text": [ + "this is a test", + "the second text" + ] + } }, "indicesAnalyzeRequestExample3": { "summary": "Custom analyzer example 1", "description": "You can test a custom transient analyzer built from tokenizers, token filters, and char filters. Token filters use the filter parameter.", - "value": "{\n \"tokenizer\": \"keyword\",\n \"filter\": [\n \"lowercase\"\n ],\n \"char_filter\": [\n \"html_strip\"\n ],\n \"text\": \"this is a test\"\n}" + "value": { + "char_filter": [ + "html_strip" + ], + "filter": [ + "lowercase" + ], + "text": "this is a test", + "tokenizer": "keyword" + } }, "indicesAnalyzeRequestExample4": { "summary": "Custom analyzer example 2", "description": "Custom tokenizers, token filters, and character filters can be specified in the request body.", - "value": "{\n \"tokenizer\": \"whitespace\",\n \"filter\": [\n \"lowercase\",\n {\n \"type\": \"stop\",\n \"stopwords\": [\n \"a\",\n \"is\",\n \"this\"\n ]\n }\n ],\n \"text\": \"this is a test\"\n}" + "value": { + "filter": [ + "lowercase", + { + "stopwords": [ + "a", + "is", + "this" + ], + "type": "stop" + } + ], + "text": "this is a test", + "tokenizer": "whitespace" + } }, "indicesAnalyzeRequestExample5": { "summary": "Derive analyzer from field mapping", "description": "Run `GET /analyze_sample/_analyze` to run an analysis on the text using the default index analyzer associated with the `analyze_sample` index. Alternatively, the analyzer can be derived based on a field mapping.", - "value": "{\n \"field\": \"obj1.field1\",\n \"text\": \"this is a test\"\n}" + "value": { + "field": "obj1.field1", + "text": "this is a test" + } }, "indicesAnalyzeRequestExample6": { "summary": "Normalizer", "description": "Run `GET /analyze_sample/_analyze` and supply a normalizer for a keyword field if there is a normalizer associated with the specified index.", - "value": "{\n \"normalizer\": \"my_normalizer\",\n \"text\": \"BaR\"\n}" + "value": { + "normalizer": "my_normalizer", + "text": "BaR" + } }, "indicesAnalyzeRequestExample7": { "summary": "Explain analysis", "description": "If you want to get more advanced details, set `explain` to `true`. It will output all token attributes for each token. You can filter token attributes you want to output by setting the `attributes` option. NOTE: The format of the additional detail information is labelled as experimental in Lucene and it may change in the future.\n", - "value": "{\n \"tokenizer\": \"standard\",\n \"filter\": [\n \"snowball\"\n ],\n \"text\": \"detailed output\",\n \"explain\": true,\n \"attributes\": [\n \"keyword\"\n ]\n}" + "value": { + "attributes": [ + "keyword" + ], + "explain": true, + "filter": [ + "snowball" + ], + "text": "detailed output", + "tokenizer": "standard" + } } } } @@ -115462,7 +124254,7 @@ "description": "Aliases for the resulting index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "settings": { @@ -115478,7 +124270,14 @@ "indicesCloneRequestExample1": { "summary": "Clone an existing index.", "description": "Clone `my_source_index` into a new index called `my_target_index` with `POST /my_source_index/_clone/my_target_index`. The API accepts `settings` and `aliases` parameters for the target index.\n", - "value": "{\n \"settings\": {\n \"index.number_of_shards\": 5\n },\n \"aliases\": {\n \"my_search_indices\": {}\n }\n}" + "value": { + "aliases": { + "my_search_indices": {} + }, + "settings": { + "index.number_of_shards": 5 + } + } } } } @@ -115488,7 +124287,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices.create_from:CreateFrom" + "$ref": "#/components/schemas/indices.create_from.CreateFrom" } } }, @@ -115501,26 +124300,35 @@ "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_write_index": { "description": "If `true`, sets the write index or data stream for the alias.\nIf an alias points to multiple indices or data streams and `is_write_index` isn’t set, the alias rejects write requests.\nIf an index alias points to one index and `is_write_index` isn’t set, the index automatically acts as the write index.\nData stream aliases don’t automatically set a write data stream, even if the alias points to one data stream.", "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" } } }, "examples": { "indicesPutAliasRequestExample1": { - "value": "{\n \"actions\": [\n {\n \"add\": {\n \"index\": \"my-data-stream\",\n \"alias\": \"my-alias\"\n }\n }\n ]\n}" + "value": { + "actions": [ + { + "add": { + "alias": "my-alias", + "index": "my-data-stream" + } + } + ] + } } } } @@ -115533,30 +124341,30 @@ "type": "object", "properties": { "index_patterns": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices.put_index_template:IndexTemplateMapping" + "$ref": "#/components/schemas/indices.put_index_template.IndexTemplateMapping" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:DataStreamVisibility" + "$ref": "#/components/schemas/indices._types.DataStreamVisibility" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_auto_create": { "description": "This setting overrides the value of the `action.auto_create_index` cluster setting.\nIf set to `true` in a template, then indices can be automatically created using that template even if auto-creation of indices is disabled via `actions.auto_create_index`.\nIf set to `false`, then indices or data streams matching the template must always be explicitly created, and may never be automatically created.", @@ -115578,12 +124386,43 @@ "examples": { "IndicesPutIndexTemplateRequestExample1": { "summary": "Create a template", - "value": "{\n \"index_patterns\" : [\"template*\"],\n \"priority\" : 1,\n \"template\": {\n \"settings\" : {\n \"number_of_shards\" : 2\n }\n }\n}" + "value": { + "index_patterns": [ + "template*" + ], + "priority": 1, + "template": { + "settings": { + "number_of_shards": 2 + } + } + } }, "IndicesPutIndexTemplateRequestExample2": { "summary": "Create a template with aliases", "description": "You can include index aliases in an index template.\nDuring index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": "{\n \"index_patterns\": [\n \"template*\"\n ],\n \"template\": {\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n }\n}" + "value": { + "index_patterns": [ + "template*" + ], + "template": { + "aliases": { + "alias1": {}, + "alias2": { + "filter": { + "term": { + "user.id": "kimchy" + } + }, + "routing": "shard-1" + }, + "{index}-alias": {} + }, + "settings": { + "number_of_shards": 1 + } + } + } } } } @@ -115601,7 +124440,7 @@ "type": "boolean" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "dynamic_date_formats": { "description": "If date detection is enabled then new string fields are checked\nagainst 'dynamic_date_formats' and if the value matches then\na new date field is added instead of string.", @@ -115616,17 +124455,17 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:DynamicTemplate" + "$ref": "#/components/schemas/_types.mapping.DynamicTemplate" }, "minProperties": 1, "maxProperties": 1 } }, "_field_names": { - "$ref": "#/components/schemas/_types.mapping:FieldNamesField" + "$ref": "#/components/schemas/_types.mapping.FieldNamesField" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "numeric_detection": { "description": "Automatically map strings into numeric data types for all fields.", @@ -115636,17 +124475,17 @@ "description": "Mapping for a field. For new fields, this mapping can include:\n\n- Field name\n- Field data type\n- Mapping parameters", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "_routing": { - "$ref": "#/components/schemas/_types.mapping:RoutingField" + "$ref": "#/components/schemas/_types.mapping.RoutingField" }, "_source": { - "$ref": "#/components/schemas/_types.mapping:SourceField" + "$ref": "#/components/schemas/_types.mapping.SourceField" }, "runtime": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } } }, @@ -115654,7 +124493,17 @@ "indicesPutMappingRequestExample1": { "summary": "Update multiple targets", "description": "The update mapping API can be applied to multiple data streams or indices with a single request. For example, run `PUT /my-index-000001,my-index-000002/_mapping` to update mappings for the `my-index-000001` and `my-index-000002` indices at the same time.\n", - "value": "{\n \"properties\": {\n \"user\": {\n \"properties\": {\n \"name\": {\n \"type\": \"keyword\"\n }\n }\n }\n }\n}" + "value": { + "properties": { + "user": { + "properties": { + "name": { + "type": "keyword" + } + } + } + } + } } } } @@ -115665,17 +124514,25 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "examples": { "IndicesPutSettingsRequestExample1": { "summary": "Change a dynamic index setting", - "value": "{\n \"index\" : {\n \"number_of_replicas\" : 2\n }\n}" + "value": { + "index": { + "number_of_replicas": 2 + } + } }, "indicesPutSettingsRequestExample2": { "summary": "Reset an index setting", "description": "To revert a setting to the default value, use `null`.", - "value": "{\n \"index\" : {\n \"refresh_interval\" : null\n }\n}" + "value": { + "index": { + "refresh_interval": null + } + } }, "indicesPutSettingsRequestExample3": { "summary": "Update index analysis", @@ -115697,7 +124554,7 @@ "description": "Aliases for the index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "index_patterns": { @@ -115715,29 +124572,70 @@ ] }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "order": { "description": "Order in which Elasticsearch applies this template if index\nmatches multiple templates.\n\nTemplates with lower 'order' values are merged first. Templates with higher\n'order' values are merged later, overriding templates with lower values.", "type": "number" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } } }, "examples": { "indicesPutTemplateRequestExample1": { "summary": "Create an index template", - "value": "{\n \"index_patterns\": [\n \"te*\",\n \"bar*\"\n ],\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"_source\": {\n \"enabled\": false\n }\n },\n \"properties\": {\n \"host_name\": {\n \"type\": \"keyword\"\n },\n \"created_at\": {\n \"type\": \"date\",\n \"format\": \"EEE MMM dd HH:mm:ss Z yyyy\"\n }\n }\n}" + "value": { + "index_patterns": [ + "te*", + "bar*" + ], + "mappings": { + "_source": { + "enabled": false + } + }, + "properties": { + "created_at": { + "format": "EEE MMM dd HH:mm:ss Z yyyy", + "type": "date" + }, + "host_name": { + "type": "keyword" + } + }, + "settings": { + "number_of_shards": 1 + } + } }, "indicesPutTemplateRequestExample2": { "summary": "Create an index template with aliases", "description": "You can include index aliases in an index template. During index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": "{\n \"index_patterns\": [\n \"te*\"\n ],\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n}" + "value": { + "aliases": { + "alias1": {}, + "alias2": { + "filter": { + "term": { + "user.id": "kimchy" + } + }, + "routing": "shard-1" + }, + "{index}-alias": {} + }, + "index_patterns": [ + "te*" + ], + "settings": { + "number_of_shards": 1 + } + } } } } @@ -115754,14 +124652,14 @@ "description": "Aliases for the target index.\nData streams do not support this parameter.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "conditions": { - "$ref": "#/components/schemas/indices.rollover:RolloverConditions" + "$ref": "#/components/schemas/indices.rollover.RolloverConditions" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { "description": "Configuration options for the index.\nData streams do not support this parameter.", @@ -115775,7 +124673,14 @@ "examples": { "indicesRolloverRequestExample1": { "summary": "Create a new index for a data stream.", - "value": "{\n \"conditions\": {\n \"max_age\": \"7d\",\n \"max_docs\": 1000,\n \"max_primary_shard_size\": \"50gb\",\n \"max_primary_shard_docs\": \"2000\"\n }\n}" + "value": { + "conditions": { + "max_age": "7d", + "max_docs": 1000, + "max_primary_shard_docs": "2000", + "max_primary_shard_size": "50gb" + } + } } } } @@ -115791,7 +124696,7 @@ "description": "The key is the alias name.\nIndex alias names support date math.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "settings": { @@ -115806,7 +124711,12 @@ "examples": { "indicesShrinkRequestExample1": { "summary": "Shrink an existing index into a new index with fewer primary shards.", - "value": "{\n \"settings\": {\n \"index.routing.allocation.require._name\": null,\n \"index.blocks.write\": null\n }\n}" + "value": { + "settings": { + "index.blocks.write": null, + "index.routing.allocation.require._name": null + } + } } } } @@ -115823,30 +124733,30 @@ "type": "boolean" }, "index_patterns": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices.put_index_template:IndexTemplateMapping" + "$ref": "#/components/schemas/indices.put_index_template.IndexTemplateMapping" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:DataStreamVisibility" + "$ref": "#/components/schemas/indices._types.DataStreamVisibility" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "ignore_missing_component_templates": { "description": "The configuration option ignore_missing_component_templates can be used when an index template\nreferences a component template that might not exist", @@ -115864,7 +124774,20 @@ "examples": { "indicesSimulateTemplateRequestExample1": { "description": "To see what settings will be applied by a template before you add it to the cluster, you can pass a template configuration in the request body. The specified template is used for the simulation if it has a higher priority than existing templates.\n", - "value": "{\n \"index_patterns\": [\"my-index-*\"],\n \"composed_of\": [\"ct2\"],\n \"priority\": 10,\n \"template\": {\n \"settings\": {\n \"index.number_of_replicas\": 1\n }\n }\n}" + "value": { + "composed_of": [ + "ct2" + ], + "index_patterns": [ + "my-index-*" + ], + "priority": 10, + "template": { + "settings": { + "index.number_of_replicas": 1 + } + } + } } } } @@ -115880,7 +124803,7 @@ "description": "Aliases for the resulting index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "settings": { @@ -115895,7 +124818,11 @@ "examples": { "indicesSplitRequestExample1": { "description": "Split an existing index into a new index with more primary shards.", - "value": "{\n \"settings\": {\n \"index.number_of_shards\": 2\n }\n}" + "value": { + "settings": { + "index.number_of_shards": 2 + } + } } } } @@ -115908,7 +124835,7 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } } @@ -115919,7 +124846,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" } } }, @@ -115929,7 +124856,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" } } }, @@ -115945,11 +124872,11 @@ "description": "Sample documents to test in the pipeline.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:Document" + "$ref": "#/components/schemas/ingest._types.Document" } }, "pipeline": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } }, "required": [ @@ -115960,7 +124887,35 @@ "SimulatePipelineRequestExample1": { "summary": "Run an ingest pipeline against a set of provided documents.", "description": "You can specify the used pipeline either in the request body or as a path parameter.", - "value": "{\n \"pipeline\" :\n {\n \"description\": \"_description\",\n \"processors\": [\n {\n \"set\" : {\n \"field\" : \"field2\",\n \"value\" : \"_value\"\n }\n }\n ]\n },\n \"docs\": [\n {\n \"_index\": \"index\",\n \"_id\": \"id\",\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_index\": \"index\",\n \"_id\": \"id\",\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "id", + "_index": "index", + "_source": { + "foo": "bar" + } + }, + { + "_id": "id", + "_index": "index", + "_source": { + "foo": "rab" + } + } + ], + "pipeline": { + "description": "_description", + "processors": [ + { + "set": { + "field": "field2", + "value": "_value" + } + } + ] + } + } } } } @@ -115974,37 +124929,37 @@ "type": "object", "properties": { "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "docvalue_fields": { "description": "The request returns doc values for field names matching these patterns\nin the `hits.fields` property of the response.\nIt accepts wildcard (`*`) patterns.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "filter": { "description": "A query to filter the documents that can match. The kNN search will return the top\n`k` documents that also match this filter. The value can be a single query or a\nlist of queries. If `filter` isn't provided, all documents are allowed to match.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "knn": { - "$ref": "#/components/schemas/_global.knn_search._types:Query" + "$ref": "#/components/schemas/_global.knn_search._types.Query" } }, "required": [ @@ -116021,13 +124976,13 @@ "type": "object", "properties": { "license": { - "$ref": "#/components/schemas/license._types:License" + "$ref": "#/components/schemas/license._types.License" }, "licenses": { "description": "A sequence of one or more JSON documents containing the license information.", "type": "array", "items": { - "$ref": "#/components/schemas/license._types:License" + "$ref": "#/components/schemas/license._types.License" } } } @@ -116035,7 +124990,20 @@ "examples": { "PostLicenseRequestExample1": { "description": "Run `PUT _license` to update to a basic license. NOTE: These values are invalid; you must substitute the appropriate contents from your license file.\n", - "value": "{\n \"licenses\": [\n {\n \"uid\":\"893361dc-9749-4997-93cb-802e3d7fa4xx\",\n \"type\":\"basic\",\n \"issue_date_in_millis\":1411948800000,\n \"expiry_date_in_millis\":1914278399999,\n \"max_nodes\":1,\n \"issued_to\":\"issuedTo\",\n \"issuer\":\"issuer\",\n \"signature\":\"xx\"\n }\n ]\n}" + "value": { + "licenses": [ + { + "expiry_date_in_millis": 1914278399999, + "issue_date_in_millis": 1411948800000, + "issued_to": "issuedTo", + "issuer": "issuer", + "max_nodes": 1, + "signature": "xx", + "type": "basic", + "uid": "893361dc-9749-4997-93cb-802e3d7fa4xx" + } + ] + } } } } @@ -116051,11 +125019,11 @@ "description": "The documents you want to retrieve. Required if no index is specified in the request URI.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mget:Operation" + "$ref": "#/components/schemas/_global.mget.Operation" } }, "ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } } }, @@ -116063,22 +125031,90 @@ "MultiGetRequestExample1": { "summary": "Get documents by ID", "description": "Run `GET /my-index-000001/_mget`. When you specify an index in the request URI, only the document IDs are required in the request body.\n", - "value": "{\n \"docs\": [\n {\n \"_id\": \"1\"\n },\n {\n \"_id\": \"2\"\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "1" + }, + { + "_id": "2" + } + ] + } }, "MultiGetRequestExample2": { "summary": "Filter source fields", "description": "Run `GET /_mget`. This request sets `_source` to `false` for document 1 to exclude the source entirely. It retrieves `field3` and `field4` from document 2. It retrieves the `user` field from document 3 but filters out the `user.location` field.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_source\": false\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"_source\": [ \"field3\", \"field4\" ]\n },\n {\n \"_index\": \"test\",\n \"_id\": \"3\",\n \"_source\": {\n \"include\": [ \"user\" ],\n \"exclude\": [ \"user.location\" ]\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "1", + "_index": "test", + "_source": false + }, + { + "_id": "2", + "_index": "test", + "_source": [ + "field3", + "field4" + ] + }, + { + "_id": "3", + "_index": "test", + "_source": { + "exclude": [ + "user.location" + ], + "include": [ + "user" + ] + } + } + ] + } }, "MultiGetRequestExample3": { "summary": "Get stored fields", "description": "Run `GET /_mget`. This request retrieves `field1` and `field2` from document 1 and `field3` and `field4` from document 2.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"stored_fields\": [ \"field1\", \"field2\" ]\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"stored_fields\": [ \"field3\", \"field4\" ]\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "1", + "_index": "test", + "stored_fields": [ + "field1", + "field2" + ] + }, + { + "_id": "2", + "_index": "test", + "stored_fields": [ + "field3", + "field4" + ] + } + ] + } }, "MultiGetRequestExample4": { "summary": "Document routing", "description": "Run `GET /_mget?routing=key1`. If routing is used during indexing, you need to specify the routing value to retrieve documents. This request fetches `test/_doc/2` from the shard corresponding to routing key `key1`. It fetches `test/_doc/1` from the shard corresponding to routing key `key2`.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"routing\": \"key2\"\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\"\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "1", + "_index": "test", + "routing": "key2" + }, + { + "_id": "2", + "_index": "test" + } + ] + } } } } @@ -116096,7 +125132,7 @@ "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -116110,13 +125146,13 @@ "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "description": { "description": "A description of the job.", @@ -116131,7 +125167,7 @@ "type": "number" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "allow_lazy_start": { "description": "Specifies whether this job can start when there is insufficient machine\nlearning node capacity for it to be immediately assigned to a node.", @@ -116142,7 +125178,16 @@ "examples": { "MlExplainDataFrameAnalyticsRequestExample1": { "description": "Run `POST _ml/data_frame/analytics/_explain` to explain a data frame analytics job configuration.", - "value": "{\n \"source\": {\n \"index\": \"houses_sold_last_10_yrs\"\n },\n \"analysis\": {\n \"regression\": {\n \"dependent_variable\": \"price\"\n }\n }\n}" + "value": { + "analysis": { + "regression": { + "dependent_variable": "price" + } + }, + "source": { + "index": "houses_sold_last_10_yrs" + } + } } } } @@ -116163,7 +125208,7 @@ "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "exclude_interim": { "description": "Refer to the description for the `exclude_interim` query parameter.", @@ -116174,13 +125219,13 @@ "type": "boolean" }, "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" }, "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -116194,7 +125239,7 @@ "type": "object", "properties": { "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" } } } @@ -116208,7 +125253,7 @@ "type": "object", "properties": { "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" } } } @@ -116222,7 +125267,7 @@ "type": "object", "properties": { "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" } } } @@ -116240,16 +125285,16 @@ "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" }, "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -116267,10 +125312,10 @@ "type": "boolean" }, "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "exclude_interim": { "description": "Refer to the description for the `exclude_interim` query parameter.", @@ -116288,7 +125333,7 @@ ] }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "top_n": { "description": "Refer to the description for the `top_n` query parameter.", @@ -116310,24 +125355,24 @@ "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "exclude_interim": { "description": "Refer to the description for the `exclude_interim` query parameter.", "type": "boolean" }, "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" }, "record_score": { "description": "Refer to the description for the `record_score` query parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -116341,7 +125386,7 @@ "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/ml.preview_data_frame_analytics:DataframePreviewConfig" + "$ref": "#/components/schemas/ml.preview_data_frame_analytics.DataframePreviewConfig" } } } @@ -116355,10 +125400,10 @@ "type": "object", "properties": { "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "job_config": { - "$ref": "#/components/schemas/ml._types:JobConfig" + "$ref": "#/components/schemas/ml._types.JobConfig" } } } @@ -116373,10 +125418,10 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationContainer" + "$ref": "#/components/schemas/_global.bulk.OperationContainer" }, { - "$ref": "#/components/schemas/_global.bulk:UpdateAction" + "$ref": "#/components/schemas/_global.bulk.UpdateAction" }, { "type": "object" @@ -116394,7 +125439,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:RequestItem" + "$ref": "#/components/schemas/_global.msearch.RequestItem" } } } @@ -116407,7 +125452,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch_template:RequestItem" + "$ref": "#/components/schemas/_global.msearch_template.RequestItem" } }, "examples": { @@ -116430,14 +125475,14 @@ "description": "An array of existing or artificial documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mtermvectors:Operation" + "$ref": "#/components/schemas/_global.mtermvectors.Operation" } }, "ids": { "description": "A simplified syntax to specify documents by their ID if they're in the same index.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } } @@ -116446,17 +125491,54 @@ "MultiTermVectorsRequestExample1": { "summary": "Get multiple term vectors", "description": "Run `POST /my-index-000001/_mtermvectors`. When you specify an index in the request URI, the index does not need to be specified for each documents in the request body.\n", - "value": "{\n \"docs\": [\n {\n \"_id\": \"2\",\n \"fields\": [\n \"message\"\n ],\n \"term_statistics\": true\n },\n {\n \"_id\": \"1\"\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "2", + "fields": [ + "message" + ], + "term_statistics": true + }, + { + "_id": "1" + } + ] + } }, "MultiTermVectorsRequestExample2": { "summary": "Simplified syntax", "description": "Run `POST /my-index-000001/_mtermvectors`. If all requested documents are in same index and the parameters are the same, you can use a simplified syntax.\n", - "value": "{\n \"ids\": [ \"1\", \"2\" ],\n \"fields\": [\n \"message\"\n ],\n \"term_statistics\": true\n}" + "value": { + "fields": [ + "message" + ], + "ids": [ + "1", + "2" + ], + "term_statistics": true + } }, "MultiTermVectorsRequestExample3": { "summary": "Artificial documents", "description": "Run `POST /_mtermvectors` to generate term vectors for artificial documents provided in the body of the request. The mapping used is determined by the specified `_index`.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"my-index-000001\",\n \"doc\" : {\n \"message\" : \"test test test\"\n }\n },\n {\n \"_index\": \"my-index-000001\",\n \"doc\" : {\n \"message\" : \"Another test ...\"\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "_index": "my-index-000001", + "doc": { + "message": "test test test" + } + }, + { + "_index": "my-index-000001", + "doc": { + "message": "Another test ..." + } + } + ] + } } } } @@ -116469,14 +125551,16 @@ "type": "object", "properties": { "secure_settings_password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" } } }, "examples": { "ReloadSecureSettingsRequestExample1": { "description": "Run `POST _nodes/reload_secure_settings` to reload the keystore on nodes in the cluster.", - "value": "{\n \"secure_settings_password\": \"keystore-password\"\n}" + "value": { + "secure_settings_password": "keystore-password" + } } } } @@ -116489,7 +125573,7 @@ "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:StoredScript" + "$ref": "#/components/schemas/_types.StoredScript" } }, "required": [ @@ -116500,12 +125584,30 @@ "PutScriptRequestExample1": { "summary": "Create a search template", "description": "Run `PUT _scripts/my-search-template` to create a search template.\n", - "value": "{\n \"script\": {\n \"lang\": \"mustache\",\n \"source\": {\n \"query\": {\n \"match\": {\n \"message\": \"{{query_string}}\"\n }\n },\n \"from\": \"{{from}}\",\n \"size\": \"{{size}}\"\n }\n }\n}" + "value": { + "script": { + "lang": "mustache", + "source": { + "from": "{{from}}", + "query": { + "match": { + "message": "{{query_string}}" + } + }, + "size": "{{size}}" + } + } + } }, "PutScriptRequestExample2": { "summary": "Create a stored script", "description": "Run `PUT _scripts/my-stored-script` to create a stored script.\n", - "value": "{\n \"script\": {\n \"lang\": \"painless\",\n \"source\": \"Math.log(_score * 2) + params['my_modifier']\"\n }\n}" + "value": { + "script": { + "lang": "painless", + "source": "Math.log(_score * 2) + params['my_modifier']" + } + } } } } @@ -116522,11 +125624,11 @@ "description": "A set of typical search requests, together with their provided ratings.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalRequestItem" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalRequestItem" } }, "metric": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetric" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetric" } }, "required": [ @@ -116544,7 +125646,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "file": { "type": "string" @@ -116557,14 +125659,21 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, "examples": { "RenderSearchTemplateRequestExample1": { "description": "Run `POST _render/template`", - "value": "{\n \"id\": \"my-search-template\",\n \"params\": {\n \"query_string\": \"hello world\",\n \"from\": 20,\n \"size\": 10\n }\n}" + "value": { + "id": "my-search-template", + "params": { + "from": 20, + "query_string": "hello world", + "size": 10 + } + } } } } @@ -116583,11 +125692,11 @@ "description": "Specifies aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "size": { "description": "Must be zero if set, as rollups work on pre-aggregated data.", @@ -116598,7 +125707,16 @@ "examples": { "RollupSearchRequestExample1": { "description": "Search rolled up data stored in `sensor_rollup` with `GET /sensor_rollup/_rollup_search`", - "value": "{\n \"size\": 0,\n \"aggregations\": {\n \"max_temperature\": {\n \"max\": {\n \"field\": \"temperature\"\n }\n }\n }\n}" + "value": { + "aggregations": { + "max_temperature": { + "max": { + "field": "temperature" + } + } + }, + "size": 0 + } } } } @@ -116612,13 +125730,13 @@ "type": "object", "properties": { "context": { - "$ref": "#/components/schemas/_global.scripts_painless_execute:PainlessContext" + "$ref": "#/components/schemas/_global.scripts_painless_execute.PainlessContext" }, "context_setup": { - "$ref": "#/components/schemas/_global.scripts_painless_execute:PainlessContextSetup" + "$ref": "#/components/schemas/_global.scripts_painless_execute.PainlessContextSetup" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, @@ -116626,17 +125744,53 @@ "ExecutePainlessScriptRequestExample1": { "summary": "Test context", "description": "Run `POST /_scripts/painless/_execute`. The `painless_test` context is the default context. It runs scripts without additional parameters. The only variable that is available is `params`, which can be used to access user defined values. The result of the script is always converted to a string.\n", - "value": "{\n \"script\": {\n \"source\": \"params.count / params.total\",\n \"params\": {\n \"count\": 100.0,\n \"total\": 1000.0\n }\n }\n}" + "value": { + "script": { + "params": { + "count": 100.0, + "total": 1000.0 + }, + "source": "params.count / params.total" + } + } }, "ExecutePainlessScriptRequestExample2": { "summary": "Filter context", "description": "Run `POST /_scripts/painless/_execute` with a `filter` context. It treats scripts as if they were run inside a script query. For testing purposes, a document must be provided so that it will be temporarily indexed in-memory and is accessible from the script. More precisely, the `_source`, stored fields, and doc values of such a document are available to the script being tested.\n", - "value": "{\n \"script\": {\n \"source\": \"doc['field'].value.length() <= params.max_length\",\n \"params\": {\n \"max_length\": 4\n }\n },\n \"context\": \"filter\",\n \"context_setup\": {\n \"index\": \"my-index-000001\",\n \"document\": {\n \"field\": \"four\"\n }\n }\n}" + "value": { + "context": "filter", + "context_setup": { + "document": { + "field": "four" + }, + "index": "my-index-000001" + }, + "script": { + "params": { + "max_length": 4 + }, + "source": "doc['field'].value.length() <= params.max_length" + } + } }, "ExecutePainlessScriptRequestExample3": { "summary": "Score context", "description": "Run `POST /_scripts/painless/_execute` with a `score` context. It treats scripts as if they were run inside a `script_score` function in a `function_score` query.\n", - "value": "{\n \"script\": {\n \"source\": \"doc['rank'].value / params.max_rank\",\n \"params\": {\n \"max_rank\": 5.0\n }\n },\n \"context\": \"score\",\n \"context_setup\": {\n \"index\": \"my-index-000001\",\n \"document\": {\n \"rank\": 4\n }\n }\n}" + "value": { + "context": "score", + "context_setup": { + "document": { + "rank": 4 + }, + "index": "my-index-000001" + }, + "script": { + "params": { + "max_rank": 5.0 + }, + "source": "doc['rank'].value / params.max_rank" + } + } } } } @@ -116649,10 +125803,10 @@ "type": "object", "properties": { "scroll": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" } }, "required": [ @@ -116662,7 +125816,9 @@ "examples": { "ScrollRequestExample1": { "description": "Run `GET /_search/scroll` to get the next batch of results for a scrolling search.", - "value": "{\n \"scroll_id\" : \"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==\"\n}" + "value": { + "scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==" + } } } } @@ -116678,11 +125834,11 @@ "description": "Defines the aggregations that are run as part of the search request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -116700,10 +125856,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "externalDocs": { @@ -116727,7 +125883,7 @@ "description": "An array of wildcard (`*`) field patterns.\nThe request returns doc values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { @@ -116737,82 +125893,82 @@ "description": "The approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] }, "rank": { - "$ref": "#/components/schemas/_types:RankContainer" + "$ref": "#/components/schemas/_types.RankContainer" }, "min_score": { "description": "The minimum `_score` for matching documents.\nDocuments with a lower `_score` are not included in search results and results collected by aggregations.", "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "description": "Set to `true` to return detailed timing information about the execution of individual components in a search request.\nNOTE: This is a debugging tool and adds significant overhead to search execution.", "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "description": "Can be used to improve precision by reordering just the top (for example 100 - 500) documents returned by the `query` and `post_filter` phases.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "script_fields": { "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return, which must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` property.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "An array of wildcard (`*`) field patterns.\nThe request returns values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this property to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this property for requests that target data streams with backing indices across multiple data tiers.\n\nIf set to `0` (default), the query does not terminate early.", @@ -116838,13 +125994,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "The stats groups to associate with the search.\nEach group maintains a statistics aggregation for its associated searches.\nYou can retrieve these stats using the indices stats API.", @@ -116859,17 +126015,47 @@ "SearchRequestExample1": { "summary": "A simple term search", "description": "Run `GET /my-index-000001/_search?from=40&size=20` to run a search.\n", - "value": "{\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" + "value": { + "query": { + "term": { + "user.id": "kimchy" + } + } + } }, "SearchRequestExample2": { "summary": "A point in time search", "description": "Run `POST /_search` to run a point in time search. The `id` parameter tells Elasticsearch to run the request using contexts from this open point in time. The `keep_alive` parameter tells Elasticsearch how long it should extend the time to live of the point in time.\n", - "value": "{\n \"size\": 100, \n \"query\": {\n \"match\" : {\n \"title\" : \"elasticsearch\"\n }\n },\n \"pit\": {\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\", \n \"keep_alive\": \"1m\" \n }\n}" + "value": { + "pit": { + "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==", + "keep_alive": "1m" + }, + "query": { + "match": { + "title": "elasticsearch" + } + }, + "size": 100 + } }, "SearchRequestExample3": { "summary": "Search slicing", "description": "When paging through a large number of documents, it can be helpful to split the search into multiple slices to consume them independently. The result from running the first `GET /_search` request returns documents belonging to the first slice (`id: 0`). If you run a second request with `id` set to `1', it returns documents in the second slice. Since the maximum number of slices is set to `2`, the union of the results is equivalent to the results of a point-in-time search without slicing.\n", - "value": "{\n \"slice\": {\n \"id\": 0, \n \"max\": 2 \n },\n \"query\": {\n \"match\": {\n \"message\": \"foo\"\n }\n },\n \"pit\": {\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\"\n }\n}" + "value": { + "pit": { + "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==" + }, + "query": { + "match": { + "message": "foo" + } + }, + "slice": { + "id": 0, + "max": 2 + } + } } } } @@ -116893,7 +126079,21 @@ "examples": { "SearchApplicationsSearchRequestExample1": { "description": "Use `POST _application/search_application/my-app/_search` to run a search against a search application called `my-app` that uses a search template.", - "value": "{\n \"params\": {\n \"query_string\": \"my first query\",\n \"text_fields\": [\n {\"name\": \"title\", \"boost\": 5},\n {\"name\": \"description\", \"boost\": 1}\n ]\n }\n}" + "value": { + "params": { + "query_string": "my first query", + "text_fields": [ + { + "boost": 5, + "name": "title" + }, + { + "boost": 1, + "name": "description" + } + ] + } + } } } } @@ -116909,7 +126109,7 @@ "description": "Sub-aggregations for the geotile_grid.\n\nIt supports the following aggregation types:\n\n- `avg`\n- `boxplot`\n- `cardinality`\n- `extended stats`\n- `max`\n- `median absolute deviation`\n- `min`\n- `percentile`\n- `percentile-rank`\n- `stats`\n- `sum`\n- `value count`\n\nThe aggregation names can't start with `_mvt_`. The `_mvt_` prefix is reserved for internal aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "buffer": { @@ -116925,33 +126125,33 @@ "type": "number" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "grid_agg": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridAggregationType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridAggregationType" }, "grid_precision": { "description": "Additional zoom levels available through the aggs layer. For example, if `` is `7`\nand `grid_precision` is `8`, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", "type": "number" }, "grid_type": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridType" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "size": { "description": "The maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "with_labels": { "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -116962,7 +126162,36 @@ "examples": { "SearchMvtRequestExample1": { "description": "Run `GET museums/_mvt/location/13/4207/2692` to search an index for `location` values that intersect the `13/4207/2692` vector tile.\n", - "value": "{\n \"grid_agg\": \"geotile\",\n \"grid_precision\": 2,\n \"fields\": [\n \"name\",\n \"price\"\n ],\n \"query\": {\n \"term\": {\n \"included\": true\n }\n },\n \"aggs\": {\n \"min_price\": {\n \"min\": {\n \"field\": \"price\"\n }\n },\n \"max_price\": {\n \"max\": {\n \"field\": \"price\"\n }\n },\n \"avg_price\": {\n \"avg\": {\n \"field\": \"price\"\n }\n }\n }\n}" + "value": { + "aggs": { + "avg_price": { + "avg": { + "field": "price" + } + }, + "max_price": { + "max": { + "field": "price" + } + }, + "min_price": { + "min": { + "field": "price" + } + } + }, + "fields": [ + "name", + "price" + ], + "grid_agg": "geotile", + "grid_precision": 2, + "query": { + "term": { + "included": true + } + } + } } } } @@ -116979,7 +126208,7 @@ "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Key-value pairs used to replace Mustache variables in the template.\nThe key is the variable name.\nThe value is the variable value.", @@ -116993,14 +126222,21 @@ "type": "boolean" }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, "examples": { "SearchTemplateRequestExample1": { "description": "Run `GET my-index/_search/template` to run a search with a search template.\n", - "value": "{\n \"id\": \"my-search-template\",\n \"params\": {\n \"query_string\": \"hello world\",\n \"from\": 0,\n \"size\": 10\n }\n}" + "value": { + "id": "my-search-template", + "params": { + "from": 0, + "query_string": "hello world", + "size": 10 + } + } } } } @@ -117014,7 +126250,7 @@ "type": "object", "properties": { "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "password_hash": { "description": "A hash of the new password value. This must be produced using the same\nhashing algorithm as has been configured for password storage. For more details,\nsee the explanation of the `xpack.security.authc.password_hashing.algorithm`\nsetting.", @@ -117025,7 +126261,9 @@ "examples": { "SecurityChangePasswordRequestExample1": { "description": "Run `POST /_security/user/jacknich/_password` to update the password for the `jacknich` user.\n", - "value": "{\n \"password\" : \"new-test-password\"\n}" + "value": { + "password": "new-test-password" + } } } } @@ -117039,10 +126277,10 @@ "type": "object", "properties": { "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "role_descriptors": { "externalDocs": { @@ -117051,18 +126289,64 @@ "description": "An array of role descriptors for this API key.\nWhen it is not specified or it is an empty array, the API key will have a point in time snapshot of permissions of the authenticated user.\nIf you supply role descriptors, the resultant permissions are an intersection of API keys permissions and the authenticated user's permissions thereby limiting the access scope for API keys.\nThe structure of role descriptor is the same as the request for the create role API.\nFor more details, refer to the create or update roles API.\n\nNOTE: Due to the way in which this permission intersection is calculated, it is not possible to create an API key that is a child of another API key, unless the derived key is created without any privileges.\nIn this case, you must explicitly specify a role descriptor with no privileges.\nThe derived API key can be used for authentication; it will not have authority to call Elasticsearch APIs.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, "examples": { "SecurityCreateApiKeyRequestExample1": { "description": "Run `POST /_security/api_key` to create an API key. If `expiration` is not provided, the API keys do not expire. If `role_descriptors` is not provided, the permissions of the authenticated user are applied.\n", - "value": "{\n \"name\": \"my-api-key\",\n \"expiration\": \"1d\", \n \"role_descriptors\": { \n \"role-a\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-a*\"],\n \"privileges\": [\"read\"]\n }\n ]\n },\n \"role-b\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-b*\"],\n \"privileges\": [\"all\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"application\": \"my-application\",\n \"environment\": {\n \"level\": 1,\n \"trusted\": true,\n \"tags\": [\"dev\", \"staging\"]\n }\n }\n}" + "value": { + "expiration": "1d", + "metadata": { + "application": "my-application", + "environment": { + "level": 1, + "tags": [ + "dev", + "staging" + ], + "trusted": true + } + }, + "name": "my-api-key", + "role_descriptors": { + "role-a": { + "cluster": [ + "all" + ], + "indices": [ + { + "names": [ + "index-a*" + ], + "privileges": [ + "read" + ] + } + ] + }, + "role-b": { + "cluster": [ + "all" + ], + "indices": [ + { + "names": [ + "index-b*" + ], + "privileges": [ + "all" + ] + } + ] + } + } + } } } } @@ -117078,20 +126362,20 @@ "application": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.ApplicationPrivilegesCheck" } }, "cluster": { "description": "A list of the cluster privileges that you want to check.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:IndexPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.IndexPrivilegesCheck" } } } @@ -117099,7 +126383,44 @@ "examples": { "SecurityHasPrivilegesRequestExample1": { "description": "Run `GET /_security/user/_has_privileges` to check whether the current user has a specific set of cluster, index, and application privileges.", - "value": "{\n \"cluster\": [ \"monitor\", \"manage\" ],\n \"index\" : [\n {\n \"names\": [ \"suppliers\", \"products\" ],\n \"privileges\": [ \"read\" ]\n },\n {\n \"names\": [ \"inventory\" ],\n \"privileges\" : [ \"read\", \"write\" ]\n }\n ],\n \"application\": [\n {\n \"application\": \"inventory_manager\",\n \"privileges\" : [ \"read\", \"data:write/inventory\" ],\n \"resources\" : [ \"product/1852563\" ]\n }\n ]\n}" + "value": { + "application": [ + { + "application": "inventory_manager", + "privileges": [ + "read", + "data:write/inventory" + ], + "resources": [ + "product/1852563" + ] + } + ], + "cluster": [ + "monitor", + "manage" + ], + "index": [ + { + "names": [ + "suppliers", + "products" + ], + "privileges": [ + "read" + ] + }, + { + "names": [ + "inventory" + ], + "privileges": [ + "read", + "write" + ] + } + ] + } } } } @@ -117116,11 +126437,11 @@ "description": "A list of profile IDs. The privileges are checked for associated users of the profiles.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:UserProfileId" + "$ref": "#/components/schemas/security._types.UserProfileId" } }, "privileges": { - "$ref": "#/components/schemas/security.has_privileges_user_profile:PrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges_user_profile.PrivilegesCheck" } }, "required": [ @@ -117131,7 +126452,52 @@ "examples": { "HasPrivilegesUserProfileRequestExample1": { "description": "Run `POST /_security/profile/_has_privileges` to check whether the two users associated with the specified profiles have all the requested set of cluster, index, and application privileges.\n", - "value": "{\n \"uids\": [\n \"u_LQPnxDxEjIH0GOUoFkZr5Y57YUwSkL9Joiq-g4OCbPc_0\",\n \"u_rzRnxDgEHIH0GOUoFkZr5Y27YUwSk19Joiq=g4OCxxB_1\",\n \"u_does-not-exist_0\"\n ],\n \"privileges\": {\n \"cluster\": [ \"monitor\", \"create_snapshot\", \"manage_ml\" ],\n \"index\" : [\n {\n \"names\": [ \"suppliers\", \"products\" ],\n \"privileges\": [ \"create_doc\"]\n },\n {\n \"names\": [ \"inventory\" ],\n \"privileges\" : [ \"read\", \"write\" ]\n }\n ],\n \"application\": [\n {\n \"application\": \"inventory_manager\",\n \"privileges\" : [ \"read\", \"data:write/inventory\" ],\n \"resources\" : [ \"product/1852563\" ]\n }\n ]\n }\n}" + "value": { + "privileges": { + "application": [ + { + "application": "inventory_manager", + "privileges": [ + "read", + "data:write/inventory" + ], + "resources": [ + "product/1852563" + ] + } + ], + "cluster": [ + "monitor", + "create_snapshot", + "manage_ml" + ], + "index": [ + { + "names": [ + "suppliers", + "products" + ], + "privileges": [ + "create_doc" + ] + }, + { + "names": [ + "inventory" + ], + "privileges": [ + "read", + "write" + ] + } + ] + }, + "uids": [ + "u_LQPnxDxEjIH0GOUoFkZr5Y57YUwSkL9Joiq-g4OCbPc_0", + "u_rzRnxDgEHIH0GOUoFkZr5Y27YUwSk19Joiq=g4OCxxB_1", + "u_does-not-exist_0" + ] + } } } } @@ -117146,7 +126512,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.put_privileges:Actions" + "$ref": "#/components/schemas/security.put_privileges.Actions" } } }, @@ -117154,12 +126520,46 @@ "SecurityPutPrivilegesRequestExample1": { "summary": "Add a privilege", "description": "Run `PUT /_security/privilege` to add a single application privilege. The wildcard (`*`) means that this privilege grants access to all actions that start with `data:read/`. Elasticsearch does not assign any meaning to these actions. However, if the request includes an application privilege such as `data:read/users` or `data:read/settings`, the has privileges API respects the use of a wildcard and returns `true`.\n", - "value": "{\n \"myapp\": {\n \"read\": {\n \"actions\": [ \n \"data:read/*\" , \n \"action:login\" ],\n \"metadata\": { \n \"description\": \"Read access to myapp\"\n }\n }\n }\n}" + "value": { + "myapp": { + "read": { + "actions": [ + "data:read/*", + "action:login" + ], + "metadata": { + "description": "Read access to myapp" + } + } + } + } }, "SecurityPutPrivilegesRequestExample2": { "summary": "Add multiple privileges", "description": "Run `PUT /_security/privilege` to add multiple application privileges.\n", - "value": "{\n \"app01\": {\n \"read\": {\n \"actions\": [ \"action:login\", \"data:read/*\" ]\n },\n \"write\": {\n \"actions\": [ \"action:login\", \"data:write/*\" ]\n }\n },\n \"app02\": {\n \"all\": {\n \"actions\": [ \"*\" ]\n }\n }\n}" + "value": { + "app01": { + "read": { + "actions": [ + "action:login", + "data:read/*" + ] + }, + "write": { + "actions": [ + "action:login", + "data:write/*" + ] + } + }, + "app02": { + "all": { + "actions": [ + "*" + ] + } + } + } } } } @@ -117176,14 +126576,14 @@ "description": "A list of application privilege entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "cluster": { "description": "A list of cluster privileges. These privileges define the cluster-level actions for users with this role.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "global": { @@ -117197,25 +126597,25 @@ "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "remote_indices": { "description": "A list of remote indices permissions entries.\n\nNOTE: Remote indices are effective for remote clusters configured with the API key based model.\nThey have no effect for remote clusters configured with the certificate based model.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteIndicesPrivileges" + "$ref": "#/components/schemas/security._types.RemoteIndicesPrivileges" } }, "remote_cluster": { "description": "A list of remote cluster permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RemoteClusterPrivileges" + "$ref": "#/components/schemas/security._types.RemoteClusterPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -117249,12 +126649,53 @@ "SecurityPutRoleRequestExample2": { "summary": "Role example 2", "description": "Run `POST /_security/role/cli_or_drivers_minimal` to configure a role that can run SQL in JDBC.", - "value": "{\n \"cluster\": [\"cluster:monitor/main\"],\n \"indices\": [\n {\n \"names\": [\"test\"],\n \"privileges\": [\"read\", \"indices:admin/get\"]\n }\n ]\n}" + "value": { + "cluster": [ + "cluster:monitor/main" + ], + "indices": [ + { + "names": [ + "test" + ], + "privileges": [ + "read", + "indices:admin/get" + ] + } + ] + } }, "SecurityPutRoleRequestExample3": { "summary": "Role example 3", "description": "Run `POST /_security/role/only_remote_access_role` to configure a role with remote indices and remote cluster privileges for a remote cluster.", - "value": "{\n \"remote_indices\": [\n {\n \"clusters\": [\"my_remote\"], \n \"names\": [\"logs*\"], \n \"privileges\": [\"read\", \"read_cross_cluster\", \"view_index_metadata\"] \n }\n ],\n \"remote_cluster\": [\n {\n \"clusters\": [\"my_remote\"], \n \"privileges\": [\"monitor_stats\"] \n }\n ]\n}" + "value": { + "remote_cluster": [ + { + "clusters": [ + "my_remote" + ], + "privileges": [ + "monitor_stats" + ] + } + ], + "remote_indices": [ + { + "clusters": [ + "my_remote" + ], + "names": [ + "logs*" + ], + "privileges": [ + "read", + "read_cross_cluster", + "view_index_metadata" + ] + } + ] + } } } } @@ -117272,7 +126713,7 @@ "type": "boolean" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "description": "A list of role names that are granted to the users that match the role mapping rules.\nExactly one of `roles` or `role_templates` must be specified.", @@ -117285,11 +126726,11 @@ "description": "A list of Mustache templates that will be evaluated to determine the roles names that should granted to the users that match the role mapping rules.\nExactly one of `roles` or `role_templates` must be specified.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleTemplate" + "$ref": "#/components/schemas/security._types.RoleTemplate" } }, "rules": { - "$ref": "#/components/schemas/security._types:RoleMappingRule" + "$ref": "#/components/schemas/security._types.RoleMappingRule" }, "run_as": { "type": "array", @@ -117303,47 +126744,209 @@ "SecurityPutRoleMappingRequestExample1": { "summary": "Roles for all users", "description": "Run `POST /_security/role_mapping/mapping1` to assign the `user` role to all users.\n", - "value": "{\n \"roles\": [ \"user\"],\n \"enabled\": true, \n \"rules\": {\n \"field\" : { \"username\" : \"*\" }\n },\n \"metadata\" : { \n \"version\" : 1\n }\n}" + "value": { + "enabled": true, + "metadata": { + "version": 1 + }, + "roles": [ + "user" + ], + "rules": { + "field": { + "username": "*" + } + } + } }, "SecurityPutRoleMappingRequestExample2": { "summary": "Roles for specific users", "description": "Run `POST /_security/role_mapping/mapping2` to assign the \"user\" and \"admin\" roles to specific users.\n", - "value": "{\n \"roles\": [ \"user\", \"admin\" ],\n \"enabled\": true,\n \"rules\": {\n \"field\" : { \"username\" : [ \"esadmin01\", \"esadmin02\" ] }\n }\n}" + "value": { + "enabled": true, + "roles": [ + "user", + "admin" + ], + "rules": { + "field": { + "username": [ + "esadmin01", + "esadmin02" + ] + } + } + } }, "SecurityPutRoleMappingRequestExample3": { "summary": "Roles for specific realms", "description": "Run `POST /_security/role_mapping/mapping3` to match users who authenticated against a specific realm.\n", - "value": "{\n \"roles\": [ \"ldap-user\" ],\n \"enabled\": true,\n \"rules\": {\n \"field\" : { \"realm.name\" : \"ldap1\" }\n }\n}" + "value": { + "enabled": true, + "roles": [ + "ldap-user" + ], + "rules": { + "field": { + "realm.name": "ldap1" + } + } + } }, "SecurityPutRoleMappingRequestExample4": { "summary": "Roles for specific groups", "description": "Run `POST /_security/role_mapping/mapping4` to match any user where either the username is `esadmin` or the user is in the `cn=admin,dc=example,dc=com group`. This example is useful when the group names in your identity management system (such as Active Directory, or a SAML Identity Provider) do not have a one-to-one correspondence with the names of roles in Elasticsearch. The role mapping is the means by which you link a group name with a role name.\n", - "value": "{\n \"roles\": [ \"superuser\" ],\n \"enabled\": true,\n \"rules\": {\n \"any\": [\n {\n \"field\": {\n \"username\": \"esadmin\"\n }\n },\n {\n \"field\": {\n \"groups\": \"cn=admins,dc=example,dc=com\"\n }\n }\n ]\n }\n}" + "value": { + "enabled": true, + "roles": [ + "superuser" + ], + "rules": { + "any": [ + { + "field": { + "username": "esadmin" + } + }, + { + "field": { + "groups": "cn=admins,dc=example,dc=com" + } + } + ] + } + } }, "SecurityPutRoleMappingRequestExample5": { "summary": "Roles for multiple groups", "description": "Run `POST /_security/role_mapping/mapping5` to use an array syntax for the groups field when there are multiple groups. This pattern matches any of the groups (rather than all of the groups).\n", - "value": "{\n \"role_templates\": [\n {\n \"template\": { \"source\": \"{{#tojson}}groups{{/tojson}}\" }, \n \"format\" : \"json\" \n }\n ],\n \"rules\": {\n \"field\" : { \"realm.name\" : \"saml1\" }\n },\n \"enabled\": true\n}" + "value": { + "enabled": true, + "role_templates": [ + { + "format": "json", + "template": { + "source": "{{#tojson}}groups{{/tojson}}" + } + } + ], + "rules": { + "field": { + "realm.name": "saml1" + } + } + } }, "SecurityPutRoleMappingRequestExample6": { "summary": "Templated roles for groups", "description": "Run `POST /_security/role_mapping/mapping6` for rare cases when the names of your groups may be an exact match for the names of your Elasticsearch roles. This can be the case when your SAML Identity Provider includes its own \"group mapping\" feature and can be configured to release Elasticsearch role names in the user's SAML attributes. In these cases it is possible to use a template that treats the group names as role names.\nNOTE: This should only be done if you intend to define roles for all of the provided groups. Mapping a user to a large number of unnecessary or undefined roles is inefficient and can have a negative effect on system performance. If you only need to map a subset of the groups, you should do it by using explicit mappings.\nThe `tojson` mustache function is used to convert the list of group names into a valid JSON array. Because the template produces a JSON array, the `format` must be set to `json`.\n", - "value": "{\n \"role_templates\": [\n {\n \"template\": { \"source\": \"{{#tojson}}groups{{/tojson}}\" }, \n \"format\" : \"json\" \n }\n ],\n \"rules\": {\n \"field\" : { \"realm.name\" : \"saml1\" }\n },\n \"enabled\": true\n}" + "value": { + "enabled": true, + "role_templates": [ + { + "format": "json", + "template": { + "source": "{{#tojson}}groups{{/tojson}}" + } + } + ], + "rules": { + "field": { + "realm.name": "saml1" + } + } + } }, "SecurityPutRoleMappingRequestExample7": { "summary": "Users in a LDAP sub-tree and realm", "description": "Run `POST /_security/role_mapping/mapping7` to match users within a particular LDAP sub-tree in a specific realm.\n", - "value": "{\n \"roles\": [ \"ldap-example-user\" ],\n \"enabled\": true,\n \"rules\": {\n \"all\": [\n { \"field\" : { \"dn\" : \"*,ou=subtree,dc=example,dc=com\" } },\n { \"field\" : { \"realm.name\" : \"ldap1\" } }\n ]\n }\n}" + "value": { + "enabled": true, + "roles": [ + "ldap-example-user" + ], + "rules": { + "all": [ + { + "field": { + "dn": "*,ou=subtree,dc=example,dc=com" + } + }, + { + "field": { + "realm.name": "ldap1" + } + } + ] + } + } }, "SecurityPutRoleMappingRequestExample8": { "summary": "Complex roles", "description": "Run `POST /_security/role_mapping/mapping8` to assign rules that are complex and include wildcard matching. For example, this mapping matches any user where all of these conditions are met: the Distinguished Name matches the pattern `*,ou=admin,dc=example,dc=com`, or the `username` is `es-admin`, or the `username` is `es-system`; the user is in the `cn=people,dc=example,dc=com` group; the user does not have a `terminated_date`.\n", - "value": "{\n \"roles\": [ \"superuser\" ],\n \"enabled\": true,\n \"rules\": {\n \"all\": [\n {\n \"any\": [\n {\n \"field\": {\n \"dn\": \"*,ou=admin,dc=example,dc=com\"\n }\n },\n {\n \"field\": {\n \"username\": [ \"es-admin\", \"es-system\" ]\n }\n }\n ]\n },\n {\n \"field\": {\n \"groups\": \"cn=people,dc=example,dc=com\"\n }\n },\n {\n \"except\": {\n \"field\": {\n \"metadata.terminated_date\": null\n }\n }\n }\n ]\n }\n}" + "value": { + "enabled": true, + "roles": [ + "superuser" + ], + "rules": { + "all": [ + { + "any": [ + { + "field": { + "dn": "*,ou=admin,dc=example,dc=com" + } + }, + { + "field": { + "username": [ + "es-admin", + "es-system" + ] + } + } + ] + }, + { + "field": { + "groups": "cn=people,dc=example,dc=com" + } + }, + { + "except": { + "field": { + "metadata.terminated_date": null + } + } + } + ] + } + } }, "SecurityPutRoleMappingRequestExample9": { "summary": "Templated roles", "description": "Run `POST /_security/role_mapping/mapping9` to use templated roles to automatically map every user to their own custom role. In this example every user who authenticates using the `cloud-saml` realm will be automatically mapped to two roles: the `saml_user` role and a role that is their username prefixed with `_user_`. For example, the user `nwong` would be assigned the `saml_user` and `_user_nwong` roles.\n", - "value": "{\n \"rules\": { \"field\": { \"realm.name\": \"cloud-saml\" } },\n \"role_templates\": [\n { \"template\": { \"source\" : \"saml_user\" } }, \n { \"template\": { \"source\" : \"_user_{{username}}\" } }\n ],\n \"enabled\": true\n}" + "value": { + "enabled": true, + "role_templates": [ + { + "template": { + "source": "saml_user" + } + }, + { + "template": { + "source": "_user_{{username}}" + } + } + ], + "rules": { + "field": { + "realm.name": "cloud-saml" + } + } + } } } } @@ -117357,7 +126960,7 @@ "type": "object", "properties": { "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "email": { "description": "The email of the user.", @@ -117384,10 +126987,10 @@ ] }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "password_hash": { "externalDocs": { @@ -117412,7 +127015,18 @@ "examples": { "SecurityPutUserRequestExample1": { "description": "Run `POST /_security/user/jacknich` to activate a user profile.", - "value": "{\n \"password\" : \"l0ng-r4nd0m-p@ssw0rd\",\n \"roles\" : [ \"admin\", \"other_role1\" ],\n \"full_name\" : \"Jack Nicholson\",\n \"email\" : \"jacknich@example.com\",\n \"metadata\" : {\n \"intelligence\" : 7\n }\n}" + "value": { + "email": "jacknich@example.com", + "full_name": "Jack Nicholson", + "metadata": { + "intelligence": 7 + }, + "password": "l0ng-r4nd0m-p@ssw0rd", + "roles": [ + "admin", + "other_role1" + ] + } } } } @@ -117429,25 +127043,25 @@ "description": "Any aggregations to run over the corpus of returned API keys.\nAggregations and queries work together. Aggregations are computed only on the API keys that match the query.\nThis supports only a subset of aggregation types, namely: `terms`, `range`, `date_range`, `missing`,\n`cardinality`, `value_count`, `composite`, `filter`, and `filters`.\nAdditionally, aggregations only run over the same subset of fields that query works with.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregationContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregationContainer" } }, "query": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nThe `size` parameter can be set to `0`, in which case no API key matches are returned, only the aggregation results.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -117455,17 +127069,80 @@ "QueryApiKeysRequestExample1": { "summary": "Query API keys by ID", "description": "Run `GET /_security/_query/api_key?with_limited_by=true` to retrieve an API key by ID.", - "value": "{\n \"query\": {\n \"ids\": {\n \"values\": [\n \"VuaCfGcBCdbkQm-e5aOx\"\n ]\n }\n }\n}" + "value": { + "query": { + "ids": { + "values": [ + "VuaCfGcBCdbkQm-e5aOx" + ] + } + } + } }, "QueryApiKeysRequestExample2": { "summary": "Query API keys with pagination", "description": "Run `GET /_security/_query/api_key`. Use a `bool` query to issue complex logical conditions and use `from`, `size`, and `sort` to help paginate the result. For example, the API key name must begin with `app1-key-` and must not be `app1-key-01`. It must be owned by a username with the wildcard pattern `org-*-user` and the `environment` metadata field must have a `production` value. The offset to begin the search result is the twentieth (zero-based index) API key. The page size of the response is 10 API keys. The result is first sorted by creation date in descending order, then by name in ascending order.\n", - "value": "{\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"prefix\": {\n \"name\": \"app1-key-\" \n }\n },\n {\n \"term\": {\n \"invalidated\": \"false\" \n }\n }\n ],\n \"must_not\": [\n {\n \"term\": {\n \"name\": \"app1-key-01\" \n }\n }\n ],\n \"filter\": [\n {\n \"wildcard\": {\n \"username\": \"org-*-user\" \n }\n },\n {\n \"term\": {\n \"metadata.environment\": \"production\" \n }\n }\n ]\n }\n },\n \"from\": 20, \n \"size\": 10, \n \"sort\": [ \n { \"creation\": { \"order\": \"desc\", \"format\": \"date_time\" } },\n \"name\"\n ]\n}" + "value": { + "from": 20, + "query": { + "bool": { + "filter": [ + { + "wildcard": { + "username": "org-*-user" + } + }, + { + "term": { + "metadata.environment": "production" + } + } + ], + "must": [ + { + "prefix": { + "name": "app1-key-" + } + }, + { + "term": { + "invalidated": "false" + } + } + ], + "must_not": [ + { + "term": { + "name": "app1-key-01" + } + } + ] + } + }, + "size": 10, + "sort": [ + { + "creation": { + "format": "date_time", + "order": "desc" + } + }, + "name" + ] + } }, "QueryApiKeysRequestExample3": { "summary": "Query API keys by name", "description": "Run `GET /_security/_query/api_key` to retrieve the API key by name.", - "value": "{\n \"query\": {\n \"term\": {\n \"name\": {\n \"value\": \"application-key-1\"\n }\n }\n }\n}" + "value": { + "query": { + "term": { + "name": { + "value": "application-key-1" + } + } + } + } } } } @@ -117478,21 +127155,21 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/security.query_role:RoleQueryContainer" + "$ref": "#/components/schemas/security.query_role.RoleQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -117500,12 +127177,25 @@ "QueryRolesRequestExample1": { "summary": "Query roles by name", "description": "Run `POST /_security/_query/role` to lists all roles, sorted by the role name.", - "value": "{\n \"sort\": [\"name\"]\n}" + "value": { + "sort": [ + "name" + ] + } }, "QueryRolesRequestExample2": { "summary": "Query roles by description", "description": "Run `POST /_security/_query/role` to query only the user access role, given its description. It returns only the best matching role because `size` is set to `1`.\n", - "value": "{\n \"query\": {\n \"match\": {\n \"description\": {\n \"query\": \"user access\"\n }\n }\n },\n \"size\": 1 \n}" + "value": { + "query": { + "match": { + "description": { + "query": "user access" + } + } + }, + "size": 1 + } } } } @@ -117518,21 +127208,21 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/security.query_user:UserQueryContainer" + "$ref": "#/components/schemas/security.query_user.UserQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -117540,12 +127230,51 @@ "SecurityQueryUserRequestExample1": { "summary": "Query users by role prefix", "description": "Run `POST /_security/_query/user?with_profile_uid=true` to get users that have roles that are prefixed with `other`. It will also include the user `profile_uid` in the response.\n", - "value": "{\n \"query\": {\n \"prefix\": {\n \"roles\": \"other\"\n }\n }\n}" + "value": { + "query": { + "prefix": { + "roles": "other" + } + } + } }, "SecurityQueryUserRequestExample2": { "summary": "Query users with multiple conditions", "description": "Run `POST /_security/_query/user`. Use a `bool` query to issue complex logical conditions: The `email` must end with `example.com`. The user must be enabled. The result will be filtered to only contain users with at least one role that contains the substring `other`. The offset to begin the search result is the second (zero-based index) user. The page size of the response is two users. The result is sorted by `username` in descending order.\n", - "value": "{\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"wildcard\": {\n \"email\": \"*example.com\" \n }\n },\n {\n \"term\": {\n \"enabled\": true \n }\n }\n ],\n \"filter\": [\n {\n \"wildcard\": {\n \"roles\": \"*other*\" \n }\n }\n ]\n }\n },\n \"from\": 1, \n \"size\": 2, \n \"sort\": [\n { \"username\": { \"order\": \"desc\"} } \n ]\n}" + "value": { + "from": 1, + "query": { + "bool": { + "filter": [ + { + "wildcard": { + "roles": "*other*" + } + } + ], + "must": [ + { + "wildcard": { + "email": "*example.com" + } + }, + { + "term": { + "enabled": true + } + } + ] + } + }, + "size": 2, + "sort": [ + { + "username": { + "order": "desc" + } + } + ] + } } } } @@ -117580,14 +127309,28 @@ ] }, "hint": { - "$ref": "#/components/schemas/security.suggest_user_profiles:Hint" + "$ref": "#/components/schemas/security.suggest_user_profiles.Hint" } } }, "examples": { "SuggestUserProfilesRequestExample1": { "description": "Run `POST /_security/profile/_suggest` to get suggestions for profile documents with name-related fields matching `jack`. It specifies both `uids` and `labels` hints for better relevance. The `labels` hint ranks profiles higher if their `direction` label matches either `north` or `east`.\n", - "value": "{\n \"name\": \"jack\", \n \"hint\": {\n \"uids\": [ \n \"u_8RKO7AKfEbSiIHZkZZ2LJy2MUSDPWDr3tMI_CkIGApU_0\",\n \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\"\n ],\n \"labels\": {\n \"direction\": [\"north\", \"east\"] \n }\n }\n}" + "value": { + "hint": { + "labels": { + "direction": [ + "north", + "east" + ] + }, + "uids": [ + "u_8RKO7AKfEbSiIHZkZZ2LJy2MUSDPWDr3tMI_CkIGApU_0", + "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0" + ] + }, + "name": "jack" + } } } } @@ -117618,7 +127361,16 @@ "examples": { "UpdateUserProfileDataRequestExample1": { "description": "Run `POST /_security/profile/u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0/_data` to update a profile document for the `u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0` user profile.\n", - "value": "{\n \"labels\": {\n \"direction\": \"east\"\n },\n \"data\": {\n \"app1\": {\n \"theme\": \"default\"\n }\n }\n}" + "value": { + "data": { + "app1": { + "theme": "default" + } + }, + "labels": { + "direction": "east" + } + } } } } @@ -117635,31 +127387,31 @@ "description": "Sample documents to test in the pipeline.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:Document" + "$ref": "#/components/schemas/ingest._types.Document" } }, "component_template_substitutions": { "description": "A map of component template names to substitute component template definition objects.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateNode" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateNode" } }, "index_template_substitutions": { "description": "A map of index template names to substitute index template definition objects.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexTemplate" + "$ref": "#/components/schemas/indices._types.IndexTemplate" } }, "mapping_addition": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "pipeline_substitutions": { "description": "Pipelines to test.\nIf you don’t specify the `pipeline` request path parameter, this parameter is required.\nIf you specify both this and the request path parameter, the API only uses the request path parameter.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } } }, @@ -117671,22 +127423,168 @@ "SimulateIngestRequestExample1": { "summary": "Existing pipeline definitions", "description": "In this example the index `my-index` has a default pipeline called `my-pipeline` and a final pipeline called `my-final-pipeline`. Since both documents are being ingested into `my-index`, both pipelines are run using the pipeline definitions that are already in the system.", - "value": "{\n \"docs\": [\n {\n \"_id\": 123,\n \"_index\": \"my-index\",\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_id\": 456,\n \"_index\": \"my-index\",\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": 123, + "_index": "my-index", + "_source": { + "foo": "bar" + } + }, + { + "_id": 456, + "_index": "my-index", + "_source": { + "foo": "rab" + } + } + ] + } }, "SimulateIngestRequestExample2": { "summary": "Pipeline substitions", "description": "In this example the index `my-index` has a default pipeline called `my-pipeline` and a final pipeline called `my-final-pipeline`. But a substitute definition of `my-pipeline` is provided in `pipeline_substitutions`. The substitute `my-pipeline` will be used in place of the `my-pipeline` that is in the system, and then the `my-final-pipeline` that is already defined in the system will run.", - "value": "{\n \"docs\": [\n {\n \"_index\": \"my-index\",\n \"_id\": 123,\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_index\": \"my-index\",\n \"_id\": 456,\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ],\n \"pipeline_substitutions\": {\n \"my-pipeline\": {\n \"processors\": [\n {\n \"uppercase\": {\n \"field\": \"foo\"\n }\n }\n ]\n }\n }\n}" + "value": { + "docs": [ + { + "_id": 123, + "_index": "my-index", + "_source": { + "foo": "bar" + } + }, + { + "_id": 456, + "_index": "my-index", + "_source": { + "foo": "rab" + } + } + ], + "pipeline_substitutions": { + "my-pipeline": { + "processors": [ + { + "uppercase": { + "field": "foo" + } + } + ] + } + } + } }, "SimulateIngestRequestExample3": { "summary": "Component template substitutions", "description": "In this example, imagine that the index `my-index` has a strict mapping with only the `foo` keyword field defined. Say that field mapping came from a component template named `my-mappings-template`. You want to test adding a new field, `bar`. So a substitute definition of `my-mappings-template` is provided in `component_template_substitutions`. The substitute `my-mappings-template` will be used in place of the existing mapping for `my-index` and in place of the `my-mappings-template` that is in the system.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"my-index\",\n \"_id\": \"123\",\n \"_source\": {\n \"foo\": \"foo\"\n }\n },\n {\n \"_index\": \"my-index\",\n \"_id\": \"456\",\n \"_source\": {\n \"bar\": \"rab\"\n }\n }\n ],\n \"component_template_substitutions\": {\n \"my-mappings_template\": {\n \"template\": {\n \"mappings\": {\n \"dynamic\": \"strict\",\n \"properties\": {\n \"foo\": {\n \"type\": \"keyword\"\n },\n \"bar\": {\n \"type\": \"keyword\"\n }\n }\n }\n }\n }\n }\n}" + "value": { + "component_template_substitutions": { + "my-mappings_template": { + "template": { + "mappings": { + "dynamic": "strict", + "properties": { + "bar": { + "type": "keyword" + }, + "foo": { + "type": "keyword" + } + } + } + } + } + }, + "docs": [ + { + "_id": "123", + "_index": "my-index", + "_source": { + "foo": "foo" + } + }, + { + "_id": "456", + "_index": "my-index", + "_source": { + "bar": "rab" + } + } + ] + } }, "SimulateIngestRequestExample4": { "summary": "Multiple substitutions", "description": "The pipeline, component template, and index template substitutions replace the existing pipeline details for the duration of this request.", - "value": "{\n \"docs\": [\n {\n \"_id\": \"id\",\n \"_index\": \"my-index\",\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_id\": \"id\",\n \"_index\": \"my-index\",\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ],\n \"pipeline_substitutions\": {\n \"my-pipeline\": {\n \"processors\": [\n {\n \"set\": {\n \"field\": \"field3\",\n \"value\": \"value3\"\n }\n }\n ]\n }\n },\n \"component_template_substitutions\": {\n \"my-component-template\": {\n \"template\": {\n \"mappings\": {\n \"dynamic\": true,\n \"properties\": {\n \"field3\": {\n \"type\": \"keyword\"\n }\n }\n },\n \"settings\": {\n \"index\": {\n \"default_pipeline\": \"my-pipeline\"\n }\n }\n }\n }\n },\n \"index_template_substitutions\": {\n \"my-index-template\": {\n \"index_patterns\": [\n \"my-index-*\"\n ],\n \"composed_of\": [\n \"component_template_1\",\n \"component_template_2\"\n ]\n }\n },\n \"mapping_addition\": {\n \"dynamic\": \"strict\",\n \"properties\": {\n \"foo\": {\n \"type\": \"keyword\"\n }\n }\n }\n}" + "value": { + "component_template_substitutions": { + "my-component-template": { + "template": { + "mappings": { + "dynamic": true, + "properties": { + "field3": { + "type": "keyword" + } + } + }, + "settings": { + "index": { + "default_pipeline": "my-pipeline" + } + } + } + } + }, + "docs": [ + { + "_id": "id", + "_index": "my-index", + "_source": { + "foo": "bar" + } + }, + { + "_id": "id", + "_index": "my-index", + "_source": { + "foo": "rab" + } + } + ], + "index_template_substitutions": { + "my-index-template": { + "composed_of": [ + "component_template_1", + "component_template_2" + ], + "index_patterns": [ + "my-index-*" + ] + } + }, + "mapping_addition": { + "dynamic": "strict", + "properties": { + "foo": { + "type": "keyword" + } + } + }, + "pipeline_substitutions": { + "my-pipeline": { + "processors": [ + { + "set": { + "field": "field3", + "value": "value3" + } + } + ] + } + } + } } } } @@ -117700,7 +127598,7 @@ "type": "object", "properties": { "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "feature_states": { "externalDocs": { @@ -117721,10 +127619,10 @@ "type": "boolean" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "partial": { "description": "If `true`, it enables you to restore a partial snapshot of indices with unavailable shards.\nOnly shards that were successfully included in the snapshot will be restored.\nAll missing shards will be recreated as empty.\n\nIf `false`, the entire restore operation will fail if one or more indices included in the snapshot do not have all primary shards available.", @@ -117735,7 +127633,15 @@ "examples": { "SnapshotCreateRequestExample1": { "description": "Run `PUT /_snapshot/my_repository/snapshot_2?wait_for_completion=true` to take a snapshot of `index_1` and `index_2`.", - "value": "{\n \"indices\": \"index_1,index_2\",\n \"ignore_unavailable\": true,\n \"include_global_state\": false,\n \"metadata\": {\n \"taken_by\": \"user123\",\n \"taken_because\": \"backup before upgrading\"\n }\n}" + "value": { + "ignore_unavailable": true, + "include_global_state": false, + "indices": "index_1,index_2", + "metadata": { + "taken_because": "backup before upgrading", + "taken_by": "user123" + } + } } } } @@ -117745,38 +127651,70 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/snapshot._types:Repository" + "$ref": "#/components/schemas/snapshot._types.Repository" }, "examples": { "SnapshotCreateRepositoryRequestExample1": { "summary": "A shared file system repository", "description": "Run `PUT /_snapshot/my_repository` to create or update a shared file system snapshot repository.", - "value": "{\n \"type\": \"fs\",\n \"settings\": {\n \"location\": \"my_backup_location\"\n }\n}" + "value": { + "settings": { + "location": "my_backup_location" + }, + "type": "fs" + } }, "SnapshotCreateRepositoryRequestExample2": { "summary": "An Azure repository", "description": "Run `PUT /_snapshot/my_repository` to create or update an Azure snapshot repository.", - "value": "{\n \"type\": \"azure\",\n \"settings\": {\n \"client\": \"secondary\"\n }\n}" + "value": { + "settings": { + "client": "secondary" + }, + "type": "azure" + } }, "SnapshotCreateRepositoryRequestExample3": { "summary": "A Google Cloud Storage repository", "description": "Run `PUT /_snapshot/my_gcs_repository` to create or update a Google Cloud Storage snapshot repository.", - "value": "{\n \"type\": \"gcs\",\n \"settings\": {\n \"bucket\": \"my_other_bucket\",\n \"base_path\": \"dev\"\n }\n}" + "value": { + "settings": { + "base_path": "dev", + "bucket": "my_other_bucket" + }, + "type": "gcs" + } }, "SnapshotCreateRepositoryRequestExample4": { "summary": "An S3 repository", "description": "Run `PUT /_snapshot/my_s3_repository` to create or update an AWS S3 snapshot repository.", - "value": "{\n \"type\": \"s3\",\n \"settings\": {\n \"bucket\": \"my-bucket\"\n }\n}" + "value": { + "settings": { + "bucket": "my-bucket" + }, + "type": "s3" + } }, "SnapshotCreateRepositoryRequestExample5": { "summary": "A source-only repository", "description": "Run `PUT _snapshot/my_src_only_repository` to create or update a source-only snapshot repository.", - "value": "{\n \"type\": \"source\",\n \"settings\": {\n \"delegate_type\": \"fs\",\n \"location\": \"my_backup_repository\"\n }\n}" + "value": { + "settings": { + "delegate_type": "fs", + "location": "my_backup_repository" + }, + "type": "source" + } }, "SnapshotCreateRepositoryRequestExample6": { "summary": "A read-only URL repository", "description": "Run `PUT _snapshot/my_read_only_url_repository` to create or update a read-only URL snapshot repository.", - "value": "{\n \"type\": \"url\",\n \"settings\": {\n \"url\": \"file:/mount/backups/my_fs_backup_location\"\n }\n}" + "value": { + "settings": { + "url": "file:/mount/backups/my_fs_backup_location" + }, + "type": "url" + } } } } @@ -117817,21 +127755,21 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_using_frozen": { "description": "If `true`, the search can run on frozen indices.", "type": "boolean" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "keep_on_completion": { "description": "If `true`, Elasticsearch stores synchronous searches if you also specify the `wait_for_completion_timeout` parameter.\nIf `false`, Elasticsearch only stores async searches that don't finish before the `wait_for_completion_timeout`.", "type": "boolean" }, "page_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "params": { "description": "The values for parameters in the query.", @@ -117848,23 +127786,25 @@ "type": "string" }, "request_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, "examples": { "QuerySqlRequestExample1": { "description": "Run `POST _sql?format=txt` to get results for an SQL search.", - "value": "{\n \"query\": \"SELECT * FROM library ORDER BY page_count DESC LIMIT 5\"\n}" + "value": { + "query": "SELECT * FROM library ORDER BY page_count DESC LIMIT 5" + } } } } @@ -117882,14 +127822,14 @@ "type": "number" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query": { "description": "The SQL query to run.", "type": "string" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } }, "required": [ @@ -117900,7 +127840,10 @@ "TranslateSqlRequestExample1": { "summary": "sql/apis/sql-translate-api.asciidoc:12", "description": "", - "value": "{\n \"query\": \"SELECT * FROM library ORDER BY page_count DESC\",\n \"fetch_size\": 10\n}" + "value": { + "fetch_size": 10, + "query": "SELECT * FROM library ORDER BY page_count DESC" + } } } } @@ -117914,21 +127857,21 @@ "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "size": { "description": "The number of matching terms to return.", "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "case_insensitive": { "description": "When `true`, the provided search string is matched against index terms without case sensitivity.", "type": "boolean" }, "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "string": { "description": "The string to match at the start of indexed terms.\nIf it is not provided, all terms in the field are considered.\n\n> info\n> The prefix string cannot be larger than the largest possible keyword value, which is Lucene's term byte-length limit of 32766.", @@ -117946,7 +127889,10 @@ "examples": { "TermsEnumRequestExample1": { "description": "Run `POST stackoverflow/_terms_enum`.", - "value": "{\n \"field\" : \"tags\",\n \"string\" : \"kiba\"\n}" + "value": { + "field": "tags", + "string": "kiba" + } } } } @@ -117963,7 +127909,7 @@ "type": "object" }, "filter": { - "$ref": "#/components/schemas/_global.termvectors:Filter" + "$ref": "#/components/schemas/_global.termvectors.Filter" }, "per_field_analyzer": { "description": "Override the default per-field analyzer.\nThis is useful in order to generate term vectors in any fashion, especially when using artificial documents.\nWhen providing an analyzer for a field that already stores term vectors, the term vectors will be regenerated.", @@ -117973,7 +127919,7 @@ } }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "field_statistics": { "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -117996,13 +127942,13 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, @@ -118010,27 +127956,74 @@ "TermVectorsRequestExample1": { "summary": "Return stored term vectors", "description": "Run `GET /my-index-000001/_termvectors/1` to return all information and statistics for field `text` in document 1.\n", - "value": "{\n \"fields\" : [\"text\"],\n \"offsets\" : true,\n \"payloads\" : true,\n \"positions\" : true,\n \"term_statistics\" : true,\n \"field_statistics\" : true\n}" + "value": { + "field_statistics": true, + "fields": [ + "text" + ], + "offsets": true, + "payloads": true, + "positions": true, + "term_statistics": true + } }, "TermVectorsRequestExample2": { "summary": "Per-field analyzer", "description": "Run `GET /my-index-000001/_termvectors/1` to set per-field analyzers. A different analyzer than the one at the field may be provided by using the `per_field_analyzer` parameter.\n", - "value": "{\n \"doc\" : {\n \"fullname\" : \"John Doe\",\n \"text\" : \"test test test\"\n },\n \"fields\": [\"fullname\"],\n \"per_field_analyzer\" : {\n \"fullname\": \"keyword\"\n }\n}" + "value": { + "doc": { + "fullname": "John Doe", + "text": "test test test" + }, + "fields": [ + "fullname" + ], + "per_field_analyzer": { + "fullname": "keyword" + } + } }, "TermVectorsRequestExample3": { "summary": "Terms filtering", "description": "Run `GET /imdb/_termvectors` to filter the terms returned based on their tf-idf scores. It returns the three most \"interesting\" keywords from the artificial document having the given \"plot\" field value. Notice that the keyword \"Tony\" or any stop words are not part of the response, as their tf-idf must be too low.\n", - "value": "{\n \"doc\": {\n \"plot\": \"When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil.\"\n },\n \"term_statistics\": true,\n \"field_statistics\": true,\n \"positions\": false,\n \"offsets\": false,\n \"filter\": {\n \"max_num_terms\": 3,\n \"min_term_freq\": 1,\n \"min_doc_freq\": 1\n }\n}" + "value": { + "doc": { + "plot": "When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil." + }, + "field_statistics": true, + "filter": { + "max_num_terms": 3, + "min_doc_freq": 1, + "min_term_freq": 1 + }, + "offsets": false, + "positions": false, + "term_statistics": true + } }, "TermVectorsRequestExample4": { "summary": "Generate term vectors on the fly", "description": "Run `GET /my-index-000001/_termvectors/1`. Term vectors which are not explicitly stored in the index are automatically computed on the fly. This request returns all information and statistics for the fields in document 1, even though the terms haven't been explicitly stored in the index. Note that for the field text, the terms are not regenerated.\n", - "value": "{\n \"fields\" : [\"text\", \"some_field_without_term_vectors\"],\n \"offsets\" : true,\n \"positions\" : true,\n \"term_statistics\" : true,\n \"field_statistics\" : true\n}" + "value": { + "field_statistics": true, + "fields": [ + "text", + "some_field_without_term_vectors" + ], + "offsets": true, + "positions": true, + "term_statistics": true + } }, "TermVectorsRequestExample5": { "summary": "Artificial documents", "description": "Run `GET /my-index-000001/_termvectors`. Term vectors can be generated for artificial documents, that is for documents not present in the index. If dynamic mapping is turned on (default), the document fields not in the original mapping will be dynamically created.\n", - "value": "{\n \"doc\" : {\n \"fullname\" : \"John Doe\",\n \"text\" : \"test test test\"\n }\n}" + "value": { + "doc": { + "fullname": "John Doe", + "text": "test test test" + } + } } } } @@ -118057,7 +128050,32 @@ "examples": { "FindMessageStructureRequestExample1": { "description": "Run `POST _text_structure/find_message_structure` to analyze Elasticsearch log files.\n", - "value": "{\n \"messages\": [\n \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\",\n \"[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\",\n \"[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]\",\n \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]\",\n \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]\",\n \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-monitoring]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-ent-search]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]\",\n \"[2024-03-05T10:52:41,059][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-expression]\",\n \"[2024-03-05T10:52:41,059][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-eql]\",\n \"[2024-03-05T10:52:43,291][INFO ][o.e.e.NodeEnvironment ] [laptop] heap size [16gb], compressed ordinary object pointers [true]\",\n \"[2024-03-05T10:52:46,098][INFO ][o.e.x.s.Security ] [laptop] Security is enabled\",\n \"[2024-03-05T10:52:47,227][INFO ][o.e.x.p.ProfilingPlugin ] [laptop] Profiling is enabled\",\n \"[2024-03-05T10:52:47,259][INFO ][o.e.x.p.ProfilingPlugin ] [laptop] profiling index templates will not be installed or reinstalled\",\n \"[2024-03-05T10:52:47,755][INFO ][o.e.i.r.RecoverySettings ] [laptop] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]\",\n \"[2024-03-05T10:52:47,787][INFO ][o.e.d.DiscoveryModule ] [laptop] using discovery type [multi-node] and seed hosts providers [settings]\",\n \"[2024-03-05T10:52:49,188][INFO ][o.e.n.Node ] [laptop] initialized\",\n \"[2024-03-05T10:52:49,199][INFO ][o.e.n.Node ] [laptop] starting ...\"\n ]\n}" + "value": { + "messages": [ + "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128", + "[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]", + "[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]", + "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]", + "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]", + "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]", + "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-monitoring]", + "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]", + "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]", + "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-ent-search]", + "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]", + "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]", + "[2024-03-05T10:52:41,059][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-expression]", + "[2024-03-05T10:52:41,059][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-eql]", + "[2024-03-05T10:52:43,291][INFO ][o.e.e.NodeEnvironment ] [laptop] heap size [16gb], compressed ordinary object pointers [true]", + "[2024-03-05T10:52:46,098][INFO ][o.e.x.s.Security ] [laptop] Security is enabled", + "[2024-03-05T10:52:47,227][INFO ][o.e.x.p.ProfilingPlugin ] [laptop] Profiling is enabled", + "[2024-03-05T10:52:47,259][INFO ][o.e.x.p.ProfilingPlugin ] [laptop] profiling index templates will not be installed or reinstalled", + "[2024-03-05T10:52:47,755][INFO ][o.e.i.r.RecoverySettings ] [laptop] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]", + "[2024-03-05T10:52:47,787][INFO ][o.e.d.DiscoveryModule ] [laptop] using discovery type [multi-node] and seed hosts providers [settings]", + "[2024-03-05T10:52:49,188][INFO ][o.e.n.Node ] [laptop] initialized", + "[2024-03-05T10:52:49,199][INFO ][o.e.n.Node ] [laptop] starting ..." + ] + } } } } @@ -118071,7 +128089,7 @@ "type": "object", "properties": { "grok_pattern": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" }, "text": { "description": "The lines of text to run the Grok pattern on.", @@ -118089,7 +128107,13 @@ "examples": { "TestGrokPatternRequestExample1": { "description": "Run `GET _text_structure/test_grok_pattern` to test a Grok pattern.", - "value": "{\n \"grok_pattern\": \"Hello %{WORD:first_name} %{WORD:last_name}\",\n \"text\": [\n \"Hello John Doe\",\n \"this does not match\"\n ]\n}" + "value": { + "grok_pattern": "Hello %{WORD:first_name} %{WORD:last_name}", + "text": [ + "Hello John Doe", + "this does not match" + ] + } } } } @@ -118103,39 +128127,60 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" } } }, "examples": { "PreviewTransformRequestExample1": { "description": "Run `POST _transform/_preview` to preview a transform that uses the pivot method.", - "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\"\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n }\n}" + "value": { + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id", + "missing_bucket": true + } + } + } + }, + "source": { + "index": "kibana_sample_data_ecommerce" + } + } } } } @@ -118151,7 +128196,7 @@ "description": "Determines how to handle the watch actions as part of the watch execution.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:ActionExecutionMode" + "$ref": "#/components/schemas/watcher._types.ActionExecutionMode" } }, "alternative_input": { @@ -118170,13 +128215,13 @@ "type": "boolean" }, "simulated_actions": { - "$ref": "#/components/schemas/watcher._types:SimulatedActions" + "$ref": "#/components/schemas/watcher._types.SimulatedActions" }, "trigger_data": { - "$ref": "#/components/schemas/watcher._types:ScheduleTriggerEvent" + "$ref": "#/components/schemas/watcher._types.ScheduleTriggerEvent" }, "watch": { - "$ref": "#/components/schemas/watcher._types:Watch" + "$ref": "#/components/schemas/watcher._types.Watch" } } }, @@ -118184,17 +128229,73 @@ "WatcherExecuteRequestExample1": { "summary": "Run a watch", "description": "Run `POST _watcher/watch/my_watch/_execute` to run a watch. The input defined in the watch is ignored and the `alternative_input` is used as the payload. The condition as defined by the watch is ignored and is assumed to evaluate to true. The `force_simulate` action forces the simulation of `my-action`. Forcing the simulation means that throttling is ignored and the watch is simulated by Watcher instead of being run normally.\n", - "value": "{\n \"trigger_data\" : { \n \"triggered_time\" : \"now\",\n \"scheduled_time\" : \"now\"\n },\n \"alternative_input\" : { \n \"foo\" : \"bar\"\n },\n \"ignore_condition\" : true, \n \"action_modes\" : {\n \"my-action\" : \"force_simulate\" \n },\n \"record_execution\" : true \n}" + "value": { + "action_modes": { + "my-action": "force_simulate" + }, + "alternative_input": { + "foo": "bar" + }, + "ignore_condition": true, + "record_execution": true, + "trigger_data": { + "scheduled_time": "now", + "triggered_time": "now" + } + } }, "WatcherExecuteRequestExample2": { "summary": "Run a watch with multiple action modes", "description": "Run `POST _watcher/watch/my_watch/_execute` and set a different mode for each action.\n", - "value": "{\n \"action_modes\" : {\n \"action1\" : \"force_simulate\",\n \"action2\" : \"skip\"\n }\n}" + "value": { + "action_modes": { + "action1": "force_simulate", + "action2": "skip" + } + } }, "WatcherExecuteRequestExample3": { "summary": "Run a watch inline", "description": "Run `POST _watcher/watch/_execute` to run a watch inline. All other settings for this API still apply when inlining a watch. In this example, while the inline watch defines a compare condition, during the execution this condition will be ignored.\n", - "value": "{\n \"watch\" : {\n \"trigger\" : { \"schedule\" : { \"interval\" : \"10s\" } },\n \"input\" : {\n \"search\" : {\n \"request\" : {\n \"indices\" : [ \"logs\" ],\n \"body\" : {\n \"query\" : {\n \"match\" : { \"message\": \"error\" }\n }\n }\n }\n }\n },\n \"condition\" : {\n \"compare\" : { \"ctx.payload.hits.total\" : { \"gt\" : 0 }}\n },\n \"actions\" : {\n \"log_error\" : {\n \"logging\" : {\n \"text\" : \"Found {{ctx.payload.hits.total}} errors in the logs\"\n }\n }\n }\n }\n}" + "value": { + "watch": { + "actions": { + "log_error": { + "logging": { + "text": "Found {{ctx.payload.hits.total}} errors in the logs" + } + } + }, + "condition": { + "compare": { + "ctx.payload.hits.total": { + "gt": 0 + } + } + }, + "input": { + "search": { + "request": { + "body": { + "query": { + "match": { + "message": "error" + } + } + }, + "indices": [ + "logs" + ] + } + } + }, + "trigger": { + "schedule": { + "interval": "10s" + } + } + } + } } } } @@ -118210,36 +128311,85 @@ "description": "The list of actions that will be run if the condition matches.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/watcher._types:Action" + "$ref": "#/components/schemas/watcher._types.Action" } }, "condition": { - "$ref": "#/components/schemas/watcher._types:ConditionContainer" + "$ref": "#/components/schemas/watcher._types.ConditionContainer" }, "input": { - "$ref": "#/components/schemas/watcher._types:InputContainer" + "$ref": "#/components/schemas/watcher._types.InputContainer" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "throttle_period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttle_period_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "transform": { - "$ref": "#/components/schemas/_types:TransformContainer" + "$ref": "#/components/schemas/_types.TransformContainer" }, "trigger": { - "$ref": "#/components/schemas/watcher._types:TriggerContainer" + "$ref": "#/components/schemas/watcher._types.TriggerContainer" } } }, "examples": { "WatcherPutWatchRequestExample1": { "description": "Run `PUT _watcher/watch/my-watch` add a watch. The watch schedule triggers every minute. The watch search input looks for any 404 HTTP responses that occurred in the last five minutes. The watch condition checks if any search hits where found. When found, the watch action sends an email to an administrator.\n", - "value": "{\n \"trigger\" : {\n \"schedule\" : { \"cron\" : \"0 0/1 * * * ?\" }\n },\n \"input\" : {\n \"search\" : {\n \"request\" : {\n \"indices\" : [\n \"logstash*\"\n ],\n \"body\" : {\n \"query\" : {\n \"bool\" : {\n \"must\" : {\n \"match\": {\n \"response\": 404\n }\n },\n \"filter\" : {\n \"range\": {\n \"@timestamp\": {\n \"from\": \"{{ctx.trigger.scheduled_time}}||-5m\",\n \"to\": \"{{ctx.trigger.triggered_time}}\"\n }\n }\n }\n }\n }\n }\n }\n }\n },\n \"condition\" : {\n \"compare\" : { \"ctx.payload.hits.total\" : { \"gt\" : 0 }}\n },\n \"actions\" : {\n \"email_admin\" : {\n \"email\" : {\n \"to\" : \"admin@domain.host.com\",\n \"subject\" : \"404 recently encountered\"\n }\n }\n }\n}" + "value": { + "actions": { + "email_admin": { + "email": { + "subject": "404 recently encountered", + "to": "admin@domain.host.com" + } + } + }, + "condition": { + "compare": { + "ctx.payload.hits.total": { + "gt": 0 + } + } + }, + "input": { + "search": { + "request": { + "body": { + "query": { + "bool": { + "filter": { + "range": { + "@timestamp": { + "from": "{{ctx.trigger.scheduled_time}}||-5m", + "to": "{{ctx.trigger.triggered_time}}" + } + } + }, + "must": { + "match": { + "response": 404 + } + } + } + } + }, + "indices": [ + "logstash*" + ] + } + } + }, + "trigger": { + "schedule": { + "cron": "0 0/1 * * * ?" + } + } + } } } } @@ -118260,13 +128410,13 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } } diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 784f74f32e..c8efe0a583 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -25,7 +25,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -35,7 +35,7 @@ "description": "The length of time that the async search should be available in the cluster.\nWhen not specified, the `keep_alive` set with the corresponding submit async request will be used.\nOtherwise, it is possible to override the value and extend the validity of the request.\nWhen this period expires, the search, if still running, is cancelled.\nIf the search is completed, its saved results are deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -55,7 +55,7 @@ "description": "Specifies to wait for the search to be completed up until the provided timeout.\nFinal results will be returned if available before the timeout expires, otherwise the currently available results will be returned once the timeout expires.\nBy default no timeout is set meaning that the currently available results will be returned without any additional wait.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -66,12 +66,43 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search._types:AsyncSearchDocumentResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchDocumentResponseBase" }, "examples": { "AsyncSearchGetResponseExample1": { "description": "A succesful response from `GET /_async_search/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=`.", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_partial\" : false, \n \"is_running\" : false, \n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986, \n \"completion_time_in_millis\" : 1583945903130, \n \"response\" : {\n \"took\" : 12144,\n \"timed_out\" : false,\n \"num_reduce_phases\" : 46, \n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 188, \n \"skipped\" : 0,\n \"failed\" : 0\n },\n \"hits\" : {\n \"total\" : {\n \"value\" : 456433,\n \"relation\" : \"eq\"\n },\n \"max_score\" : null,\n \"hits\" : [ ]\n },\n \"aggregations\" : { \n \"sale_date\" : {\n \"buckets\" : []\n }\n }\n }\n}" + "value": { + "completion_time_in_millis": 1583945903130, + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": false, + "is_running": false, + "response": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 188, + "total": 562 + }, + "aggregations": { + "sale_date": { + "buckets": [] + } + }, + "hits": { + "hits": [], + "max_score": null, + "total": { + "relation": "eq", + "value": 456433 + } + }, + "num_reduce_phases": 46, + "timed_out": false, + "took": 12144 + }, + "start_time_in_millis": 1583945890986 + } } } } @@ -95,7 +126,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -106,7 +137,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -131,7 +162,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -141,7 +172,7 @@ "description": "The length of time that the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -152,23 +183,61 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search.status:StatusResponseBase" + "$ref": "#/components/schemas/async_search.status.StatusResponseBase" }, "examples": { "AsyncSearchStatusResponseExample1": { "summary": "An active async search", "description": "A succesful response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=`, which retrieves the status of a previously submitted async search without the results.", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : true,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 188, \n \"skipped\" : 0,\n \"failed\" : 0\n }\n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 188, + "total": 562 + }, + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": true, + "is_running": true, + "start_time_in_millis": 1583945890986 + } }, "AsyncSearchStatusResponseExample2": { "summary": "A completed async search", "description": "A succesful response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=` for an async search that has completed. The status response has an additional `completion_status` field that shows the status code of the completed async search.\n", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : false,\n \"is_partial\" : false,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 562,\n \"skipped\" : 0,\n \"failed\" : 0\n },\n\"completion_status\" : 200 \n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 562, + "total": 562 + }, + "completion_status": 200, + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": false, + "is_running": false, + "start_time_in_millis": 1583945890986 + } }, "AsyncSearchStatusResponseExample3": { "summary": "A failed async search", "description": "A response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=` for an async search that has completed with an error. The status response has an additional `completion_status` field that shows the status code of the completed async search.\n", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : false,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 450,\n \"skipped\" : 0,\n \"failed\" : 112\n },\n\"completion_status\" : 503 \n}" + "value": { + "_shards": { + "failed": 112, + "skipped": 0, + "successful": 450, + "total": 562 + }, + "completion_status": 503, + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": true, + "is_running": false, + "start_time_in_millis": 1583945890986 + } } } } @@ -188,133 +257,133 @@ "operationId": "async-search-submit", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit-wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit:keep_alive" + "$ref": "#/components/parameters/async_search.submit-keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit:keep_on_completion" + "$ref": "#/components/parameters/async_search.submit-keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit:allow_no_indices" + "$ref": "#/components/parameters/async_search.submit-allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit-allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit:analyzer" + "$ref": "#/components/parameters/async_search.submit-analyzer" }, { - "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit-analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit-batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit:default_operator" + "$ref": "#/components/parameters/async_search.submit-default_operator" }, { - "$ref": "#/components/parameters/async_search.submit:df" + "$ref": "#/components/parameters/async_search.submit-df" }, { - "$ref": "#/components/parameters/async_search.submit:docvalue_fields" + "$ref": "#/components/parameters/async_search.submit-docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit:expand_wildcards" + "$ref": "#/components/parameters/async_search.submit-expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit:explain" + "$ref": "#/components/parameters/async_search.submit-explain" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_throttled" + "$ref": "#/components/parameters/async_search.submit-ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit-ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit:lenient" + "$ref": "#/components/parameters/async_search.submit-lenient" }, { - "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit:preference" + "$ref": "#/components/parameters/async_search.submit-preference" }, { - "$ref": "#/components/parameters/async_search.submit:request_cache" + "$ref": "#/components/parameters/async_search.submit-request_cache" }, { - "$ref": "#/components/parameters/async_search.submit:routing" + "$ref": "#/components/parameters/async_search.submit-routing" }, { - "$ref": "#/components/parameters/async_search.submit:search_type" + "$ref": "#/components/parameters/async_search.submit-search_type" }, { - "$ref": "#/components/parameters/async_search.submit:stats" + "$ref": "#/components/parameters/async_search.submit-stats" }, { - "$ref": "#/components/parameters/async_search.submit:stored_fields" + "$ref": "#/components/parameters/async_search.submit-stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_field" + "$ref": "#/components/parameters/async_search.submit-suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_mode" + "$ref": "#/components/parameters/async_search.submit-suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_size" + "$ref": "#/components/parameters/async_search.submit-suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_text" + "$ref": "#/components/parameters/async_search.submit-suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit:terminate_after" + "$ref": "#/components/parameters/async_search.submit-terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit:timeout" + "$ref": "#/components/parameters/async_search.submit-timeout" }, { - "$ref": "#/components/parameters/async_search.submit:track_total_hits" + "$ref": "#/components/parameters/async_search.submit-track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit:track_scores" + "$ref": "#/components/parameters/async_search.submit-track_scores" }, { - "$ref": "#/components/parameters/async_search.submit:typed_keys" + "$ref": "#/components/parameters/async_search.submit-typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit:version" + "$ref": "#/components/parameters/async_search.submit-version" }, { - "$ref": "#/components/parameters/async_search.submit:_source" + "$ref": "#/components/parameters/async_search.submit-_source" }, { - "$ref": "#/components/parameters/async_search.submit:_source_excludes" + "$ref": "#/components/parameters/async_search.submit-_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit:_source_includes" + "$ref": "#/components/parameters/async_search.submit-_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit-seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit:q" + "$ref": "#/components/parameters/async_search.submit-q" }, { - "$ref": "#/components/parameters/async_search.submit:size" + "$ref": "#/components/parameters/async_search.submit-size" }, { - "$ref": "#/components/parameters/async_search.submit:from" + "$ref": "#/components/parameters/async_search.submit-from" }, { - "$ref": "#/components/parameters/async_search.submit:sort" + "$ref": "#/components/parameters/async_search.submit-sort" } ], "requestBody": { @@ -322,7 +391,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit:200" + "$ref": "#/components/responses/async_search.submit-200" } }, "x-state": "Added in 7.7.0" @@ -338,136 +407,136 @@ "operationId": "async-search-submit-1", "parameters": [ { - "$ref": "#/components/parameters/async_search.submit:index" + "$ref": "#/components/parameters/async_search.submit-index" }, { - "$ref": "#/components/parameters/async_search.submit:wait_for_completion_timeout" + "$ref": "#/components/parameters/async_search.submit-wait_for_completion_timeout" }, { - "$ref": "#/components/parameters/async_search.submit:keep_alive" + "$ref": "#/components/parameters/async_search.submit-keep_alive" }, { - "$ref": "#/components/parameters/async_search.submit:keep_on_completion" + "$ref": "#/components/parameters/async_search.submit-keep_on_completion" }, { - "$ref": "#/components/parameters/async_search.submit:allow_no_indices" + "$ref": "#/components/parameters/async_search.submit-allow_no_indices" }, { - "$ref": "#/components/parameters/async_search.submit:allow_partial_search_results" + "$ref": "#/components/parameters/async_search.submit-allow_partial_search_results" }, { - "$ref": "#/components/parameters/async_search.submit:analyzer" + "$ref": "#/components/parameters/async_search.submit-analyzer" }, { - "$ref": "#/components/parameters/async_search.submit:analyze_wildcard" + "$ref": "#/components/parameters/async_search.submit-analyze_wildcard" }, { - "$ref": "#/components/parameters/async_search.submit:batched_reduce_size" + "$ref": "#/components/parameters/async_search.submit-batched_reduce_size" }, { - "$ref": "#/components/parameters/async_search.submit:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/async_search.submit-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/async_search.submit:default_operator" + "$ref": "#/components/parameters/async_search.submit-default_operator" }, { - "$ref": "#/components/parameters/async_search.submit:df" + "$ref": "#/components/parameters/async_search.submit-df" }, { - "$ref": "#/components/parameters/async_search.submit:docvalue_fields" + "$ref": "#/components/parameters/async_search.submit-docvalue_fields" }, { - "$ref": "#/components/parameters/async_search.submit:expand_wildcards" + "$ref": "#/components/parameters/async_search.submit-expand_wildcards" }, { - "$ref": "#/components/parameters/async_search.submit:explain" + "$ref": "#/components/parameters/async_search.submit-explain" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_throttled" + "$ref": "#/components/parameters/async_search.submit-ignore_throttled" }, { - "$ref": "#/components/parameters/async_search.submit:ignore_unavailable" + "$ref": "#/components/parameters/async_search.submit-ignore_unavailable" }, { - "$ref": "#/components/parameters/async_search.submit:lenient" + "$ref": "#/components/parameters/async_search.submit-lenient" }, { - "$ref": "#/components/parameters/async_search.submit:max_concurrent_shard_requests" + "$ref": "#/components/parameters/async_search.submit-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/async_search.submit:preference" + "$ref": "#/components/parameters/async_search.submit-preference" }, { - "$ref": "#/components/parameters/async_search.submit:request_cache" + "$ref": "#/components/parameters/async_search.submit-request_cache" }, { - "$ref": "#/components/parameters/async_search.submit:routing" + "$ref": "#/components/parameters/async_search.submit-routing" }, { - "$ref": "#/components/parameters/async_search.submit:search_type" + "$ref": "#/components/parameters/async_search.submit-search_type" }, { - "$ref": "#/components/parameters/async_search.submit:stats" + "$ref": "#/components/parameters/async_search.submit-stats" }, { - "$ref": "#/components/parameters/async_search.submit:stored_fields" + "$ref": "#/components/parameters/async_search.submit-stored_fields" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_field" + "$ref": "#/components/parameters/async_search.submit-suggest_field" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_mode" + "$ref": "#/components/parameters/async_search.submit-suggest_mode" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_size" + "$ref": "#/components/parameters/async_search.submit-suggest_size" }, { - "$ref": "#/components/parameters/async_search.submit:suggest_text" + "$ref": "#/components/parameters/async_search.submit-suggest_text" }, { - "$ref": "#/components/parameters/async_search.submit:terminate_after" + "$ref": "#/components/parameters/async_search.submit-terminate_after" }, { - "$ref": "#/components/parameters/async_search.submit:timeout" + "$ref": "#/components/parameters/async_search.submit-timeout" }, { - "$ref": "#/components/parameters/async_search.submit:track_total_hits" + "$ref": "#/components/parameters/async_search.submit-track_total_hits" }, { - "$ref": "#/components/parameters/async_search.submit:track_scores" + "$ref": "#/components/parameters/async_search.submit-track_scores" }, { - "$ref": "#/components/parameters/async_search.submit:typed_keys" + "$ref": "#/components/parameters/async_search.submit-typed_keys" }, { - "$ref": "#/components/parameters/async_search.submit:rest_total_hits_as_int" + "$ref": "#/components/parameters/async_search.submit-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/async_search.submit:version" + "$ref": "#/components/parameters/async_search.submit-version" }, { - "$ref": "#/components/parameters/async_search.submit:_source" + "$ref": "#/components/parameters/async_search.submit-_source" }, { - "$ref": "#/components/parameters/async_search.submit:_source_excludes" + "$ref": "#/components/parameters/async_search.submit-_source_excludes" }, { - "$ref": "#/components/parameters/async_search.submit:_source_includes" + "$ref": "#/components/parameters/async_search.submit-_source_includes" }, { - "$ref": "#/components/parameters/async_search.submit:seq_no_primary_term" + "$ref": "#/components/parameters/async_search.submit-seq_no_primary_term" }, { - "$ref": "#/components/parameters/async_search.submit:q" + "$ref": "#/components/parameters/async_search.submit-q" }, { - "$ref": "#/components/parameters/async_search.submit:size" + "$ref": "#/components/parameters/async_search.submit-size" }, { - "$ref": "#/components/parameters/async_search.submit:from" + "$ref": "#/components/parameters/async_search.submit-from" }, { - "$ref": "#/components/parameters/async_search.submit:sort" + "$ref": "#/components/parameters/async_search.submit-sort" } ], "requestBody": { @@ -475,7 +544,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/async_search.submit:200" + "$ref": "#/components/responses/async_search.submit-200" } }, "x-state": "Added in 7.7.0" @@ -491,40 +560,40 @@ "operationId": "bulk-1", "parameters": [ { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -532,7 +601,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } }, @@ -545,40 +614,40 @@ "operationId": "bulk", "parameters": [ { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -586,7 +655,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } } @@ -601,43 +670,43 @@ "operationId": "bulk-3", "parameters": [ { - "$ref": "#/components/parameters/bulk:index" + "$ref": "#/components/parameters/bulk-index" }, { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -645,7 +714,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } }, @@ -658,43 +727,43 @@ "operationId": "bulk-2", "parameters": [ { - "$ref": "#/components/parameters/bulk:index" + "$ref": "#/components/parameters/bulk-index" }, { - "$ref": "#/components/parameters/bulk:include_source_on_error" + "$ref": "#/components/parameters/bulk-include_source_on_error" }, { - "$ref": "#/components/parameters/bulk:list_executed_pipelines" + "$ref": "#/components/parameters/bulk-list_executed_pipelines" }, { - "$ref": "#/components/parameters/bulk:pipeline" + "$ref": "#/components/parameters/bulk-pipeline" }, { - "$ref": "#/components/parameters/bulk:refresh" + "$ref": "#/components/parameters/bulk-refresh" }, { - "$ref": "#/components/parameters/bulk:routing" + "$ref": "#/components/parameters/bulk-routing" }, { - "$ref": "#/components/parameters/bulk:_source" + "$ref": "#/components/parameters/bulk-_source" }, { - "$ref": "#/components/parameters/bulk:_source_excludes" + "$ref": "#/components/parameters/bulk-_source_excludes" }, { - "$ref": "#/components/parameters/bulk:_source_includes" + "$ref": "#/components/parameters/bulk-_source_includes" }, { - "$ref": "#/components/parameters/bulk:timeout" + "$ref": "#/components/parameters/bulk-timeout" }, { - "$ref": "#/components/parameters/bulk:wait_for_active_shards" + "$ref": "#/components/parameters/bulk-wait_for_active_shards" }, { - "$ref": "#/components/parameters/bulk:require_alias" + "$ref": "#/components/parameters/bulk-require_alias" }, { - "$ref": "#/components/parameters/bulk:require_data_stream" + "$ref": "#/components/parameters/bulk-require_data_stream" } ], "requestBody": { @@ -702,7 +771,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/bulk:200" + "$ref": "#/components/responses/bulk-200" } } } @@ -717,21 +786,21 @@ "operationId": "cat-aliases", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases:h" + "$ref": "#/components/parameters/cat.aliases-h" }, { - "$ref": "#/components/parameters/cat.aliases:s" + "$ref": "#/components/parameters/cat.aliases-s" }, { - "$ref": "#/components/parameters/cat.aliases:expand_wildcards" + "$ref": "#/components/parameters/cat.aliases-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases:master_timeout" + "$ref": "#/components/parameters/cat.aliases-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases:200" + "$ref": "#/components/responses/cat.aliases-200" } } } @@ -746,24 +815,24 @@ "operationId": "cat-aliases-1", "parameters": [ { - "$ref": "#/components/parameters/cat.aliases:name" + "$ref": "#/components/parameters/cat.aliases-name" }, { - "$ref": "#/components/parameters/cat.aliases:h" + "$ref": "#/components/parameters/cat.aliases-h" }, { - "$ref": "#/components/parameters/cat.aliases:s" + "$ref": "#/components/parameters/cat.aliases-s" }, { - "$ref": "#/components/parameters/cat.aliases:expand_wildcards" + "$ref": "#/components/parameters/cat.aliases-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.aliases:master_timeout" + "$ref": "#/components/parameters/cat.aliases-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.aliases:200" + "$ref": "#/components/responses/cat.aliases-200" } } } @@ -778,21 +847,21 @@ "operationId": "cat-component-templates", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates:h" + "$ref": "#/components/parameters/cat.component_templates-h" }, { - "$ref": "#/components/parameters/cat.component_templates:s" + "$ref": "#/components/parameters/cat.component_templates-s" }, { - "$ref": "#/components/parameters/cat.component_templates:local" + "$ref": "#/components/parameters/cat.component_templates-local" }, { - "$ref": "#/components/parameters/cat.component_templates:master_timeout" + "$ref": "#/components/parameters/cat.component_templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates:200" + "$ref": "#/components/responses/cat.component_templates-200" } }, "x-state": "Added in 5.1.0" @@ -808,24 +877,24 @@ "operationId": "cat-component-templates-1", "parameters": [ { - "$ref": "#/components/parameters/cat.component_templates:name" + "$ref": "#/components/parameters/cat.component_templates-name" }, { - "$ref": "#/components/parameters/cat.component_templates:h" + "$ref": "#/components/parameters/cat.component_templates-h" }, { - "$ref": "#/components/parameters/cat.component_templates:s" + "$ref": "#/components/parameters/cat.component_templates-s" }, { - "$ref": "#/components/parameters/cat.component_templates:local" + "$ref": "#/components/parameters/cat.component_templates-local" }, { - "$ref": "#/components/parameters/cat.component_templates:master_timeout" + "$ref": "#/components/parameters/cat.component_templates-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.component_templates:200" + "$ref": "#/components/responses/cat.component_templates-200" } }, "x-state": "Added in 5.1.0" @@ -841,15 +910,15 @@ "operationId": "cat-count", "parameters": [ { - "$ref": "#/components/parameters/cat.count:h" + "$ref": "#/components/parameters/cat.count-h" }, { - "$ref": "#/components/parameters/cat.count:s" + "$ref": "#/components/parameters/cat.count-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count:200" + "$ref": "#/components/responses/cat.count-200" } } } @@ -864,18 +933,18 @@ "operationId": "cat-count-1", "parameters": [ { - "$ref": "#/components/parameters/cat.count:index" + "$ref": "#/components/parameters/cat.count-index" }, { - "$ref": "#/components/parameters/cat.count:h" + "$ref": "#/components/parameters/cat.count-h" }, { - "$ref": "#/components/parameters/cat.count:s" + "$ref": "#/components/parameters/cat.count-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.count:200" + "$ref": "#/components/responses/cat.count-200" } } } @@ -912,36 +981,36 @@ "operationId": "cat-indices", "parameters": [ { - "$ref": "#/components/parameters/cat.indices:bytes" + "$ref": "#/components/parameters/cat.indices-bytes" }, { - "$ref": "#/components/parameters/cat.indices:expand_wildcards" + "$ref": "#/components/parameters/cat.indices-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices:health" + "$ref": "#/components/parameters/cat.indices-health" }, { - "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices-include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices:pri" + "$ref": "#/components/parameters/cat.indices-pri" }, { - "$ref": "#/components/parameters/cat.indices:time" + "$ref": "#/components/parameters/cat.indices-time" }, { - "$ref": "#/components/parameters/cat.indices:master_timeout" + "$ref": "#/components/parameters/cat.indices-master_timeout" }, { - "$ref": "#/components/parameters/cat.indices:h" + "$ref": "#/components/parameters/cat.indices-h" }, { - "$ref": "#/components/parameters/cat.indices:s" + "$ref": "#/components/parameters/cat.indices-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices:200" + "$ref": "#/components/responses/cat.indices-200" } } } @@ -956,39 +1025,39 @@ "operationId": "cat-indices-1", "parameters": [ { - "$ref": "#/components/parameters/cat.indices:index" + "$ref": "#/components/parameters/cat.indices-index" }, { - "$ref": "#/components/parameters/cat.indices:bytes" + "$ref": "#/components/parameters/cat.indices-bytes" }, { - "$ref": "#/components/parameters/cat.indices:expand_wildcards" + "$ref": "#/components/parameters/cat.indices-expand_wildcards" }, { - "$ref": "#/components/parameters/cat.indices:health" + "$ref": "#/components/parameters/cat.indices-health" }, { - "$ref": "#/components/parameters/cat.indices:include_unloaded_segments" + "$ref": "#/components/parameters/cat.indices-include_unloaded_segments" }, { - "$ref": "#/components/parameters/cat.indices:pri" + "$ref": "#/components/parameters/cat.indices-pri" }, { - "$ref": "#/components/parameters/cat.indices:time" + "$ref": "#/components/parameters/cat.indices-time" }, { - "$ref": "#/components/parameters/cat.indices:master_timeout" + "$ref": "#/components/parameters/cat.indices-master_timeout" }, { - "$ref": "#/components/parameters/cat.indices:h" + "$ref": "#/components/parameters/cat.indices-h" }, { - "$ref": "#/components/parameters/cat.indices:s" + "$ref": "#/components/parameters/cat.indices-s" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.indices:200" + "$ref": "#/components/responses/cat.indices-200" } } } @@ -1003,24 +1072,24 @@ "operationId": "cat-ml-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics-200" } }, "x-state": "Added in 7.7.0" @@ -1036,27 +1105,27 @@ "operationId": "cat-ml-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:id" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-id" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:bytes" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-bytes" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:h" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-h" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:s" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-s" }, { - "$ref": "#/components/parameters/cat.ml_data_frame_analytics:time" + "$ref": "#/components/parameters/cat.ml_data_frame_analytics-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_data_frame_analytics:200" + "$ref": "#/components/responses/cat.ml_data_frame_analytics-200" } }, "x-state": "Added in 7.7.0" @@ -1072,21 +1141,21 @@ "operationId": "cat-ml-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:h" + "$ref": "#/components/parameters/cat.ml_datafeeds-h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:s" + "$ref": "#/components/parameters/cat.ml_datafeeds-s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:time" + "$ref": "#/components/parameters/cat.ml_datafeeds-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds:200" + "$ref": "#/components/responses/cat.ml_datafeeds-200" } }, "x-state": "Added in 7.7.0" @@ -1102,24 +1171,24 @@ "operationId": "cat-ml-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_datafeeds:datafeed_id" + "$ref": "#/components/parameters/cat.ml_datafeeds-datafeed_id" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:allow_no_match" + "$ref": "#/components/parameters/cat.ml_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:h" + "$ref": "#/components/parameters/cat.ml_datafeeds-h" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:s" + "$ref": "#/components/parameters/cat.ml_datafeeds-s" }, { - "$ref": "#/components/parameters/cat.ml_datafeeds:time" + "$ref": "#/components/parameters/cat.ml_datafeeds-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_datafeeds:200" + "$ref": "#/components/responses/cat.ml_datafeeds-200" } }, "x-state": "Added in 7.7.0" @@ -1135,24 +1204,24 @@ "operationId": "cat-ml-jobs", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs:bytes" + "$ref": "#/components/parameters/cat.ml_jobs-bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs:h" + "$ref": "#/components/parameters/cat.ml_jobs-h" }, { - "$ref": "#/components/parameters/cat.ml_jobs:s" + "$ref": "#/components/parameters/cat.ml_jobs-s" }, { - "$ref": "#/components/parameters/cat.ml_jobs:time" + "$ref": "#/components/parameters/cat.ml_jobs-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs:200" + "$ref": "#/components/responses/cat.ml_jobs-200" } }, "x-state": "Added in 7.7.0" @@ -1168,27 +1237,27 @@ "operationId": "cat-ml-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_jobs:job_id" + "$ref": "#/components/parameters/cat.ml_jobs-job_id" }, { - "$ref": "#/components/parameters/cat.ml_jobs:allow_no_match" + "$ref": "#/components/parameters/cat.ml_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_jobs:bytes" + "$ref": "#/components/parameters/cat.ml_jobs-bytes" }, { - "$ref": "#/components/parameters/cat.ml_jobs:h" + "$ref": "#/components/parameters/cat.ml_jobs-h" }, { - "$ref": "#/components/parameters/cat.ml_jobs:s" + "$ref": "#/components/parameters/cat.ml_jobs-s" }, { - "$ref": "#/components/parameters/cat.ml_jobs:time" + "$ref": "#/components/parameters/cat.ml_jobs-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_jobs:200" + "$ref": "#/components/responses/cat.ml_jobs-200" } }, "x-state": "Added in 7.7.0" @@ -1204,30 +1273,30 @@ "operationId": "cat-ml-trained-models", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:bytes" + "$ref": "#/components/parameters/cat.ml_trained_models-bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:h" + "$ref": "#/components/parameters/cat.ml_trained_models-h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:s" + "$ref": "#/components/parameters/cat.ml_trained_models-s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:from" + "$ref": "#/components/parameters/cat.ml_trained_models-from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:size" + "$ref": "#/components/parameters/cat.ml_trained_models-size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:time" + "$ref": "#/components/parameters/cat.ml_trained_models-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models:200" + "$ref": "#/components/responses/cat.ml_trained_models-200" } }, "x-state": "Added in 7.7.0" @@ -1243,33 +1312,33 @@ "operationId": "cat-ml-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/cat.ml_trained_models:model_id" + "$ref": "#/components/parameters/cat.ml_trained_models-model_id" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:allow_no_match" + "$ref": "#/components/parameters/cat.ml_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:bytes" + "$ref": "#/components/parameters/cat.ml_trained_models-bytes" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:h" + "$ref": "#/components/parameters/cat.ml_trained_models-h" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:s" + "$ref": "#/components/parameters/cat.ml_trained_models-s" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:from" + "$ref": "#/components/parameters/cat.ml_trained_models-from" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:size" + "$ref": "#/components/parameters/cat.ml_trained_models-size" }, { - "$ref": "#/components/parameters/cat.ml_trained_models:time" + "$ref": "#/components/parameters/cat.ml_trained_models-time" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.ml_trained_models:200" + "$ref": "#/components/responses/cat.ml_trained_models-200" } }, "x-state": "Added in 7.7.0" @@ -1285,27 +1354,27 @@ "operationId": "cat-transforms", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms:allow_no_match" + "$ref": "#/components/parameters/cat.transforms-allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms:from" + "$ref": "#/components/parameters/cat.transforms-from" }, { - "$ref": "#/components/parameters/cat.transforms:h" + "$ref": "#/components/parameters/cat.transforms-h" }, { - "$ref": "#/components/parameters/cat.transforms:s" + "$ref": "#/components/parameters/cat.transforms-s" }, { - "$ref": "#/components/parameters/cat.transforms:time" + "$ref": "#/components/parameters/cat.transforms-time" }, { - "$ref": "#/components/parameters/cat.transforms:size" + "$ref": "#/components/parameters/cat.transforms-size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms:200" + "$ref": "#/components/responses/cat.transforms-200" } }, "x-state": "Added in 7.7.0" @@ -1321,30 +1390,30 @@ "operationId": "cat-transforms-1", "parameters": [ { - "$ref": "#/components/parameters/cat.transforms:transform_id" + "$ref": "#/components/parameters/cat.transforms-transform_id" }, { - "$ref": "#/components/parameters/cat.transforms:allow_no_match" + "$ref": "#/components/parameters/cat.transforms-allow_no_match" }, { - "$ref": "#/components/parameters/cat.transforms:from" + "$ref": "#/components/parameters/cat.transforms-from" }, { - "$ref": "#/components/parameters/cat.transforms:h" + "$ref": "#/components/parameters/cat.transforms-h" }, { - "$ref": "#/components/parameters/cat.transforms:s" + "$ref": "#/components/parameters/cat.transforms-s" }, { - "$ref": "#/components/parameters/cat.transforms:time" + "$ref": "#/components/parameters/cat.transforms-time" }, { - "$ref": "#/components/parameters/cat.transforms:size" + "$ref": "#/components/parameters/cat.transforms-size" } ], "responses": { "200": { - "$ref": "#/components/responses/cat.transforms:200" + "$ref": "#/components/responses/cat.transforms-200" } }, "x-state": "Added in 7.7.0" @@ -1363,13 +1432,13 @@ "operationId": "scroll", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -1377,7 +1446,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -1393,13 +1462,13 @@ "operationId": "scroll-1", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -1407,7 +1476,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -1426,7 +1495,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll:200" + "$ref": "#/components/responses/clear_scroll-200" } } } @@ -1444,16 +1513,16 @@ "operationId": "scroll-2", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll_id" + "$ref": "#/components/parameters/scroll-scroll_id" }, { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -1461,7 +1530,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -1477,16 +1546,16 @@ "operationId": "scroll-3", "parameters": [ { - "$ref": "#/components/parameters/scroll:scroll_id" + "$ref": "#/components/parameters/scroll-scroll_id" }, { - "$ref": "#/components/parameters/scroll:scroll" + "$ref": "#/components/parameters/scroll-scroll" }, { - "$ref": "#/components/parameters/scroll:scroll_id_" + "$ref": "#/components/parameters/scroll-scroll_id_" }, { - "$ref": "#/components/parameters/scroll:rest_total_hits_as_int" + "$ref": "#/components/parameters/scroll-rest_total_hits_as_int" } ], "requestBody": { @@ -1494,7 +1563,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scroll:200" + "$ref": "#/components/responses/scroll-200" } } }, @@ -1510,7 +1579,7 @@ "operationId": "clear-scroll-1", "parameters": [ { - "$ref": "#/components/parameters/clear_scroll:scroll_id" + "$ref": "#/components/parameters/clear_scroll-scroll_id" } ], "requestBody": { @@ -1518,7 +1587,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/clear_scroll:200" + "$ref": "#/components/responses/clear_scroll-200" } } } @@ -1538,7 +1607,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -1548,7 +1617,9 @@ "examples": { "ClosePointInTimeRequestExample1": { "description": "Run `DELETE /_pit` to close a point-in-time.", - "value": "{\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\"\n}" + "value": { + "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==" + } } } } @@ -1579,7 +1650,10 @@ "examples": { "ClosePointInTimeResponseExample1": { "description": "A successful response from `DELETE /_pit`.", - "value": "{\n \"succeeded\": true, \n \"num_freed\": 3 \n}" + "value": { + "num_freed": 3, + "succeeded": true + } } } } @@ -1599,24 +1673,24 @@ "operationId": "cluster-get-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template:name" + "$ref": "#/components/parameters/cluster.get_component_template-name" }, { - "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template-flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template-include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template:local" + "$ref": "#/components/parameters/cluster.get_component_template-local" }, { - "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template:200" + "$ref": "#/components/responses/cluster.get_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -1630,13 +1704,13 @@ "operationId": "cluster-put-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template:name" + "$ref": "#/components/parameters/cluster.put_component_template-name" }, { - "$ref": "#/components/parameters/cluster.put_component_template:create" + "$ref": "#/components/parameters/cluster.put_component_template-create" }, { - "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template-master_timeout" } ], "requestBody": { @@ -1644,7 +1718,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template:200" + "$ref": "#/components/responses/cluster.put_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -1658,13 +1732,13 @@ "operationId": "cluster-put-component-template-1", "parameters": [ { - "$ref": "#/components/parameters/cluster.put_component_template:name" + "$ref": "#/components/parameters/cluster.put_component_template-name" }, { - "$ref": "#/components/parameters/cluster.put_component_template:create" + "$ref": "#/components/parameters/cluster.put_component_template-create" }, { - "$ref": "#/components/parameters/cluster.put_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.put_component_template-master_timeout" } ], "requestBody": { @@ -1672,7 +1746,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/cluster.put_component_template:200" + "$ref": "#/components/responses/cluster.put_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -1692,7 +1766,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -1702,7 +1776,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -1712,7 +1786,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -1723,7 +1797,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -1746,7 +1820,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -1756,7 +1830,7 @@ "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -1792,21 +1866,21 @@ "operationId": "cluster-get-component-template", "parameters": [ { - "$ref": "#/components/parameters/cluster.get_component_template:flat_settings" + "$ref": "#/components/parameters/cluster.get_component_template-flat_settings" }, { - "$ref": "#/components/parameters/cluster.get_component_template:include_defaults" + "$ref": "#/components/parameters/cluster.get_component_template-include_defaults" }, { - "$ref": "#/components/parameters/cluster.get_component_template:local" + "$ref": "#/components/parameters/cluster.get_component_template-local" }, { - "$ref": "#/components/parameters/cluster.get_component_template:master_timeout" + "$ref": "#/components/parameters/cluster.get_component_template-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/cluster.get_component_template:200" + "$ref": "#/components/responses/cluster.get_component_template-200" } }, "x-state": "Added in 7.8.0" @@ -1828,7 +1902,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ClusterInfoTargets" + "$ref": "#/components/schemas/_types.ClusterInfoTargets" }, "style": "simple" } @@ -1842,22 +1916,22 @@ "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "http": { - "$ref": "#/components/schemas/nodes._types:Http" + "$ref": "#/components/schemas/nodes._types.Http" }, "ingest": { - "$ref": "#/components/schemas/nodes._types:Ingest" + "$ref": "#/components/schemas/nodes._types.Ingest" }, "thread_pool": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:ThreadCount" + "$ref": "#/components/schemas/nodes._types.ThreadCount" } }, "script": { - "$ref": "#/components/schemas/nodes._types:Scripting" + "$ref": "#/components/schemas/nodes._types.Scripting" } }, "required": [ @@ -1887,7 +1961,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -1901,7 +1975,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -1910,7 +1984,9 @@ }, "examples": { "ConnectorCheckInResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -1936,7 +2012,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -1957,7 +2033,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/connector._types:Connector" + "$ref": "#/components/schemas/connector._types.Connector" } } } @@ -1973,7 +2049,7 @@ "operationId": "connector-put", "parameters": [ { - "$ref": "#/components/parameters/connector.put:connector_id" + "$ref": "#/components/parameters/connector.put-connector_id" } ], "requestBody": { @@ -1981,7 +2057,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put:200" + "$ref": "#/components/responses/connector.put-200" } }, "x-beta": true @@ -2001,7 +2077,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -2032,11 +2108,13 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ConnectorDeleteResponseExample1": { - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -2081,7 +2159,7 @@ "description": "A comma-separated list of connector index names to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "form" }, @@ -2091,7 +2169,7 @@ "description": "A comma-separated list of connector names to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2101,7 +2179,7 @@ "description": "A comma-separated list of connector service types to fetch connector documents for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, @@ -2140,7 +2218,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Connector" + "$ref": "#/components/schemas/connector._types.Connector" } } }, @@ -2166,7 +2244,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/connector.put:200" + "$ref": "#/components/responses/connector.put-200" } }, "x-beta": true @@ -2188,7 +2266,7 @@ "type": "string" }, "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "is_native": { "type": "boolean" @@ -2216,10 +2294,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -2250,7 +2328,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2264,7 +2342,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2293,7 +2371,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2304,7 +2382,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/connector._types:ConnectorSyncJob" + "$ref": "#/components/schemas/connector._types.ConnectorSyncJob" } } } @@ -2327,7 +2405,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2338,11 +2416,13 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "SyncJobDeleteResponseExample1": { - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -2387,7 +2467,7 @@ "description": "A sync job status to fetch connector sync jobs for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "style": "form" }, @@ -2397,7 +2477,7 @@ "description": "A connector id to fetch connector sync jobs for", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -2409,12 +2489,12 @@ "schema": { "oneOf": [ { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" } } ] @@ -2436,7 +2516,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:ConnectorSyncJob" + "$ref": "#/components/schemas/connector._types.ConnectorSyncJob" } } }, @@ -2465,13 +2545,13 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, "trigger_method": { - "$ref": "#/components/schemas/connector._types:SyncJobTriggerMethod" + "$ref": "#/components/schemas/connector._types.SyncJobTriggerMethod" } }, "required": [ @@ -2480,7 +2560,11 @@ }, "examples": { "SyncJobPostRequestExample1": { - "value": "{\n \"id\": \"connector-id\",\n \"job_type\": \"full\",\n \"trigger_method\": \"on_demand\"\n}" + "value": { + "id": "connector-id", + "job_type": "full", + "trigger_method": "on_demand" + } } } } @@ -2496,7 +2580,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -2526,7 +2610,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2540,7 +2624,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2570,7 +2654,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2591,7 +2675,10 @@ }, "examples": { "ConnectorUpdateApiKeyIDRequestExample1": { - "value": "{\n \"api_key_id\": \"my-api-key-id\",\n \"api_key_secret_id\": \"my-connector-secret-id\"\n}" + "value": { + "api_key_id": "my-api-key-id", + "api_key_secret_id": "my-connector-secret-id" + } } } } @@ -2607,7 +2694,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2616,7 +2703,9 @@ }, "examples": { "ConnectorUpdateAPIKeyIDResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -2642,7 +2731,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2654,7 +2743,7 @@ "type": "object", "properties": { "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "values": { "type": "object", @@ -2666,10 +2755,22 @@ }, "examples": { "ConnectorUpdateConfigurationRequestExample1": { - "value": "{\n \"values\": {\n \"tenant_id\": \"my-tenant-id\",\n \"tenant_name\": \"my-sharepoint-site\",\n \"client_id\": \"foo\",\n \"secret_value\": \"bar\",\n \"site_collections\": \"*\"\n }\n}" + "value": { + "values": { + "client_id": "foo", + "secret_value": "bar", + "site_collections": "*", + "tenant_id": "my-tenant-id", + "tenant_name": "my-sharepoint-site" + } + } }, "ConnectorUpdateConfigurationRequestExample2": { - "value": "{\n \"values\": {\n \"secret_value\": \"foo-bar\"\n }\n}" + "value": { + "values": { + "secret_value": "foo-bar" + } + } } } } @@ -2685,7 +2786,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2694,7 +2795,9 @@ }, "examples": { "ConnectorUpdateConfigurationResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -2720,7 +2823,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2737,7 +2840,7 @@ "type": "string" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] } @@ -2748,7 +2851,9 @@ }, "examples": { "ConnectorUpdateErrorRequestExample1": { - "value": "{\n \"error\": \"Houston, we have a problem!\"\n}" + "value": { + "error": "Houston, we have a problem!" + } } } } @@ -2764,7 +2869,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2773,7 +2878,9 @@ }, "examples": { "ConnectorUpdateErrorResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -2799,7 +2906,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2813,26 +2920,57 @@ "filtering": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringConfig" + "$ref": "#/components/schemas/connector._types.FilteringConfig" } }, "rules": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringRule" + "$ref": "#/components/schemas/connector._types.FilteringRule" } }, "advanced_snippet": { - "$ref": "#/components/schemas/connector._types:FilteringAdvancedSnippet" + "$ref": "#/components/schemas/connector._types.FilteringAdvancedSnippet" } } }, "examples": { "ConnectorUpdateFilteringRequestExample1": { - "value": "{\n \"rules\": [\n {\n \"field\": \"file_extension\",\n \"id\": \"exclude-txt-files\",\n \"order\": 0,\n \"policy\": \"exclude\",\n \"rule\": \"equals\",\n \"value\": \"txt\"\n },\n {\n \"field\": \"_\",\n \"id\": \"DEFAULT\",\n \"order\": 1,\n \"policy\": \"include\",\n \"rule\": \"regex\",\n \"value\": \".*\"\n }\n ]\n}" + "value": { + "rules": [ + { + "field": "file_extension", + "id": "exclude-txt-files", + "order": 0, + "policy": "exclude", + "rule": "equals", + "value": "txt" + }, + { + "field": "_", + "id": "DEFAULT", + "order": 1, + "policy": "include", + "rule": "regex", + "value": ".*" + } + ] + } }, "ConnectorUpdateFilteringRequestExample2": { - "value": "{\n \"advanced_snippet\": {\n \"value\": [{\n \"tables\": [\n \"users\",\n \"orders\"\n ],\n \"query\": \"SELECT users.id AS id, orders.order_id AS order_id FROM users JOIN orders ON users.id = orders.user_id\"\n }]\n }\n}" + "value": { + "advanced_snippet": { + "value": [ + { + "query": "SELECT users.id AS id, orders.order_id AS order_id FROM users JOIN orders ON users.id = orders.user_id", + "tables": [ + "users", + "orders" + ] + } + ] + } + } } } } @@ -2848,7 +2986,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2857,7 +2995,9 @@ }, "examples": { "ConnectorUpdateFilteringResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -2883,7 +3023,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2895,7 +3035,7 @@ "type": "object", "properties": { "validation": { - "$ref": "#/components/schemas/connector._types:FilteringRulesValidation" + "$ref": "#/components/schemas/connector._types.FilteringRulesValidation" } }, "required": [ @@ -2915,7 +3055,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2945,7 +3085,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -2959,10 +3099,10 @@ "index_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] } @@ -2973,7 +3113,9 @@ }, "examples": { "ConnectorUpdateIndexNameRequestExample1": { - "value": "{\n \"index_name\": \"data-from-my-google-drive\"\n}" + "value": { + "index_name": "data-from-my-google-drive" + } } } } @@ -2989,7 +3131,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -2998,7 +3140,9 @@ }, "examples": { "ConnectorUpdateIndexNameResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -3023,7 +3167,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3044,7 +3188,10 @@ }, "examples": { "ConnectorUpdateNameRequestExample1": { - "value": "{\n \"name\": \"Custom connector\",\n \"description\": \"This is my customized connector\"\n}" + "value": { + "description": "This is my customized connector", + "name": "Custom connector" + } } } } @@ -3060,7 +3207,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3069,7 +3216,9 @@ }, "examples": { "ConnectorUpdateNameResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -3094,7 +3243,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3126,7 +3275,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3156,7 +3305,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3168,7 +3317,7 @@ "type": "object", "properties": { "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" } }, "required": [ @@ -3177,7 +3326,14 @@ }, "examples": { "ConnectorUpdatePipelineRequestExample1": { - "value": "{\n \"pipeline\": {\n \"extract_binary_content\": true,\n \"name\": \"my-connector-pipeline\",\n \"reduce_whitespace\": true,\n \"run_ml_inference\": true\n }\n}" + "value": { + "pipeline": { + "extract_binary_content": true, + "name": "my-connector-pipeline", + "reduce_whitespace": true, + "run_ml_inference": true + } + } } } } @@ -3193,7 +3349,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3202,7 +3358,9 @@ }, "examples": { "ConnectorUpdatePipelineResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -3227,7 +3385,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3239,7 +3397,7 @@ "type": "object", "properties": { "scheduling": { - "$ref": "#/components/schemas/connector._types:SchedulingConfiguration" + "$ref": "#/components/schemas/connector._types.SchedulingConfiguration" } }, "required": [ @@ -3248,10 +3406,32 @@ }, "examples": { "ConnectorUpdateSchedulingRequestExample1": { - "value": "{\n \"scheduling\": {\n \"access_control\": {\n \"enabled\": true,\n \"interval\": \"0 10 0 * * ?\"\n },\n \"full\": {\n \"enabled\": true,\n \"interval\": \"0 20 0 * * ?\"\n },\n \"incremental\": {\n \"enabled\": false,\n \"interval\": \"0 30 0 * * ?\"\n }\n }\n}" + "value": { + "scheduling": { + "access_control": { + "enabled": true, + "interval": "0 10 0 * * ?" + }, + "full": { + "enabled": true, + "interval": "0 20 0 * * ?" + }, + "incremental": { + "enabled": false, + "interval": "0 30 0 * * ?" + } + } + } }, "ConnectorUpdateSchedulingRequestExample2": { - "value": "{\n \"scheduling\": {\n \"full\": {\n \"enabled\": true,\n \"interval\": \"0 10 0 * * ?\"\n }\n }\n}" + "value": { + "scheduling": { + "full": { + "enabled": true, + "interval": "0 10 0 * * ?" + } + } + } } } } @@ -3267,7 +3447,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3276,7 +3456,9 @@ }, "examples": { "ConnectorUpdateSchedulingResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -3301,7 +3483,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3322,7 +3504,9 @@ }, "examples": { "ConnectorUpdateServiceTypeRequestExample1": { - "value": "{\n \"service_type\": \"sharepoint_online\"\n}" + "value": { + "service_type": "sharepoint_online" + } } } } @@ -3338,7 +3522,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3347,7 +3531,9 @@ }, "examples": { "ConnectorUpdateServiceTypeResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -3372,7 +3558,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -3384,7 +3570,7 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/connector._types:ConnectorStatus" + "$ref": "#/components/schemas/connector._types.ConnectorStatus" } }, "required": [ @@ -3393,7 +3579,9 @@ }, "examples": { "ConnectorUpdateStatusRequestExample1": { - "value": "{\n \"status\": \"needs_configuration\"\n}" + "value": { + "status": "needs_configuration" + } } } } @@ -3409,7 +3597,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -3418,7 +3606,9 @@ }, "examples": { "ConnectorUpdateStatusResponseExample1": { - "value": "{\n \"result\": \"updated\"\n}" + "value": { + "result": "updated" + } } } } @@ -3438,46 +3628,46 @@ "operationId": "count-1", "parameters": [ { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -3485,7 +3675,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } }, @@ -3498,46 +3688,46 @@ "operationId": "count", "parameters": [ { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -3545,7 +3735,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } } @@ -3560,49 +3750,49 @@ "operationId": "count-3", "parameters": [ { - "$ref": "#/components/parameters/count:index" + "$ref": "#/components/parameters/count-index" }, { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -3610,7 +3800,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } }, @@ -3623,49 +3813,49 @@ "operationId": "count-2", "parameters": [ { - "$ref": "#/components/parameters/count:index" + "$ref": "#/components/parameters/count-index" }, { - "$ref": "#/components/parameters/count:allow_no_indices" + "$ref": "#/components/parameters/count-allow_no_indices" }, { - "$ref": "#/components/parameters/count:analyzer" + "$ref": "#/components/parameters/count-analyzer" }, { - "$ref": "#/components/parameters/count:analyze_wildcard" + "$ref": "#/components/parameters/count-analyze_wildcard" }, { - "$ref": "#/components/parameters/count:default_operator" + "$ref": "#/components/parameters/count-default_operator" }, { - "$ref": "#/components/parameters/count:df" + "$ref": "#/components/parameters/count-df" }, { - "$ref": "#/components/parameters/count:expand_wildcards" + "$ref": "#/components/parameters/count-expand_wildcards" }, { - "$ref": "#/components/parameters/count:ignore_throttled" + "$ref": "#/components/parameters/count-ignore_throttled" }, { - "$ref": "#/components/parameters/count:ignore_unavailable" + "$ref": "#/components/parameters/count-ignore_unavailable" }, { - "$ref": "#/components/parameters/count:lenient" + "$ref": "#/components/parameters/count-lenient" }, { - "$ref": "#/components/parameters/count:min_score" + "$ref": "#/components/parameters/count-min_score" }, { - "$ref": "#/components/parameters/count:preference" + "$ref": "#/components/parameters/count-preference" }, { - "$ref": "#/components/parameters/count:routing" + "$ref": "#/components/parameters/count-routing" }, { - "$ref": "#/components/parameters/count:terminate_after" + "$ref": "#/components/parameters/count-terminate_after" }, { - "$ref": "#/components/parameters/count:q" + "$ref": "#/components/parameters/count-q" } ], "requestBody": { @@ -3673,7 +3863,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/count:200" + "$ref": "#/components/responses/count-200" } } } @@ -3691,49 +3881,49 @@ "operationId": "create", "parameters": [ { - "$ref": "#/components/parameters/create:index" + "$ref": "#/components/parameters/create-index" }, { - "$ref": "#/components/parameters/create:id" + "$ref": "#/components/parameters/create-id" }, { - "$ref": "#/components/parameters/create:if_primary_term" + "$ref": "#/components/parameters/create-if_primary_term" }, { - "$ref": "#/components/parameters/create:if_seq_no" + "$ref": "#/components/parameters/create-if_seq_no" }, { - "$ref": "#/components/parameters/create:include_source_on_error" + "$ref": "#/components/parameters/create-include_source_on_error" }, { - "$ref": "#/components/parameters/create:op_type" + "$ref": "#/components/parameters/create-op_type" }, { - "$ref": "#/components/parameters/create:pipeline" + "$ref": "#/components/parameters/create-pipeline" }, { - "$ref": "#/components/parameters/create:refresh" + "$ref": "#/components/parameters/create-refresh" }, { - "$ref": "#/components/parameters/create:require_alias" + "$ref": "#/components/parameters/create-require_alias" }, { - "$ref": "#/components/parameters/create:require_data_stream" + "$ref": "#/components/parameters/create-require_data_stream" }, { - "$ref": "#/components/parameters/create:routing" + "$ref": "#/components/parameters/create-routing" }, { - "$ref": "#/components/parameters/create:timeout" + "$ref": "#/components/parameters/create-timeout" }, { - "$ref": "#/components/parameters/create:version" + "$ref": "#/components/parameters/create-version" }, { - "$ref": "#/components/parameters/create:version_type" + "$ref": "#/components/parameters/create-version_type" }, { - "$ref": "#/components/parameters/create:wait_for_active_shards" + "$ref": "#/components/parameters/create-wait_for_active_shards" } ], "requestBody": { @@ -3741,7 +3931,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create:200" + "$ref": "#/components/responses/create-200" } }, "x-state": "Added in 5.0.0" @@ -3758,49 +3948,49 @@ "operationId": "create-1", "parameters": [ { - "$ref": "#/components/parameters/create:index" + "$ref": "#/components/parameters/create-index" }, { - "$ref": "#/components/parameters/create:id" + "$ref": "#/components/parameters/create-id" }, { - "$ref": "#/components/parameters/create:if_primary_term" + "$ref": "#/components/parameters/create-if_primary_term" }, { - "$ref": "#/components/parameters/create:if_seq_no" + "$ref": "#/components/parameters/create-if_seq_no" }, { - "$ref": "#/components/parameters/create:include_source_on_error" + "$ref": "#/components/parameters/create-include_source_on_error" }, { - "$ref": "#/components/parameters/create:op_type" + "$ref": "#/components/parameters/create-op_type" }, { - "$ref": "#/components/parameters/create:pipeline" + "$ref": "#/components/parameters/create-pipeline" }, { - "$ref": "#/components/parameters/create:refresh" + "$ref": "#/components/parameters/create-refresh" }, { - "$ref": "#/components/parameters/create:require_alias" + "$ref": "#/components/parameters/create-require_alias" }, { - "$ref": "#/components/parameters/create:require_data_stream" + "$ref": "#/components/parameters/create-require_data_stream" }, { - "$ref": "#/components/parameters/create:routing" + "$ref": "#/components/parameters/create-routing" }, { - "$ref": "#/components/parameters/create:timeout" + "$ref": "#/components/parameters/create-timeout" }, { - "$ref": "#/components/parameters/create:version" + "$ref": "#/components/parameters/create-version" }, { - "$ref": "#/components/parameters/create:version_type" + "$ref": "#/components/parameters/create-version_type" }, { - "$ref": "#/components/parameters/create:wait_for_active_shards" + "$ref": "#/components/parameters/create-wait_for_active_shards" } ], "requestBody": { @@ -3808,7 +3998,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/create:200" + "$ref": "#/components/responses/create-200" } }, "x-state": "Added in 5.0.0" @@ -3830,7 +4020,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -3841,7 +4031,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -3881,7 +4071,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -3891,7 +4081,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -3901,7 +4091,7 @@ "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -3911,7 +4101,7 @@ "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -3921,7 +4111,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nOnly leaf fields can be retrieved with the `stored_field` option.\nObject fields can't be returned;​if specified, the request fails.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -3931,7 +4121,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -3941,7 +4131,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -3952,23 +4142,75 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.get:GetResult" + "$ref": "#/components/schemas/_global.get.GetResult" }, "examples": { "GetResponseExample1": { "summary": "Get a document", "description": "A successful response from `GET my-index-000001/_doc/0`. It retrieves the JSON document with the `_id` 0 from the `my-index-000001` index.\n", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"0\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"found\": true,\n \"_source\": {\n \"@timestamp\": \"2099-11-15T14:12:12\",\n \"http\": {\n \"request\": {\n \"method\": \"get\"\n },\n \"response\": {\n \"status_code\": 200,\n \"bytes\": 1070000\n },\n \"version\": \"1.1\"\n },\n \"source\": {\n \"ip\": \"127.0.0.1\"\n },\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n }\n}" + "value": { + "_id": "0", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 0, + "_source": { + "@timestamp": "2099-11-15T14:12:12", + "http": { + "request": { + "method": "get" + }, + "response": { + "bytes": 1070000, + "status_code": 200 + }, + "version": "1.1" + }, + "message": "GET /search HTTP/1.1 200 1070000", + "source": { + "ip": "127.0.0.1" + }, + "user": { + "id": "kimchy" + } + }, + "_version": 1, + "found": true + } }, "GetResponseExample2": { "summary": "Get stored fields", "description": "A successful response from `GET my-index-000001/_doc/1?stored_fields=tags,counter`, which retrieves a set of stored fields. Field values fetched from the document itself are always returned as an array. Any requested fields that are not stored (such as the counter field in this example) are ignored.\n", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"_seq_no\" : 22,\n \"_primary_term\" : 1,\n \"found\": true,\n \"fields\": {\n \"tags\": [\n \"production\"\n ]\n }\n}" + "value": { + "_id": "1", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 22, + "_version": 1, + "fields": { + "tags": [ + "production" + ] + }, + "found": true + } }, "GetResponseExample3": { "summary": "Get metadata fields", "description": "A successful response from `GET my-index-000001/_doc/2?routing=user1&stored_fields=tags,counter`, which retrieves the `_routing` metadata field.\n", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"2\",\n \"_version\": 1,\n \"_seq_no\" : 13,\n \"_primary_term\" : 1,\n \"_routing\": \"user1\",\n \"found\": true,\n \"fields\": {\n \"tags\": [\n \"env2\"\n ]\n }\n}" + "value": { + "_id": "2", + "_index": "my-index-000001", + "_primary_term": 1, + "_routing": "user1", + "_seq_no": 13, + "_version": 1, + "fields": { + "tags": [ + "env2" + ] + }, + "found": true + } } } } @@ -3988,46 +4230,46 @@ "operationId": "index", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:id" + "$ref": "#/components/parameters/index-id" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -4035,7 +4277,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } }, @@ -4051,46 +4293,46 @@ "operationId": "index-1", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:id" + "$ref": "#/components/parameters/index-id" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -4098,7 +4340,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } }, @@ -4117,7 +4359,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -4128,7 +4370,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -4148,7 +4390,7 @@ "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, @@ -4158,7 +4400,7 @@ "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, @@ -4168,7 +4410,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -4178,7 +4420,7 @@ "description": "The period to wait for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the delete operation might not be available when the delete operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a store or undergoing relocation.\nBy default, the delete operation will wait on the primary shard to become available for up to 1 minute before failing and responding with an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4188,7 +4430,7 @@ "description": "An explicit version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -4198,7 +4440,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, @@ -4208,7 +4450,7 @@ "description": "The minimum number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -4219,12 +4461,24 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, "examples": { "DeleteResponseExample1": { "description": "A successful response from `DELETE /my-index-000001/_doc/1`, which deletes the JSON document 1 from the `my-index-000001` index.", - "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"_primary_term\": 1,\n \"_seq_no\": 5,\n \"result\": \"deleted\"\n}" + "value": { + "_id": "1", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 5, + "_shards": { + "failed": 0, + "successful": 2, + "total": 2 + }, + "_version": 2, + "result": "deleted" + } } } } @@ -4247,7 +4501,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -4258,7 +4512,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -4298,7 +4552,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -4308,7 +4562,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -4318,7 +4572,7 @@ "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -4328,7 +4582,7 @@ "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -4338,7 +4592,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -4348,7 +4602,7 @@ "description": "Explicit version number for concurrency control.\nThe specified version must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -4358,7 +4612,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -4389,7 +4643,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -4429,7 +4683,7 @@ "description": "What to do if delete by query hits version conflicts: `abort` or `proceed`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "style": "form" }, @@ -4439,7 +4693,7 @@ "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, @@ -4459,7 +4713,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -4549,7 +4803,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -4569,7 +4823,7 @@ "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4589,7 +4843,7 @@ "description": "The explicit timeout for each search request.\nIt defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4599,7 +4853,7 @@ "description": "The type of the search operation.\nAvailable options include `query_then_fetch` and `dfs_query_then_fetch`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, @@ -4609,7 +4863,7 @@ "description": "The number of slices this task should be divided into.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -4655,7 +4909,7 @@ "description": "The period each deletion request waits for active shards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4675,7 +4929,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe `timeout` value controls how long each write request waits for unavailable shards to become available.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -4701,10 +4955,10 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" } } }, @@ -4712,22 +4966,53 @@ "DeleteByQueryRequestExample1": { "summary": "Delete all documents", "description": "Run `POST /my-index-000001,my-index-000002/_delete_by_query` to delete all documents from multiple data streams or indices.", - "value": "{\n \"query\": {\n \"match_all\": {}\n }\n}" + "value": { + "query": { + "match_all": {} + } + } }, "DeleteByQueryRequestExample2": { "summary": "Delete a single document", "description": "Run `POST my-index-000001/_delete_by_query` to delete a document by using a unique attribute.", - "value": "{\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"max_docs\": 1\n}" + "value": { + "max_docs": 1, + "query": { + "term": { + "user.id": "kimchy" + } + } + } }, "DeleteByQueryRequestExample3": { "summary": "Slice manually", "description": "Run `POST my-index-000001/_delete_by_query` to slice a delete by query manually. Provide a slice ID and total number of slices.\n", - "value": "{\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n },\n \"query\": {\n \"range\": {\n \"http.response.bytes\": {\n \"lt\": 2000000\n }\n }\n }\n}" + "value": { + "query": { + "range": { + "http.response.bytes": { + "lt": 2000000 + } + } + }, + "slice": { + "id": 0, + "max": 2 + } + } }, "DeleteByQueryRequestExample4": { "summary": "Automatic slicing", "description": "Run `POST my-index-000001/_delete_by_query?refresh&slices=5` to let delete by query automatically parallelize using sliced scroll to slice on `_id`. The `slices` query parameter value specifies the number of slices to use.\n", - "value": "{\n \"query\": {\n \"range\": {\n \"http.response.bytes\": {\n \"lt\": 2000000\n }\n }\n }\n}" + "value": { + "query": { + "range": { + "http.response.bytes": { + "lt": 2000000 + } + } + } + } } } } @@ -4754,7 +5039,7 @@ "description": "An array of failures if there were any unrecoverable errors during the process.\nIf this array is not empty, the request ended abnormally because of those failures.\nDelete by query is implemented using batches and any failures cause the entire process to end but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent reindex from ending on version conflicts.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -4766,32 +5051,32 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "slice_id": { "type": "number" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If `true`, some requests run during the delete by query operation timed out.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -4806,7 +5091,23 @@ "examples": { "DeleteByQueryResponseExample1": { "description": "A successful response from `POST /my-index-000001/_delete_by_query`.", - "value": "{\n \"took\" : 147,\n \"timed_out\": false,\n \"total\": 119,\n \"deleted\": 119,\n \"batches\": 1,\n \"version_conflicts\": 0,\n \"noops\": 0,\n \"retries\": {\n \"bulk\": 0,\n \"search\": 0\n },\n \"throttled_millis\": 0,\n \"requests_per_second\": -1.0,\n \"throttled_until_millis\": 0,\n \"failures\" : [ ]\n}" + "value": { + "batches": 1, + "deleted": 119, + "failures": [], + "noops": 0, + "requests_per_second": -1.0, + "retries": { + "bulk": 0, + "search": 0 + }, + "throttled_millis": 0, + "throttled_until_millis": 0, + "timed_out": false, + "took": 147, + "total": 119, + "version_conflicts": 0 + } } } } @@ -4832,7 +5133,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -4842,7 +5143,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4856,13 +5157,13 @@ "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "found": { "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:StoredScript" + "$ref": "#/components/schemas/_types.StoredScript" } }, "required": [ @@ -4887,16 +5188,16 @@ "operationId": "put-script", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -4904,7 +5205,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -4920,16 +5221,16 @@ "operationId": "put-script-1", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -4937,7 +5238,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -4956,7 +5257,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -4966,7 +5267,7 @@ "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -4976,7 +5277,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -4987,7 +5288,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -5005,15 +5306,15 @@ "operationId": "enrich-get-policy", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy:name" + "$ref": "#/components/parameters/enrich.get_policy-name" }, { - "$ref": "#/components/parameters/enrich.get_policy:master_timeout" + "$ref": "#/components/parameters/enrich.get_policy-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy:200" + "$ref": "#/components/responses/enrich.get_policy-200" } }, "x-state": "Added in 7.5.0" @@ -5033,7 +5334,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -5043,7 +5344,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -5055,13 +5356,13 @@ "type": "object", "properties": { "geo_match": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "match": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "range": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" } } } @@ -5075,7 +5376,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -5098,7 +5399,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -5108,7 +5409,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -5119,7 +5420,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -5144,7 +5445,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -5154,7 +5455,7 @@ "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -5178,10 +5479,10 @@ "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/enrich.execute_policy:ExecuteEnrichPolicyStatus" + "$ref": "#/components/schemas/enrich.execute_policy.ExecuteEnrichPolicyStatus" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } } } @@ -5202,12 +5503,12 @@ "operationId": "enrich-get-policy-1", "parameters": [ { - "$ref": "#/components/parameters/enrich.get_policy:master_timeout" + "$ref": "#/components/parameters/enrich.get_policy-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/enrich.get_policy:200" + "$ref": "#/components/responses/enrich.get_policy-200" } }, "x-state": "Added in 7.5.0" @@ -5229,7 +5530,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5239,7 +5540,7 @@ "description": "Period for which the search and its results are stored on the cluster.\nDefaults to the keep_alive value set by the search’s EQL search API request.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -5249,7 +5550,7 @@ "description": "Timeout duration to wait for the request to finish.\nDefaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -5260,7 +5561,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/eql._types:EqlSearchResponseBase" + "$ref": "#/components/schemas/eql._types.EqlSearchResponseBase" } } } @@ -5283,7 +5584,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5294,7 +5595,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -5319,7 +5620,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -5333,7 +5634,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "If true, the search request is still executing. If false, the search is completed.", @@ -5344,10 +5645,10 @@ "type": "boolean" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_status": { "description": "For a completed search shows the http status code of the completed search.", @@ -5363,7 +5664,13 @@ "examples": { "EqlGetStatusResponseExample1": { "description": "A successful response for getting status information for an async EQL search.", - "value": "{\n \"id\": \"FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=\",\n \"is_running\" : true,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1611690235000,\n \"expiration_time_in_millis\" : 1611690295000\n}" + "value": { + "expiration_time_in_millis": 1611690295000, + "id": "FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=", + "is_partial": true, + "is_running": true, + "start_time_in_millis": 1611690235000 + } } } } @@ -5386,31 +5693,31 @@ "operationId": "eql-search", "parameters": [ { - "$ref": "#/components/parameters/eql.search:index" + "$ref": "#/components/parameters/eql.search-index" }, { - "$ref": "#/components/parameters/eql.search:allow_no_indices" + "$ref": "#/components/parameters/eql.search-allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_search_results" + "$ref": "#/components/parameters/eql.search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search-allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search:expand_wildcards" + "$ref": "#/components/parameters/eql.search-expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search:ignore_unavailable" + "$ref": "#/components/parameters/eql.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search:keep_alive" + "$ref": "#/components/parameters/eql.search-keep_alive" }, { - "$ref": "#/components/parameters/eql.search:keep_on_completion" + "$ref": "#/components/parameters/eql.search-keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search-wait_for_completion_timeout" } ], "requestBody": { @@ -5418,7 +5725,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search:200" + "$ref": "#/components/responses/eql.search-200" } }, "x-state": "Added in 7.9.0" @@ -5435,31 +5742,31 @@ "operationId": "eql-search-1", "parameters": [ { - "$ref": "#/components/parameters/eql.search:index" + "$ref": "#/components/parameters/eql.search-index" }, { - "$ref": "#/components/parameters/eql.search:allow_no_indices" + "$ref": "#/components/parameters/eql.search-allow_no_indices" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_search_results" + "$ref": "#/components/parameters/eql.search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/eql.search:allow_partial_sequence_results" + "$ref": "#/components/parameters/eql.search-allow_partial_sequence_results" }, { - "$ref": "#/components/parameters/eql.search:expand_wildcards" + "$ref": "#/components/parameters/eql.search-expand_wildcards" }, { - "$ref": "#/components/parameters/eql.search:ignore_unavailable" + "$ref": "#/components/parameters/eql.search-ignore_unavailable" }, { - "$ref": "#/components/parameters/eql.search:keep_alive" + "$ref": "#/components/parameters/eql.search-keep_alive" }, { - "$ref": "#/components/parameters/eql.search:keep_on_completion" + "$ref": "#/components/parameters/eql.search-keep_on_completion" }, { - "$ref": "#/components/parameters/eql.search:wait_for_completion_timeout" + "$ref": "#/components/parameters/eql.search-wait_for_completion_timeout" } ], "requestBody": { @@ -5467,7 +5774,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/eql.search:200" + "$ref": "#/components/responses/eql.search-200" } }, "x-state": "Added in 7.9.0" @@ -5491,7 +5798,7 @@ "description": "A short version of the Accept header, e.g. json, yaml.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/esql._types:EsqlFormat" + "$ref": "#/components/schemas/esql._types.EsqlFormat" }, "style": "form" }, @@ -5537,7 +5844,7 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "locale": { "type": "string" @@ -5546,7 +5853,7 @@ "description": "To avoid any attempts of hacking or code injection, extract the values in a separate list of parameters. Use question mark placeholders (?) in the query string for each of the parameters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "profile": { @@ -5563,7 +5870,7 @@ "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:TableValuesContainer" + "$ref": "#/components/schemas/esql._types.TableValuesContainer" } } }, @@ -5592,7 +5899,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/esql._types:EsqlResult" + "$ref": "#/components/schemas/esql._types.EsqlResult" } } } @@ -5619,7 +5926,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -5630,7 +5937,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5670,7 +5977,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -5680,7 +5987,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -5690,7 +5997,7 @@ "description": "A comma-separated list of source fields to exclude in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5700,7 +6007,7 @@ "description": "A comma-separated list of source fields to include in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5710,7 +6017,7 @@ "description": "A comma-separated list of stored fields to return as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5720,7 +6027,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -5730,7 +6037,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -5766,7 +6073,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -5777,7 +6084,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -5817,7 +6124,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -5827,7 +6134,7 @@ "description": "Indicates whether to return the `_source` field (`true` or `false`) or lists the fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -5837,7 +6144,7 @@ "description": "A comma-separated list of source fields to exclude in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5847,7 +6154,7 @@ "description": "A comma-separated list of source fields to include in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -5857,7 +6164,7 @@ "description": "The version number for concurrency control.\nIt must match the current version of the document for the request to succeed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, @@ -5867,7 +6174,7 @@ "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" } @@ -5893,46 +6200,46 @@ "operationId": "explain", "parameters": [ { - "$ref": "#/components/parameters/explain:index" + "$ref": "#/components/parameters/explain-index" }, { - "$ref": "#/components/parameters/explain:id" + "$ref": "#/components/parameters/explain-id" }, { - "$ref": "#/components/parameters/explain:analyzer" + "$ref": "#/components/parameters/explain-analyzer" }, { - "$ref": "#/components/parameters/explain:analyze_wildcard" + "$ref": "#/components/parameters/explain-analyze_wildcard" }, { - "$ref": "#/components/parameters/explain:default_operator" + "$ref": "#/components/parameters/explain-default_operator" }, { - "$ref": "#/components/parameters/explain:df" + "$ref": "#/components/parameters/explain-df" }, { - "$ref": "#/components/parameters/explain:lenient" + "$ref": "#/components/parameters/explain-lenient" }, { - "$ref": "#/components/parameters/explain:preference" + "$ref": "#/components/parameters/explain-preference" }, { - "$ref": "#/components/parameters/explain:routing" + "$ref": "#/components/parameters/explain-routing" }, { - "$ref": "#/components/parameters/explain:_source" + "$ref": "#/components/parameters/explain-_source" }, { - "$ref": "#/components/parameters/explain:_source_excludes" + "$ref": "#/components/parameters/explain-_source_excludes" }, { - "$ref": "#/components/parameters/explain:_source_includes" + "$ref": "#/components/parameters/explain-_source_includes" }, { - "$ref": "#/components/parameters/explain:stored_fields" + "$ref": "#/components/parameters/explain-stored_fields" }, { - "$ref": "#/components/parameters/explain:q" + "$ref": "#/components/parameters/explain-q" } ], "requestBody": { @@ -5940,7 +6247,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain:200" + "$ref": "#/components/responses/explain-200" } } }, @@ -5953,46 +6260,46 @@ "operationId": "explain-1", "parameters": [ { - "$ref": "#/components/parameters/explain:index" + "$ref": "#/components/parameters/explain-index" }, { - "$ref": "#/components/parameters/explain:id" + "$ref": "#/components/parameters/explain-id" }, { - "$ref": "#/components/parameters/explain:analyzer" + "$ref": "#/components/parameters/explain-analyzer" }, { - "$ref": "#/components/parameters/explain:analyze_wildcard" + "$ref": "#/components/parameters/explain-analyze_wildcard" }, { - "$ref": "#/components/parameters/explain:default_operator" + "$ref": "#/components/parameters/explain-default_operator" }, { - "$ref": "#/components/parameters/explain:df" + "$ref": "#/components/parameters/explain-df" }, { - "$ref": "#/components/parameters/explain:lenient" + "$ref": "#/components/parameters/explain-lenient" }, { - "$ref": "#/components/parameters/explain:preference" + "$ref": "#/components/parameters/explain-preference" }, { - "$ref": "#/components/parameters/explain:routing" + "$ref": "#/components/parameters/explain-routing" }, { - "$ref": "#/components/parameters/explain:_source" + "$ref": "#/components/parameters/explain-_source" }, { - "$ref": "#/components/parameters/explain:_source_excludes" + "$ref": "#/components/parameters/explain-_source_excludes" }, { - "$ref": "#/components/parameters/explain:_source_includes" + "$ref": "#/components/parameters/explain-_source_includes" }, { - "$ref": "#/components/parameters/explain:stored_fields" + "$ref": "#/components/parameters/explain-stored_fields" }, { - "$ref": "#/components/parameters/explain:q" + "$ref": "#/components/parameters/explain-q" } ], "requestBody": { @@ -6000,7 +6307,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/explain:200" + "$ref": "#/components/responses/explain-200" } } } @@ -6015,28 +6322,28 @@ "operationId": "field-caps", "parameters": [ { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -6044,7 +6351,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -6058,28 +6365,28 @@ "operationId": "field-caps-1", "parameters": [ { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -6087,7 +6394,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -6103,31 +6410,31 @@ "operationId": "field-caps-2", "parameters": [ { - "$ref": "#/components/parameters/field_caps:index" + "$ref": "#/components/parameters/field_caps-index" }, { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -6135,7 +6442,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -6149,31 +6456,31 @@ "operationId": "field-caps-3", "parameters": [ { - "$ref": "#/components/parameters/field_caps:index" + "$ref": "#/components/parameters/field_caps-index" }, { - "$ref": "#/components/parameters/field_caps:allow_no_indices" + "$ref": "#/components/parameters/field_caps-allow_no_indices" }, { - "$ref": "#/components/parameters/field_caps:expand_wildcards" + "$ref": "#/components/parameters/field_caps-expand_wildcards" }, { - "$ref": "#/components/parameters/field_caps:fields" + "$ref": "#/components/parameters/field_caps-fields" }, { - "$ref": "#/components/parameters/field_caps:ignore_unavailable" + "$ref": "#/components/parameters/field_caps-ignore_unavailable" }, { - "$ref": "#/components/parameters/field_caps:include_unmapped" + "$ref": "#/components/parameters/field_caps-include_unmapped" }, { - "$ref": "#/components/parameters/field_caps:filters" + "$ref": "#/components/parameters/field_caps-filters" }, { - "$ref": "#/components/parameters/field_caps:types" + "$ref": "#/components/parameters/field_caps-types" }, { - "$ref": "#/components/parameters/field_caps:include_empty_fields" + "$ref": "#/components/parameters/field_caps-include_empty_fields" } ], "requestBody": { @@ -6181,7 +6488,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/field_caps:200" + "$ref": "#/components/responses/field_caps-200" } }, "x-state": "Added in 5.4.0" @@ -6200,13 +6507,13 @@ "operationId": "graph-explore", "parameters": [ { - "$ref": "#/components/parameters/graph.explore:index" + "$ref": "#/components/parameters/graph.explore-index" }, { - "$ref": "#/components/parameters/graph.explore:routing" + "$ref": "#/components/parameters/graph.explore-routing" }, { - "$ref": "#/components/parameters/graph.explore:timeout" + "$ref": "#/components/parameters/graph.explore-timeout" } ], "requestBody": { @@ -6214,7 +6521,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore:200" + "$ref": "#/components/responses/graph.explore-200" } } }, @@ -6230,13 +6537,13 @@ "operationId": "graph-explore-1", "parameters": [ { - "$ref": "#/components/parameters/graph.explore:index" + "$ref": "#/components/parameters/graph.explore-index" }, { - "$ref": "#/components/parameters/graph.explore:routing" + "$ref": "#/components/parameters/graph.explore-routing" }, { - "$ref": "#/components/parameters/graph.explore:timeout" + "$ref": "#/components/parameters/graph.explore-timeout" } ], "requestBody": { @@ -6244,7 +6551,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/graph.explore:200" + "$ref": "#/components/responses/graph.explore-200" } } } @@ -6262,43 +6569,43 @@ "operationId": "index-2", "parameters": [ { - "$ref": "#/components/parameters/index:index" + "$ref": "#/components/parameters/index-index" }, { - "$ref": "#/components/parameters/index:if_primary_term" + "$ref": "#/components/parameters/index-if_primary_term" }, { - "$ref": "#/components/parameters/index:if_seq_no" + "$ref": "#/components/parameters/index-if_seq_no" }, { - "$ref": "#/components/parameters/index:include_source_on_error" + "$ref": "#/components/parameters/index-include_source_on_error" }, { - "$ref": "#/components/parameters/index:op_type" + "$ref": "#/components/parameters/index-op_type" }, { - "$ref": "#/components/parameters/index:pipeline" + "$ref": "#/components/parameters/index-pipeline" }, { - "$ref": "#/components/parameters/index:refresh" + "$ref": "#/components/parameters/index-refresh" }, { - "$ref": "#/components/parameters/index:routing" + "$ref": "#/components/parameters/index-routing" }, { - "$ref": "#/components/parameters/index:timeout" + "$ref": "#/components/parameters/index-timeout" }, { - "$ref": "#/components/parameters/index:version" + "$ref": "#/components/parameters/index-version" }, { - "$ref": "#/components/parameters/index:version_type" + "$ref": "#/components/parameters/index-version_type" }, { - "$ref": "#/components/parameters/index:wait_for_active_shards" + "$ref": "#/components/parameters/index-wait_for_active_shards" }, { - "$ref": "#/components/parameters/index:require_alias" + "$ref": "#/components/parameters/index-require_alias" } ], "requestBody": { @@ -6306,7 +6613,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/index:200" + "$ref": "#/components/responses/index-200" } } } @@ -6327,7 +6634,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -6338,7 +6645,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/indices.add_block:IndicesBlockOptions" + "$ref": "#/components/schemas/indices.add_block.IndicesBlockOptions" }, "style": "simple" }, @@ -6358,7 +6665,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -6378,7 +6685,7 @@ "description": "The period to wait for the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6388,7 +6695,7 @@ "description": "The period to wait for a response from all relevant nodes in the cluster after updating the cluster metadata.\nIf no response is received before the timeout expires, the cluster metadata update still applies but the response will indicate that it was not completely acknowledged.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -6410,7 +6717,7 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.add_block:IndicesBlockStatus" + "$ref": "#/components/schemas/indices.add_block.IndicesBlockStatus" } } }, @@ -6423,7 +6730,16 @@ "examples": { "IndicesAddBlockResponseExample1": { "description": "A successful response from `PUT /my-index-000001/_block/write`, which adds an index block to an index.'", - "value": "{\n \"acknowledged\" : true,\n \"shards_acknowledged\" : true,\n \"indices\" : [ {\n \"name\" : \"my-index-000001\",\n \"blocked\" : true\n } ]\n}" + "value": { + "acknowledged": true, + "indices": [ + { + "blocked": true, + "name": "my-index-000001" + } + ], + "shards_acknowledged": true + } } } } @@ -6446,7 +6762,7 @@ "operationId": "indices-analyze", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -6454,7 +6770,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } }, @@ -6470,7 +6786,7 @@ "operationId": "indices-analyze-1", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -6478,7 +6794,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } } @@ -6496,10 +6812,10 @@ "operationId": "indices-analyze-2", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index" + "$ref": "#/components/parameters/indices.analyze-index" }, { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -6507,7 +6823,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } }, @@ -6523,10 +6839,10 @@ "operationId": "indices-analyze-3", "parameters": [ { - "$ref": "#/components/parameters/indices.analyze:index" + "$ref": "#/components/parameters/indices.analyze-index" }, { - "$ref": "#/components/parameters/indices.analyze:index_" + "$ref": "#/components/parameters/indices.analyze-index_" } ], "requestBody": { @@ -6534,7 +6850,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.analyze:200" + "$ref": "#/components/responses/indices.analyze-200" } } } @@ -6555,7 +6871,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -6575,7 +6891,7 @@ "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument\ndetermines whether wildcard expressions match hidden data streams. Supports comma-separated values,\nsuch as open,hidden.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -6625,7 +6941,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6635,7 +6951,7 @@ "description": "Return only information on specified index features", "deprecated": false, "schema": { - "$ref": "#/components/schemas/indices.get:Features" + "$ref": "#/components/schemas/indices.get.Features" }, "style": "form" } @@ -6648,7 +6964,7 @@ "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" } } } @@ -6671,7 +6987,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -6681,7 +6997,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6691,7 +7007,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6701,7 +7017,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" } @@ -6716,14 +7032,14 @@ "description": "Aliases for the index.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } } }, @@ -6731,17 +7047,45 @@ "indicesCreateRequestExample1": { "summary": "Create an index.", "description": "This request specifies the `number_of_shards` and `number_of_replicas`.", - "value": "{\n \"settings\": {\n \"number_of_shards\": 3,\n \"number_of_replicas\": 2\n }\n}" + "value": { + "settings": { + "number_of_replicas": 2, + "number_of_shards": 3 + } + } }, "indicesCreateRequestExample2": { "summary": "Create an index with mappings.", "description": "You can provide mapping definitions in the create index API requests.", - "value": "{\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"properties\": {\n \"field1\": { \"type\": \"text\" }\n }\n }\n}" + "value": { + "mappings": { + "properties": { + "field1": { + "type": "text" + } + } + }, + "settings": { + "number_of_shards": 1 + } + } }, "indicesCreateRequestExample3": { "summary": "Create an index with aliases.", "description": "You can provide mapping definitions in the create index API requests. Index alias names also support date math.\n", - "value": "{\n \"aliases\": {\n \"alias_1\": {},\n \"alias_2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n }\n }\n}" + "value": { + "aliases": { + "alias_1": {}, + "alias_2": { + "filter": { + "term": { + "user.id": "kimchy" + } + }, + "routing": "shard-1" + } + } + } } } } @@ -6756,7 +7100,7 @@ "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "shards_acknowledged": { "type": "boolean" @@ -6791,7 +7135,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -6811,7 +7155,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -6831,7 +7175,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -6841,7 +7185,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -6852,7 +7196,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:IndicesResponseBase" + "$ref": "#/components/schemas/_types.IndicesResponseBase" } } } @@ -6874,7 +7218,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -6894,7 +7238,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -6959,24 +7303,24 @@ "operationId": "indices-get-data-stream-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream:name" + "$ref": "#/components/parameters/indices.get_data_stream-name" }, { - "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream:verbose" + "$ref": "#/components/parameters/indices.get_data_stream-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream:200" + "$ref": "#/components/responses/indices.get_data_stream-200" } }, "x-state": "Added in 7.9.0" @@ -6996,7 +7340,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "style": "simple" }, @@ -7006,7 +7350,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7016,7 +7360,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7027,7 +7371,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -7050,7 +7394,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -7060,7 +7404,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7070,7 +7414,7 @@ "description": "Type of data stream that wildcard patterns can match. Supports comma-separated values,such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" } @@ -7081,7 +7425,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -7100,27 +7444,27 @@ "operationId": "indices-get-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:index" + "$ref": "#/components/parameters/indices.get_alias-index" }, { - "$ref": "#/components/parameters/indices.get_alias:name" + "$ref": "#/components/parameters/indices.get_alias-name" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } }, @@ -7133,16 +7477,16 @@ "operationId": "indices-put-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -7150,7 +7494,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -7163,16 +7507,16 @@ "operationId": "indices-put-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -7180,7 +7524,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -7193,21 +7537,21 @@ "operationId": "indices-delete-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias:index" + "$ref": "#/components/parameters/indices.delete_alias-index" }, { - "$ref": "#/components/parameters/indices.delete_alias:name" + "$ref": "#/components/parameters/indices.delete_alias-name" }, { - "$ref": "#/components/parameters/indices.delete_alias:master_timeout" + "$ref": "#/components/parameters/indices.delete_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias:timeout" + "$ref": "#/components/parameters/indices.delete_alias-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias:200" + "$ref": "#/components/responses/indices.delete_alias-200" } } }, @@ -7220,27 +7564,27 @@ "operationId": "indices-exists-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias:index" + "$ref": "#/components/parameters/indices.exists_alias-index" }, { - "$ref": "#/components/parameters/indices.exists_alias:name" + "$ref": "#/components/parameters/indices.exists_alias-name" }, { - "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias:master_timeout" + "$ref": "#/components/parameters/indices.exists_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias:200" + "$ref": "#/components/responses/indices.exists_alias-200" } } } @@ -7255,16 +7599,16 @@ "operationId": "indices-put-alias-2", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -7272,7 +7616,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -7285,16 +7629,16 @@ "operationId": "indices-put-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.put_alias:index" + "$ref": "#/components/parameters/indices.put_alias-index" }, { - "$ref": "#/components/parameters/indices.put_alias:name" + "$ref": "#/components/parameters/indices.put_alias-name" }, { - "$ref": "#/components/parameters/indices.put_alias:master_timeout" + "$ref": "#/components/parameters/indices.put_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_alias:timeout" + "$ref": "#/components/parameters/indices.put_alias-timeout" } ], "requestBody": { @@ -7302,7 +7646,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_alias:200" + "$ref": "#/components/responses/indices.put_alias-200" } } }, @@ -7315,21 +7659,21 @@ "operationId": "indices-delete-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.delete_alias:index" + "$ref": "#/components/parameters/indices.delete_alias-index" }, { - "$ref": "#/components/parameters/indices.delete_alias:name" + "$ref": "#/components/parameters/indices.delete_alias-name" }, { - "$ref": "#/components/parameters/indices.delete_alias:master_timeout" + "$ref": "#/components/parameters/indices.delete_alias-master_timeout" }, { - "$ref": "#/components/parameters/indices.delete_alias:timeout" + "$ref": "#/components/parameters/indices.delete_alias-timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.delete_alias:200" + "$ref": "#/components/responses/indices.delete_alias-200" } } } @@ -7344,24 +7688,24 @@ "operationId": "indices-get-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template:name" + "$ref": "#/components/parameters/indices.get_index_template-name" }, { - "$ref": "#/components/parameters/indices.get_index_template:local" + "$ref": "#/components/parameters/indices.get_index_template-local" }, { - "$ref": "#/components/parameters/indices.get_index_template:flat_settings" + "$ref": "#/components/parameters/indices.get_index_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template:master_timeout" + "$ref": "#/components/parameters/indices.get_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template:include_defaults" + "$ref": "#/components/parameters/indices.get_index_template-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template:200" + "$ref": "#/components/responses/indices.get_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -7375,16 +7719,16 @@ "operationId": "indices-put-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template:name" + "$ref": "#/components/parameters/indices.put_index_template-name" }, { - "$ref": "#/components/parameters/indices.put_index_template:create" + "$ref": "#/components/parameters/indices.put_index_template-create" }, { - "$ref": "#/components/parameters/indices.put_index_template:master_timeout" + "$ref": "#/components/parameters/indices.put_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template:cause" + "$ref": "#/components/parameters/indices.put_index_template-cause" } ], "requestBody": { @@ -7392,7 +7736,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template:200" + "$ref": "#/components/responses/indices.put_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -7406,16 +7750,16 @@ "operationId": "indices-put-index-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_index_template:name" + "$ref": "#/components/parameters/indices.put_index_template-name" }, { - "$ref": "#/components/parameters/indices.put_index_template:create" + "$ref": "#/components/parameters/indices.put_index_template-create" }, { - "$ref": "#/components/parameters/indices.put_index_template:master_timeout" + "$ref": "#/components/parameters/indices.put_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_index_template:cause" + "$ref": "#/components/parameters/indices.put_index_template-cause" } ], "requestBody": { @@ -7423,7 +7767,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_index_template:200" + "$ref": "#/components/responses/indices.put_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -7443,7 +7787,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -7453,7 +7797,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7463,7 +7807,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7474,7 +7818,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -7497,7 +7841,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -7527,7 +7871,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7552,24 +7896,24 @@ "operationId": "indices-get-alias-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:name" + "$ref": "#/components/parameters/indices.get_alias-name" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } }, @@ -7582,24 +7926,24 @@ "operationId": "indices-exists-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.exists_alias:name" + "$ref": "#/components/parameters/indices.exists_alias-name" }, { - "$ref": "#/components/parameters/indices.exists_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.exists_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.exists_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.exists_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.exists_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.exists_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.exists_alias:master_timeout" + "$ref": "#/components/parameters/indices.exists_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.exists_alias:200" + "$ref": "#/components/responses/indices.exists_alias-200" } } } @@ -7620,7 +7964,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -7640,7 +7984,7 @@ "description": "Specify timeout for connection to master", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7656,7 +8000,7 @@ "indices": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.explain_data_lifecycle:DataStreamLifecycleExplain" + "$ref": "#/components/schemas/indices.explain_data_lifecycle.DataStreamLifecycleExplain" } } }, @@ -7693,21 +8037,21 @@ "operationId": "indices-get-alias", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } } @@ -7722,24 +8066,24 @@ "operationId": "indices-get-alias-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_alias:index" + "$ref": "#/components/parameters/indices.get_alias-index" }, { - "$ref": "#/components/parameters/indices.get_alias:allow_no_indices" + "$ref": "#/components/parameters/indices.get_alias-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_alias:expand_wildcards" + "$ref": "#/components/parameters/indices.get_alias-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_alias:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_alias-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_alias:master_timeout" + "$ref": "#/components/parameters/indices.get_alias-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_alias:200" + "$ref": "#/components/responses/indices.get_alias-200" } } } @@ -7760,7 +8104,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -7770,7 +8114,7 @@ "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -7790,7 +8134,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7806,7 +8150,7 @@ "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_data_lifecycle:DataStreamWithLifecycle" + "$ref": "#/components/schemas/indices.get_data_lifecycle.DataStreamWithLifecycle" } } }, @@ -7817,7 +8161,24 @@ "examples": { "IndicesGetDataLifecycleResponseExample1": { "description": "A successful response from `GET _lifecycle/stats?human&pretty`.", - "value": "{\n \"data_streams\": [\n {\n \"name\": \"my-data-stream-1\",\n \"lifecycle\": {\n \"enabled\": true,\n \"data_retention\": \"7d\"\n }\n },\n {\n \"name\": \"my-data-stream-2\",\n \"lifecycle\": {\n \"enabled\": true,\n \"data_retention\": \"7d\"\n }\n }\n ]\n}" + "value": { + "data_streams": [ + { + "lifecycle": { + "data_retention": "7d", + "enabled": true + }, + "name": "my-data-stream-1" + }, + { + "lifecycle": { + "data_retention": "7d", + "enabled": true + }, + "name": "my-data-stream-2" + } + ] + } } } } @@ -7841,7 +8202,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, @@ -7851,7 +8212,7 @@ "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `hidden`, `open`, `closed`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -7861,7 +8222,7 @@ "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -7871,7 +8232,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -7883,10 +8244,10 @@ "type": "object", "properties": { "data_retention": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "downsampling": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleDownsampling" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleDownsampling" }, "enabled": { "description": "If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle\nthat's disabled (enabled: `false`) will have no effect on the data stream.", @@ -7897,12 +8258,25 @@ "examples": { "IndicesPutDataLifecycleRequestExample1": { "summary": "Set the data stream lifecycle retention", - "value": "{\n \"data_retention\": \"7d\"\n}" + "value": { + "data_retention": "7d" + } }, "IndicesPutDataLifecycleRequestExample2": { "summary": "Set the data stream lifecycle downsampling", "description": "This example configures two downsampling rounds.", - "value": "{\n \"downsampling\": [\n {\n \"after\": \"1d\",\n \"fixed_interval\": \"10m\"\n },\n {\n \"after\": \"7d\",\n \"fixed_interval\": \"1d\"\n }\n ]\n}" + "value": { + "downsampling": [ + { + "after": "1d", + "fixed_interval": "10m" + }, + { + "after": "7d", + "fixed_interval": "1d" + } + ] + } } } } @@ -7914,12 +8288,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "IndicesPutDataLifecycleResponseExample1": { "description": "A successful response for configuring a data stream lifecycle.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -7939,21 +8315,21 @@ "operationId": "indices-get-data-stream", "parameters": [ { - "$ref": "#/components/parameters/indices.get_data_stream:expand_wildcards" + "$ref": "#/components/parameters/indices.get_data_stream-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_data_stream:include_defaults" + "$ref": "#/components/parameters/indices.get_data_stream-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_data_stream:master_timeout" + "$ref": "#/components/parameters/indices.get_data_stream-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_data_stream:verbose" + "$ref": "#/components/parameters/indices.get_data_stream-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_data_stream:200" + "$ref": "#/components/responses/indices.get_data_stream-200" } }, "x-state": "Added in 7.9.0" @@ -7969,21 +8345,21 @@ "operationId": "indices-get-index-template", "parameters": [ { - "$ref": "#/components/parameters/indices.get_index_template:local" + "$ref": "#/components/parameters/indices.get_index_template-local" }, { - "$ref": "#/components/parameters/indices.get_index_template:flat_settings" + "$ref": "#/components/parameters/indices.get_index_template-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_index_template:master_timeout" + "$ref": "#/components/parameters/indices.get_index_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.get_index_template:include_defaults" + "$ref": "#/components/parameters/indices.get_index_template-include_defaults" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_index_template:200" + "$ref": "#/components/responses/indices.get_index_template-200" } }, "x-state": "Added in 7.9.0" @@ -7999,24 +8375,24 @@ "operationId": "indices-get-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping:local" + "$ref": "#/components/parameters/indices.get_mapping-local" }, { - "$ref": "#/components/parameters/indices.get_mapping:master_timeout" + "$ref": "#/components/parameters/indices.get_mapping-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping:200" + "$ref": "#/components/responses/indices.get_mapping-200" } } } @@ -8031,27 +8407,27 @@ "operationId": "indices-get-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_mapping:index" + "$ref": "#/components/parameters/indices.get_mapping-index" }, { - "$ref": "#/components/parameters/indices.get_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.get_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.get_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_mapping:local" + "$ref": "#/components/parameters/indices.get_mapping-local" }, { - "$ref": "#/components/parameters/indices.get_mapping:master_timeout" + "$ref": "#/components/parameters/indices.get_mapping-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_mapping:200" + "$ref": "#/components/responses/indices.get_mapping-200" } } }, @@ -8067,25 +8443,25 @@ "operationId": "indices-put-mapping", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping:index" + "$ref": "#/components/parameters/indices.put_mapping-index" }, { - "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping:master_timeout" + "$ref": "#/components/parameters/indices.put_mapping-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:timeout" + "$ref": "#/components/parameters/indices.put_mapping-timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:write_index_only" + "$ref": "#/components/parameters/indices.put_mapping-write_index_only" } ], "requestBody": { @@ -8093,7 +8469,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping:200" + "$ref": "#/components/responses/indices.put_mapping-200" } } }, @@ -8109,25 +8485,25 @@ "operationId": "indices-put-mapping-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_mapping:index" + "$ref": "#/components/parameters/indices.put_mapping-index" }, { - "$ref": "#/components/parameters/indices.put_mapping:allow_no_indices" + "$ref": "#/components/parameters/indices.put_mapping-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_mapping:expand_wildcards" + "$ref": "#/components/parameters/indices.put_mapping-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_mapping:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_mapping-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_mapping:master_timeout" + "$ref": "#/components/parameters/indices.put_mapping-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:timeout" + "$ref": "#/components/parameters/indices.put_mapping-timeout" }, { - "$ref": "#/components/parameters/indices.put_mapping:write_index_only" + "$ref": "#/components/parameters/indices.put_mapping-write_index_only" } ], "requestBody": { @@ -8135,7 +8511,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_mapping:200" + "$ref": "#/components/responses/indices.put_mapping-200" } } } @@ -8150,30 +8526,30 @@ "operationId": "indices-get-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } }, @@ -8189,28 +8565,28 @@ "operationId": "indices-put-settings", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings:flat_settings" + "$ref": "#/components/parameters/indices.put_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings:master_timeout" + "$ref": "#/components/parameters/indices.put_settings-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings:preserve_existing" + "$ref": "#/components/parameters/indices.put_settings-preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings:reopen" + "$ref": "#/components/parameters/indices.put_settings-reopen" }, { - "$ref": "#/components/parameters/indices.put_settings:timeout" + "$ref": "#/components/parameters/indices.put_settings-timeout" } ], "requestBody": { @@ -8218,7 +8594,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings:200" + "$ref": "#/components/responses/indices.put_settings-200" } } } @@ -8233,33 +8609,33 @@ "operationId": "indices-get-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:index" + "$ref": "#/components/parameters/indices.get_settings-index" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } }, @@ -8275,31 +8651,31 @@ "operationId": "indices-put-settings-1", "parameters": [ { - "$ref": "#/components/parameters/indices.put_settings:index" + "$ref": "#/components/parameters/indices.put_settings-index" }, { - "$ref": "#/components/parameters/indices.put_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.put_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.put_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.put_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.put_settings:flat_settings" + "$ref": "#/components/parameters/indices.put_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.put_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.put_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.put_settings:master_timeout" + "$ref": "#/components/parameters/indices.put_settings-master_timeout" }, { - "$ref": "#/components/parameters/indices.put_settings:preserve_existing" + "$ref": "#/components/parameters/indices.put_settings-preserve_existing" }, { - "$ref": "#/components/parameters/indices.put_settings:reopen" + "$ref": "#/components/parameters/indices.put_settings-reopen" }, { - "$ref": "#/components/parameters/indices.put_settings:timeout" + "$ref": "#/components/parameters/indices.put_settings-timeout" } ], "requestBody": { @@ -8307,7 +8683,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.put_settings:200" + "$ref": "#/components/responses/indices.put_settings-200" } } } @@ -8322,36 +8698,36 @@ "operationId": "indices-get-settings-2", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:index" + "$ref": "#/components/parameters/indices.get_settings-index" }, { - "$ref": "#/components/parameters/indices.get_settings:name" + "$ref": "#/components/parameters/indices.get_settings-name" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } } @@ -8366,33 +8742,33 @@ "operationId": "indices-get-settings-3", "parameters": [ { - "$ref": "#/components/parameters/indices.get_settings:name" + "$ref": "#/components/parameters/indices.get_settings-name" }, { - "$ref": "#/components/parameters/indices.get_settings:allow_no_indices" + "$ref": "#/components/parameters/indices.get_settings-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.get_settings:expand_wildcards" + "$ref": "#/components/parameters/indices.get_settings-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.get_settings:flat_settings" + "$ref": "#/components/parameters/indices.get_settings-flat_settings" }, { - "$ref": "#/components/parameters/indices.get_settings:ignore_unavailable" + "$ref": "#/components/parameters/indices.get_settings-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.get_settings:include_defaults" + "$ref": "#/components/parameters/indices.get_settings-include_defaults" }, { - "$ref": "#/components/parameters/indices.get_settings:local" + "$ref": "#/components/parameters/indices.get_settings-local" }, { - "$ref": "#/components/parameters/indices.get_settings:master_timeout" + "$ref": "#/components/parameters/indices.get_settings-master_timeout" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.get_settings:200" + "$ref": "#/components/responses/indices.get_settings-200" } } } @@ -8413,7 +8789,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -8423,7 +8799,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8433,7 +8809,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -8444,7 +8820,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -8471,7 +8847,7 @@ "description": "Actions to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.modify_data_stream:Action" + "$ref": "#/components/schemas/indices.modify_data_stream.Action" } } }, @@ -8489,7 +8865,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -8508,18 +8884,18 @@ "operationId": "indices-refresh-1", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } }, @@ -8532,18 +8908,18 @@ "operationId": "indices-refresh", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } } @@ -8558,21 +8934,21 @@ "operationId": "indices-refresh-3", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:index" + "$ref": "#/components/parameters/indices.refresh-index" }, { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } }, @@ -8585,21 +8961,21 @@ "operationId": "indices-refresh-2", "parameters": [ { - "$ref": "#/components/parameters/indices.refresh:index" + "$ref": "#/components/parameters/indices.refresh-index" }, { - "$ref": "#/components/parameters/indices.refresh:allow_no_indices" + "$ref": "#/components/parameters/indices.refresh-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.refresh:expand_wildcards" + "$ref": "#/components/parameters/indices.refresh-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.refresh:ignore_unavailable" + "$ref": "#/components/parameters/indices.refresh-ignore_unavailable" } ], "responses": { "200": { - "$ref": "#/components/responses/indices.refresh:200" + "$ref": "#/components/responses/indices.refresh-200" } } } @@ -8620,7 +8996,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -8630,7 +9006,7 @@ "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -8666,19 +9042,19 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexItem" } }, "aliases": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexAliasItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexAliasItem" } }, "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.resolve_index:ResolveIndexDataStreamsItem" + "$ref": "#/components/schemas/indices.resolve_index.ResolveIndexDataStreamsItem" } } }, @@ -8691,7 +9067,49 @@ "examples": { "ResolveIndexResponseExample1": { "description": "A successful response from `GET /_resolve/index/f*,remoteCluster1:bar*?expand_wildcards=all`.", - "value": "{\n \"indices\": [\n {\n \"name\": \"foo_closed\",\n \"attributes\": [\n \"closed\"\n ]\n },\n {\n \"name\": \"freeze-index\",\n \"aliases\": [\n \"f-alias\"\n ],\n \"attributes\": [\n \"open\"\n ]\n },\n {\n \"name\": \"remoteCluster1:bar-01\",\n \"attributes\": [\n \"open\"\n ]\n }\n ],\n \"aliases\": [\n {\n \"name\": \"f-alias\",\n \"indices\": [\n \"freeze-index\",\n \"my-index-000001\"\n ]\n }\n ],\n \"data_streams\": [\n {\n \"name\": \"foo\",\n \"backing_indices\": [\n \".ds-foo-2099.03.07-000001\"\n ],\n \"timestamp_field\": \"@timestamp\"\n }\n ]\n}" + "value": { + "aliases": [ + { + "indices": [ + "freeze-index", + "my-index-000001" + ], + "name": "f-alias" + } + ], + "data_streams": [ + { + "backing_indices": [ + ".ds-foo-2099.03.07-000001" + ], + "name": "foo", + "timestamp_field": "@timestamp" + } + ], + "indices": [ + { + "attributes": [ + "closed" + ], + "name": "foo_closed" + }, + { + "aliases": [ + "f-alias" + ], + "attributes": [ + "open" + ], + "name": "freeze-index" + }, + { + "attributes": [ + "open" + ], + "name": "remoteCluster1:bar-01" + } + ] + } } } } @@ -8711,22 +9129,22 @@ "operationId": "indices-rollover", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover:alias" + "$ref": "#/components/parameters/indices.rollover-alias" }, { - "$ref": "#/components/parameters/indices.rollover:dry_run" + "$ref": "#/components/parameters/indices.rollover-dry_run" }, { - "$ref": "#/components/parameters/indices.rollover:master_timeout" + "$ref": "#/components/parameters/indices.rollover-master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover:timeout" + "$ref": "#/components/parameters/indices.rollover-timeout" }, { - "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover-wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover:lazy" + "$ref": "#/components/parameters/indices.rollover-lazy" } ], "requestBody": { @@ -8734,7 +9152,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover:200" + "$ref": "#/components/responses/indices.rollover-200" } }, "x-state": "Added in 5.0.0" @@ -8750,25 +9168,25 @@ "operationId": "indices-rollover-1", "parameters": [ { - "$ref": "#/components/parameters/indices.rollover:alias" + "$ref": "#/components/parameters/indices.rollover-alias" }, { - "$ref": "#/components/parameters/indices.rollover:new_index" + "$ref": "#/components/parameters/indices.rollover-new_index" }, { - "$ref": "#/components/parameters/indices.rollover:dry_run" + "$ref": "#/components/parameters/indices.rollover-dry_run" }, { - "$ref": "#/components/parameters/indices.rollover:master_timeout" + "$ref": "#/components/parameters/indices.rollover-master_timeout" }, { - "$ref": "#/components/parameters/indices.rollover:timeout" + "$ref": "#/components/parameters/indices.rollover-timeout" }, { - "$ref": "#/components/parameters/indices.rollover:wait_for_active_shards" + "$ref": "#/components/parameters/indices.rollover-wait_for_active_shards" }, { - "$ref": "#/components/parameters/indices.rollover:lazy" + "$ref": "#/components/parameters/indices.rollover-lazy" } ], "requestBody": { @@ -8776,7 +9194,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.rollover:200" + "$ref": "#/components/responses/indices.rollover-200" } }, "x-state": "Added in 5.0.0" @@ -8798,7 +9216,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -8828,7 +9246,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8854,11 +9272,11 @@ "overlapping": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.simulate_template:Overlapping" + "$ref": "#/components/schemas/indices.simulate_template.Overlapping" } }, "template": { - "$ref": "#/components/schemas/indices.simulate_template:Template" + "$ref": "#/components/schemas/indices.simulate_template.Template" } }, "required": [ @@ -8868,7 +9286,39 @@ "examples": { "indicesSimulateIndexTemplateResponseExample1": { "description": "A successful response from `POST /_index_template/_simulate_index/my-index-000001`.", - "value": "{\n \"template\" : {\n \"settings\" : {\n \"index\" : {\n \"number_of_shards\" : \"2\",\n \"number_of_replicas\" : \"0\",\n \"routing\" : {\n \"allocation\" : {\n \"include\" : {\n \"_tier_preference\" : \"data_content\"\n }\n }\n }\n }\n },\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n }\n }\n },\n \"aliases\" : { }\n },\n \"overlapping\" : [\n {\n \"name\" : \"template_1\",\n \"index_patterns\" : [\n \"my-index-*\"\n ]\n }\n ]\n}" + "value": { + "overlapping": [ + { + "index_patterns": [ + "my-index-*" + ], + "name": "template_1" + } + ], + "template": { + "aliases": {}, + "mappings": { + "properties": { + "@timestamp": { + "type": "date" + } + } + }, + "settings": { + "index": { + "number_of_replicas": "0", + "number_of_shards": "2", + "routing": { + "allocation": { + "include": { + "_tier_preference": "data_content" + } + } + } + } + } + } + } } } } @@ -8888,16 +9338,16 @@ "operationId": "indices-simulate-template", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template:create" + "$ref": "#/components/parameters/indices.simulate_template-create" }, { - "$ref": "#/components/parameters/indices.simulate_template:cause" + "$ref": "#/components/parameters/indices.simulate_template-cause" }, { - "$ref": "#/components/parameters/indices.simulate_template:master_timeout" + "$ref": "#/components/parameters/indices.simulate_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template:include_defaults" + "$ref": "#/components/parameters/indices.simulate_template-include_defaults" } ], "requestBody": { @@ -8905,7 +9355,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template:200" + "$ref": "#/components/responses/indices.simulate_template-200" } } } @@ -8920,19 +9370,19 @@ "operationId": "indices-simulate-template-1", "parameters": [ { - "$ref": "#/components/parameters/indices.simulate_template:name" + "$ref": "#/components/parameters/indices.simulate_template-name" }, { - "$ref": "#/components/parameters/indices.simulate_template:create" + "$ref": "#/components/parameters/indices.simulate_template-create" }, { - "$ref": "#/components/parameters/indices.simulate_template:cause" + "$ref": "#/components/parameters/indices.simulate_template-cause" }, { - "$ref": "#/components/parameters/indices.simulate_template:master_timeout" + "$ref": "#/components/parameters/indices.simulate_template-master_timeout" }, { - "$ref": "#/components/parameters/indices.simulate_template:include_defaults" + "$ref": "#/components/parameters/indices.simulate_template-include_defaults" } ], "requestBody": { @@ -8940,7 +9390,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.simulate_template:200" + "$ref": "#/components/responses/indices.simulate_template-200" } } } @@ -8960,7 +9410,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -8970,7 +9420,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -8985,7 +9435,7 @@ "description": "Actions to perform.", "type": "array", "items": { - "$ref": "#/components/schemas/indices.update_aliases:Action" + "$ref": "#/components/schemas/indices.update_aliases.Action" } } } @@ -9000,7 +9450,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -9019,40 +9469,40 @@ "operationId": "indices-validate-query", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -9060,7 +9510,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -9074,40 +9524,40 @@ "operationId": "indices-validate-query-1", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -9115,7 +9565,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -9131,43 +9581,43 @@ "operationId": "indices-validate-query-2", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:index" + "$ref": "#/components/parameters/indices.validate_query-index" }, { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -9175,7 +9625,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -9189,43 +9639,43 @@ "operationId": "indices-validate-query-3", "parameters": [ { - "$ref": "#/components/parameters/indices.validate_query:index" + "$ref": "#/components/parameters/indices.validate_query-index" }, { - "$ref": "#/components/parameters/indices.validate_query:allow_no_indices" + "$ref": "#/components/parameters/indices.validate_query-allow_no_indices" }, { - "$ref": "#/components/parameters/indices.validate_query:all_shards" + "$ref": "#/components/parameters/indices.validate_query-all_shards" }, { - "$ref": "#/components/parameters/indices.validate_query:analyzer" + "$ref": "#/components/parameters/indices.validate_query-analyzer" }, { - "$ref": "#/components/parameters/indices.validate_query:analyze_wildcard" + "$ref": "#/components/parameters/indices.validate_query-analyze_wildcard" }, { - "$ref": "#/components/parameters/indices.validate_query:default_operator" + "$ref": "#/components/parameters/indices.validate_query-default_operator" }, { - "$ref": "#/components/parameters/indices.validate_query:df" + "$ref": "#/components/parameters/indices.validate_query-df" }, { - "$ref": "#/components/parameters/indices.validate_query:expand_wildcards" + "$ref": "#/components/parameters/indices.validate_query-expand_wildcards" }, { - "$ref": "#/components/parameters/indices.validate_query:explain" + "$ref": "#/components/parameters/indices.validate_query-explain" }, { - "$ref": "#/components/parameters/indices.validate_query:ignore_unavailable" + "$ref": "#/components/parameters/indices.validate_query-ignore_unavailable" }, { - "$ref": "#/components/parameters/indices.validate_query:lenient" + "$ref": "#/components/parameters/indices.validate_query-lenient" }, { - "$ref": "#/components/parameters/indices.validate_query:rewrite" + "$ref": "#/components/parameters/indices.validate_query-rewrite" }, { - "$ref": "#/components/parameters/indices.validate_query:q" + "$ref": "#/components/parameters/indices.validate_query-q" } ], "requestBody": { @@ -9233,7 +9683,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/indices.validate_query:200" + "$ref": "#/components/responses/indices.validate_query-200" } }, "x-state": "Added in 1.3.0" @@ -9254,7 +9704,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9264,7 +9714,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9273,7 +9723,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:RequestChatCompletion" + "$ref": "#/components/schemas/inference._types.RequestChatCompletion" } } }, @@ -9285,7 +9735,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:StreamResult" + "$ref": "#/components/schemas/_types.StreamResult" } } } @@ -9309,7 +9759,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -9319,7 +9769,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -9345,7 +9795,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -9356,7 +9806,9 @@ "CompletionRequestExample1": { "summary": "Completion task", "description": "Run `POST _inference/completion/openai_chat_completions` to perform a completion on the example question.", - "value": "{\n \"input\": \"What is Elastic?\"\n}" + "value": { + "input": "What is Elastic?" + } } } } @@ -9368,13 +9820,19 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:CompletionInferenceResult" + "$ref": "#/components/schemas/inference._types.CompletionInferenceResult" }, "examples": { "CompletionResponseExample1": { "summary": "Completion task", "description": "A successful response from `POST _inference/completion/openai_chat_completions`.\n", - "value": "{\n \"completion\": [\n {\n \"result\": \"Elastic is a company that provides a range of software solutions for search, logging, security, and analytics. Their flagship product is Elasticsearch, an open-source, distributed search engine that allows users to search, analyze, and visualize large volumes of data in real-time. Elastic also offers products such as Kibana, a data visualization tool, and Logstash, a log management and pipeline tool, as well as various other tools and solutions for data analysis and management.\"\n }\n ]\n}" + "value": { + "completion": [ + { + "result": "Elastic is a company that provides a range of software solutions for search, logging, security, and analytics. Their flagship product is Elasticsearch, an open-source, distributed search engine that allows users to search, analyze, and visualize large volumes of data in real-time. Elastic also offers products such as Kibana, a data visualization tool, and Logstash, a log management and pipeline tool, as well as various other tools and solutions for data analysis and management." + } + ] + } } } } @@ -9393,12 +9851,12 @@ "operationId": "inference-get-1", "parameters": [ { - "$ref": "#/components/parameters/inference.get:inference_id" + "$ref": "#/components/parameters/inference.get-inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -9412,7 +9870,7 @@ "operationId": "inference-put", "parameters": [ { - "$ref": "#/components/parameters/inference.put:inference_id" + "$ref": "#/components/parameters/inference.put-inference_id" } ], "requestBody": { @@ -9420,7 +9878,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put:200" + "$ref": "#/components/responses/inference.put-200" } }, "x-state": "Added in 8.11.0" @@ -9433,18 +9891,18 @@ "operationId": "inference-delete", "parameters": [ { - "$ref": "#/components/parameters/inference.delete:inference_id" + "$ref": "#/components/parameters/inference.delete-inference_id" }, { - "$ref": "#/components/parameters/inference.delete:dry_run" + "$ref": "#/components/parameters/inference.delete-dry_run" }, { - "$ref": "#/components/parameters/inference.delete:force" + "$ref": "#/components/parameters/inference.delete-force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete:200" + "$ref": "#/components/responses/inference.delete-200" } }, "x-state": "Added in 8.11.0" @@ -9459,15 +9917,15 @@ "operationId": "inference-get-2", "parameters": [ { - "$ref": "#/components/parameters/inference.get:task_type" + "$ref": "#/components/parameters/inference.get-task_type" }, { - "$ref": "#/components/parameters/inference.get:inference_id" + "$ref": "#/components/parameters/inference.get-inference_id" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -9481,10 +9939,10 @@ "operationId": "inference-put-1", "parameters": [ { - "$ref": "#/components/parameters/inference.put:task_type" + "$ref": "#/components/parameters/inference.put-task_type" }, { - "$ref": "#/components/parameters/inference.put:inference_id" + "$ref": "#/components/parameters/inference.put-inference_id" } ], "requestBody": { @@ -9492,7 +9950,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/inference.put:200" + "$ref": "#/components/responses/inference.put-200" } }, "x-state": "Added in 8.11.0" @@ -9505,21 +9963,21 @@ "operationId": "inference-delete-1", "parameters": [ { - "$ref": "#/components/parameters/inference.delete:task_type" + "$ref": "#/components/parameters/inference.delete-task_type" }, { - "$ref": "#/components/parameters/inference.delete:inference_id" + "$ref": "#/components/parameters/inference.delete-inference_id" }, { - "$ref": "#/components/parameters/inference.delete:dry_run" + "$ref": "#/components/parameters/inference.delete-dry_run" }, { - "$ref": "#/components/parameters/inference.delete:force" + "$ref": "#/components/parameters/inference.delete-force" } ], "responses": { "200": { - "$ref": "#/components/responses/inference.delete:200" + "$ref": "#/components/responses/inference.delete-200" } }, "x-state": "Added in 8.11.0" @@ -9534,7 +9992,7 @@ "operationId": "inference-get", "responses": { "200": { - "$ref": "#/components/responses/inference.get:200" + "$ref": "#/components/responses/inference.get-200" } }, "x-state": "Added in 8.11.0" @@ -9556,7 +10014,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudTaskType" + "$ref": "#/components/schemas/inference._types.AlibabaCloudTaskType" }, "style": "simple" }, @@ -9567,7 +10025,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9579,16 +10037,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudServiceType" + "$ref": "#/components/schemas/inference._types.AlibabaCloudServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudServiceSettings" + "$ref": "#/components/schemas/inference._types.AlibabaCloudServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AlibabaCloudTaskSettings" + "$ref": "#/components/schemas/inference._types.AlibabaCloudTaskSettings" } }, "required": [ @@ -9600,22 +10058,54 @@ "PutAlibabaCloudRequestExample1": { "summary": "A completion task", "description": "Run `PUT _inference/completion/alibabacloud_ai_search_completion` to create an inference endpoint that performs a completion task.", - "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"host\" : \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-qwen-turbo\",\n \"workspace\" : \"default\"\n }\n}" + "value": { + "service": "alibabacloud-ai-search", + "service_settings": { + "api_key": "AlibabaCloud-API-Key", + "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", + "service_id": "ops-qwen-turbo", + "workspace": "default" + } + } }, "PutAlibabaCloudRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/alibabacloud_ai_search_rerank` to create an inference endpoint that performs a rerank task.", - "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-bge-reranker-larger\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" + "value": { + "service": "alibabacloud-ai-search", + "service_settings": { + "api_key": "AlibabaCloud-API-Key", + "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", + "service_id": "ops-bge-reranker-larger", + "workspace": "default" + } + } }, "PutAlibabaCloudRequestExample3": { "summary": "A sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/alibabacloud_ai_search_sparse` to create an inference endpoint that performs perform a sparse embedding task.", - "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-text-sparse-embedding-001\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" + "value": { + "service": "alibabacloud-ai-search", + "service_settings": { + "api_key": "AlibabaCloud-API-Key", + "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", + "service_id": "ops-text-sparse-embedding-001", + "workspace": "default" + } + } }, "PutAlibabaCloudRequestExample4": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/alibabacloud_ai_search_embeddings` to create an inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-text-embedding-001\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" + "value": { + "service": "alibabacloud-ai-search", + "service_settings": { + "api_key": "AlibabaCloud-API-Key", + "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", + "service_id": "ops-text-embedding-001", + "workspace": "default" + } + } } } } @@ -9627,7 +10117,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9652,7 +10142,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockTaskType" + "$ref": "#/components/schemas/inference._types.AmazonBedrockTaskType" }, "style": "simple" }, @@ -9663,7 +10153,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9675,16 +10165,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockServiceType" + "$ref": "#/components/schemas/inference._types.AmazonBedrockServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockServiceSettings" + "$ref": "#/components/schemas/inference._types.AmazonBedrockServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AmazonBedrockTaskSettings" + "$ref": "#/components/schemas/inference._types.AmazonBedrockTaskSettings" } }, "required": [ @@ -9696,12 +10186,27 @@ "PutAmazonBedrockRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/amazon_bedrock_embeddings` to create an inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"amazonbedrock\",\n \"service_settings\": {\n \"access_key\": \"AWS-access-key\",\n \"secret_key\": \"AWS-secret-key\",\n \"region\": \"us-east-1\",\n \"provider\": \"amazontitan\",\n \"model\": \"amazon.titan-embed-text-v2:0\"\n }\n}" + "value": { + "service": "amazonbedrock", + "service_settings": { + "access_key": "AWS-access-key", + "model": "amazon.titan-embed-text-v2:0", + "provider": "amazontitan", + "region": "us-east-1", + "secret_key": "AWS-secret-key" + } + } }, "PutAmazonBedrockRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/openai-completion` to create an inference endpoint to perform a completion task type.", - "value": "{\n \"service\": \"openai\",\n \"service_settings\": {\n \"api_key\": \"OpenAI-API-Key\",\n \"model_id\": \"gpt-3.5-turbo\"\n }\n}" + "value": { + "service": "openai", + "service_settings": { + "api_key": "OpenAI-API-Key", + "model_id": "gpt-3.5-turbo" + } + } } } } @@ -9713,7 +10218,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9738,7 +10243,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AnthropicTaskType" + "$ref": "#/components/schemas/inference._types.AnthropicTaskType" }, "style": "simple" }, @@ -9749,7 +10254,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9761,16 +10266,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AnthropicServiceType" + "$ref": "#/components/schemas/inference._types.AnthropicServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AnthropicServiceSettings" + "$ref": "#/components/schemas/inference._types.AnthropicServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AnthropicTaskSettings" + "$ref": "#/components/schemas/inference._types.AnthropicTaskSettings" } }, "required": [ @@ -9781,7 +10286,16 @@ "examples": { "PutAnthropicRequestExample1": { "description": "Run `PUT _inference/completion/anthropic_completion` to create an inference endpoint that performs a completion task.", - "value": "{\n \"service\": \"anthropic\",\n \"service_settings\": {\n \"api_key\": \"Anthropic-Api-Key\",\n \"model_id\": \"Model-ID\"\n },\n \"task_settings\": {\n \"max_tokens\": 1024\n }\n}" + "value": { + "service": "anthropic", + "service_settings": { + "api_key": "Anthropic-Api-Key", + "model_id": "Model-ID" + }, + "task_settings": { + "max_tokens": 1024 + } + } } } } @@ -9793,7 +10307,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9818,7 +10332,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioTaskType" + "$ref": "#/components/schemas/inference._types.AzureAiStudioTaskType" }, "style": "simple" }, @@ -9829,7 +10343,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9841,16 +10355,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioServiceType" + "$ref": "#/components/schemas/inference._types.AzureAiStudioServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioServiceSettings" + "$ref": "#/components/schemas/inference._types.AzureAiStudioServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AzureAiStudioTaskSettings" + "$ref": "#/components/schemas/inference._types.AzureAiStudioTaskSettings" } }, "required": [ @@ -9862,12 +10376,28 @@ "PutAzureAiStudioRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/azure_ai_studio_embeddings` to create an inference endpoint that performs a text_embedding task. Note that you do not specify a model here, as it is defined already in the Azure AI Studio deployment.", - "value": "{\n \"service\": \"azureaistudio\",\n \"service_settings\": {\n \"api_key\": \"Azure-AI-Studio-API-key\",\n \"target\": \"Target-Uri\",\n \"provider\": \"openai\",\n \"endpoint_type\": \"token\"\n }\n}" + "value": { + "service": "azureaistudio", + "service_settings": { + "api_key": "Azure-AI-Studio-API-key", + "endpoint_type": "token", + "provider": "openai", + "target": "Target-Uri" + } + } }, "PutAzureAiStudioRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/azure_ai_studio_completion` to create an inference endpoint that performs a completion task.", - "value": "{\n \"service\": \"azureaistudio\",\n \"service_settings\": {\n \"api_key\": \"Azure-AI-Studio-API-key\",\n \"target\": \"Target-URI\",\n \"provider\": \"databricks\",\n \"endpoint_type\": \"realtime\"\n }\n}" + "value": { + "service": "azureaistudio", + "service_settings": { + "api_key": "Azure-AI-Studio-API-key", + "endpoint_type": "realtime", + "provider": "databricks", + "target": "Target-URI" + } + } } } } @@ -9879,7 +10409,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9904,7 +10434,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:AzureOpenAITaskType" + "$ref": "#/components/schemas/inference._types.AzureOpenAITaskType" }, "style": "simple" }, @@ -9915,7 +10445,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -9927,16 +10457,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:AzureOpenAIServiceType" + "$ref": "#/components/schemas/inference._types.AzureOpenAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:AzureOpenAIServiceSettings" + "$ref": "#/components/schemas/inference._types.AzureOpenAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:AzureOpenAITaskSettings" + "$ref": "#/components/schemas/inference._types.AzureOpenAITaskSettings" } }, "required": [ @@ -9948,12 +10478,28 @@ "PutAzureOpenAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/azure_openai_embeddings` to create an inference endpoint that performs a `text_embedding` task. You do not specify a model, as it is defined already in the Azure OpenAI deployment.", - "value": "{\n \"service\": \"azureopenai\",\n \"service_settings\": {\n \"api_key\": \"Api-Key\",\n \"resource_name\": \"Resource-name\",\n \"deployment_id\": \"Deployment-id\",\n \"api_version\": \"2024-02-01\"\n }\n}" + "value": { + "service": "azureopenai", + "service_settings": { + "api_key": "Api-Key", + "api_version": "2024-02-01", + "deployment_id": "Deployment-id", + "resource_name": "Resource-name" + } + } }, "PutAzureOpenAiRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/azure_openai_completion` to create an inference endpoint that performs a `completion` task.", - "value": "{\n \"service\": \"azureopenai\",\n \"service_settings\": {\n \"api_key\": \"Api-Key\",\n \"resource_name\": \"Resource-name\",\n \"deployment_id\": \"Deployment-id\",\n \"api_version\": \"2024-02-01\"\n }\n}" + "value": { + "service": "azureopenai", + "service_settings": { + "api_key": "Api-Key", + "api_version": "2024-02-01", + "deployment_id": "Deployment-id", + "resource_name": "Resource-name" + } + } } } } @@ -9965,7 +10511,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -9990,7 +10536,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:CohereTaskType" + "$ref": "#/components/schemas/inference._types.CohereTaskType" }, "style": "simple" }, @@ -10001,7 +10547,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10013,16 +10559,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:CohereServiceType" + "$ref": "#/components/schemas/inference._types.CohereServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:CohereServiceSettings" + "$ref": "#/components/schemas/inference._types.CohereServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:CohereTaskSettings" + "$ref": "#/components/schemas/inference._types.CohereTaskSettings" } }, "required": [ @@ -10034,12 +10580,29 @@ "PutCohereRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/cohere-embeddings` to create an inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"cohere\",\n \"service_settings\": {\n \"api_key\": \"Cohere-Api-key\",\n \"model_id\": \"embed-english-light-v3.0\",\n \"embedding_type\": \"byte\"\n }\n}" + "value": { + "service": "cohere", + "service_settings": { + "api_key": "Cohere-Api-key", + "embedding_type": "byte", + "model_id": "embed-english-light-v3.0" + } + } }, "PutCohereRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/cohere-rerank` to create an inference endpoint that performs a rerank task.", - "value": "{\n \"service\": \"cohere\",\n \"service_settings\": {\n \"api_key\": \"Cohere-API-key\",\n \"model_id\": \"rerank-english-v3.0\"\n },\n \"task_settings\": {\n \"top_n\": 10,\n \"return_documents\": true\n }\n}" + "value": { + "service": "cohere", + "service_settings": { + "api_key": "Cohere-API-key", + "model_id": "rerank-english-v3.0" + }, + "task_settings": { + "return_documents": true, + "top_n": 10 + } + } } } } @@ -10051,7 +10614,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10076,7 +10639,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:ElasticsearchTaskType" + "$ref": "#/components/schemas/inference._types.ElasticsearchTaskType" }, "style": "simple" }, @@ -10087,7 +10650,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10099,16 +10662,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:ElasticsearchServiceType" + "$ref": "#/components/schemas/inference._types.ElasticsearchServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ElasticsearchServiceSettings" + "$ref": "#/components/schemas/inference._types.ElasticsearchServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:ElasticsearchTaskSettings" + "$ref": "#/components/schemas/inference._types.ElasticsearchTaskSettings" } }, "required": [ @@ -10120,32 +10683,84 @@ "PutElasticsearchRequestExample1": { "summary": "ELSER sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task. The `model_id` must be the ID of one of the built-in ELSER models. The API will automatically download the ELSER model if it isn't already downloaded and then deploy the model.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"adaptive_allocations\": { \n \"enabled\": true,\n \"min_number_of_allocations\": 1,\n \"max_number_of_allocations\": 4\n },\n \"num_threads\": 1,\n \"model_id\": \".elser_model_2\" \n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "adaptive_allocations": { + "enabled": true, + "max_number_of_allocations": 4, + "min_number_of_allocations": 1 + }, + "model_id": ".elser_model_2", + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample2": { "summary": "Elastic rerank task", "description": "Run `PUT _inference/rerank/my-elastic-rerank` to create an inference endpoint that performs a rerank task using the built-in Elastic Rerank cross-encoder model. The `model_id` must be `.rerank-v1`, which is the ID of the built-in Elastic Rerank model. The API will automatically download the Elastic Rerank model if it isn't already downloaded and then deploy the model. Once deployed, the model can be used for semantic re-ranking with a `text_similarity_reranker` retriever.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"model_id\": \".rerank-v1\", \n \"num_threads\": 1,\n \"adaptive_allocations\": { \n \"enabled\": true,\n \"min_number_of_allocations\": 1,\n \"max_number_of_allocations\": 4\n }\n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "adaptive_allocations": { + "enabled": true, + "max_number_of_allocations": 4, + "min_number_of_allocations": 1 + }, + "model_id": ".rerank-v1", + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample3": { "summary": "E5 text embedding task", "description": "Run `PUT _inference/text_embedding/my-e5-model` to create an inference endpoint that performs a `text_embedding` task. The `model_id` must be the ID of one of the built-in E5 models. The API will automatically download the E5 model if it isn't already downloaded and then deploy the model.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1,\n \"model_id\": \".multilingual-e5-small\" \n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "model_id": ".multilingual-e5-small", + "num_allocations": 1, + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample4": { "summary": "Eland text embedding task", "description": "Run `PUT _inference/text_embedding/my-msmarco-minilm-model` to create an inference endpoint that performs a `text_embedding` task with a model that was uploaded by Eland.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1,\n \"model_id\": \"msmarco-MiniLM-L12-cos-v5\" \n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "model_id": "msmarco-MiniLM-L12-cos-v5", + "num_allocations": 1, + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample5": { "summary": "Adaptive allocation", "description": "Run `PUT _inference/text_embedding/my-e5-model` to create an inference endpoint that performs a `text_embedding` task and to configure adaptive allocations. The API request will automatically download the E5 model if it isn't already downloaded and then deploy the model.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"adaptive_allocations\": {\n \"enabled\": true,\n \"min_number_of_allocations\": 3,\n \"max_number_of_allocations\": 10\n },\n \"num_threads\": 1,\n \"model_id\": \".multilingual-e5-small\"\n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "adaptive_allocations": { + "enabled": true, + "max_number_of_allocations": 10, + "min_number_of_allocations": 3 + }, + "model_id": ".multilingual-e5-small", + "num_threads": 1 + } + } }, "PutElasticsearchRequestExample6": { "summary": "Existing model deployment", "description": "Run `PUT _inference/sparse_embedding/use_existing_deployment` to use an already existing model deployment when creating an inference endpoint.", - "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"deployment_id\": \".elser_model_2\"\n }\n}" + "value": { + "service": "elasticsearch", + "service_settings": { + "deployment_id": ".elser_model_2" + } + } } } } @@ -10157,12 +10772,27 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" }, "examples": { "PutElasticsearchResponseExample1": { "description": "A successful response from `PUT _inference/sparse_embedding/use_existing_deployment`. It contains the model ID and the threads and allocations settings from the model deployment.\n", - "value": "{\n \"inference_id\": \"use_existing_deployment\",\n \"task_type\": \"sparse_embedding\",\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 2,\n \"num_threads\": 1,\n \"model_id\": \".elser_model_2\",\n \"deployment_id\": \".elser_model_2\"\n },\n \"chunking_settings\": {\n \"strategy\": \"sentence\",\n \"max_chunk_size\": 250,\n \"sentence_overlap\": 1\n }\n}" + "value": { + "chunking_settings": { + "max_chunk_size": 250, + "sentence_overlap": 1, + "strategy": "sentence" + }, + "inference_id": "use_existing_deployment", + "service": "elasticsearch", + "service_settings": { + "deployment_id": ".elser_model_2", + "model_id": ".elser_model_2", + "num_allocations": 2, + "num_threads": 1 + }, + "task_type": "sparse_embedding" + } } } } @@ -10188,7 +10818,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:ElserTaskType" + "$ref": "#/components/schemas/inference._types.ElserTaskType" }, "style": "simple" }, @@ -10199,7 +10829,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10211,13 +10841,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:ElserServiceType" + "$ref": "#/components/schemas/inference._types.ElserServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ElserServiceSettings" + "$ref": "#/components/schemas/inference._types.ElserServiceSettings" } }, "required": [ @@ -10229,12 +10859,28 @@ "PutElserRequestExample1": { "summary": "A sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task. The request will automatically download the ELSER model if it isn't already downloaded and then deploy the model.", - "value": "{\n \"service\": \"elser\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1\n }\n}" + "value": { + "service": "elser", + "service_settings": { + "num_allocations": 1, + "num_threads": 1 + } + } }, "PutElserRequestExample2": { "summary": "Adaptive allocations", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task with adaptive allocations. When adaptive allocations are enabled, the number of allocations of the model is set automatically based on the current load.", - "value": "{\n \"service\": \"elser\",\n \"service_settings\": {\n \"adaptive_allocations\": {\n \"enabled\": true,\n \"min_number_of_allocations\": 3,\n \"max_number_of_allocations\": 10\n },\n \"num_threads\": 1\n }\n}" + "value": { + "service": "elser", + "service_settings": { + "adaptive_allocations": { + "enabled": true, + "max_number_of_allocations": 10, + "min_number_of_allocations": 3 + }, + "num_threads": 1 + } + } } } } @@ -10246,12 +10892,21 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" }, "examples": { "PutElserResponseExample1": { "description": "A successful response when creating an ELSER inference endpoint.", - "value": "{\n \"inference_id\": \"my-elser-model\",\n \"task_type\": \"sparse_embedding\",\n \"service\": \"elser\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1\n },\n \"task_settings\": {}\n}" + "value": { + "inference_id": "my-elser-model", + "service": "elser", + "service_settings": { + "num_allocations": 1, + "num_threads": 1 + }, + "task_settings": {}, + "task_type": "sparse_embedding" + } } } } @@ -10278,7 +10933,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:GoogleAiStudioTaskType" + "$ref": "#/components/schemas/inference._types.GoogleAiStudioTaskType" }, "style": "simple" }, @@ -10289,7 +10944,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10301,13 +10956,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:GoogleAiServiceType" + "$ref": "#/components/schemas/inference._types.GoogleAiServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:GoogleAiStudioServiceSettings" + "$ref": "#/components/schemas/inference._types.GoogleAiStudioServiceSettings" } }, "required": [ @@ -10319,7 +10974,13 @@ "PutGoogleAiStudioRequestExample1": { "summary": "A completion task", "description": "Run `PUT _inference/completion/google_ai_studio_completion` to create an inference endpoint to perform a `completion` task type.", - "value": "{\n \"service\": \"googleaistudio\",\n \"service_settings\": {\n \"api_key\": \"api-key\",\n \"model_id\": \"model-id\"\n }\n}" + "value": { + "service": "googleaistudio", + "service_settings": { + "api_key": "api-key", + "model_id": "model-id" + } + } } } } @@ -10331,7 +10992,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10356,7 +11017,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAITaskType" + "$ref": "#/components/schemas/inference._types.GoogleVertexAITaskType" }, "style": "simple" }, @@ -10367,7 +11028,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10379,16 +11040,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAIServiceType" + "$ref": "#/components/schemas/inference._types.GoogleVertexAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAIServiceSettings" + "$ref": "#/components/schemas/inference._types.GoogleVertexAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:GoogleVertexAITaskSettings" + "$ref": "#/components/schemas/inference._types.GoogleVertexAITaskSettings" } }, "required": [ @@ -10400,12 +11061,26 @@ "PutGoogleVertexAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/google_vertex_ai_embeddings` to create an inference endpoint to perform a `text_embedding` task type.", - "value": "{\n \"service\": \"googlevertexai\",\n \"service_settings\": {\n \"service_account_json\": \"service-account-json\",\n \"model_id\": \"model-id\",\n \"location\": \"location\",\n \"project_id\": \"project-id\"\n }\n}" + "value": { + "service": "googlevertexai", + "service_settings": { + "location": "location", + "model_id": "model-id", + "project_id": "project-id", + "service_account_json": "service-account-json" + } + } }, "PutGoogleVertexAiRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/google_vertex_ai_rerank` to create an inference endpoint to perform a `rerank` task type.", - "value": "{\n \"service\": \"googlevertexai\",\n \"service_settings\": {\n \"service_account_json\": \"service-account-json\",\n \"project_id\": \"project-id\"\n }\n}" + "value": { + "service": "googlevertexai", + "service_settings": { + "project_id": "project-id", + "service_account_json": "service-account-json" + } + } } } } @@ -10417,7 +11092,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10442,7 +11117,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:HuggingFaceTaskType" + "$ref": "#/components/schemas/inference._types.HuggingFaceTaskType" }, "style": "simple" }, @@ -10453,7 +11128,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10465,13 +11140,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:HuggingFaceServiceType" + "$ref": "#/components/schemas/inference._types.HuggingFaceServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:HuggingFaceServiceSettings" + "$ref": "#/components/schemas/inference._types.HuggingFaceServiceSettings" } }, "required": [ @@ -10483,7 +11158,13 @@ "PutHuggingFaceRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/hugging-face-embeddings` to create an inference endpoint that performs a `text_embedding` task type.", - "value": "{\n \"service\": \"hugging_face\",\n \"service_settings\": {\n \"api_key\": \"hugging-face-access-token\", \n \"url\": \"url-endpoint\" \n }\n}" + "value": { + "service": "hugging_face", + "service_settings": { + "api_key": "hugging-face-access-token", + "url": "url-endpoint" + } + } } } } @@ -10495,7 +11176,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10520,7 +11201,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:JinaAITaskType" + "$ref": "#/components/schemas/inference._types.JinaAITaskType" }, "style": "simple" }, @@ -10531,7 +11212,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10543,16 +11224,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:JinaAIServiceType" + "$ref": "#/components/schemas/inference._types.JinaAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:JinaAIServiceSettings" + "$ref": "#/components/schemas/inference._types.JinaAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:JinaAITaskSettings" + "$ref": "#/components/schemas/inference._types.JinaAITaskSettings" } }, "required": [ @@ -10564,12 +11245,28 @@ "PutJinaAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/jinaai-embeddings` to create an inference endpoint for text embedding tasks using the JinaAI service.", - "value": "{\n \"service\": \"jinaai\",\n \"service_settings\": {\n \"model_id\": \"jina-embeddings-v3\",\n \"api_key\": \"JinaAi-Api-key\"\n }\n}" + "value": { + "service": "jinaai", + "service_settings": { + "api_key": "JinaAi-Api-key", + "model_id": "jina-embeddings-v3" + } + } }, "PutJinaAiRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/jinaai-rerank` to create an inference endpoint for rerank tasks using the JinaAI service.", - "value": "{\n \"service\": \"jinaai\",\n \"service_settings\": {\n \"api_key\": \"JinaAI-Api-key\",\n \"model_id\": \"jina-reranker-v2-base-multilingual\"\n },\n \"task_settings\": {\n \"top_n\": 10,\n \"return_documents\": true\n }\n}" + "value": { + "service": "jinaai", + "service_settings": { + "api_key": "JinaAI-Api-key", + "model_id": "jina-reranker-v2-base-multilingual" + }, + "task_settings": { + "return_documents": true, + "top_n": 10 + } + } } } } @@ -10581,7 +11278,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10606,7 +11303,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:MistralTaskType" + "$ref": "#/components/schemas/inference._types.MistralTaskType" }, "style": "simple" }, @@ -10617,7 +11314,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10629,13 +11326,13 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:MistralServiceType" + "$ref": "#/components/schemas/inference._types.MistralServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:MistralServiceSettings" + "$ref": "#/components/schemas/inference._types.MistralServiceSettings" } }, "required": [ @@ -10646,7 +11343,13 @@ "examples": { "PutMistralRequestExample1": { "description": "Run `PUT _inference/text_embedding/mistral-embeddings-test` to create a Mistral inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"mistral\",\n \"service_settings\": {\n \"api_key\": \"Mistral-API-Key\",\n \"model\": \"mistral-embed\" \n }\n}" + "value": { + "service": "mistral", + "service_settings": { + "api_key": "Mistral-API-Key", + "model": "mistral-embed" + } + } } } } @@ -10658,7 +11361,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10683,7 +11386,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:OpenAITaskType" + "$ref": "#/components/schemas/inference._types.OpenAITaskType" }, "style": "simple" }, @@ -10694,7 +11397,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10706,16 +11409,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:OpenAIServiceType" + "$ref": "#/components/schemas/inference._types.OpenAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:OpenAIServiceSettings" + "$ref": "#/components/schemas/inference._types.OpenAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:OpenAITaskSettings" + "$ref": "#/components/schemas/inference._types.OpenAITaskSettings" } }, "required": [ @@ -10727,12 +11430,28 @@ "PutOpenAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/openai-embeddings` to create an inference endpoint that performs a `text_embedding` task. The embeddings created by requests to this endpoint will have 128 dimensions.", - "value": "{\n \"service\": \"openai\",\n \"service_settings\": {\n \"api_key\": \"OpenAI-API-Key\",\n \"model_id\": \"text-embedding-3-small\",\n \"dimensions\": 128\n }\n}" + "value": { + "service": "openai", + "service_settings": { + "api_key": "OpenAI-API-Key", + "dimensions": 128, + "model_id": "text-embedding-3-small" + } + } }, "PutOpenAiRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/amazon_bedrock_completion` to create an inference endpoint to perform a completion task.", - "value": "{\n \"service\": \"amazonbedrock\",\n \"service_settings\": {\n \"access_key\": \"AWS-access-key\",\n \"secret_key\": \"AWS-secret-key\",\n \"region\": \"us-east-1\",\n \"provider\": \"amazontitan\",\n \"model\": \"amazon.titan-text-premier-v1:0\"\n }\n}" + "value": { + "service": "amazonbedrock", + "service_settings": { + "access_key": "AWS-access-key", + "model": "amazon.titan-text-premier-v1:0", + "provider": "amazontitan", + "region": "us-east-1", + "secret_key": "AWS-secret-key" + } + } } } } @@ -10744,7 +11463,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10769,7 +11488,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:VoyageAITaskType" + "$ref": "#/components/schemas/inference._types.VoyageAITaskType" }, "style": "simple" }, @@ -10780,7 +11499,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10792,16 +11511,16 @@ "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { - "$ref": "#/components/schemas/inference._types:VoyageAIServiceType" + "$ref": "#/components/schemas/inference._types.VoyageAIServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:VoyageAIServiceSettings" + "$ref": "#/components/schemas/inference._types.VoyageAIServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:VoyageAITaskSettings" + "$ref": "#/components/schemas/inference._types.VoyageAITaskSettings" } }, "required": [ @@ -10813,12 +11532,23 @@ "PutVoyageAIRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/voyageai-embeddings` to create an inference endpoint that performs a `text_embedding` task. The embeddings created by requests to this endpoint will have 512 dimensions.", - "value": "{\n \"service\": \"voyageai\",\n \"service_settings\": {\n \"model_id\": \"voyage-3-large\",\n \"dimensions\": 512\n }\n}" + "value": { + "service": "voyageai", + "service_settings": { + "dimensions": 512, + "model_id": "voyage-3-large" + } + } }, "PutVoyageAIRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/voyageai-rerank` to create an inference endpoint that performs a `rerank` task.", - "value": "{\n \"service\": \"voyageai\",\n \"service_settings\": {\n \"model_id\": \"rerank-2\"\n }\n}" + "value": { + "service": "voyageai", + "service_settings": { + "model_id": "rerank-2" + } + } } } } @@ -10830,7 +11560,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10855,7 +11585,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:WatsonxTaskType" + "$ref": "#/components/schemas/inference._types.WatsonxTaskType" }, "style": "simple" }, @@ -10866,7 +11596,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -10878,10 +11608,10 @@ "type": "object", "properties": { "service": { - "$ref": "#/components/schemas/inference._types:WatsonxServiceType" + "$ref": "#/components/schemas/inference._types.WatsonxServiceType" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:WatsonxServiceSettings" + "$ref": "#/components/schemas/inference._types.WatsonxServiceSettings" } }, "required": [ @@ -10892,7 +11622,16 @@ "examples": { "PutWatsonxRequestExample1": { "description": "Run `PUT _inference/text_embedding/watsonx-embeddings` to create an Watonsx inference endpoint that performs a text embedding task.", - "value": "{\n \"service\": \"watsonxai\",\n \"service_settings\": {\n \"api_key\": \"Watsonx-API-Key\", \n \"url\": \"Wastonx-URL\", \n \"model_id\": \"ibm/slate-30m-english-rtrvr\",\n \"project_id\": \"IBM-Cloud-ID\", \n \"api_version\": \"2024-03-14\"\n }\n}" + "value": { + "service": "watsonxai", + "service_settings": { + "api_key": "Watsonx-API-Key", + "api_version": "2024-03-14", + "model_id": "ibm/slate-30m-english-rtrvr", + "project_id": "IBM-Cloud-ID", + "url": "Wastonx-URL" + } + } } } } @@ -10904,7 +11643,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } @@ -10928,7 +11667,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -10938,7 +11677,7 @@ "description": "The amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -10968,7 +11707,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -10980,7 +11719,18 @@ "RerankRequestExample1": { "summary": "Rerank task", "description": "Run `POST _inference/rerank/cohere_rerank` to perform reranking on the example input.", - "value": "{\n \"input\": [\"luke\", \"like\", \"leia\", \"chewy\",\"r2d2\", \"star\", \"wars\"],\n \"query\": \"star wars main character\"\n}" + "value": { + "input": [ + "luke", + "like", + "leia", + "chewy", + "r2d2", + "star", + "wars" + ], + "query": "star wars main character" + } } } } @@ -10992,13 +11742,51 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:RerankedInferenceResult" + "$ref": "#/components/schemas/inference._types.RerankedInferenceResult" }, "examples": { "RerankResponseExample1": { "summary": "Rerank task", "description": "A successful response from `POST _inference/rerank/cohere_rerank`.\n", - "value": "{\n \"rerank\": [\n {\n \"index\": \"2\",\n \"relevance_score\": \"0.011597361\",\n \"text\": \"leia\"\n },\n {\n \"index\": \"0\",\n \"relevance_score\": \"0.006338922\",\n \"text\": \"luke\"\n },\n {\n \"index\": \"5\",\n \"relevance_score\": \"0.0016166499\",\n \"text\": \"star\"\n },\n {\n \"index\": \"4\",\n \"relevance_score\": \"0.0011695103\",\n \"text\": \"r2d2\"\n },\n {\n \"index\": \"1\",\n \"relevance_score\": \"5.614787E-4\",\n \"text\": \"like\"\n },\n {\n \"index\": \"6\",\n \"relevance_score\": \"3.7850367E-4\",\n \"text\": \"wars\"\n },\n {\n \"index\": \"3\",\n \"relevance_score\": \"1.2508839E-5\",\n \"text\": \"chewy\"\n }\n ]\n}" + "value": { + "rerank": [ + { + "index": "2", + "relevance_score": "0.011597361", + "text": "leia" + }, + { + "index": "0", + "relevance_score": "0.006338922", + "text": "luke" + }, + { + "index": "5", + "relevance_score": "0.0016166499", + "text": "star" + }, + { + "index": "4", + "relevance_score": "0.0011695103", + "text": "r2d2" + }, + { + "index": "1", + "relevance_score": "5.614787E-4", + "text": "like" + }, + { + "index": "6", + "relevance_score": "3.7850367E-4", + "text": "wars" + }, + { + "index": "3", + "relevance_score": "1.2508839E-5", + "text": "chewy" + } + ] + } } } } @@ -11023,7 +11811,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -11033,7 +11821,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11059,7 +11847,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -11070,7 +11858,9 @@ "SparseEmbeddingRequestExample1": { "summary": "Sparse embedding task", "description": "Run `POST _inference/sparse_embedding/my-elser-model` to perform sparse embedding on the example sentence.", - "value": "{\n \"input\": \"The sky above the port was the color of television tuned to a dead channel.\"\n}" + "value": { + "input": "The sky above the port was the color of television tuned to a dead channel." + } } } } @@ -11082,13 +11872,32 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:SparseEmbeddingInferenceResult" + "$ref": "#/components/schemas/inference._types.SparseEmbeddingInferenceResult" }, "examples": { "SparseEmbeddingResponseExample1": { "summary": "Sparse embedding task", "description": "An abbreviated response from `POST _inference/sparse_embedding/my-elser-model`.\n", - "value": "{\n \"sparse_embedding\": [\n {\n \"port\": 2.1259406,\n \"sky\": 1.7073475,\n \"color\": 1.6922266,\n \"dead\": 1.6247464,\n \"television\": 1.3525393,\n \"above\": 1.2425821,\n \"tuned\": 1.1440028,\n \"colors\": 1.1218185,\n \"tv\": 1.0111054,\n \"ports\": 1.0067928,\n \"poem\": 1.0042328,\n \"channel\": 0.99471164,\n \"tune\": 0.96235967,\n \"scene\": 0.9020516\n }\n ]\n}" + "value": { + "sparse_embedding": [ + { + "above": 1.2425821, + "channel": 0.99471164, + "color": 1.6922266, + "colors": 1.1218185, + "dead": 1.6247464, + "poem": 1.0042328, + "port": 2.1259406, + "ports": 1.0067928, + "scene": 0.9020516, + "sky": 1.7073475, + "television": 1.3525393, + "tune": 0.96235967, + "tuned": 1.1440028, + "tv": 1.0111054 + } + ] + } } } } @@ -11113,7 +11922,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -11123,7 +11932,7 @@ "description": "Specifies the amount of time to wait for the inference request to complete.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11149,7 +11958,7 @@ ] }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -11160,7 +11969,12 @@ "TextEmbeddingRequestExample1": { "summary": "Text embedding task", "description": "Run `POST _inference/text_embedding/my-cohere-endpoint` to perform text embedding on the example sentence using the Cohere integration,", - "value": "{\n \"input\": \"The sky above the port was the color of television tuned to a dead channel.\",\n \"task_settings\": {\n \"input_type\": \"ingest\"\n }\n}" + "value": { + "input": "The sky above the port was the color of television tuned to a dead channel.", + "task_settings": { + "input_type": "ingest" + } + } } } } @@ -11172,7 +11986,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingInferenceResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingInferenceResult" }, "examples": { "TextEmbeddingResponseExample1": { @@ -11205,19 +12019,19 @@ "type": "object", "properties": { "cluster_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "cluster_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "tagline": { "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:ElasticsearchVersionInfo" + "$ref": "#/components/schemas/_types.ElasticsearchVersionInfo" } }, "required": [ @@ -11231,7 +12045,23 @@ "examples": { "RootNodeInfoResponseExample1": { "description": "A successful response from `GET /`s.", - "value": "{\n \"name\": \"instance-0000000000\",\n \"cluster_name\": \"my_test_cluster\",\n \"cluster_uuid\": \"5QaxoN0pRZuOmWSxstBBwQ\",\n \"version\": {\n \"build_date\": \"2024-02-01T13:07:13.727175297Z\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"build_hash\": \"6185ba65d27469afabc9bc951cded6c17c21e3f3\",\n \"number\": \"8.12.1\",\n \"lucene_version\": \"9.9.2\",\n \"minimum_index_compatibility_version\": \"7.0.0\",\n \"build_flavor\": \"default\",\n \"build_snapshot\": false,\n \"build_type\": \"docker\"\n },\n \"tagline\": \"You Know, for Search\"\n}" + "value": { + "cluster_name": "my_test_cluster", + "cluster_uuid": "5QaxoN0pRZuOmWSxstBBwQ", + "name": "instance-0000000000", + "tagline": "You Know, for Search", + "version": { + "build_date": "2024-02-01T13:07:13.727175297Z", + "build_flavor": "default", + "build_hash": "6185ba65d27469afabc9bc951cded6c17c21e3f3", + "build_snapshot": false, + "build_type": "docker", + "lucene_version": "9.9.2", + "minimum_index_compatibility_version": "7.0.0", + "minimum_wire_compatibility_version": "7.17.0", + "number": "8.12.1" + } + } } } } @@ -11269,18 +12099,18 @@ "operationId": "ingest-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline:id" + "$ref": "#/components/parameters/ingest.get_pipeline-id" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline-master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:summary" + "$ref": "#/components/parameters/ingest.get_pipeline-summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline:200" + "$ref": "#/components/responses/ingest.get_pipeline-200" } }, "x-state": "Added in 5.0.0" @@ -11303,7 +12133,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -11313,7 +12143,7 @@ "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11323,7 +12153,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11333,7 +12163,7 @@ "description": "Required version for optimistic concurrency control for pipeline updates", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" } @@ -11345,7 +12175,7 @@ "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "description": { "description": "Description of the ingest pipeline.", @@ -11355,18 +12185,18 @@ "description": "Processors to run immediately after a processor failure. Each processor supports a processor-level `on_failure` value. If a processor without an `on_failure` value fails, Elasticsearch uses this pipeline-level parameter as a fallback. The processors in this parameter run sequentially in the order specified. Elasticsearch will not attempt to run the pipeline's remaining processors.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "processors": { "description": "Processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "deprecated": { "description": "Marks this ingest pipeline as deprecated.\nWhen a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.", @@ -11377,12 +12207,41 @@ "examples": { "PutPipelineRequestExample1": { "summary": "Create an ingest pipeline.", - "value": "{\n \"description\" : \"My optional pipeline description\",\n \"processors\" : [\n {\n \"set\" : {\n \"description\" : \"My optional processor description\",\n \"field\": \"my-keyword-field\",\n \"value\": \"foo\"\n }\n }\n ]\n}" + "value": { + "description": "My optional pipeline description", + "processors": [ + { + "set": { + "description": "My optional processor description", + "field": "my-keyword-field", + "value": "foo" + } + } + ] + } }, "PutPipelineRequestExample2": { "summary": "Create an ingest pipeline with metadata.", "description": "You can use the `_meta` parameter to add arbitrary metadata to a pipeline.", - "value": "{\n \"description\" : \"My optional pipeline description\",\n \"processors\" : [\n {\n \"set\" : {\n \"description\" : \"My optional processor description\",\n \"field\": \"my-keyword-field\",\n \"value\": \"foo\"\n }\n }\n ],\n \"_meta\": {\n \"reason\": \"set my-keyword-field to foo\",\n \"serialization\": {\n \"class\": \"MyPipeline\",\n \"id\": 10\n }\n }\n}" + "value": { + "_meta": { + "reason": "set my-keyword-field to foo", + "serialization": { + "class": "MyPipeline", + "id": 10 + } + }, + "description": "My optional pipeline description", + "processors": [ + { + "set": { + "description": "My optional processor description", + "field": "my-keyword-field", + "value": "foo" + } + } + ] + } } } } @@ -11395,7 +12254,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -11421,7 +12280,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -11431,7 +12290,7 @@ "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -11441,7 +12300,7 @@ "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -11452,7 +12311,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -11474,15 +12333,15 @@ "operationId": "ingest-get-pipeline", "parameters": [ { - "$ref": "#/components/parameters/ingest.get_pipeline:master_timeout" + "$ref": "#/components/parameters/ingest.get_pipeline-master_timeout" }, { - "$ref": "#/components/parameters/ingest.get_pipeline:summary" + "$ref": "#/components/parameters/ingest.get_pipeline-summary" } ], "responses": { "200": { - "$ref": "#/components/responses/ingest.get_pipeline:200" + "$ref": "#/components/responses/ingest.get_pipeline-200" } }, "x-state": "Added in 5.0.0" @@ -11535,7 +12394,7 @@ "operationId": "ingest-simulate", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -11543,7 +12402,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -11557,7 +12416,7 @@ "operationId": "ingest-simulate-1", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -11565,7 +12424,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -11581,10 +12440,10 @@ "operationId": "ingest-simulate-2", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:id" + "$ref": "#/components/parameters/ingest.simulate-id" }, { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -11592,7 +12451,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -11606,10 +12465,10 @@ "operationId": "ingest-simulate-3", "parameters": [ { - "$ref": "#/components/parameters/ingest.simulate:id" + "$ref": "#/components/parameters/ingest.simulate-id" }, { - "$ref": "#/components/parameters/ingest.simulate:verbose" + "$ref": "#/components/parameters/ingest.simulate-verbose" } ], "requestBody": { @@ -11617,7 +12476,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ingest.simulate:200" + "$ref": "#/components/responses/ingest.simulate-200" } }, "x-state": "Added in 5.0.0" @@ -11662,7 +12521,7 @@ "type": "object", "properties": { "license": { - "$ref": "#/components/schemas/license.get:LicenseInformation" + "$ref": "#/components/schemas/license.get.LicenseInformation" } }, "required": [ @@ -11672,7 +12531,22 @@ "examples": { "GetLicenseResponseExample1": { "description": "A successful response from `GET /_license`.", - "value": "{\n \"license\" : {\n \"status\" : \"active\",\n \"uid\" : \"cbff45e7-c553-41f7-ae4f-9205eabd80xx\",\n \"type\" : \"trial\",\n \"issue_date\" : \"2018-10-20T22:05:12.332Z\",\n \"issue_date_in_millis\" : 1540073112332,\n \"expiry_date\" : \"2018-11-19T22:05:12.332Z\",\n \"expiry_date_in_millis\" : 1542665112332,\n \"max_nodes\" : 1000,\n \"max_resource_units\" : null,\n \"issued_to\" : \"test\",\n \"issuer\" : \"elasticsearch\",\n \"start_date_in_millis\" : -1\n }\n}" + "value": { + "license": { + "expiry_date": "2018-11-19T22:05:12.332Z", + "expiry_date_in_millis": 1542665112332, + "issue_date": "2018-10-20T22:05:12.332Z", + "issue_date_in_millis": 1540073112332, + "issued_to": "test", + "issuer": "elasticsearch", + "max_nodes": 1000, + "max_resource_units": null, + "start_date_in_millis": -1, + "status": "active", + "type": "trial", + "uid": "cbff45e7-c553-41f7-ae4f-9205eabd80xx" + } + } } } } @@ -11694,12 +12568,12 @@ "operationId": "logstash-get-pipeline-1", "parameters": [ { - "$ref": "#/components/parameters/logstash.get_pipeline:id" + "$ref": "#/components/parameters/logstash.get_pipeline-id" } ], "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline:200" + "$ref": "#/components/responses/logstash.get_pipeline-200" } }, "x-state": "Added in 7.12.0" @@ -11722,7 +12596,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -11731,13 +12605,30 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/logstash._types:Pipeline" + "$ref": "#/components/schemas/logstash._types.Pipeline" }, "examples": { "LogstashPutPipelineRequestExample1": { "summary": "Create a pipeline", "description": "Run `PUT _logstash/pipeline/my_pipeline` to create a pipeline.", - "value": "{\n \"description\": \"Sample pipeline for illustration purposes\",\n \"last_modified\": \"2021-01-02T02:50:51.250Z\",\n \"pipeline_metadata\": {\n \"type\": \"logstash_pipeline\",\n \"version\": 1\n },\n \"username\": \"elastic\",\n \"pipeline\": \"input {}\\\\n filter { grok {} }\\\\n output {}\",\n \"pipeline_settings\": {\n \"pipeline.workers\": 1,\n \"pipeline.batch.size\": 125,\n \"pipeline.batch.delay\": 50,\n \"queue.type\": \"memory\",\n \"queue.max_bytes\": \"1gb\",\n \"queue.checkpoint.writes\": 1024\n }\n}" + "value": { + "description": "Sample pipeline for illustration purposes", + "last_modified": "2021-01-02T02:50:51.250Z", + "pipeline": "input {}\\n filter { grok {} }\\n output {}", + "pipeline_metadata": { + "type": "logstash_pipeline", + "version": 1 + }, + "pipeline_settings": { + "pipeline.batch.delay": 50, + "pipeline.batch.size": 125, + "pipeline.workers": 1, + "queue.checkpoint.writes": 1024, + "queue.max_bytes": "1gb", + "queue.type": "memory" + }, + "username": "elastic" + } } } } @@ -11772,7 +12663,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -11801,7 +12692,7 @@ "operationId": "logstash-get-pipeline", "responses": { "200": { - "$ref": "#/components/responses/logstash.get_pipeline:200" + "$ref": "#/components/responses/logstash.get_pipeline-200" } }, "x-state": "Added in 7.12.0" @@ -11817,28 +12708,28 @@ "operationId": "mget", "parameters": [ { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -11846,7 +12737,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -11860,28 +12751,28 @@ "operationId": "mget-1", "parameters": [ { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -11889,7 +12780,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -11905,31 +12796,31 @@ "operationId": "mget-2", "parameters": [ { - "$ref": "#/components/parameters/mget:index" + "$ref": "#/components/parameters/mget-index" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -11937,7 +12828,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -11951,31 +12842,31 @@ "operationId": "mget-3", "parameters": [ { - "$ref": "#/components/parameters/mget:index" + "$ref": "#/components/parameters/mget-index" }, { - "$ref": "#/components/parameters/mget:preference" + "$ref": "#/components/parameters/mget-preference" }, { - "$ref": "#/components/parameters/mget:realtime" + "$ref": "#/components/parameters/mget-realtime" }, { - "$ref": "#/components/parameters/mget:refresh" + "$ref": "#/components/parameters/mget-refresh" }, { - "$ref": "#/components/parameters/mget:routing" + "$ref": "#/components/parameters/mget-routing" }, { - "$ref": "#/components/parameters/mget:_source" + "$ref": "#/components/parameters/mget-_source" }, { - "$ref": "#/components/parameters/mget:_source_excludes" + "$ref": "#/components/parameters/mget-_source_excludes" }, { - "$ref": "#/components/parameters/mget:_source_includes" + "$ref": "#/components/parameters/mget-_source_includes" }, { - "$ref": "#/components/parameters/mget:stored_fields" + "$ref": "#/components/parameters/mget-stored_fields" } ], "requestBody": { @@ -11983,7 +12874,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mget:200" + "$ref": "#/components/responses/mget-200" } }, "x-state": "Added in 1.3.0" @@ -12005,7 +12896,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12035,7 +12926,7 @@ "description": "Controls the time to wait until a job has closed.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12055,7 +12946,7 @@ "type": "boolean" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -12081,7 +12972,9 @@ "examples": { "MlCloseJobResponseExample1": { "description": "A successful response when closing anomaly detection jobs.", - "value": "{\n \"closed\": true\n}" + "value": { + "closed": true + } } } } @@ -12100,13 +12993,13 @@ "operationId": "ml-get-calendars-2", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:calendar_id" + "$ref": "#/components/parameters/ml.get_calendars-calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -12114,7 +13007,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -12133,7 +13026,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -12148,7 +13041,7 @@ "description": "An array of anomaly detection job identifiers.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "description": { @@ -12169,14 +13062,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -12198,13 +13091,13 @@ "operationId": "ml-get-calendars-3", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:calendar_id" + "$ref": "#/components/parameters/ml.get_calendars-calendar_id" }, { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -12212,7 +13105,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -12232,7 +13125,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -12243,12 +13136,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteCalendarResponseExample1": { "description": "A successful response when deleting a calendar.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -12273,7 +13168,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12284,7 +13179,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -12295,12 +13190,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteCalendarEventResponseExample1": { "description": "A successful response when deleting a calendar event.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -12325,7 +13222,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12336,7 +13233,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -12350,14 +13247,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -12385,7 +13282,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12396,7 +13293,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" } @@ -12410,14 +13307,14 @@ "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", "type": "string" }, "job_ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } }, "required": [ @@ -12428,7 +13325,10 @@ "examples": { "MlDeleteCalendarJobResponseExample1": { "description": "A successful response when deleting an anomaly detection job from a calendar.", - "value": "{\n \"calendar_id\": \"planned-outages\",\n \"job_ids\": []\n}" + "value": { + "calendar_id": "planned-outages", + "job_ids": [] + } } } } @@ -12448,24 +13348,24 @@ "operationId": "ml-get-data-frame-analytics", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -12485,7 +13385,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -12501,37 +13401,37 @@ "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "description": { "description": "A description of the job.", "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "max_num_threads": { "description": "The maximum number of threads to be used by the analysis. Using more\nthreads may decrease the time necessary to complete the analysis at the\ncost of using more CPU. Note that the process may use additional threads\nfor operational functionality other than the analysis itself.", "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "model_memory_limit": { "description": "The approximate maximum amount of memory resources that are permitted for\nanalytical processing. If your `elasticsearch.yml` file contains an\n`xpack.ml.max_model_memory_limit` setting, an error occurs when you try\nto create data frame analytics jobs that have `model_memory_limit` values\ngreater than that setting.", "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -12553,43 +13453,43 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "model_memory_limit": { "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -12624,7 +13524,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12644,7 +13544,7 @@ "description": "The time to wait for the job to be deleted.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -12655,12 +13555,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteDataFrameAnalyticsResponseExample1": { "description": "A successful response when deleting a data frame analytics job.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -12680,18 +13582,18 @@ "operationId": "ml-get-datafeeds", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds:datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeeds-datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds:200" + "$ref": "#/components/responses/ml.get_datafeeds-200" } }, "x-state": "Added in 5.5.0" @@ -12711,7 +13613,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12731,7 +13633,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -12766,45 +13668,45 @@ "description": "If set, the datafeed performs aggregation searches.\nSupport for aggregations is limited and should be used only with low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period), it automatically\nstops and closes the associated job after this many real-time searches return no documents. In other words,\nit stops after `frequency` times `max_empty_searches` of real-time operation. If not set, a datafeed with no\nend time that sees no data remains started until it is explicitly stopped. By default, it is not set.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.\nThe detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -12812,7 +13714,7 @@ "type": "number" }, "headers": { - "$ref": "#/components/schemas/_types:HttpHeaders" + "$ref": "#/components/schemas/_types.HttpHeaders" } } } @@ -12831,23 +13733,23 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -12856,27 +13758,27 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -12913,7 +13815,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -12934,12 +13836,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteDatafeedResponseExample1": { "description": "A successful response when deleting a datafeed.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -12959,18 +13863,18 @@ "operationId": "ml-get-filters-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters:filter_id" + "$ref": "#/components/parameters/ml.get_filters-filter_id" }, { - "$ref": "#/components/parameters/ml.get_filters:from" + "$ref": "#/components/parameters/ml.get_filters-from" }, { - "$ref": "#/components/parameters/ml.get_filters:size" + "$ref": "#/components/parameters/ml.get_filters-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters:200" + "$ref": "#/components/responses/ml.get_filters-200" } }, "x-state": "Added in 5.5.0" @@ -12990,7 +13894,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -13030,7 +13934,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "type": "array", @@ -13066,7 +13970,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -13077,12 +13981,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteFilterResponseExample1": { "description": "A successful response when deleting a filter.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -13102,18 +14008,18 @@ "operationId": "ml-get-jobs", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs:job_id" + "$ref": "#/components/parameters/ml.get_jobs-job_id" }, { - "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs:200" + "$ref": "#/components/responses/ml.get_jobs-200" } }, "x-state": "Added in 5.5.0" @@ -13133,7 +14039,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13153,7 +14059,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values. Valid values are:\n\n* `all`: Match any data stream or index, including hidden ones.\n* `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.\n* `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or both.\n* `none`: Wildcard patterns are not accepted.\n* `open`: Match open, non-hidden indices. Also matches any non-hidden data stream.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -13189,33 +14095,33 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job. It specifies a period of time (in days) after which only the first snapshot per day is retained. This period is relative to the timestamp of the most recent snapshot for this job. Valid values range from 0 to `model_snapshot_retention_days`.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "description": { "description": "A description of the job.", "type": "string" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "groups": { "description": "A list of job groups. A job can belong to no groups or many.", @@ -13225,7 +14131,7 @@ } }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job. It specifies the maximum period of time (in days) that snapshots are retained. This period is relative to the timestamp of the most recent snapshot for this job. By default, snapshots ten days older than the newest snapshot are deleted.", @@ -13236,7 +14142,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option. The period of time (in days) that results are retained. Age is calculated relative to the timestamp of the latest bucket result. If this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch. The default value is null, which means all results are retained. Annotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results. Annotations added by users are retained forever.", @@ -13251,7 +14157,53 @@ "examples": { "MlPutJobRequestExample1": { "description": "A request to create an anomaly detection job and datafeed.", - "value": "{\n \"analysis_config\": {\n \"bucket_span\": \"15m\",\n \"detectors\": [\n {\n \"detector_description\": \"Sum of bytes\",\n \"function\": \"sum\",\n \"field_name\": \"bytes\"\n }\n ]\n },\n \"data_description\": {\n \"time_field\": \"timestamp\",\n \"time_format\": \"epoch_ms\"\n },\n \"analysis_limits\": {\n \"model_memory_limit\": \"11MB\"\n },\n \"model_plot_config\": {\n \"enabled\": true,\n \"annotations_enabled\": true\n },\n \"results_index_name\": \"test-job1\",\n \"datafeed_config\": {\n \"indices\": [\n \"kibana_sample_data_logs\"\n ],\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"match_all\": {}\n }\n ]\n }\n },\n \"runtime_mappings\": {\n \"hour_of_day\": {\n \"type\": \"long\",\n \"script\": {\n \"source\": \"emit(doc['timestamp'].value.getHour());\"\n }\n }\n },\n \"datafeed_id\": \"datafeed-test-job1\"\n }\n}" + "value": { + "analysis_config": { + "bucket_span": "15m", + "detectors": [ + { + "detector_description": "Sum of bytes", + "field_name": "bytes", + "function": "sum" + } + ] + }, + "analysis_limits": { + "model_memory_limit": "11MB" + }, + "data_description": { + "time_field": "timestamp", + "time_format": "epoch_ms" + }, + "datafeed_config": { + "datafeed_id": "datafeed-test-job1", + "indices": [ + "kibana_sample_data_logs" + ], + "query": { + "bool": { + "must": [ + { + "match_all": {} + } + ] + } + }, + "runtime_mappings": { + "hour_of_day": { + "script": { + "source": "emit(doc['timestamp'].value.getHour());" + }, + "type": "long" + } + } + }, + "model_plot_config": { + "annotations_enabled": true, + "enabled": true + }, + "results_index_name": "test-job1" + } } } } @@ -13270,28 +14222,28 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfigRead" + "$ref": "#/components/schemas/ml._types.AnalysisConfigRead" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "description": { "type": "string" @@ -13303,7 +14255,7 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "type": "string" @@ -13312,10 +14264,10 @@ "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" @@ -13347,7 +14299,86 @@ "examples": { "MlPutJobResponseExample1": { "description": "A successful response when creating an anomaly detection job and datafeed.", - "value": "{\n \"job_id\": \"test-job1\",\n \"job_type\": \"anomaly_detector\",\n \"job_version\": \"8.4.0\",\n \"create_time\": 1656087283340,\n \"datafeed_config\": {\n \"datafeed_id\": \"datafeed-test-job1\",\n \"job_id\": \"test-job1\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"query_delay\": \"61499ms\",\n \"chunking_config\": {\n \"mode\": \"auto\"\n },\n \"indices_options\": {\n \"expand_wildcards\": [\n \"open\"\n ],\n \"ignore_unavailable\": false,\n \"allow_no_indices\": true,\n \"ignore_throttled\": true\n },\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"match_all\": {}\n }\n ]\n }\n },\n \"indices\": [\n \"kibana_sample_data_logs\"\n ],\n \"scroll_size\": 1000,\n \"delayed_data_check_config\": {\n \"enabled\": true\n },\n \"runtime_mappings\": {\n \"hour_of_day\": {\n \"type\": \"long\",\n \"script\": {\n \"source\": \"emit(doc['timestamp'].value.getHour());\"\n }\n }\n }\n },\n \"analysis_config\": {\n \"bucket_span\": \"15m\",\n \"detectors\": [\n {\n \"detector_description\": \"Sum of bytes\",\n \"function\": \"sum\",\n \"field_name\": \"bytes\",\n \"detector_index\": 0\n }\n ],\n \"influencers\": [],\n \"model_prune_window\": \"30d\"\n },\n \"analysis_limits\": {\n \"model_memory_limit\": \"11mb\",\n \"categorization_examples_limit\": 4\n },\n \"data_description\": {\n \"time_field\": \"timestamp\",\n \"time_format\": \"epoch_ms\"\n },\n \"model_plot_config\": {\n \"enabled\": true,\n \"annotations_enabled\": true\n },\n \"model_snapshot_retention_days\": 10,\n \"daily_model_snapshot_retention_after_days\": 1,\n \"results_index_name\": \"custom-test-job1\",\n \"allow_lazy_open\": false\n}" + "value": { + "allow_lazy_open": false, + "analysis_config": { + "bucket_span": "15m", + "detectors": [ + { + "detector_description": "Sum of bytes", + "detector_index": 0, + "field_name": "bytes", + "function": "sum" + } + ], + "influencers": [], + "model_prune_window": "30d" + }, + "analysis_limits": { + "categorization_examples_limit": 4, + "model_memory_limit": "11mb" + }, + "create_time": 1656087283340, + "daily_model_snapshot_retention_after_days": 1, + "data_description": { + "time_field": "timestamp", + "time_format": "epoch_ms" + }, + "datafeed_config": { + "authorization": { + "roles": [ + "superuser" + ] + }, + "chunking_config": { + "mode": "auto" + }, + "datafeed_id": "datafeed-test-job1", + "delayed_data_check_config": { + "enabled": true + }, + "indices": [ + "kibana_sample_data_logs" + ], + "indices_options": { + "allow_no_indices": true, + "expand_wildcards": [ + "open" + ], + "ignore_throttled": true, + "ignore_unavailable": false + }, + "job_id": "test-job1", + "query": { + "bool": { + "must": [ + { + "match_all": {} + } + ] + } + }, + "query_delay": "61499ms", + "runtime_mappings": { + "hour_of_day": { + "script": { + "source": "emit(doc['timestamp'].value.getHour());" + }, + "type": "long" + } + }, + "scroll_size": 1000 + }, + "job_id": "test-job1", + "job_type": "anomaly_detector", + "job_version": "8.4.0", + "model_plot_config": { + "annotations_enabled": true, + "enabled": true + }, + "model_snapshot_retention_days": 10, + "results_index_name": "custom-test-job1" + } } } } @@ -13371,7 +14402,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13412,18 +14443,22 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteJobResponseExample1": { "summary": "Delete job", "description": "A successful response when deleting an anomaly detection job.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } }, "MlDeleteJobResponseExample2": { "summary": "Delete job asynchronously", "description": "A successful response when deleting an anomaly detection job asynchronously. When the `wait_for_completion` query parameter is set to `false`, the response contains an identifier for the job deletion task.\n", - "value": "{\n \"task\": \"oTUltX4IQMOUUVeiohTt8A:39\"\n}" + "value": { + "task": "oTUltX4IQMOUUVeiohTt8A:39" + } } } } @@ -13442,33 +14477,33 @@ "operationId": "ml-get-trained-models", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models:model_id" + "$ref": "#/components/parameters/ml.get_trained_models-model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models-decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models-exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models:from" + "$ref": "#/components/parameters/ml.get_trained_models-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models:include" + "$ref": "#/components/parameters/ml.get_trained_models-include" }, { - "$ref": "#/components/parameters/ml.get_trained_models:size" + "$ref": "#/components/parameters/ml.get_trained_models-size" }, { - "$ref": "#/components/parameters/ml.get_trained_models:tags" + "$ref": "#/components/parameters/ml.get_trained_models-tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models:200" + "$ref": "#/components/responses/ml.get_trained_models-200" } }, "x-state": "Added in 7.10.0" @@ -13488,7 +14523,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13524,24 +14559,24 @@ "type": "string" }, "definition": { - "$ref": "#/components/schemas/ml.put_trained_model:Definition" + "$ref": "#/components/schemas/ml.put_trained_model.Definition" }, "description": { "description": "A human-readable description of the inference trained model.", "type": "string" }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigCreateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigCreateContainer" }, "input": { - "$ref": "#/components/schemas/ml.put_trained_model:Input" + "$ref": "#/components/schemas/ml.put_trained_model.Input" }, "metadata": { "description": "An object map that contains metadata about the model.", "type": "object" }, "model_type": { - "$ref": "#/components/schemas/ml._types:TrainedModelType" + "$ref": "#/components/schemas/ml._types.TrainedModelType" }, "model_size_bytes": { "description": "The estimated memory usage in bytes to keep the trained model in memory.\nThis property is supported only if defer_definition_decompression is true\nor the model definition is not supplied.", @@ -13559,7 +14594,7 @@ } }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" } } } @@ -13573,7 +14608,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfig" + "$ref": "#/components/schemas/ml._types.TrainedModelConfig" } } } @@ -13596,7 +14631,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13616,7 +14651,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -13627,12 +14662,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteTrainedModelResponseExample1": { "description": "A successful response when deleting an existing trained inference model.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -13658,7 +14695,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13669,7 +14706,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -13690,7 +14727,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -13713,7 +14750,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13724,7 +14761,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -13735,12 +14772,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "MlDeleteTrainedModelAliasResponseExample1": { "description": "A successful response when deleting a trained model alias.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -13765,7 +14804,7 @@ "type": "object", "properties": { "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "max_bucket_cardinality": { "description": "Estimates of the highest cardinality in a single bucket that is observed\nfor influencer fields over the time period that the job analyzes data.\nTo produce a good answer, values must be provided for all influencer\nfields. Providing values for fields that are not listed as `influencers`\nhas no effect on the estimation.", @@ -13786,7 +14825,31 @@ "examples": { "MlEstimateModelMemoryRequestExample1": { "description": "Run `POST _ml/anomaly_detectors/_estimate_model_memory` to estimate the model memory limit based on the analysis configuration details provided in the request body.", - "value": "{\n \"analysis_config\": {\n \"bucket_span\": \"5m\",\n \"detectors\": [\n {\n \"function\": \"sum\",\n \"field_name\": \"bytes\",\n \"by_field_name\": \"status\",\n \"partition_field_name\": \"app\"\n }\n ],\n \"influencers\": [\n \"source_ip\",\n \"dest_ip\"\n ]\n },\n \"overall_cardinality\": {\n \"status\": 10,\n \"app\": 50\n },\n \"max_bucket_cardinality\": {\n \"source_ip\": 300,\n \"dest_ip\": 30\n }\n}" + "value": { + "analysis_config": { + "bucket_span": "5m", + "detectors": [ + { + "by_field_name": "status", + "field_name": "bytes", + "function": "sum", + "partition_field_name": "app" + } + ], + "influencers": [ + "source_ip", + "dest_ip" + ] + }, + "max_bucket_cardinality": { + "dest_ip": 30, + "source_ip": 300 + }, + "overall_cardinality": { + "app": 50, + "status": 10 + } + } } } } @@ -13812,7 +14875,9 @@ "examples": { "MlEstimateModelMemoryResponseExample1": { "description": "A successful response from `POST _ml/anomaly_detectors/_estimate_model_memory`.", - "value": "{\n \"model_memory_estimate\": \"21mb\"\n}" + "value": { + "model_memory_estimate": "21mb" + } } } } @@ -13837,13 +14902,13 @@ "type": "object", "properties": { "evaluation": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationContainer" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationContainer" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -13855,27 +14920,108 @@ "MlEvaluateDataFrameRequestExample1": { "summary": "Classification example 1", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate a a classification job for an annotated index. The `actual_field` contains the ground truth for classification. The `predicted_field` contains the predicted value calculated by the classification analysis.\n", - "value": "{\n \"index\": \"animal_classification\",\n \"evaluation\": {\n \"classification\": {\n \"actual_field\": \"animal_class\",\n \"predicted_field\": \"ml.animal_class_prediction\",\n \"metrics\": {\n \"multiclass_confusion_matrix\": {}\n }\n }\n }\n}" + "value": { + "evaluation": { + "classification": { + "actual_field": "animal_class", + "metrics": { + "multiclass_confusion_matrix": {} + }, + "predicted_field": "ml.animal_class_prediction" + } + }, + "index": "animal_classification" + } }, "MlEvaluateDataFrameRequestExample2": { "summary": "Classification example 2", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate a classification job with AUC ROC metrics for an annotated index. The `actual_field` contains the ground truth value for the actual animal classification. This is required in order to evaluate results. The `class_name` specifies the class name that is treated as positive during the evaluation, all the other classes are treated as negative.\n", - "value": "{\n \"index\": \"animal_classification\",\n \"evaluation\": {\n \"classification\": {\n \"actual_field\": \"animal_class\",\n \"metrics\": {\n \"auc_roc\": {\n \"class_name\": \"dog\"\n }\n }\n }\n }\n}" + "value": { + "evaluation": { + "classification": { + "actual_field": "animal_class", + "metrics": { + "auc_roc": { + "class_name": "dog" + } + } + } + }, + "index": "animal_classification" + } }, "MlEvaluateDataFrameRequestExample3": { "summary": "Outlier detection", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate an outlier detection job for an annotated index.\n", - "value": "{\n \"index\": \"my_analytics_dest_index\",\n \"evaluation\": {\n \"outlier_detection\": {\n \"actual_field\": \"is_outlier\",\n \"predicted_probability_field\": \"ml.outlier_score\"\n }\n }\n}" + "value": { + "evaluation": { + "outlier_detection": { + "actual_field": "is_outlier", + "predicted_probability_field": "ml.outlier_score" + } + }, + "index": "my_analytics_dest_index" + } }, "MlEvaluateDataFrameRequestExample4": { "summary": "Regression example 1", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate the testing error of a regression job for an annotated index. The term query in the body limits evaluation to be performed on the test split only. The `actual_field` contains the ground truth for house prices. The `predicted_field` contains the house price calculated by the regression analysis.\n", - "value": "{\n \"index\": \"house_price_predictions\",\n \"query\": {\n \"bool\": {\n \"filter\": [\n {\n \"term\": {\n \"ml.is_training\": false\n }\n }\n ]\n }\n },\n \"evaluation\": {\n \"regression\": {\n \"actual_field\": \"price\",\n \"predicted_field\": \"ml.price_prediction\",\n \"metrics\": {\n \"r_squared\": {},\n \"mse\": {},\n \"msle\": {\n \"offset\": 10\n },\n \"huber\": {\n \"delta\": 1.5\n }\n }\n }\n }\n}" + "value": { + "evaluation": { + "regression": { + "actual_field": "price", + "metrics": { + "huber": { + "delta": 1.5 + }, + "mse": {}, + "msle": { + "offset": 10 + }, + "r_squared": {} + }, + "predicted_field": "ml.price_prediction" + } + }, + "index": "house_price_predictions", + "query": { + "bool": { + "filter": [ + { + "term": { + "ml.is_training": false + } + } + ] + } + } + } }, "MlEvaluateDataFrameRequestExample5": { "summary": "Regression example 2", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate the training error of a regression job for an annotated index. The term query in the body limits evaluation to be performed on the training split only. The `actual_field` contains the ground truth for house prices. The `predicted_field` contains the house price calculated by the regression analysis.\n", - "value": "{\n \"index\": \"house_price_predictions\",\n \"query\": {\n \"term\": {\n \"ml.is_training\": {\n \"value\": true\n }\n }\n },\n \"evaluation\": {\n \"regression\": {\n \"actual_field\": \"price\",\n \"predicted_field\": \"ml.price_prediction\",\n \"metrics\": {\n \"r_squared\": {},\n \"mse\": {},\n \"msle\": {},\n \"huber\": {}\n }\n }\n }\n}" + "value": { + "evaluation": { + "regression": { + "actual_field": "price", + "metrics": { + "huber": {}, + "mse": {}, + "msle": {}, + "r_squared": {} + }, + "predicted_field": "ml.price_prediction" + } + }, + "index": "house_price_predictions", + "query": { + "term": { + "ml.is_training": { + "value": true + } + } + } + } } } } @@ -13891,13 +15037,13 @@ "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummary" }, "outlier_detection": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeOutlierDetectionSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeOutlierDetectionSummary" }, "regression": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeRegressionSummary" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeRegressionSummary" } } }, @@ -13905,17 +15051,97 @@ "MlEvaluateDataFrameResponseExample1": { "summary": "Classification example 1", "description": "A succesful response from `POST _ml/data_frame/_evaluate` to evaluate a classification analysis job for an annotated index. The `actual_class` contains the name of the class the analysis tried to predict. The `actual_class_doc_count` is the number of documents in the index belonging to the `actual_class`. The `predicted_classes` object contains the list of the predicted classes and the number of predictions associated with the class.\n", - "value": "{\n \"classification\": {\n \"multiclass_confusion_matrix\": {\n \"confusion_matrix\": [\n {\n \"actual_class\": \"cat\",\n \"actual_class_doc_count\": 12,\n \"predicted_classes\": [\n {\n \"predicted_class\": \"cat\",\n \"count\": 12\n },\n {\n \"predicted_class\": \"dog\",\n \"count\": 0\n }\n ],\n \"other_predicted_class_doc_count\": 0\n },\n {\n \"actual_class\": \"dog\",\n \"actual_class_doc_count\": 11,\n \"predicted_classes\": [\n {\n \"predicted_class\": \"dog\",\n \"count\": 7\n },\n {\n \"predicted_class\": \"cat\",\n \"count\": 4\n }\n ],\n \"other_predicted_class_doc_count\": 0\n }\n ],\n \"other_actual_class_count\": 0\n }\n }\n}" + "value": { + "classification": { + "multiclass_confusion_matrix": { + "confusion_matrix": [ + { + "actual_class": "cat", + "actual_class_doc_count": 12, + "other_predicted_class_doc_count": 0, + "predicted_classes": [ + { + "count": 12, + "predicted_class": "cat" + }, + { + "count": 0, + "predicted_class": "dog" + } + ] + }, + { + "actual_class": "dog", + "actual_class_doc_count": 11, + "other_predicted_class_doc_count": 0, + "predicted_classes": [ + { + "count": 7, + "predicted_class": "dog" + }, + { + "count": 4, + "predicted_class": "cat" + } + ] + } + ], + "other_actual_class_count": 0 + } + } + } }, "MlEvaluateDataFrameResponseExample2": { "summary": "Classification example 2", "description": "A succesful response from `POST _ml/data_frame/_evaluate` to evaluate a classification analysis job with the AUC ROC metrics for an annotated index.\n", - "value": "{\n \"classification\": {\n \"auc_roc\": {\n \"value\": 0.8941788639536681\n }\n }\n}" + "value": { + "classification": { + "auc_roc": { + "value": 0.8941788639536681 + } + } + } }, "MlEvaluateDataFrameResponseExample3": { "summary": "Outlier detection", "description": "A successful response from `POST _ml/data_frame/_evaluate` to evaluate an outlier detection job.", - "value": "{\n \"outlier_detection\": {\n \"auc_roc\": {\n \"value\": 0.9258475774641445\n },\n \"confusion_matrix\": {\n \"0.25\": {\n \"tp\": 5,\n \"fp\": 9,\n \"tn\": 204,\n \"fn\": 5\n },\n \"0.5\": {\n \"tp\": 1,\n \"fp\": 5,\n \"tn\": 208,\n \"fn\": 9\n },\n \"0.75\": {\n \"tp\": 0,\n \"fp\": 4,\n \"tn\": 209,\n \"fn\": 10\n }\n },\n \"precision\": {\n \"0.25\": 0.35714285714285715,\n \"0.5\": 0.16666666666666666,\n \"0.75\": 0\n },\n \"recall\": {\n \"0.25\": 0.5,\n \"0.5\": 0.1,\n \"0.75\": 0\n }\n }\n}" + "value": { + "outlier_detection": { + "auc_roc": { + "value": 0.9258475774641444 + }, + "confusion_matrix": { + "0.25": { + "fn": 5, + "fp": 9, + "tn": 204, + "tp": 5 + }, + "0.5": { + "fn": 9, + "fp": 5, + "tn": 208, + "tp": 1 + }, + "0.75": { + "fn": 10, + "fp": 4, + "tn": 209, + "tp": 0 + } + }, + "precision": { + "0.25": 0.35714285714285715, + "0.5": 0.16666666666666666, + "0.75": 0 + }, + "recall": { + "0.25": 0.5, + "0.5": 0.1, + "0.75": 0 + } + } + } } } } @@ -13941,7 +15167,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -13951,7 +15177,7 @@ "description": "Specifies to advance to a particular time value. Results are generated\nand the model is updated for data from the specified time interval.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -13971,7 +15197,7 @@ "description": "When used in conjunction with `calc_interim` and `start`, specifies the\nrange of buckets on which to calculate interim results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -13981,7 +15207,7 @@ "description": "Specifies to skip to a particular time value. Results are not generated\nand the model is not updated for data from the specified time interval.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -13991,7 +15217,7 @@ "description": "When used in conjunction with `calc_interim`, specifies the range of\nbuckets on which to calculate interim results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -14003,20 +15229,20 @@ "type": "object", "properties": { "advance_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "calc_interim": { "description": "Refer to the description for the `calc_interim` query parameter.", "type": "boolean" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "skip_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } } @@ -14066,7 +15292,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -14076,7 +15302,7 @@ "description": "Specifies to get events with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -14096,7 +15322,7 @@ "description": "Specifies to get events for a specific anomaly detection job identifier or job group. It must be used with a calendar identifier of `_all` or `*`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -14116,7 +15342,7 @@ "description": "Specifies to get events with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" } @@ -14135,7 +15361,7 @@ "events": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -14164,7 +15390,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -14179,7 +15405,7 @@ "description": "A list of one of more scheduled events. The event’s start and end times can be specified as integer milliseconds since the epoch or as a string in ISO 8601 format.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -14202,7 +15428,7 @@ "events": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:CalendarEvent" + "$ref": "#/components/schemas/ml._types.CalendarEvent" } } }, @@ -14226,10 +15452,10 @@ "operationId": "ml-get-calendars", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -14237,7 +15463,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -14250,10 +15476,10 @@ "operationId": "ml-get-calendars-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_calendars:from" + "$ref": "#/components/parameters/ml.get_calendars-from" }, { - "$ref": "#/components/parameters/ml.get_calendars:size" + "$ref": "#/components/parameters/ml.get_calendars-size" } ], "requestBody": { @@ -14261,7 +15487,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_calendars:200" + "$ref": "#/components/responses/ml.get_calendars-200" } }, "x-state": "Added in 6.2.0" @@ -14277,21 +15503,21 @@ "operationId": "ml-get-data-frame-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics:exclude_generated" + "$ref": "#/components/parameters/ml.get_data_frame_analytics-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics-200" } }, "x-state": "Added in 7.3.0" @@ -14306,21 +15532,21 @@ "operationId": "ml-get-data-frame-analytics-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats-200" } }, "x-state": "Added in 7.3.0" @@ -14335,24 +15561,24 @@ "operationId": "ml-get-data-frame-analytics-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:id" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-id" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:from" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-from" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:size" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-size" }, { - "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats:verbose" + "$ref": "#/components/parameters/ml.get_data_frame_analytics_stats-verbose" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_data_frame_analytics_stats:200" + "$ref": "#/components/responses/ml.get_data_frame_analytics_stats-200" } }, "x-state": "Added in 7.3.0" @@ -14368,15 +15594,15 @@ "operationId": "ml-get-datafeed-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats:datafeed_id" + "$ref": "#/components/parameters/ml.get_datafeed_stats-datafeed_id" }, { - "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats:200" + "$ref": "#/components/responses/ml.get_datafeed_stats-200" } }, "x-state": "Added in 5.5.0" @@ -14392,12 +15618,12 @@ "operationId": "ml-get-datafeed-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeed_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeed_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeed_stats:200" + "$ref": "#/components/responses/ml.get_datafeed_stats-200" } }, "x-state": "Added in 5.5.0" @@ -14413,15 +15639,15 @@ "operationId": "ml-get-datafeeds-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_datafeeds:allow_no_match" + "$ref": "#/components/parameters/ml.get_datafeeds-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_datafeeds:exclude_generated" + "$ref": "#/components/parameters/ml.get_datafeeds-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_datafeeds:200" + "$ref": "#/components/responses/ml.get_datafeeds-200" } }, "x-state": "Added in 5.5.0" @@ -14437,15 +15663,15 @@ "operationId": "ml-get-filters", "parameters": [ { - "$ref": "#/components/parameters/ml.get_filters:from" + "$ref": "#/components/parameters/ml.get_filters-from" }, { - "$ref": "#/components/parameters/ml.get_filters:size" + "$ref": "#/components/parameters/ml.get_filters-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_filters:200" + "$ref": "#/components/responses/ml.get_filters-200" } }, "x-state": "Added in 5.5.0" @@ -14460,12 +15686,12 @@ "operationId": "ml-get-job-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats:200" + "$ref": "#/components/responses/ml.get_job_stats-200" } }, "x-state": "Added in 5.5.0" @@ -14480,15 +15706,15 @@ "operationId": "ml-get-job-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_job_stats:job_id" + "$ref": "#/components/parameters/ml.get_job_stats-job_id" }, { - "$ref": "#/components/parameters/ml.get_job_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_job_stats-allow_no_match" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_job_stats:200" + "$ref": "#/components/responses/ml.get_job_stats-200" } }, "x-state": "Added in 5.5.0" @@ -14504,15 +15730,15 @@ "operationId": "ml-get-jobs-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_jobs:allow_no_match" + "$ref": "#/components/parameters/ml.get_jobs-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_jobs:exclude_generated" + "$ref": "#/components/parameters/ml.get_jobs-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_jobs:200" + "$ref": "#/components/responses/ml.get_jobs-200" } }, "x-state": "Added in 5.5.0" @@ -14528,28 +15754,28 @@ "operationId": "ml-get-overall-buckets", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets-bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:end" + "$ref": "#/components/parameters/ml.get_overall_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets-overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:start" + "$ref": "#/components/parameters/ml.get_overall_buckets-start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets-top_n" } ], "requestBody": { @@ -14557,7 +15783,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets:200" + "$ref": "#/components/responses/ml.get_overall_buckets-200" } }, "x-state": "Added in 6.1.0" @@ -14571,28 +15797,28 @@ "operationId": "ml-get-overall-buckets-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_overall_buckets:job_id" + "$ref": "#/components/parameters/ml.get_overall_buckets-job_id" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:allow_no_match" + "$ref": "#/components/parameters/ml.get_overall_buckets-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:bucket_span" + "$ref": "#/components/parameters/ml.get_overall_buckets-bucket_span" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:end" + "$ref": "#/components/parameters/ml.get_overall_buckets-end" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:exclude_interim" + "$ref": "#/components/parameters/ml.get_overall_buckets-exclude_interim" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:overall_score" + "$ref": "#/components/parameters/ml.get_overall_buckets-overall_score" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:start" + "$ref": "#/components/parameters/ml.get_overall_buckets-start" }, { - "$ref": "#/components/parameters/ml.get_overall_buckets:top_n" + "$ref": "#/components/parameters/ml.get_overall_buckets-top_n" } ], "requestBody": { @@ -14600,7 +15826,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.get_overall_buckets:200" + "$ref": "#/components/responses/ml.get_overall_buckets-200" } }, "x-state": "Added in 6.1.0" @@ -14615,30 +15841,30 @@ "operationId": "ml-get-trained-models-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models:decompress_definition" + "$ref": "#/components/parameters/ml.get_trained_models-decompress_definition" }, { - "$ref": "#/components/parameters/ml.get_trained_models:exclude_generated" + "$ref": "#/components/parameters/ml.get_trained_models-exclude_generated" }, { - "$ref": "#/components/parameters/ml.get_trained_models:from" + "$ref": "#/components/parameters/ml.get_trained_models-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models:include" + "$ref": "#/components/parameters/ml.get_trained_models-include" }, { - "$ref": "#/components/parameters/ml.get_trained_models:size" + "$ref": "#/components/parameters/ml.get_trained_models-size" }, { - "$ref": "#/components/parameters/ml.get_trained_models:tags" + "$ref": "#/components/parameters/ml.get_trained_models-tags" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models:200" + "$ref": "#/components/responses/ml.get_trained_models-200" } }, "x-state": "Added in 7.10.0" @@ -14654,21 +15880,21 @@ "operationId": "ml-get-trained-models-stats", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats:model_id" + "$ref": "#/components/parameters/ml.get_trained_models_stats-model_id" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:from" + "$ref": "#/components/parameters/ml.get_trained_models_stats-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:size" + "$ref": "#/components/parameters/ml.get_trained_models_stats-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats:200" + "$ref": "#/components/responses/ml.get_trained_models_stats-200" } }, "x-state": "Added in 7.10.0" @@ -14684,18 +15910,18 @@ "operationId": "ml-get-trained-models-stats-1", "parameters": [ { - "$ref": "#/components/parameters/ml.get_trained_models_stats:allow_no_match" + "$ref": "#/components/parameters/ml.get_trained_models_stats-allow_no_match" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:from" + "$ref": "#/components/parameters/ml.get_trained_models_stats-from" }, { - "$ref": "#/components/parameters/ml.get_trained_models_stats:size" + "$ref": "#/components/parameters/ml.get_trained_models_stats-size" } ], "responses": { "200": { - "$ref": "#/components/responses/ml.get_trained_models_stats:200" + "$ref": "#/components/responses/ml.get_trained_models_stats-200" } }, "x-state": "Added in 7.10.0" @@ -14716,7 +15942,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -14726,7 +15952,7 @@ "description": "Controls the amount of time to wait for inference results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14748,7 +15974,7 @@ } }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigUpdateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigUpdateContainer" } }, "required": [ @@ -14770,7 +15996,7 @@ "inference_results": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:InferenceResponseResult" + "$ref": "#/components/schemas/ml._types.InferenceResponseResult" } } }, @@ -14801,7 +16027,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -14811,7 +16037,7 @@ "description": "Controls the time to wait until a job has opened.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -14823,14 +16049,16 @@ "type": "object", "properties": { "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, "examples": { "MlOpenJobRequestExample1": { "description": "A request to open anomaly detection jobs. The timeout specifies to wait 35 minutes for the job to open.\n", - "value": "{\n \"timeout\": \"35m\"\n}" + "value": { + "timeout": "35m" + } } } } @@ -14848,7 +16076,7 @@ "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } }, "required": [ @@ -14859,7 +16087,10 @@ "examples": { "MlOpenJobResponseExample1": { "description": "A successful response when opening an anomaly detection job.", - "value": "{\n \"opened\": true,\n \"node\": \"node-1\"\n}" + "value": { + "node": "node-1", + "opened": true + } } } } @@ -14882,7 +16113,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -14899,7 +16130,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -14915,7 +16146,7 @@ "operationId": "ml-preview-data-frame-analytics-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics-id" } ], "requestBody": { @@ -14923,7 +16154,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -14937,7 +16168,7 @@ "operationId": "ml-preview-data-frame-analytics-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_data_frame_analytics:id" + "$ref": "#/components/parameters/ml.preview_data_frame_analytics-id" } ], "requestBody": { @@ -14945,7 +16176,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_data_frame_analytics:200" + "$ref": "#/components/responses/ml.preview_data_frame_analytics-200" } }, "x-state": "Added in 7.13.0" @@ -14961,13 +16192,13 @@ "operationId": "ml-preview-datafeed", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed-datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -14975,7 +16206,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -14989,13 +16220,13 @@ "operationId": "ml-preview-datafeed-1", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:datafeed_id" + "$ref": "#/components/parameters/ml.preview_datafeed-datafeed_id" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -15003,7 +16234,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -15019,10 +16250,10 @@ "operationId": "ml-preview-datafeed-2", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -15030,7 +16261,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -15044,10 +16275,10 @@ "operationId": "ml-preview-datafeed-3", "parameters": [ { - "$ref": "#/components/parameters/ml.preview_datafeed:start" + "$ref": "#/components/parameters/ml.preview_datafeed-start" }, { - "$ref": "#/components/parameters/ml.preview_datafeed:end" + "$ref": "#/components/parameters/ml.preview_datafeed-end" } ], "requestBody": { @@ -15055,7 +16286,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/ml.preview_datafeed:200" + "$ref": "#/components/responses/ml.preview_datafeed-200" } }, "x-state": "Added in 5.4.0" @@ -15076,7 +16307,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15127,7 +16358,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15152,7 +16383,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -15199,7 +16430,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15224,7 +16455,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15255,7 +16486,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -15280,7 +16511,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15290,7 +16521,7 @@ "description": "Controls the amount of time to wait until the data frame analytics job\nstarts.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15307,7 +16538,7 @@ "type": "boolean" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } }, "required": [ @@ -15338,7 +16569,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15348,7 +16579,7 @@ "description": "The time that the datafeed should end, which can be specified by using one of the following formats:\n\n* ISO 8601 format with milliseconds, for example `2017-01-22T06:00:00.000Z`\n* ISO 8601 format without milliseconds, for example `2017-01-22T06:00:00+00:00`\n* Milliseconds since the epoch, for example `1485061200000`\n\nDate-time arguments using either of the ISO 8601 formats must have a time zone designator, where `Z` is accepted\nas an abbreviation for UTC time. When a URL is expected (for example, in browsers), the `+` used in time zone\ndesignators must be encoded as `%2B`.\nThe end time value is exclusive. If you do not specify an end time, the datafeed\nruns continuously.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -15358,7 +16589,7 @@ "description": "The time that the datafeed should begin, which can be specified by using the same formats as the `end` parameter.\nThis value is inclusive.\nIf you do not specify a start time and the datafeed is associated with a new anomaly detection job, the analysis\nstarts from the earliest time for which data is available.\nIf you restart a stopped datafeed and specify a start value that is earlier than the timestamp of the latest\nprocessed record, the datafeed continues from 1 millisecond after the timestamp of the latest processed record.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, @@ -15368,7 +16599,7 @@ "description": "Specifies the amount of time to wait until a datafeed starts.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15380,13 +16611,13 @@ "type": "object", "properties": { "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -15402,7 +16633,7 @@ "type": "object", "properties": { "node": { - "$ref": "#/components/schemas/_types:NodeIds" + "$ref": "#/components/schemas/_types.NodeIds" }, "started": { "description": "For a successful response, this value is always `true`. On failure, an exception is returned instead.", @@ -15437,7 +16668,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15447,7 +16678,7 @@ "description": "The inference cache size (in memory outside the JVM heap) per node for the model.\nThe default value is the same size as the `model_size_bytes`. To disable the cache,\n`0b` can be provided.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "style": "form" }, @@ -15467,7 +16698,7 @@ "description": "The deployment priority.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "style": "form" }, @@ -15497,7 +16728,7 @@ "description": "Specifies the amount of time to wait for the model to deploy.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -15507,7 +16738,7 @@ "description": "Specifies the allocation status to wait for before returning.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:DeploymentAllocationState" + "$ref": "#/components/schemas/ml._types.DeploymentAllocationState" }, "style": "form" } @@ -15519,7 +16750,7 @@ "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" } } } @@ -15535,7 +16766,7 @@ "type": "object", "properties": { "assignment": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignment" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignment" } }, "required": [ @@ -15565,7 +16796,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15595,7 +16826,7 @@ "description": "Controls the amount of time to wait until the data frame analytics job\nstops. Defaults to 20 seconds.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15639,7 +16870,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15669,7 +16900,7 @@ "description": "Specifies the amount of time to wait until a datafeed stops.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -15689,7 +16920,7 @@ "type": "boolean" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } } @@ -15734,7 +16965,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15797,7 +17028,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -15839,16 +17070,16 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "create_time": { "type": "number" @@ -15857,10 +17088,10 @@ "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" @@ -15869,10 +17100,10 @@ "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ @@ -15910,7 +17141,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -15930,7 +17161,7 @@ "description": "Type of index that wildcard patterns can match. If the request can target data streams, this argument determines\nwhether wildcard expressions match hidden data streams. Supports comma-separated values. Valid values are:\n\n* `all`: Match any data stream or index, including hidden ones.\n* `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed.\n* `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or both.\n* `none`: Wildcard patterns are not accepted.\n* `open`: Match open, non-hidden indices. Also matches any non-hidden data stream.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -15965,17 +17196,17 @@ "description": "If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only\nwith low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "description": "An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine\nlearning nodes must have the `remote_cluster_client` role.", @@ -15985,29 +17216,29 @@ } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period), it automatically\nstops and closes the associated job after this many real-time searches return no documents. In other words,\nit stops after `frequency` times `max_empty_searches` of real-time operation. If not set, a datafeed with no\nend time that sees no data remains started until it is explicitly stopped. By default, it is not set.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.\nThe detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -16029,25 +17260,25 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -16056,27 +17287,27 @@ } }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -16116,7 +17347,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -16163,7 +17394,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "type": "array", @@ -16201,7 +17432,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -16217,10 +17448,10 @@ "type": "boolean" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisMemoryLimit" + "$ref": "#/components/schemas/ml._types.AnalysisMemoryLimit" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { "description": "Advanced configuration option. Contains custom meta data about the job.\nFor example, it can contain custom URL information as shown in Adding\ncustom URLs to machine learning results.", @@ -16240,10 +17471,10 @@ "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old\nmodel snapshots for this job. It specifies a period of time (in days)\nafter which only the first snapshot per day is retained. This period is\nrelative to the timestamp of the most recent snapshot for this job. Valid\nvalues range from 0 to `model_snapshot_retention_days`. For jobs created\nbefore version 7.8.0, the default value matches\n`model_snapshot_retention_days`.", @@ -16272,11 +17503,11 @@ "description": "An array of detector update objects.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectorUpdate" + "$ref": "#/components/schemas/ml._types.DetectorUpdate" } }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" } } } @@ -16296,19 +17527,19 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfigRead" + "$ref": "#/components/schemas/ml._types.AnalysisConfigRead" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "finished_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "custom_settings": { "type": "object", @@ -16320,10 +17551,10 @@ "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "description": { "type": "string" @@ -16335,19 +17566,19 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "type": "string" }, "job_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "type": "number" @@ -16356,7 +17587,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "type": "number" @@ -16398,7 +17629,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -16424,7 +17655,7 @@ "type": "number" }, "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" } } } @@ -16440,7 +17671,7 @@ "type": "object", "properties": { "assignment": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignment" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignment" } }, "required": [ @@ -16465,43 +17696,43 @@ "operationId": "msearch", "parameters": [ { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -16509,7 +17740,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -16523,43 +17754,43 @@ "operationId": "msearch-1", "parameters": [ { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -16567,7 +17798,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -16583,46 +17814,46 @@ "operationId": "msearch-2", "parameters": [ { - "$ref": "#/components/parameters/msearch:index" + "$ref": "#/components/parameters/msearch-index" }, { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -16630,7 +17861,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -16644,46 +17875,46 @@ "operationId": "msearch-3", "parameters": [ { - "$ref": "#/components/parameters/msearch:index" + "$ref": "#/components/parameters/msearch-index" }, { - "$ref": "#/components/parameters/msearch:allow_no_indices" + "$ref": "#/components/parameters/msearch-allow_no_indices" }, { - "$ref": "#/components/parameters/msearch:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch:expand_wildcards" + "$ref": "#/components/parameters/msearch-expand_wildcards" }, { - "$ref": "#/components/parameters/msearch:ignore_throttled" + "$ref": "#/components/parameters/msearch-ignore_throttled" }, { - "$ref": "#/components/parameters/msearch:ignore_unavailable" + "$ref": "#/components/parameters/msearch-ignore_unavailable" }, { - "$ref": "#/components/parameters/msearch:include_named_queries_score" + "$ref": "#/components/parameters/msearch-include_named_queries_score" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_searches" + "$ref": "#/components/parameters/msearch-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch:max_concurrent_shard_requests" + "$ref": "#/components/parameters/msearch-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/msearch:pre_filter_shard_size" + "$ref": "#/components/parameters/msearch-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/msearch:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch:routing" + "$ref": "#/components/parameters/msearch-routing" }, { - "$ref": "#/components/parameters/msearch:search_type" + "$ref": "#/components/parameters/msearch-search_type" }, { - "$ref": "#/components/parameters/msearch:typed_keys" + "$ref": "#/components/parameters/msearch-typed_keys" } ], "requestBody": { @@ -16691,7 +17922,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch:200" + "$ref": "#/components/responses/msearch-200" } }, "x-state": "Added in 1.3.0" @@ -16710,19 +17941,19 @@ "operationId": "msearch-template", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -16730,7 +17961,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -16747,19 +17978,19 @@ "operationId": "msearch-template-1", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -16767,7 +17998,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -16786,22 +18017,22 @@ "operationId": "msearch-template-2", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:index" + "$ref": "#/components/parameters/msearch_template-index" }, { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -16809,7 +18040,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -16826,22 +18057,22 @@ "operationId": "msearch-template-3", "parameters": [ { - "$ref": "#/components/parameters/msearch_template:index" + "$ref": "#/components/parameters/msearch_template-index" }, { - "$ref": "#/components/parameters/msearch_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/msearch_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/msearch_template:max_concurrent_searches" + "$ref": "#/components/parameters/msearch_template-max_concurrent_searches" }, { - "$ref": "#/components/parameters/msearch_template:search_type" + "$ref": "#/components/parameters/msearch_template-search_type" }, { - "$ref": "#/components/parameters/msearch_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/msearch_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/msearch_template:typed_keys" + "$ref": "#/components/parameters/msearch_template-typed_keys" } ], "requestBody": { @@ -16849,7 +18080,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/msearch_template:200" + "$ref": "#/components/responses/msearch_template-200" } }, "x-state": "Added in 5.0.0" @@ -16865,40 +18096,40 @@ "operationId": "mtermvectors", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -16906,7 +18137,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } }, @@ -16919,40 +18150,40 @@ "operationId": "mtermvectors-1", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -16960,7 +18191,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } } @@ -16975,43 +18206,43 @@ "operationId": "mtermvectors-2", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:index" + "$ref": "#/components/parameters/mtermvectors-index" }, { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -17019,7 +18250,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } }, @@ -17032,43 +18263,43 @@ "operationId": "mtermvectors-3", "parameters": [ { - "$ref": "#/components/parameters/mtermvectors:index" + "$ref": "#/components/parameters/mtermvectors-index" }, { - "$ref": "#/components/parameters/mtermvectors:ids" + "$ref": "#/components/parameters/mtermvectors-ids" }, { - "$ref": "#/components/parameters/mtermvectors:fields" + "$ref": "#/components/parameters/mtermvectors-fields" }, { - "$ref": "#/components/parameters/mtermvectors:field_statistics" + "$ref": "#/components/parameters/mtermvectors-field_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:offsets" + "$ref": "#/components/parameters/mtermvectors-offsets" }, { - "$ref": "#/components/parameters/mtermvectors:payloads" + "$ref": "#/components/parameters/mtermvectors-payloads" }, { - "$ref": "#/components/parameters/mtermvectors:positions" + "$ref": "#/components/parameters/mtermvectors-positions" }, { - "$ref": "#/components/parameters/mtermvectors:preference" + "$ref": "#/components/parameters/mtermvectors-preference" }, { - "$ref": "#/components/parameters/mtermvectors:realtime" + "$ref": "#/components/parameters/mtermvectors-realtime" }, { - "$ref": "#/components/parameters/mtermvectors:routing" + "$ref": "#/components/parameters/mtermvectors-routing" }, { - "$ref": "#/components/parameters/mtermvectors:term_statistics" + "$ref": "#/components/parameters/mtermvectors-term_statistics" }, { - "$ref": "#/components/parameters/mtermvectors:version" + "$ref": "#/components/parameters/mtermvectors-version" }, { - "$ref": "#/components/parameters/mtermvectors:version_type" + "$ref": "#/components/parameters/mtermvectors-version_type" } ], "requestBody": { @@ -17076,7 +18307,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/mtermvectors:200" + "$ref": "#/components/responses/mtermvectors-200" } } } @@ -17097,7 +18328,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -17108,7 +18339,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -17138,7 +18369,7 @@ "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -17148,7 +18379,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`. Valid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -17180,7 +18411,7 @@ "type": "object", "properties": { "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } } @@ -17196,10 +18427,10 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -17210,7 +18441,15 @@ "examples": { "OpenPointInTimeResponseExample1": { "description": "A successful response from `POST /my-index-000001/_pit?keep_alive=1m&allow_partial_search_results=true`. It includes a summary of the total number of shards, as well as the number of successful shards when creating the PIT.\n", - "value": "{\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA=\",\n \"_shards\": {\n \"total\": 10,\n \"successful\": 10,\n \"skipped\": 0,\n \"failed\": 0\n }\n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 10, + "total": 10 + }, + "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA=" + } } } } @@ -17233,19 +18472,19 @@ "operationId": "put-script-2", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context" + "$ref": "#/components/parameters/put_script-context" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -17253,7 +18492,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } }, @@ -17269,19 +18508,19 @@ "operationId": "put-script-3", "parameters": [ { - "$ref": "#/components/parameters/put_script:id" + "$ref": "#/components/parameters/put_script-id" }, { - "$ref": "#/components/parameters/put_script:context" + "$ref": "#/components/parameters/put_script-context" }, { - "$ref": "#/components/parameters/put_script:context_" + "$ref": "#/components/parameters/put_script-context_" }, { - "$ref": "#/components/parameters/put_script:master_timeout" + "$ref": "#/components/parameters/put_script-master_timeout" }, { - "$ref": "#/components/parameters/put_script:timeout" + "$ref": "#/components/parameters/put_script-timeout" } ], "requestBody": { @@ -17289,7 +18528,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/put_script:200" + "$ref": "#/components/responses/put_script-200" } } } @@ -17313,7 +18552,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17324,7 +18563,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17335,12 +18574,31 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" }, "examples": { "QueryRuleGetResponseExample1": { "description": "A successful response from `GET _query_rules/my-ruleset/_rule/my-rule1`.", - "value": "{\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"query_string\",\n \"values\": [\n \"pugs\",\n \"puggles\"\n ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n}" + "value": { + "actions": { + "ids": [ + "id1", + "id2" + ] + }, + "criteria": [ + { + "metadata": "query_string", + "type": "contains", + "values": [ + "pugs", + "puggles" + ] + } + ], + "rule_id": "my-rule1", + "type": "pinned" + } } } } @@ -17364,7 +18622,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17375,7 +18633,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17387,24 +18645,24 @@ "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleType" }, "criteria": { "description": "The criteria that must be met for the rule to be applied.\nIf multiple criteria are specified for a rule, all criteria must be met for the rule to be applied.", "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" } } ] }, "actions": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleActions" + "$ref": "#/components/schemas/query_rules._types.QueryRuleActions" }, "priority": { "type": "number" @@ -17419,7 +18677,11 @@ "examples": { "QueryRulePutRequestExample1": { "description": "Run `POST _query_rules/my-ruleset/_test` to test a ruleset. Provide the match criteria that you want to test against.\n", - "value": "{\n \"match_criteria\": {\n \"query_string\": \"puggles\"\n }\n}" + "value": { + "match_criteria": { + "query_string": "puggles" + } + } } } } @@ -17435,7 +18697,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -17463,7 +18725,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -17474,7 +18736,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17485,7 +18747,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -17510,7 +18772,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17521,12 +18783,61 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleset" + "$ref": "#/components/schemas/query_rules._types.QueryRuleset" }, "examples": { "QueryRulesetGetResponseExample1": { "description": "A successful response from `GET _query_rules/my-ruleset/`.", - "value": "{\n \"ruleset_id\": \"my-ruleset\",\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"query_string\",\n \"values\": [ \"pugs\", \"puggles\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"query_string\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" + "value": { + "rules": [ + { + "actions": { + "ids": [ + "id1", + "id2" + ] + }, + "criteria": [ + { + "metadata": "query_string", + "type": "contains", + "values": [ + "pugs", + "puggles" + ] + } + ], + "rule_id": "my-rule1", + "type": "pinned" + }, + { + "actions": { + "docs": [ + { + "_id": "id3", + "_index": "index1" + }, + { + "_id": "id4", + "_index": "index2" + } + ] + }, + "criteria": [ + { + "metadata": "query_string", + "type": "fuzzy", + "values": [ + "rescue dogs" + ] + } + ], + "rule_id": "my-rule2", + "type": "pinned" + } + ], + "ruleset_id": "my-ruleset" + } } } } @@ -17553,7 +18864,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17567,12 +18878,12 @@ "rules": { "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" } } ] @@ -17585,7 +18896,62 @@ "examples": { "QueryRulesetPutRequestExample1": { "description": "Run `PUT _query_rules/my-ruleset` to create a new query ruleset. Two rules are associated with `my-ruleset`. `my-rule1` will pin documents with IDs `id1` and `id2` when `user_query` contains `pugs` or `puggles` and `user_country` exactly matches `us`. `my-rule2` will exclude documents from different specified indices with IDs `id3` and `id4` when the `query_string` fuzzily matches `rescue dogs`.\n", - "value": "{\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"user_query\",\n \"values\": [ \"pugs\", \"puggles\" ]\n },\n {\n \"type\": \"exact\",\n \"metadata\": \"user_country\",\n \"values\": [ \"us\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"user_query\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" + "value": { + "rules": [ + { + "actions": { + "ids": [ + "id1", + "id2" + ] + }, + "criteria": [ + { + "metadata": "user_query", + "type": "contains", + "values": [ + "pugs", + "puggles" + ] + }, + { + "metadata": "user_country", + "type": "exact", + "values": [ + "us" + ] + } + ], + "rule_id": "my-rule1", + "type": "pinned" + }, + { + "actions": { + "docs": [ + { + "_id": "id3", + "_index": "index1" + }, + { + "_id": "id4", + "_index": "index2" + } + ] + }, + "criteria": [ + { + "metadata": "user_query", + "type": "fuzzy", + "values": [ + "rescue dogs" + ] + } + ], + "rule_id": "my-rule2", + "type": "pinned" + } + ] + } } } } @@ -17601,7 +18967,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -17629,7 +18995,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17640,7 +19006,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -17693,7 +19059,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules.list_rulesets:QueryRulesetListItem" + "$ref": "#/components/schemas/query_rules.list_rulesets.QueryRulesetListItem" } } }, @@ -17705,7 +19071,34 @@ "examples": { "QueryRulesetListResponseExample1": { "description": "A successful response from `GET _query_rules/?from=0&size=3`.", - "value": "{\n \"count\": 3,\n \"results\": [\n {\n \"ruleset_id\": \"ruleset-1\",\n \"rule_total_count\": 1,\n \"rule_criteria_types_counts\": {\n \"exact\": 1\n }\n },\n {\n \"ruleset_id\": \"ruleset-2\",\n \"rule_total_count\": 2,\n \"rule_criteria_types_counts\": {\n \"exact\": 1,\n \"fuzzy\": 1\n }\n },\n {\n \"ruleset_id\": \"ruleset-3\",\n \"rule_total_count\": 3,\n \"rule_criteria_types_counts\": {\n \"exact\": 1,\n \"fuzzy\": 2\n }\n }\n ]\n}" + "value": { + "count": 3, + "results": [ + { + "rule_criteria_types_counts": { + "exact": 1 + }, + "rule_total_count": 1, + "ruleset_id": "ruleset-1" + }, + { + "rule_criteria_types_counts": { + "exact": 1, + "fuzzy": 1 + }, + "rule_total_count": 2, + "ruleset_id": "ruleset-2" + }, + { + "rule_criteria_types_counts": { + "exact": 1, + "fuzzy": 2 + }, + "rule_total_count": 3, + "ruleset_id": "ruleset-3" + } + ] + } } } } @@ -17731,7 +19124,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -17757,7 +19150,62 @@ "examples": { "QueryRulesetTestRequestExample1": { "description": "Run `PUT _query_rules/my-ruleset` to create a new query ruleset. Two rules are associated with `my-ruleset`. `my-rule1` will pin documents with IDs `id1` and `id2` when `user_query` contains `pugs` or `puggles` and `user_country` exactly matches `us`. `my-rule2` will exclude documents from different specified indices with IDs `id3` and `id4` when the `query_string` fuzzily matches `rescue dogs`.\n", - "value": "{\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"user_query\",\n \"values\": [ \"pugs\", \"puggles\" ]\n },\n {\n \"type\": \"exact\",\n \"metadata\": \"user_country\",\n \"values\": [ \"us\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"user_query\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" + "value": { + "rules": [ + { + "actions": { + "ids": [ + "id1", + "id2" + ] + }, + "criteria": [ + { + "metadata": "user_query", + "type": "contains", + "values": [ + "pugs", + "puggles" + ] + }, + { + "metadata": "user_country", + "type": "exact", + "values": [ + "us" + ] + } + ], + "rule_id": "my-rule1", + "type": "pinned" + }, + { + "actions": { + "docs": [ + { + "_id": "id3", + "_index": "index1" + }, + { + "_id": "id4", + "_index": "index2" + } + ] + }, + "criteria": [ + { + "metadata": "user_query", + "type": "fuzzy", + "values": [ + "rescue dogs" + ] + } + ], + "rule_id": "my-rule2", + "type": "pinned" + } + ] + } } } } @@ -17778,7 +19226,7 @@ "matched_rules": { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules.test:QueryRulesetMatchedRule" + "$ref": "#/components/schemas/query_rules.test.QueryRulesetMatchedRule" } } }, @@ -17790,7 +19238,15 @@ "examples": { "QueryRulesetTestResponseExample1": { "description": "A successful response from `POST _query_rules/my-ruleset/_test`.", - "value": "{\n \"total_matched_rules\": 1,\n \"matched_rules\": [\n {\n \"ruleset_id\": \"my-ruleset\",\n \"rule_id\": \"my-rule1\"\n }\n ]\n}" + "value": { + "matched_rules": [ + { + "rule_id": "my-rule1", + "ruleset_id": "my-ruleset" + } + ], + "total_matched_rules": 1 + } } } } @@ -17810,16 +19266,16 @@ "operationId": "rank-eval", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -17827,7 +19283,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -17841,16 +19297,16 @@ "operationId": "rank-eval-1", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -17858,7 +19314,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -17874,19 +19330,19 @@ "operationId": "rank-eval-2", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:index" + "$ref": "#/components/parameters/rank_eval-index" }, { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -17894,7 +19350,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -17908,19 +19364,19 @@ "operationId": "rank-eval-3", "parameters": [ { - "$ref": "#/components/parameters/rank_eval:index" + "$ref": "#/components/parameters/rank_eval-index" }, { - "$ref": "#/components/parameters/rank_eval:allow_no_indices" + "$ref": "#/components/parameters/rank_eval-allow_no_indices" }, { - "$ref": "#/components/parameters/rank_eval:expand_wildcards" + "$ref": "#/components/parameters/rank_eval-expand_wildcards" }, { - "$ref": "#/components/parameters/rank_eval:ignore_unavailable" + "$ref": "#/components/parameters/rank_eval-ignore_unavailable" }, { - "$ref": "#/components/parameters/rank_eval:search_type" + "$ref": "#/components/parameters/rank_eval-search_type" } ], "requestBody": { @@ -17928,7 +19384,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/rank_eval:200" + "$ref": "#/components/responses/rank_eval-200" } }, "x-state": "Added in 6.2.0" @@ -17969,7 +19425,7 @@ "description": "The period of time that a consistent view of the index should be maintained for scrolled search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -17979,7 +19435,7 @@ "description": "The number of slices this task should be divided into.\nIt defaults to one slice, which means the task isn't sliced into subtasks.\n\nReindex supports sliced scroll to parallelize the reindexing process.\nThis parallelization can improve efficiency and provide a convenient way to break the request down into smaller parts.\n\nNOTE: Reindexing from remote clusters does not support manual or automatic slicing.\n\nIf set to `auto`, Elasticsearch chooses the number of slices to use.\nThis setting will use one slice per shard, up to a certain limit.\nIf there are multiple sources, it will choose the number of slices based on the index or backing index with the smallest number of shards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -17989,7 +19445,7 @@ "description": "The period each indexing waits for automatic index creation, dynamic mapping updates, and waiting for active shards.\nBy default, Elasticsearch waits for at least one minute before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -17999,7 +19455,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value is one, which means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -18031,23 +19487,23 @@ "type": "object", "properties": { "conflicts": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "max_docs": { "description": "The maximum number of documents to reindex.\nBy default, all documents are reindexed.\nIf it is a value less then or equal to `scroll_size`, a scroll will not be used to retrieve the results for the operation.\n\nIf `conflicts` is set to `proceed`, the reindex operation could attempt to reindex more documents from the source than `max_docs` until it has successfully indexed `max_docs` documents into the target or it has gone through every document in the source query.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "size": { "type": "number" }, "source": { - "$ref": "#/components/schemas/_global.reindex:Source" + "$ref": "#/components/schemas/_global.reindex.Source" } }, "required": [ @@ -18059,67 +19515,211 @@ "ReindexRequestExample1": { "summary": "Reindex multiple sources", "description": "Run `POST _reindex` to reindex from multiple sources. The `index` attribute in source can be a list, which enables you to copy from lots of sources in one request. This example copies documents from the `my-index-000001` and `my-index-000002` indices.\n", - "value": "{\n \"source\": {\n \"index\": [\"my-index-000001\", \"my-index-000002\"]\n },\n \"dest\": {\n \"index\": \"my-new-index-000002\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000002" + }, + "source": { + "index": [ + "my-index-000001", + "my-index-000002" + ] + } + } }, "ReindexRequestExample10": { "summary": "Reindex with Painless", "description": "You can use Painless to reindex daily indices to apply a new template to the existing documents. The script extracts the date from the index name and creates a new index with `-1` appended. For example, all data from `metricbeat-2016.05.31` will be reindexed into `metricbeat-2016.05.31-1`.\n", - "value": "{\n \"source\": {\n \"index\": \"metricbeat-*\"\n },\n \"dest\": {\n \"index\": \"metricbeat\"\n },\n \"script\": {\n \"lang\": \"painless\",\n \"source\": \"ctx._index = 'metricbeat-' + (ctx._index.substring('metricbeat-'.length(), ctx._index.length())) + '-1'\"\n }\n}" + "value": { + "dest": { + "index": "metricbeat" + }, + "script": { + "lang": "painless", + "source": "ctx._index = 'metricbeat-' + (ctx._index.substring('metricbeat-'.length(), ctx._index.length())) + '-1'" + }, + "source": { + "index": "metricbeat-*" + } + } }, "ReindexRequestExample11": { "summary": "Reindex a random subset", "description": "Run `POST _reindex` to extract a random subset of the source for testing. You might need to adjust the `min_score` value depending on the relative amount of data extracted from source.\n", - "value": "{\n \"max_docs\": 10,\n \"source\": {\n \"index\": \"my-index-000001\",\n \"query\": {\n \"function_score\" : {\n \"random_score\" : {},\n \"min_score\" : 0.9\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "max_docs": 10, + "source": { + "index": "my-index-000001", + "query": { + "function_score": { + "min_score": 0.9, + "random_score": {} + } + } + } + } }, "ReindexRequestExample12": { "summary": "Reindex modified documents", "description": "Run `POST _reindex` to modify documents during reindexing. This example bumps the version of the source document.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\",\n \"version_type\": \"external\"\n },\n \"script\": {\n \"source\": \"if (ctx._source.foo == 'bar') {ctx._version++; ctx._source.remove('foo')}\",\n \"lang\": \"painless\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001", + "version_type": "external" + }, + "script": { + "lang": "painless", + "source": "if (ctx._source.foo == 'bar') {ctx._version++; ctx._source.remove('foo')}" + }, + "source": { + "index": "my-index-000001" + } + } }, "ReindexRequestExample13": { "summary": "Reindex from remote on Elastic Cloud", "description": "When using Elastic Cloud, you can run `POST _reindex` and authenticate against a remote cluster with an API key.\n", - "value": "{\n \"source\": {\n \"remote\": {\n \"host\": \"http://otherhost:9200\",\n \"username\": \"user\",\n \"password\": \"pass\"\n },\n \"index\": \"my-index-000001\",\n \"query\": {\n \"match\": {\n \"test\": \"data\"\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "index": "my-index-000001", + "query": { + "match": { + "test": "data" + } + }, + "remote": { + "host": "http://otherhost:9200", + "password": "pass", + "username": "user" + } + } + } }, "ReindexRequestExample2": { "summary": "Manual slicing", "description": "Run `POST _reindex` to slice a reindex request manually. Provide a slice ID and total number of slices to each request.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "index": "my-index-000001", + "slice": { + "id": 0, + "max": 2 + } + } + } }, "ReindexRequestExample3": { "summary": "Automatic slicing", "description": "Run `POST _reindex?slices=5&refresh` to automatically parallelize using sliced scroll to slice on `_id`. The `slices` parameter specifies the number of slices to use.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "index": "my-index-000001" + } + } }, "ReindexRequestExample4": { "summary": "Routing", "description": "By default if reindex sees a document with routing then the routing is preserved unless it's changed by the script. You can set `routing` on the `dest` request to change this behavior. In this example, run `POST _reindex` to copy all documents from the `source` with the company name `cat` into the `dest` with routing set to `cat`.\n", - "value": "{\n \"source\": {\n \"index\": \"source\",\n \"query\": {\n \"match\": {\n \"company\": \"cat\"\n }\n }\n },\n \"dest\": {\n \"index\": \"dest\",\n \"routing\": \"=cat\"\n }\n}" + "value": { + "dest": { + "index": "dest", + "routing": "=cat" + }, + "source": { + "index": "source", + "query": { + "match": { + "company": "cat" + } + } + } + } }, "ReindexRequestExample5": { "summary": "Ingest pipelines", "description": "Run `POST _reindex` and use the ingest pipelines feature.", - "value": "{\n \"source\": {\n \"index\": \"source\"\n },\n \"dest\": {\n \"index\": \"dest\",\n \"pipeline\": \"some_ingest_pipeline\"\n }\n}" + "value": { + "dest": { + "index": "dest", + "pipeline": "some_ingest_pipeline" + }, + "source": { + "index": "source" + } + } }, "ReindexRequestExample6": { "summary": "Reindex with a query", "description": "Run `POST _reindex` and add a query to the `source` to limit the documents to reindex. For example, this request copies documents into `my-new-index-000001` only if they have a `user.id` of `kimchy`.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "index": "my-index-000001", + "query": { + "term": { + "user.id": "kimchy" + } + } + } + } }, "ReindexRequestExample7": { "summary": "Reindex with max_docs", "description": "You can limit the number of processed documents by setting `max_docs`. For example, run `POST _reindex` to copy a single document from `my-index-000001` to `my-new-index-000001`.\n", - "value": "{\n \"max_docs\": 1,\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "max_docs": 1, + "source": { + "index": "my-index-000001" + } + } }, "ReindexRequestExample8": { "summary": "Reindex selected fields", "description": "You can use source filtering to reindex a subset of the fields in the original documents. For example, run `POST _reindex` the reindex only the `user.id` and `_doc` fields of each document.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"_source\": [\"user.id\", \"_doc\"]\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "source": { + "_source": [ + "user.id", + "_doc" + ], + "index": "my-index-000001" + } + } }, "ReindexRequestExample9": { "summary": "Reindex new field names", "description": "A reindex operation can build a copy of an index with renamed fields. If your index has documents with `text` and `flag` fields, you can change the latter field name to `tag` during the reindex.\n", - "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n },\n \"script\": {\n \"source\": \"ctx._source.tag = ctx._source.remove(\\\"flag\\\")\"\n }\n}" + "value": { + "dest": { + "index": "my-new-index-000001" + }, + "script": { + "source": "ctx._source.tag = ctx._source.remove(\"flag\")" + }, + "source": { + "index": "my-index-000001" + } + } } } } @@ -18150,7 +19750,7 @@ "description": "If there were any unrecoverable errors during the process, it is an array of those failures.\nIf this array is not empty, the request ended because of those failures.\nReindex is implemented using batches and any failure causes the entire process to end but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent the reindex from ending on version conflicts.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -18158,7 +19758,7 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "requests_per_second": { "description": "The number of requests per second effectively run during the reindex.", @@ -18168,20 +19768,20 @@ "type": "number" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timed_out": { "description": "If any of the requests that ran during the reindex timed out, it is `true`.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -18217,7 +19817,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } }, @@ -18233,7 +19833,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } } @@ -18248,7 +19848,7 @@ "operationId": "render-search-template-2", "parameters": [ { - "$ref": "#/components/parameters/render_search_template:id" + "$ref": "#/components/parameters/render_search_template-id" } ], "requestBody": { @@ -18256,7 +19856,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } }, @@ -18269,7 +19869,7 @@ "operationId": "render-search-template-3", "parameters": [ { - "$ref": "#/components/parameters/render_search_template:id" + "$ref": "#/components/parameters/render_search_template-id" } ], "requestBody": { @@ -18277,7 +19877,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/render_search_template:200" + "$ref": "#/components/responses/render_search_template-200" } } } @@ -18295,7 +19895,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute:200" + "$ref": "#/components/responses/scripts_painless_execute-200" } }, "x-state": "Technical preview" @@ -18312,7 +19912,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/scripts_painless_execute:200" + "$ref": "#/components/responses/scripts_painless_execute-200" } }, "x-state": "Technical preview" @@ -18331,133 +19931,133 @@ "operationId": "search", "parameters": [ { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" } ], "requestBody": { @@ -18465,7 +20065,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } }, @@ -18481,133 +20081,133 @@ "operationId": "search-1", "parameters": [ { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" } ], "requestBody": { @@ -18615,7 +20215,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } } @@ -18633,136 +20233,136 @@ "operationId": "search-2", "parameters": [ { - "$ref": "#/components/parameters/search:index" + "$ref": "#/components/parameters/search-index" }, { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" } ], "requestBody": { @@ -18770,7 +20370,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } }, @@ -18786,136 +20386,136 @@ "operationId": "search-3", "parameters": [ { - "$ref": "#/components/parameters/search:index" + "$ref": "#/components/parameters/search-index" }, { - "$ref": "#/components/parameters/search:allow_no_indices" + "$ref": "#/components/parameters/search-allow_no_indices" }, { - "$ref": "#/components/parameters/search:allow_partial_search_results" + "$ref": "#/components/parameters/search-allow_partial_search_results" }, { - "$ref": "#/components/parameters/search:analyzer" + "$ref": "#/components/parameters/search-analyzer" }, { - "$ref": "#/components/parameters/search:analyze_wildcard" + "$ref": "#/components/parameters/search-analyze_wildcard" }, { - "$ref": "#/components/parameters/search:batched_reduce_size" + "$ref": "#/components/parameters/search-batched_reduce_size" }, { - "$ref": "#/components/parameters/search:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search:default_operator" + "$ref": "#/components/parameters/search-default_operator" }, { - "$ref": "#/components/parameters/search:df" + "$ref": "#/components/parameters/search-df" }, { - "$ref": "#/components/parameters/search:docvalue_fields" + "$ref": "#/components/parameters/search-docvalue_fields" }, { - "$ref": "#/components/parameters/search:expand_wildcards" + "$ref": "#/components/parameters/search-expand_wildcards" }, { - "$ref": "#/components/parameters/search:explain" + "$ref": "#/components/parameters/search-explain" }, { - "$ref": "#/components/parameters/search:ignore_throttled" + "$ref": "#/components/parameters/search-ignore_throttled" }, { - "$ref": "#/components/parameters/search:ignore_unavailable" + "$ref": "#/components/parameters/search-ignore_unavailable" }, { - "$ref": "#/components/parameters/search:include_named_queries_score" + "$ref": "#/components/parameters/search-include_named_queries_score" }, { - "$ref": "#/components/parameters/search:lenient" + "$ref": "#/components/parameters/search-lenient" }, { - "$ref": "#/components/parameters/search:max_concurrent_shard_requests" + "$ref": "#/components/parameters/search-max_concurrent_shard_requests" }, { - "$ref": "#/components/parameters/search:preference" + "$ref": "#/components/parameters/search-preference" }, { - "$ref": "#/components/parameters/search:pre_filter_shard_size" + "$ref": "#/components/parameters/search-pre_filter_shard_size" }, { - "$ref": "#/components/parameters/search:request_cache" + "$ref": "#/components/parameters/search-request_cache" }, { - "$ref": "#/components/parameters/search:routing" + "$ref": "#/components/parameters/search-routing" }, { - "$ref": "#/components/parameters/search:scroll" + "$ref": "#/components/parameters/search-scroll" }, { - "$ref": "#/components/parameters/search:search_type" + "$ref": "#/components/parameters/search-search_type" }, { - "$ref": "#/components/parameters/search:stats" + "$ref": "#/components/parameters/search-stats" }, { - "$ref": "#/components/parameters/search:stored_fields" + "$ref": "#/components/parameters/search-stored_fields" }, { - "$ref": "#/components/parameters/search:suggest_field" + "$ref": "#/components/parameters/search-suggest_field" }, { - "$ref": "#/components/parameters/search:suggest_mode" + "$ref": "#/components/parameters/search-suggest_mode" }, { - "$ref": "#/components/parameters/search:suggest_size" + "$ref": "#/components/parameters/search-suggest_size" }, { - "$ref": "#/components/parameters/search:suggest_text" + "$ref": "#/components/parameters/search-suggest_text" }, { - "$ref": "#/components/parameters/search:terminate_after" + "$ref": "#/components/parameters/search-terminate_after" }, { - "$ref": "#/components/parameters/search:timeout" + "$ref": "#/components/parameters/search-timeout" }, { - "$ref": "#/components/parameters/search:track_total_hits" + "$ref": "#/components/parameters/search-track_total_hits" }, { - "$ref": "#/components/parameters/search:track_scores" + "$ref": "#/components/parameters/search-track_scores" }, { - "$ref": "#/components/parameters/search:typed_keys" + "$ref": "#/components/parameters/search-typed_keys" }, { - "$ref": "#/components/parameters/search:rest_total_hits_as_int" + "$ref": "#/components/parameters/search-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search:version" + "$ref": "#/components/parameters/search-version" }, { - "$ref": "#/components/parameters/search:_source" + "$ref": "#/components/parameters/search-_source" }, { - "$ref": "#/components/parameters/search:_source_excludes" + "$ref": "#/components/parameters/search-_source_excludes" }, { - "$ref": "#/components/parameters/search:_source_includes" + "$ref": "#/components/parameters/search-_source_includes" }, { - "$ref": "#/components/parameters/search:seq_no_primary_term" + "$ref": "#/components/parameters/search-seq_no_primary_term" }, { - "$ref": "#/components/parameters/search:q" + "$ref": "#/components/parameters/search-q" }, { - "$ref": "#/components/parameters/search:size" + "$ref": "#/components/parameters/search-size" }, { - "$ref": "#/components/parameters/search:from" + "$ref": "#/components/parameters/search-from" }, { - "$ref": "#/components/parameters/search:sort" + "$ref": "#/components/parameters/search-sort" } ], "requestBody": { @@ -18923,7 +20523,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search:200" + "$ref": "#/components/responses/search-200" } } } @@ -18943,7 +20543,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -18954,12 +20554,39 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application._types:SearchApplication" + "$ref": "#/components/schemas/search_application._types.SearchApplication" }, "examples": { "SearchApplicationGetResponseExample1": { "description": "A sucessful response from `GET _application/search_application/my-app/`.", - "value": "{\n \"name\": \"my-app\",\n \"indices\": [ \"index1\", \"index2\" ],\n \"updated_at_millis\": 1682105622204,\n \"template\": {\n \"script\": {\n \"source\": {\n \"query\": {\n \"query_string\": {\n \"query\": \"{{query_string}}\",\n \"default_field\": \"{{default_field}}\"\n }\n }\n },\n \"lang\": \"mustache\",\n \"options\": {\n \"content_type\": \"application/json;charset=utf-8\"\n },\n \"params\": {\n \"query_string\": \"*\",\n \"default_field\": \"*\"\n }\n }\n }\n}" + "value": { + "indices": [ + "index1", + "index2" + ], + "name": "my-app", + "template": { + "script": { + "lang": "mustache", + "options": { + "content_type": "application/json;charset=utf-8" + }, + "params": { + "default_field": "*", + "query_string": "*" + }, + "source": { + "query": { + "query_string": { + "default_field": "{{default_field}}", + "query": "{{query_string}}" + } + } + } + } + }, + "updated_at_millis": 1682105622204 + } } } } @@ -18982,7 +20609,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -19001,12 +20628,51 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application._types:SearchApplicationParameters" + "$ref": "#/components/schemas/search_application._types.SearchApplicationParameters" }, "examples": { "SearchApplicationPutRequestExample1": { "description": "Run `PUT _application/search_application/my-app` to create or update a search application called `my-app`. When the dictionary parameter is specified, the search application search API will perform the following parameter validation: it accepts only the `query_string` and `default_field` parameters; it verifies that `query_string` and `default_field` are both strings; it accepts `default_field` only if it takes the values title or description. If the parameters are not valid, the search application search API will return an error.\n", - "value": "{\n \"indices\": [ \"index1\", \"index2\" ],\n \"template\": {\n \"script\": {\n \"source\": {\n \"query\": {\n \"query_string\": {\n \"query\": \"{{query_string}}\",\n \"default_field\": \"{{default_field}}\"\n }\n }\n },\n \"params\": {\n \"query_string\": \"*\",\n \"default_field\": \"*\"\n }\n },\n \"dictionary\": {\n \"properties\": {\n \"query_string\": {\n \"type\": \"string\"\n },\n \"default_field\": {\n \"type\": \"string\",\n \"enum\": [\n \"title\",\n \"description\"\n ]\n },\n \"additionalProperties\": false\n },\n \"required\": [\n \"query_string\"\n ]\n }\n }\n}" + "value": { + "indices": [ + "index1", + "index2" + ], + "template": { + "dictionary": { + "properties": { + "additionalProperties": false, + "default_field": { + "enum": [ + "title", + "description" + ], + "type": "string" + }, + "query_string": { + "type": "string" + } + }, + "required": [ + "query_string" + ] + }, + "script": { + "params": { + "default_field": "*", + "query_string": "*" + }, + "source": { + "query": { + "query_string": { + "default_field": "{{default_field}}", + "query": "{{query_string}}" + } + } + } + } + } + } } } } @@ -19022,7 +20688,7 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" } }, "required": [ @@ -19050,7 +20716,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -19061,7 +20727,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19079,12 +20745,12 @@ "operationId": "search-application-get-behavioral-analytics-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.get_behavioral_analytics:name" + "$ref": "#/components/parameters/search_application.get_behavioral_analytics-name" } ], "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics-200" } }, "deprecated": true, @@ -19104,7 +20770,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -19115,7 +20781,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/search_application.put_behavioral_analytics:AnalyticsAcknowledgeResponseBase" + "$ref": "#/components/schemas/search_application.put_behavioral_analytics.AnalyticsAcknowledgeResponseBase" } } } @@ -19139,7 +20805,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" } @@ -19150,7 +20816,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -19169,7 +20835,7 @@ "operationId": "search-application-get-behavioral-analytics", "responses": { "200": { - "$ref": "#/components/responses/search_application.get_behavioral_analytics:200" + "$ref": "#/components/responses/search_application.get_behavioral_analytics-200" } }, "deprecated": true, @@ -19230,7 +20896,7 @@ "results": { "type": "array", "items": { - "$ref": "#/components/schemas/search_application._types:SearchApplication" + "$ref": "#/components/schemas/search_application._types.SearchApplication" } } }, @@ -19242,7 +20908,19 @@ "examples": { "SearchApplicationsListResponseExample1": { "description": "A succesful response from `GET _application/search_application?from=0&size=3&q=app*` returns the first three search applications whose names start with `app`.", - "value": "{\n \"count\": 2,\n \"results\": [\n {\n \"name\": \"app-1\",\n \"updated_at_millis\": 1690981129366\n },\n {\n \"name\": \"app-2\",\n \"updated_at_millis\": 1691501823939\n }\n ]\n}" + "value": { + "count": 2, + "results": [ + { + "name": "app-1", + "updated_at_millis": 1690981129366 + }, + { + "name": "app-2", + "updated_at_millis": 1691501823939 + } + ] + } } } } @@ -19262,10 +20940,10 @@ "operationId": "search-application-search", "parameters": [ { - "$ref": "#/components/parameters/search_application.search:name" + "$ref": "#/components/parameters/search_application.search-name" }, { - "$ref": "#/components/parameters/search_application.search:typed_keys" + "$ref": "#/components/parameters/search_application.search-typed_keys" } ], "requestBody": { @@ -19273,7 +20951,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search:200" + "$ref": "#/components/responses/search_application.search-200" } }, "x-beta": true @@ -19287,10 +20965,10 @@ "operationId": "search-application-search-1", "parameters": [ { - "$ref": "#/components/parameters/search_application.search:name" + "$ref": "#/components/parameters/search_application.search-name" }, { - "$ref": "#/components/parameters/search_application.search:typed_keys" + "$ref": "#/components/parameters/search_application.search-typed_keys" } ], "requestBody": { @@ -19298,7 +20976,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_application.search:200" + "$ref": "#/components/responses/search_application.search-200" } }, "x-beta": true @@ -19317,40 +20995,40 @@ "operationId": "search-mvt-1", "parameters": [ { - "$ref": "#/components/parameters/search_mvt:index" + "$ref": "#/components/parameters/search_mvt-index" }, { - "$ref": "#/components/parameters/search_mvt:field" + "$ref": "#/components/parameters/search_mvt-field" }, { - "$ref": "#/components/parameters/search_mvt:zoom" + "$ref": "#/components/parameters/search_mvt-zoom" }, { - "$ref": "#/components/parameters/search_mvt:x" + "$ref": "#/components/parameters/search_mvt-x" }, { - "$ref": "#/components/parameters/search_mvt:y" + "$ref": "#/components/parameters/search_mvt-y" }, { - "$ref": "#/components/parameters/search_mvt:exact_bounds" + "$ref": "#/components/parameters/search_mvt-exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt:extent" + "$ref": "#/components/parameters/search_mvt-extent" }, { - "$ref": "#/components/parameters/search_mvt:grid_agg" + "$ref": "#/components/parameters/search_mvt-grid_agg" }, { - "$ref": "#/components/parameters/search_mvt:grid_precision" + "$ref": "#/components/parameters/search_mvt-grid_precision" }, { - "$ref": "#/components/parameters/search_mvt:grid_type" + "$ref": "#/components/parameters/search_mvt-grid_type" }, { - "$ref": "#/components/parameters/search_mvt:size" + "$ref": "#/components/parameters/search_mvt-size" }, { - "$ref": "#/components/parameters/search_mvt:with_labels" + "$ref": "#/components/parameters/search_mvt-with_labels" } ], "requestBody": { @@ -19358,7 +21036,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt:200" + "$ref": "#/components/responses/search_mvt-200" } }, "x-state": "Added in 7.15.0" @@ -19375,40 +21053,40 @@ "operationId": "search-mvt", "parameters": [ { - "$ref": "#/components/parameters/search_mvt:index" + "$ref": "#/components/parameters/search_mvt-index" }, { - "$ref": "#/components/parameters/search_mvt:field" + "$ref": "#/components/parameters/search_mvt-field" }, { - "$ref": "#/components/parameters/search_mvt:zoom" + "$ref": "#/components/parameters/search_mvt-zoom" }, { - "$ref": "#/components/parameters/search_mvt:x" + "$ref": "#/components/parameters/search_mvt-x" }, { - "$ref": "#/components/parameters/search_mvt:y" + "$ref": "#/components/parameters/search_mvt-y" }, { - "$ref": "#/components/parameters/search_mvt:exact_bounds" + "$ref": "#/components/parameters/search_mvt-exact_bounds" }, { - "$ref": "#/components/parameters/search_mvt:extent" + "$ref": "#/components/parameters/search_mvt-extent" }, { - "$ref": "#/components/parameters/search_mvt:grid_agg" + "$ref": "#/components/parameters/search_mvt-grid_agg" }, { - "$ref": "#/components/parameters/search_mvt:grid_precision" + "$ref": "#/components/parameters/search_mvt-grid_precision" }, { - "$ref": "#/components/parameters/search_mvt:grid_type" + "$ref": "#/components/parameters/search_mvt-grid_type" }, { - "$ref": "#/components/parameters/search_mvt:size" + "$ref": "#/components/parameters/search_mvt-size" }, { - "$ref": "#/components/parameters/search_mvt:with_labels" + "$ref": "#/components/parameters/search_mvt-with_labels" } ], "requestBody": { @@ -19416,7 +21094,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_mvt:200" + "$ref": "#/components/responses/search_mvt-200" } }, "x-state": "Added in 7.15.0" @@ -19434,43 +21112,43 @@ "operationId": "search-template", "parameters": [ { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -19478,7 +21156,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -19494,43 +21172,43 @@ "operationId": "search-template-1", "parameters": [ { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -19538,7 +21216,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -19556,46 +21234,46 @@ "operationId": "search-template-2", "parameters": [ { - "$ref": "#/components/parameters/search_template:index" + "$ref": "#/components/parameters/search_template-index" }, { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -19603,7 +21281,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -19619,46 +21297,46 @@ "operationId": "search-template-3", "parameters": [ { - "$ref": "#/components/parameters/search_template:index" + "$ref": "#/components/parameters/search_template-index" }, { - "$ref": "#/components/parameters/search_template:allow_no_indices" + "$ref": "#/components/parameters/search_template-allow_no_indices" }, { - "$ref": "#/components/parameters/search_template:ccs_minimize_roundtrips" + "$ref": "#/components/parameters/search_template-ccs_minimize_roundtrips" }, { - "$ref": "#/components/parameters/search_template:expand_wildcards" + "$ref": "#/components/parameters/search_template-expand_wildcards" }, { - "$ref": "#/components/parameters/search_template:explain" + "$ref": "#/components/parameters/search_template-explain" }, { - "$ref": "#/components/parameters/search_template:ignore_throttled" + "$ref": "#/components/parameters/search_template-ignore_throttled" }, { - "$ref": "#/components/parameters/search_template:ignore_unavailable" + "$ref": "#/components/parameters/search_template-ignore_unavailable" }, { - "$ref": "#/components/parameters/search_template:preference" + "$ref": "#/components/parameters/search_template-preference" }, { - "$ref": "#/components/parameters/search_template:profile" + "$ref": "#/components/parameters/search_template-profile" }, { - "$ref": "#/components/parameters/search_template:routing" + "$ref": "#/components/parameters/search_template-routing" }, { - "$ref": "#/components/parameters/search_template:scroll" + "$ref": "#/components/parameters/search_template-scroll" }, { - "$ref": "#/components/parameters/search_template:search_type" + "$ref": "#/components/parameters/search_template-search_type" }, { - "$ref": "#/components/parameters/search_template:rest_total_hits_as_int" + "$ref": "#/components/parameters/search_template-rest_total_hits_as_int" }, { - "$ref": "#/components/parameters/search_template:typed_keys" + "$ref": "#/components/parameters/search_template-typed_keys" } ], "requestBody": { @@ -19666,7 +21344,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/search_template:200" + "$ref": "#/components/responses/search_template-200" } }, "x-state": "Added in 2.0.0" @@ -19689,10 +21367,10 @@ "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/security.authenticate:AuthenticateApiKey" + "$ref": "#/components/schemas/security.authenticate.AuthenticateApiKey" }, "authentication_realm": { - "$ref": "#/components/schemas/security._types:RealmInfo" + "$ref": "#/components/schemas/security._types.RealmInfo" }, "email": { "oneOf": [ @@ -19708,7 +21386,7 @@ "full_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "nullable": true, @@ -19717,10 +21395,10 @@ ] }, "lookup_realm": { - "$ref": "#/components/schemas/security._types:RealmInfo" + "$ref": "#/components/schemas/security._types.RealmInfo" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "roles": { "type": "array", @@ -19729,7 +21407,7 @@ } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "enabled": { "type": "boolean" @@ -19738,7 +21416,7 @@ "type": "string" }, "token": { - "$ref": "#/components/schemas/security.authenticate:Token" + "$ref": "#/components/schemas/security.authenticate.Token" } }, "required": [ @@ -19754,7 +21432,25 @@ "examples": { "SecurityAuthenticateResponseExample1": { "description": "A successful response from `GET /_security/_authenticate`.", - "value": "{\n \"username\": \"rdeniro\",\n \"roles\": [\n \"admin\"\n ],\n \"full_name\": null,\n \"email\": null,\n \"metadata\": { },\n \"enabled\": true,\n \"authentication_realm\": {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"lookup_realm\": {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"authentication_type\": \"realm\"\n}" + "value": { + "authentication_realm": { + "name": "file", + "type": "file" + }, + "authentication_type": "realm", + "email": null, + "enabled": true, + "full_name": null, + "lookup_realm": { + "name": "file", + "type": "file" + }, + "metadata": {}, + "roles": [ + "admin" + ], + "username": "rdeniro" + } } } } @@ -19779,7 +21475,7 @@ "description": "An API key id.\nThis parameter cannot be used with any of `name`, `realm_name` or `username`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "form" }, @@ -19789,7 +21485,7 @@ "description": "An API key name.\nThis parameter cannot be used with any of `id`, `realm_name` or `username`.\nIt supports prefix search with wildcard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -19809,7 +21505,7 @@ "description": "The name of an authentication realm.\nThis parameter cannot be used with either `id` or `name` or when `owner` flag is set to `true`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, @@ -19819,7 +21515,7 @@ "description": "The username of a user.\nThis parameter cannot be used with either `id` or `name` or when `owner` flag is set to `true`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "style": "form" }, @@ -19865,7 +21561,7 @@ "api_keys": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApiKey" + "$ref": "#/components/schemas/security._types.ApiKey" } } }, @@ -19877,12 +21573,105 @@ "SecurityGetApiKeyResponseExample1": { "summary": "Get a key by ID", "description": "A successful response from `GET /_security/api_key?id=VuaCfGcBCdbkQm-e5aOx&with_limited_by=true`.", - "value": "{\n \"api_keys\": [ \n {\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\", \n \"name\": \"my-api-key\", \n \"creation\": 1548550550158, \n \"expiration\": 1548551550158, \n \"invalidated\": false, \n \"username\": \"myuser\", \n \"realm\": \"native1\", \n \"realm_type\": \"native\",\n \"metadata\": { \n \"application\": \"myapp\"\n },\n \"role_descriptors\": { }, \n \"limited_by\": [ \n {\n \"role-power-user\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n ]\n }\n ]\n}" + "value": { + "api_keys": [ + { + "creation": 1548550550158, + "expiration": 1548551550158, + "id": "VuaCfGcBCdbkQm-e5aOx", + "invalidated": false, + "limited_by": [ + { + "role-power-user": { + "applications": [], + "cluster": [ + "monitor" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "*" + ], + "privileges": [ + "read" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + } + ], + "metadata": { + "application": "myapp" + }, + "name": "my-api-key", + "realm": "native1", + "realm_type": "native", + "role_descriptors": {}, + "username": "myuser" + } + ] + } }, "SecurityGetApiKeyResponseExample2": { "summary": "Get all keys for a user", "description": "A successful response from `GET /_security/api_key?username=myuser&realm_name=native1`. The response contains all API keys for the user `myuser` in the `native1` realm.\n", - "value": "{\n \"api_keys\": [\n {\n \"id\": \"0GF5GXsBCXxz2eDxWwFN\",\n \"name\": \"hadoop_myuser_key\",\n \"creation\": 1548550550158,\n \"expiration\": 1548551550158,\n \"invalidated\": false,\n \"username\": \"myuser\",\n \"realm\": \"native1\",\n \"realm_type\": \"native\",\n \"metadata\": {\n \"application\": \"myapp\"\n },\n \"role_descriptors\": {\n \"role-a\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index-a\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n },\n {\n \"id\": \"6wHJmcQpReKBa42EHV5SBw\",\n \"name\": \"api-key-name-2\",\n \"creation\": 1548550550158,\n \"invalidated\": false,\n \"username\": \"user-y\",\n \"realm\": \"realm-2\",\n \"metadata\": {},\n \"role_descriptors\": { }\n }\n ]\n}" + "value": { + "api_keys": [ + { + "creation": 1548550550158, + "expiration": 1548551550158, + "id": "0GF5GXsBCXxz2eDxWwFN", + "invalidated": false, + "metadata": { + "application": "myapp" + }, + "name": "hadoop_myuser_key", + "realm": "native1", + "realm_type": "native", + "role_descriptors": { + "role-a": { + "applications": [], + "cluster": [ + "monitor" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "index-a" + ], + "privileges": [ + "read" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + }, + "username": "myuser" + }, + { + "creation": 1548550550158, + "id": "6wHJmcQpReKBa42EHV5SBw", + "invalidated": false, + "metadata": {}, + "name": "api-key-name-2", + "realm": "realm-2", + "role_descriptors": {}, + "username": "user-y" + } + ] + } } } } @@ -19903,7 +21692,7 @@ "operationId": "security-create-api-key", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key:refresh" + "$ref": "#/components/parameters/security.create_api_key-refresh" } ], "requestBody": { @@ -19911,7 +21700,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key:200" + "$ref": "#/components/responses/security.create_api_key-200" } }, "x-state": "Added in 6.7.0" @@ -19928,7 +21717,7 @@ "operationId": "security-create-api-key-1", "parameters": [ { - "$ref": "#/components/parameters/security.create_api_key:refresh" + "$ref": "#/components/parameters/security.create_api_key-refresh" } ], "requestBody": { @@ -19936,7 +21725,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.create_api_key:200" + "$ref": "#/components/responses/security.create_api_key-200" } }, "x-state": "Added in 6.7.0" @@ -19955,17 +21744,17 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ids": { "description": "A list of API key ids.\nThis parameter cannot be used with any of `name`, `realm_name`, or `username`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "owner": { "description": "Query API keys owned by the currently authenticated user.\nThe `realm_name` or `username` parameters cannot be specified when this parameter is set to `true` as they are assumed to be the currently authenticated ones.\n\nNOTE: At least one of `ids`, `name`, `username`, and `realm_name` must be specified if `owner` is `false`.", @@ -19976,7 +21765,7 @@ "type": "string" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } } }, @@ -19984,32 +21773,50 @@ "SecurityInvalidateApiKeyRequestExample1": { "summary": "API keys by ID", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by ID.", - "value": "{\n \"ids\" : [ \"VuaCfGcBCdbkQm-e5aOx\" ]\n}" + "value": { + "ids": [ + "VuaCfGcBCdbkQm-e5aOx" + ] + } }, "SecurityInvalidateApiKeyRequestExample2": { "summary": "API keys by name", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by name.", - "value": "{\n \"name\" : \"my-api-key\"\n}" + "value": { + "name": "my-api-key" + } }, "SecurityInvalidateApiKeyRequestExample3": { "summary": "API keys by realm", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the `native1` realm.", - "value": "{\n \"realm_name\" : \"native1\"\n}" + "value": { + "realm_name": "native1" + } }, "SecurityInvalidateApiKeyRequestExample4": { "summary": "API keys by user", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the user `myuser` in all realms.", - "value": "{\n \"username\" : \"myuser\"\n}" + "value": { + "username": "myuser" + } }, "SecurityInvalidateApiKeyRequestExample5": { "summary": "API keys by ID and owner", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by ID if they are owned by the currently authenticated user.", - "value": "{\n \"ids\" : [\"VuaCfGcBCdbkQm-e5aOx\"],\n \"owner\" : \"true\"\n}" + "value": { + "ids": [ + "VuaCfGcBCdbkQm-e5aOx" + ], + "owner": "true" + } }, "SecurityInvalidateApiKeyRequestExample6": { "summary": "API keys by user and realm", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the user `myuser` in the `native1` realm .", - "value": "{\n \"username\" : \"myuser\",\n \"realm_name\" : \"native1\"\n}" + "value": { + "realm_name": "native1", + "username": "myuser" + } } } } @@ -20032,7 +21839,7 @@ "description": "Details about the errors.\nThis field is not present in the response when `error_count` is `0`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "invalidated_api_keys": { @@ -20059,7 +21866,34 @@ "examples": { "SecurityInvalidateApiKeyResponseExample1": { "description": "A successful response from `DELETE /_security/api_key`.\n", - "value": "{\n \"invalidated_api_keys\": [ \n \"api-key-id-1\"\n ],\n \"previously_invalidated_api_keys\": [ \n \"api-key-id-2\",\n \"api-key-id-3\"\n ],\n \"error_count\": 2, \n \"error_details\": [ \n {\n \"type\": \"exception\",\n \"reason\": \"error occurred while invalidating api keys\",\n \"caused_by\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"invalid api key id\"\n }\n },\n {\n \"type\": \"exception\",\n \"reason\": \"error occurred while invalidating api keys\",\n \"caused_by\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"invalid api key id\"\n }\n }\n ]\n}" + "value": { + "error_count": 2, + "error_details": [ + { + "caused_by": { + "reason": "invalid api key id", + "type": "illegal_argument_exception" + }, + "reason": "error occurred while invalidating api keys", + "type": "exception" + }, + { + "caused_by": { + "reason": "invalid api key id", + "type": "illegal_argument_exception" + }, + "reason": "error occurred while invalidating api keys", + "type": "exception" + } + ], + "invalidated_api_keys": [ + "api-key-id-1" + ], + "previously_invalidated_api_keys": [ + "api-key-id-2", + "api-key-id-3" + ] + } } } } @@ -20079,12 +21913,12 @@ "operationId": "security-get-role", "parameters": [ { - "$ref": "#/components/parameters/security.get_role:name" + "$ref": "#/components/parameters/security.get_role-name" } ], "responses": { "200": { - "$ref": "#/components/responses/security.get_role:200" + "$ref": "#/components/responses/security.get_role-200" } } }, @@ -20100,10 +21934,10 @@ "operationId": "security-put-role", "parameters": [ { - "$ref": "#/components/parameters/security.put_role:name" + "$ref": "#/components/parameters/security.put_role-name" }, { - "$ref": "#/components/parameters/security.put_role:refresh" + "$ref": "#/components/parameters/security.put_role-refresh" } ], "requestBody": { @@ -20111,7 +21945,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role:200" + "$ref": "#/components/responses/security.put_role-200" } } }, @@ -20127,10 +21961,10 @@ "operationId": "security-put-role-1", "parameters": [ { - "$ref": "#/components/parameters/security.put_role:name" + "$ref": "#/components/parameters/security.put_role-name" }, { - "$ref": "#/components/parameters/security.put_role:refresh" + "$ref": "#/components/parameters/security.put_role-refresh" } ], "requestBody": { @@ -20138,7 +21972,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.put_role:200" + "$ref": "#/components/responses/security.put_role-200" } } }, @@ -20157,7 +21991,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -20167,7 +22001,7 @@ "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" } @@ -20192,7 +22026,9 @@ "examples": { "SecurityDeleteRoleResponseExample1": { "description": "A successful response from `DELETE /_security/role/my_admin_role`. If the role is successfully deleted, `found` is set to `true`.\n", - "value": "{\n \"found\" : true\n}" + "value": { + "found": true + } } } } @@ -20224,14 +22060,14 @@ "description": "The list of cluster privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "description": "The list of index privileges that are understood by this version of Elasticsearch.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } }, @@ -20243,7 +22079,100 @@ "examples": { "SecurityGetBuiltinPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/privilege/_builtin`.", - "value": "{\n \"cluster\" : [\n \"all\",\n \"cancel_task\",\n \"create_snapshot\",\n \"cross_cluster_replication\",\n \"cross_cluster_search\",\n \"delegate_pki\",\n \"grant_api_key\",\n \"manage\",\n \"manage_api_key\",\n \"manage_autoscaling\",\n \"manage_behavioral_analytics\",\n \"manage_ccr\",\n \"manage_connector\",\n \"manage_data_frame_transforms\",\n \"manage_data_stream_global_retention\",\n \"manage_enrich\",\n \"manage_ilm\",\n \"manage_index_templates\",\n \"manage_inference\",\n \"manage_ingest_pipelines\",\n \"manage_logstash_pipelines\",\n \"manage_ml\",\n \"manage_oidc\",\n \"manage_own_api_key\",\n \"manage_pipeline\",\n \"manage_rollup\",\n \"manage_saml\",\n \"manage_search_application\",\n \"manage_search_query_rules\",\n \"manage_search_synonyms\",\n \"manage_security\",\n \"manage_service_account\",\n \"manage_slm\",\n \"manage_token\",\n \"manage_transform\",\n \"manage_user_profile\",\n \"manage_watcher\",\n \"monitor\",\n \"monitor_connector\",\n \"monitor_data_frame_transforms\",\n \"monitor_data_stream_global_retention\",\n \"monitor_enrich\",\n \"monitor_inference\",\n \"monitor_ml\",\n \"monitor_rollup\",\n \"monitor_snapshot\",\n \"monitor_stats\",\n \"monitor_text_structure\",\n \"monitor_transform\",\n \"monitor_watcher\",\n \"none\",\n \"post_behavioral_analytics_event\",\n \"read_ccr\",\n \"read_connector_secrets\",\n \"read_fleet_secrets\",\n \"read_ilm\",\n \"read_pipeline\",\n \"read_security\",\n \"read_slm\",\n \"transport_client\",\n \"write_connector_secrets\",\n \"write_fleet_secrets\"\n ],\n \"index\" : [\n \"all\",\n \"auto_configure\",\n \"create\",\n \"create_doc\",\n \"create_index\",\n \"cross_cluster_replication\",\n \"cross_cluster_replication_internal\",\n \"delete\",\n \"delete_index\",\n \"index\",\n \"maintenance\",\n \"manage\",\n \"manage_data_stream_lifecycle\",\n \"manage_follow_index\",\n \"manage_ilm\",\n \"manage_leader_index\",\n \"monitor\",\n \"none\",\n \"read\",\n \"read_cross_cluster\",\n \"view_index_metadata\",\n \"write\"\n ],\n \"remote_cluster\" : [\n \"monitor_enrich\",\n \"monitor_stats\"\n ]\n}" + "value": { + "cluster": [ + "all", + "cancel_task", + "create_snapshot", + "cross_cluster_replication", + "cross_cluster_search", + "delegate_pki", + "grant_api_key", + "manage", + "manage_api_key", + "manage_autoscaling", + "manage_behavioral_analytics", + "manage_ccr", + "manage_connector", + "manage_data_frame_transforms", + "manage_data_stream_global_retention", + "manage_enrich", + "manage_ilm", + "manage_index_templates", + "manage_inference", + "manage_ingest_pipelines", + "manage_logstash_pipelines", + "manage_ml", + "manage_oidc", + "manage_own_api_key", + "manage_pipeline", + "manage_rollup", + "manage_saml", + "manage_search_application", + "manage_search_query_rules", + "manage_search_synonyms", + "manage_security", + "manage_service_account", + "manage_slm", + "manage_token", + "manage_transform", + "manage_user_profile", + "manage_watcher", + "monitor", + "monitor_connector", + "monitor_data_frame_transforms", + "monitor_data_stream_global_retention", + "monitor_enrich", + "monitor_inference", + "monitor_ml", + "monitor_rollup", + "monitor_snapshot", + "monitor_stats", + "monitor_text_structure", + "monitor_transform", + "monitor_watcher", + "none", + "post_behavioral_analytics_event", + "read_ccr", + "read_connector_secrets", + "read_fleet_secrets", + "read_ilm", + "read_pipeline", + "read_security", + "read_slm", + "transport_client", + "write_connector_secrets", + "write_fleet_secrets" + ], + "index": [ + "all", + "auto_configure", + "create", + "create_doc", + "create_index", + "cross_cluster_replication", + "cross_cluster_replication_internal", + "delete", + "delete_index", + "index", + "maintenance", + "manage", + "manage_data_stream_lifecycle", + "manage_follow_index", + "manage_ilm", + "manage_leader_index", + "monitor", + "none", + "read", + "read_cross_cluster", + "view_index_metadata", + "write" + ], + "remote_cluster": [ + "monitor_enrich", + "monitor_stats" + ] + } } } } @@ -20263,7 +22192,7 @@ "operationId": "security-get-role-1", "responses": { "200": { - "$ref": "#/components/responses/security.get_role:200" + "$ref": "#/components/responses/security.get_role-200" } } } @@ -20284,7 +22213,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -20304,7 +22233,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -20323,7 +22252,7 @@ "operationId": "security-has-privileges-2", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges:user" + "$ref": "#/components/parameters/security.has_privileges-user" } ], "requestBody": { @@ -20331,7 +22260,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -20348,7 +22277,7 @@ "operationId": "security-has-privileges-3", "parameters": [ { - "$ref": "#/components/parameters/security.has_privileges:user" + "$ref": "#/components/parameters/security.has_privileges-user" } ], "requestBody": { @@ -20356,7 +22285,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.has_privileges:200" + "$ref": "#/components/responses/security.has_privileges-200" } }, "x-state": "Added in 6.4.0" @@ -20372,13 +22301,13 @@ "operationId": "security-query-api-keys", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys-with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys-with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys:typed_keys" + "$ref": "#/components/parameters/security.query_api_keys-typed_keys" } ], "requestBody": { @@ -20386,7 +22315,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys:200" + "$ref": "#/components/responses/security.query_api_keys-200" } }, "x-state": "Added in 7.15.0" @@ -20400,13 +22329,13 @@ "operationId": "security-query-api-keys-1", "parameters": [ { - "$ref": "#/components/parameters/security.query_api_keys:with_limited_by" + "$ref": "#/components/parameters/security.query_api_keys-with_limited_by" }, { - "$ref": "#/components/parameters/security.query_api_keys:with_profile_uid" + "$ref": "#/components/parameters/security.query_api_keys-with_profile_uid" }, { - "$ref": "#/components/parameters/security.query_api_keys:typed_keys" + "$ref": "#/components/parameters/security.query_api_keys-typed_keys" } ], "requestBody": { @@ -20414,7 +22343,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_api_keys:200" + "$ref": "#/components/responses/security.query_api_keys-200" } }, "x-state": "Added in 7.15.0" @@ -20433,7 +22362,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role:200" + "$ref": "#/components/responses/security.query_role-200" } }, "x-state": "Added in 8.15.0" @@ -20450,7 +22379,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/security.query_role:200" + "$ref": "#/components/responses/security.query_role-200" } }, "x-state": "Added in 8.15.0" @@ -20472,7 +22401,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20487,14 +22416,14 @@ "description": "The role descriptors to assign to this API key.\nThe API key's effective permissions are an intersection of its assigned privileges and the point in time snapshot of permissions of the owner user.\nYou can assign new privileges by specifying them in this parameter.\nTo remove assigned privileges, you can supply an empty `role_descriptors` parameter, that is to say, an empty object `{}`.\nIf an API key has no assigned privileges, it inherits the owner user's full permissions.\nThe snapshot of the owner's permissions is always updated, whether you supply the `role_descriptors` parameter or not.\nThe structure of a role descriptor is the same as the request for the create API keys API.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, @@ -20502,12 +22431,38 @@ "UpdateApiKeyRequestExample1": { "summary": "Update role and metadata", "description": "Run `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx` to assign new role descriptors and metadata to an API key.\n", - "value": "{\n \"role_descriptors\": {\n \"role-a\": {\n \"indices\": [\n {\n \"names\": [\"*\"],\n \"privileges\": [\"write\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"environment\": {\n \"level\": 2,\n \"trusted\": true,\n \"tags\": [\"production\"]\n }\n }\n}" + "value": { + "metadata": { + "environment": { + "level": 2, + "tags": [ + "production" + ], + "trusted": true + } + }, + "role_descriptors": { + "role-a": { + "indices": [ + { + "names": [ + "*" + ], + "privileges": [ + "write" + ] + } + ] + } + } + } }, "UpdateApiKeyRequestExample2": { "summary": "Remove permissions", "description": "Run `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx` to remove the API key's previously assigned permissions. It will inherit the owner user's full permissions.\n", - "value": "{\n \"role_descriptors\": {}\n}" + "value": { + "role_descriptors": {} + } } } } @@ -20534,7 +22489,9 @@ "UpdateApiKeyResponseExample1": { "summary": "Update role and metadata", "description": "A successful response from `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx`. The API key's effective permissions after the update will be the intersection of the supplied role descriptors and the owner user's permissions.\n", - "value": "{\n \"updated\": true\n}" + "value": { + "updated": true + } } } } @@ -20569,7 +22526,9 @@ "examples": { "ClearSqlCursorRequestExample1": { "description": "Run `POST _sql/close` to clear an SQL search cursor.", - "value": "{\n \"cursor\": \"sDXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAAEWYUpOYklQMHhRUEtld3RsNnFtYU1hQQ==:BAFmBGRhdGUBZgVsaWtlcwFzB21lc3NhZ2UBZgR1c2Vy9f///w8=\"\n}" + "value": { + "cursor": "sDXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAAEWYUpOYklQMHhRUEtld3RsNnFtYU1hQQ==:BAFmBGRhdGUBZgVsaWtlcwFzB21lc3NhZ2UBZgR1c2Vy9f///w8=" + } } } } @@ -20615,7 +22574,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20626,7 +22585,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -20651,7 +22610,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -20681,7 +22640,7 @@ "description": "The retention period for the search and its results.\nIt defaults to the `keep_alive` period for the original SQL search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -20691,7 +22650,7 @@ "description": "The period to wait for complete results.\nIt defaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -20705,7 +22664,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_running": { "description": "If `true`, the search is still running.\nIf `false`, the search has finished.\nThis value is returned only for async and saved synchronous searches.\nFor CSV, TSV, and TXT responses, this value is returned in the `Async-partial` HTTP header.", @@ -20719,7 +22678,7 @@ "description": "Column headings for the search results. Each object is a column.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Column" + "$ref": "#/components/schemas/sql._types.Column" } }, "cursor": { @@ -20730,7 +22689,7 @@ "description": "The values for the search results.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Row" + "$ref": "#/components/schemas/sql._types.Row" } } }, @@ -20764,7 +22723,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -20778,7 +22737,7 @@ "type": "object", "properties": { "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "id": { "description": "The identifier for the search.", @@ -20793,10 +22752,10 @@ "type": "boolean" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_status": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -20824,7 +22783,7 @@ "operationId": "sql-query-1", "parameters": [ { - "$ref": "#/components/parameters/sql.query:format" + "$ref": "#/components/parameters/sql.query-format" } ], "requestBody": { @@ -20832,7 +22791,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query:200" + "$ref": "#/components/responses/sql.query-200" } }, "x-state": "Added in 6.3.0" @@ -20846,7 +22805,7 @@ "operationId": "sql-query", "parameters": [ { - "$ref": "#/components/parameters/sql.query:format" + "$ref": "#/components/parameters/sql.query-format" } ], "requestBody": { @@ -20854,7 +22813,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.query:200" + "$ref": "#/components/responses/sql.query-200" } }, "x-state": "Added in 6.3.0" @@ -20873,7 +22832,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate:200" + "$ref": "#/components/responses/sql.translate-200" } }, "x-state": "Added in 6.3.0" @@ -20890,7 +22849,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/sql.translate:200" + "$ref": "#/components/responses/sql.translate-200" } }, "x-state": "Added in 6.3.0" @@ -20911,7 +22870,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -20952,7 +22911,7 @@ "description": "Synonym rule details.", "type": "array", "items": { - "$ref": "#/components/schemas/synonyms._types:SynonymRuleRead" + "$ref": "#/components/schemas/synonyms._types.SynonymRuleRead" } } }, @@ -20964,7 +22923,23 @@ "examples": { "SynonymsGetResponseExample1": { "description": "A successful response from `GET _synonyms/my-synonyms-set`.", - "value": "{\n \"count\": 3,\n \"synonyms_set\": [\n {\n \"id\": \"test-1\",\n \"synonyms\": \"hello, hi\"\n },\n {\n \"id\": \"test-2\",\n \"synonyms\": \"bye, goodbye\"\n },\n {\n \"id\": \"test-3\",\n \"synonyms\": \"test => check\"\n }\n ]\n}" + "value": { + "count": 3, + "synonyms_set": [ + { + "id": "test-1", + "synonyms": "hello, hi" + }, + { + "id": "test-2", + "synonyms": "bye, goodbye" + }, + { + "id": "test-3", + "synonyms": "test => check" + } + ] + } } } } @@ -20988,7 +22963,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21003,12 +22978,12 @@ "description": "The synonym rules definitions for the synonyms set.", "oneOf": [ { - "$ref": "#/components/schemas/synonyms._types:SynonymRule" + "$ref": "#/components/schemas/synonyms._types.SynonymRule" }, { "type": "array", "items": { - "$ref": "#/components/schemas/synonyms._types:SynonymRule" + "$ref": "#/components/schemas/synonyms._types.SynonymRule" } } ] @@ -21031,10 +23006,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "reload_analyzers_details": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } }, "required": [ @@ -21063,7 +23038,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21074,7 +23049,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } @@ -21099,7 +23074,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21110,7 +23085,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21121,12 +23096,15 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymRuleRead" + "$ref": "#/components/schemas/synonyms._types.SynonymRuleRead" }, "examples": { "SynonymRuleGetResponseExample1": { "description": "A successful response from `GET _synonyms/my-synonyms-set/test-1`.", - "value": "{\n \"id\": \"test-1\",\n \"synonyms\": \"hello, hi\"\n}" + "value": { + "id": "test-1", + "synonyms": "hello, hi" + } } } } @@ -21150,7 +23128,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21161,7 +23139,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21173,7 +23151,7 @@ "type": "object", "properties": { "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ @@ -21184,7 +23162,9 @@ "SynonymRulePutRequestExample1": { "summary": "synonyms/apis/put-synonym-rule.asciidoc:107", "description": "", - "value": "{\n \"synonyms\": \"hello, hi, howdy\"\n}" + "value": { + "synonyms": "hello, hi, howdy" + } } } } @@ -21197,12 +23177,32 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymsUpdateResult" + "$ref": "#/components/schemas/synonyms._types.SynonymsUpdateResult" }, "examples": { "SynonymRuleResponseExample1": { "description": "A successful response from `PUT _synonyms/my-synonyms-set/test-1`.\n", - "value": "{\n \"result\": \"updated\",\n \"reload_analyzers_details\": {\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"reload_details\": [\n {\n \"index\": \"test-index\",\n \"reloaded_analyzers\": [\n \"my_search_analyzer\"\n ],\n \"reloaded_node_ids\": [\n \"1wYFZzq8Sxeu_Jvt9mlbkg\"\n ]\n }\n ]\n }\n}" + "value": { + "reload_analyzers_details": { + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "reload_details": [ + { + "index": "test-index", + "reloaded_analyzers": [ + "my_search_analyzer" + ], + "reloaded_node_ids": [ + "1wYFZzq8Sxeu_Jvt9mlbkg" + ] + } + ] + }, + "result": "updated" + } } } } @@ -21226,7 +23226,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21237,7 +23237,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" } @@ -21248,12 +23248,32 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/synonyms._types:SynonymsUpdateResult" + "$ref": "#/components/schemas/synonyms._types.SynonymsUpdateResult" }, "examples": { "SynonymRuleDeleteResponseExample1": { "description": "A successful response from `DELETE _synonyms/my-synonyms-set/test-1`. All analyzers using this synonyms set will be reloaded automatically to reflect the rule being deleted.\n", - "value": "{\n \"result\": \"deleted\",\n \"reload_analyzers_details\": {\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"reload_details\": [\n {\n \"index\": \"test-index\",\n \"reloaded_analyzers\": [\n \"my_search_analyzer\"\n ],\n \"reloaded_node_ids\": [\n \"1wYFZzq8Sxeu_Jvt9mlbkg\"\n ]\n }\n ]\n }\n}" + "value": { + "reload_analyzers_details": { + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "reload_details": [ + { + "index": "test-index", + "reloaded_analyzers": [ + "my_search_analyzer" + ], + "reloaded_node_ids": [ + "1wYFZzq8Sxeu_Jvt9mlbkg" + ] + } + ] + }, + "result": "deleted" + } } } } @@ -21309,7 +23329,7 @@ "description": "The identifier and total number of defined synonym rules for each synonyms set.", "type": "array", "items": { - "$ref": "#/components/schemas/synonyms.get_synonyms_sets:SynonymsSetItem" + "$ref": "#/components/schemas/synonyms.get_synonyms_sets.SynonymsSetItem" } } }, @@ -21321,7 +23341,23 @@ "examples": { "SynonymsSetsGetResponseExample1": { "description": "A successful response from `GET _synonyms`.", - "value": "{\n \"count\": 3,\n \"results\": [\n {\n \"synonyms_set\": \"ecommerce-synonyms\",\n \"count\": 2\n },\n {\n \"synonyms_set\": \"my-synonyms-set\",\n \"count\": 3\n },\n {\n \"synonyms_set\": \"new-ecommerce-synonyms\",\n \"count\": 1\n }\n ]\n}" + "value": { + "count": 3, + "results": [ + { + "count": 2, + "synonyms_set": "ecommerce-synonyms" + }, + { + "count": 3, + "synonyms_set": "my-synonyms-set" + }, + { + "count": 1, + "synonyms_set": "new-ecommerce-synonyms" + } + ] + } } } } @@ -21347,7 +23383,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21357,7 +23393,7 @@ "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -21384,13 +23420,13 @@ "type": "boolean" }, "task": { - "$ref": "#/components/schemas/tasks._types:TaskInfo" + "$ref": "#/components/schemas/tasks._types.TaskInfo" }, "response": { "type": "object" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -21402,12 +23438,75 @@ "GetTaskResponseExample1": { "summary": "Get cluster actions", "description": "A successful response from `GET _tasks?actions=cluster:*`, which retrieves all cluster-related tasks.\n", - "value": "{\n \"nodes\" : {\n \"oTUltX4IQMOUUVeiohTt8A\" : {\n \"name\" : \"H5dfFeA\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"tasks\" : {\n \"oTUltX4IQMOUUVeiohTt8A:124\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 124,\n \"type\" : \"direct\",\n \"action\" : \"cluster:monitor/tasks/lists[n]\",\n \"start_time_in_millis\" : 1458585884904,\n \"running_time_in_nanos\" : 47402,\n \"cancellable\" : false,\n \"parent_task_id\" : \"oTUltX4IQMOUUVeiohTt8A:123\"\n },\n \"oTUltX4IQMOUUVeiohTt8A:123\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 123,\n \"type\" : \"transport\",\n \"action\" : \"cluster:monitor/tasks/lists\",\n \"start_time_in_millis\" : 1458585884904,\n \"running_time_in_nanos\" : 236042,\n \"cancellable\" : false\n }\n }\n }\n }\n}" + "value": { + "nodes": { + "oTUltX4IQMOUUVeiohTt8A": { + "host": "127.0.0.1", + "ip": "127.0.0.1:9300", + "name": "H5dfFeA", + "tasks": { + "oTUltX4IQMOUUVeiohTt8A:123": { + "action": "cluster:monitor/tasks/lists", + "cancellable": false, + "id": 123, + "node": "oTUltX4IQMOUUVeiohTt8A", + "running_time_in_nanos": 236042, + "start_time_in_millis": 1458585884904, + "type": "transport" + }, + "oTUltX4IQMOUUVeiohTt8A:124": { + "action": "cluster:monitor/tasks/lists[n]", + "cancellable": false, + "id": 124, + "node": "oTUltX4IQMOUUVeiohTt8A", + "parent_task_id": "oTUltX4IQMOUUVeiohTt8A:123", + "running_time_in_nanos": 47402, + "start_time_in_millis": 1458585884904, + "type": "direct" + } + }, + "transport_address": "127.0.0.1:9300" + } + } + } }, "GetTaskResponseExample2": { "summary": "Get details about a delete by query", "description": "A successful response from `GET _tasks?detailed=true&actions=*/delete/byquery`, which gets the status of a delete by query operation. The `status` object contains the actual status. `total` is the total number of operations that the reindex expects to perform. You can estimate the progress by adding the `updated`, `created`, and `deleted` fields. The request will finish when their sum is equal to the `total` field.\n", - "value": "{\n \"nodes\" : {\n \"r1A2WoRbTwKZ516z6NEs5A\" : {\n \"name\" : \"r1A2WoR\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"attributes\" : {\n \"testattr\" : \"test\",\n \"portsfile\" : \"true\"\n },\n \"tasks\" : {\n \"r1A2WoRbTwKZ516z6NEs5A:36619\" : {\n \"node\" : \"r1A2WoRbTwKZ516z6NEs5A\",\n \"id\" : 36619,\n \"type\" : \"transport\",\n \"action\" : \"indices:data/write/delete/byquery\",\n \"status\" : { \n \"total\" : 6154,\n \"updated\" : 0,\n \"created\" : 0,\n \"deleted\" : 3500,\n \"batches\" : 36,\n \"version_conflicts\" : 0,\n \"noops\" : 0,\n \"retries\": 0,\n \"throttled_millis\": 0\n },\n \"description\" : \"\"\n }\n }\n }\n }\n}" + "value": { + "nodes": { + "r1A2WoRbTwKZ516z6NEs5A": { + "attributes": { + "portsfile": "true", + "testattr": "test" + }, + "host": "127.0.0.1", + "ip": "127.0.0.1:9300", + "name": "r1A2WoR", + "tasks": { + "r1A2WoRbTwKZ516z6NEs5A:36619": { + "action": "indices:data/write/delete/byquery", + "description": "", + "id": 36619, + "node": "r1A2WoRbTwKZ516z6NEs5A", + "status": { + "batches": 36, + "created": 0, + "deleted": 3500, + "noops": 0, + "retries": 0, + "throttled_millis": 0, + "total": 6154, + "updated": 0, + "version_conflicts": 0 + }, + "type": "transport" + } + }, + "transport_address": "127.0.0.1:9300" + } + } + } } } } @@ -21427,7 +23526,7 @@ "operationId": "terms-enum", "parameters": [ { - "$ref": "#/components/parameters/terms_enum:index" + "$ref": "#/components/parameters/terms_enum-index" } ], "requestBody": { @@ -21435,7 +23534,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum:200" + "$ref": "#/components/responses/terms_enum-200" } }, "x-state": "Added in 7.14.0" @@ -21449,7 +23548,7 @@ "operationId": "terms-enum-1", "parameters": [ { - "$ref": "#/components/parameters/terms_enum:index" + "$ref": "#/components/parameters/terms_enum-index" } ], "requestBody": { @@ -21457,7 +23556,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/terms_enum:200" + "$ref": "#/components/responses/terms_enum-200" } }, "x-state": "Added in 7.14.0" @@ -21473,43 +23572,43 @@ "operationId": "termvectors", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:id" + "$ref": "#/components/parameters/termvectors-id" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -21517,7 +23616,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } }, @@ -21530,43 +23629,43 @@ "operationId": "termvectors-1", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:id" + "$ref": "#/components/parameters/termvectors-id" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -21574,7 +23673,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } } @@ -21589,40 +23688,40 @@ "operationId": "termvectors-2", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -21630,7 +23729,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } }, @@ -21643,40 +23742,40 @@ "operationId": "termvectors-3", "parameters": [ { - "$ref": "#/components/parameters/termvectors:index" + "$ref": "#/components/parameters/termvectors-index" }, { - "$ref": "#/components/parameters/termvectors:fields" + "$ref": "#/components/parameters/termvectors-fields" }, { - "$ref": "#/components/parameters/termvectors:field_statistics" + "$ref": "#/components/parameters/termvectors-field_statistics" }, { - "$ref": "#/components/parameters/termvectors:offsets" + "$ref": "#/components/parameters/termvectors-offsets" }, { - "$ref": "#/components/parameters/termvectors:payloads" + "$ref": "#/components/parameters/termvectors-payloads" }, { - "$ref": "#/components/parameters/termvectors:positions" + "$ref": "#/components/parameters/termvectors-positions" }, { - "$ref": "#/components/parameters/termvectors:preference" + "$ref": "#/components/parameters/termvectors-preference" }, { - "$ref": "#/components/parameters/termvectors:realtime" + "$ref": "#/components/parameters/termvectors-realtime" }, { - "$ref": "#/components/parameters/termvectors:routing" + "$ref": "#/components/parameters/termvectors-routing" }, { - "$ref": "#/components/parameters/termvectors:term_statistics" + "$ref": "#/components/parameters/termvectors-term_statistics" }, { - "$ref": "#/components/parameters/termvectors:version" + "$ref": "#/components/parameters/termvectors-version" }, { - "$ref": "#/components/parameters/termvectors:version_type" + "$ref": "#/components/parameters/termvectors-version_type" } ], "requestBody": { @@ -21684,7 +23783,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/termvectors:200" + "$ref": "#/components/responses/termvectors-200" } } } @@ -21699,24 +23798,24 @@ "operationId": "transform-get-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform:transform_id" + "$ref": "#/components/parameters/transform.get_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.get_transform:allow_no_match" + "$ref": "#/components/parameters/transform.get_transform-allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform:from" + "$ref": "#/components/parameters/transform.get_transform-from" }, { - "$ref": "#/components/parameters/transform.get_transform:size" + "$ref": "#/components/parameters/transform.get_transform-size" }, { - "$ref": "#/components/parameters/transform.get_transform:exclude_generated" + "$ref": "#/components/parameters/transform.get_transform-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform:200" + "$ref": "#/components/responses/transform.get_transform-200" } }, "x-state": "Added in 7.5.0" @@ -21736,7 +23835,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21756,7 +23855,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -21768,35 +23867,35 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" } }, "required": [ @@ -21808,12 +23907,79 @@ "PutTransformRequestExample1": { "summary": "A pivot transform", "description": "Run `PUT _transform/ecommerce_transform1` to create a transform that uses the pivot method.", - "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\",\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" + "value": { + "description": "Maximum priced ecommerce data by customer_id in Asia", + "dest": { + "index": "kibana_sample_data_ecommerce_transform1", + "pipeline": "add_timestamp_pipeline" + }, + "frequency": "5m", + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id", + "missing_bucket": true + } + } + } + }, + "retention_policy": { + "time": { + "field": "order_date", + "max_age": "30d" + } + }, + "source": { + "index": "kibana_sample_data_ecommerce", + "query": { + "term": { + "geoip.continent_name": { + "value": "Asia" + } + } + } + }, + "sync": { + "time": { + "delay": "60s", + "field": "order_date" + } + } + } }, "PutTransformRequestExample2": { "summary": "A latest transform", "description": "Run `PUT _transform/ecommerce_transform2` to create a transform that uses the latest method.", - "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\"\n },\n \"latest\": {\n \"unique_key\": [\n \"customer_id\"\n ],\n \"sort\": \"order_date\"\n },\n \"description\": \"Latest order for each customer\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform2\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n }\n}" + "value": { + "description": "Latest order for each customer", + "dest": { + "index": "kibana_sample_data_ecommerce_transform2" + }, + "frequency": "5m", + "latest": { + "sort": "order_date", + "unique_key": [ + "customer_id" + ] + }, + "source": { + "index": "kibana_sample_data_ecommerce" + }, + "sync": { + "time": { + "delay": "60s", + "field": "order_date" + } + } + } } } } @@ -21826,12 +23992,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "PutTransformResponseExample1": { "description": "A successful response when creating a transform.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -21854,7 +24022,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -21884,7 +24052,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -21895,12 +24063,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "DeleteTransformResponseExample1": { "description": "A successful response when the transform is deleted.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -21920,21 +24090,21 @@ "operationId": "transform-get-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.get_transform:allow_no_match" + "$ref": "#/components/parameters/transform.get_transform-allow_no_match" }, { - "$ref": "#/components/parameters/transform.get_transform:from" + "$ref": "#/components/parameters/transform.get_transform-from" }, { - "$ref": "#/components/parameters/transform.get_transform:size" + "$ref": "#/components/parameters/transform.get_transform-size" }, { - "$ref": "#/components/parameters/transform.get_transform:exclude_generated" + "$ref": "#/components/parameters/transform.get_transform-exclude_generated" } ], "responses": { "200": { - "$ref": "#/components/responses/transform.get_transform:200" + "$ref": "#/components/responses/transform.get_transform-200" } }, "x-state": "Added in 7.5.0" @@ -21956,7 +24126,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, @@ -21996,7 +24166,7 @@ "description": "Controls the time to wait for the stats", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -22015,7 +24185,7 @@ "transforms": { "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformStats" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformStats" } } }, @@ -22027,7 +24197,52 @@ "examples": { "GetTransformStatsResponseExample1": { "description": "A successful response that contains usage information for a transform.", - "value": "{\n \"count\": 1,\n \"transforms\": [\n {\n \"id\": \"ecommerce-customer-transform\",\n \"state\": \"started\",\n \"node\": {\n \"id\": \"cpTIGMsVQ8Gqwqlxxxxxxx\",\n \"name\": \"my.home\",\n \"ephemeral_id\": \"5-L21nFsQxxxxxxxxxx-xx\",\n \"transport_address\": \"127.0.0.1:9300\",\n \"attributes\": {}\n },\n \"stats\": {\n \"pages_processed\": 78,\n \"documents_processed\": 6027,\n \"documents_indexed\": 68,\n \"documents_deleted\": 22,\n \"delete_time_in_ms\": 214,\n \"trigger_count\": 168,\n \"index_time_in_ms\": 412,\n \"index_total\": 20,\n \"index_failures\": 0,\n \"search_time_in_ms\": 353,\n \"search_total\": 78,\n \"search_failures\": 0,\n \"processing_time_in_ms\": 8,\n \"processing_total\": 78,\n \"exponential_avg_checkpoint_duration_ms\": 97.30637923893185,\n \"exponential_avg_documents_indexed\": 2.2064915040974062,\n \"exponential_avg_documents_processed\": 179.89419945785045\n },\n \"checkpointing\": {\n \"last\": {\n \"checkpoint\": 20,\n \"timestamp_millis\": 1585344558220,\n \"time_upper_bound_millis\": 1585344498220\n },\n \"changes_last_detected_at\": 1585344558219\n },\n \"health\": {\n \"status\": \"green\"\n }\n }\n ]\n}" + "value": { + "count": 1, + "transforms": [ + { + "checkpointing": { + "changes_last_detected_at": 1585344558219, + "last": { + "checkpoint": 20, + "time_upper_bound_millis": 1585344498220, + "timestamp_millis": 1585344558220 + } + }, + "health": { + "status": "green" + }, + "id": "ecommerce-customer-transform", + "node": { + "attributes": {}, + "ephemeral_id": "5-L21nFsQxxxxxxxxxx-xx", + "id": "cpTIGMsVQ8Gqwqlxxxxxxx", + "name": "my.home", + "transport_address": "127.0.0.1:9300" + }, + "state": "started", + "stats": { + "delete_time_in_ms": 214, + "documents_deleted": 22, + "documents_indexed": 68, + "documents_processed": 6027, + "exponential_avg_checkpoint_duration_ms": 97.30637923893184, + "exponential_avg_documents_indexed": 2.2064915040974062, + "exponential_avg_documents_processed": 179.89419945785045, + "index_failures": 0, + "index_time_in_ms": 412, + "index_total": 20, + "pages_processed": 78, + "processing_time_in_ms": 8, + "processing_total": 78, + "search_failures": 0, + "search_time_in_ms": 353, + "search_total": 78, + "trigger_count": 168 + } + } + ] + } } } } @@ -22047,10 +24262,10 @@ "operationId": "transform-preview-transform", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:transform_id" + "$ref": "#/components/parameters/transform.preview_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -22058,7 +24273,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -22072,10 +24287,10 @@ "operationId": "transform-preview-transform-1", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:transform_id" + "$ref": "#/components/parameters/transform.preview_transform-transform_id" }, { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -22083,7 +24298,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -22099,7 +24314,7 @@ "operationId": "transform-preview-transform-2", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -22107,7 +24322,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -22121,7 +24336,7 @@ "operationId": "transform-preview-transform-3", "parameters": [ { - "$ref": "#/components/parameters/transform.preview_transform:timeout" + "$ref": "#/components/parameters/transform.preview_transform-timeout" } ], "requestBody": { @@ -22129,7 +24344,7 @@ }, "responses": { "200": { - "$ref": "#/components/responses/transform.preview_transform:200" + "$ref": "#/components/responses/transform.preview_transform-200" } }, "x-state": "Added in 7.2.0" @@ -22151,7 +24366,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22171,7 +24386,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -22182,12 +24397,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ResetTransformResponseExample1": { "description": "A successful response when the transform is reset.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -22213,7 +24430,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22223,7 +24440,7 @@ "description": "Controls the time to wait for the scheduling to take place", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -22234,12 +24451,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "ScheduleNowTransformResponseExample1": { "description": "A successful response when the transform is scheduled to run now.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -22265,7 +24484,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22275,7 +24494,7 @@ "description": "Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22296,12 +24515,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StartTransformResponseExample1": { "description": "A successful response when a transform starts.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -22327,7 +24548,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, @@ -22357,7 +24578,7 @@ "description": "Period to wait for a response when `wait_for_completion` is `true`. If no response is received before the\ntimeout expires, the request returns a timeout exception. However, the request continues processing and\neventually moves the transform to a STOPPED state.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22388,12 +24609,14 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, "examples": { "StopTransformResponseExample1": { "description": "A successful response when a transform stops.", - "value": "{\n \"acknowledged\": true\n}" + "value": { + "acknowledged": true + } } } } @@ -22419,7 +24642,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22439,7 +24662,7 @@ "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -22451,32 +24674,32 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "retention_policy": { "description": "Defines a retention policy for the transform. Data that meets the defined\ncriteria is deleted from the destination index.", "oneOf": [ { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, { "nullable": true, @@ -22489,7 +24712,53 @@ "examples": { "UpdateTransformRequestExample1": { "description": "Run `POST _transform/simple-kibana-ecomm-pivot/_update` to update a transform that uses the pivot method.", - "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\",\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" + "value": { + "description": "Maximum priced ecommerce data by customer_id in Asia", + "dest": { + "index": "kibana_sample_data_ecommerce_transform1", + "pipeline": "add_timestamp_pipeline" + }, + "frequency": "5m", + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id", + "missing_bucket": true + } + } + } + }, + "retention_policy": { + "time": { + "field": "order_date", + "max_age": "30d" + } + }, + "source": { + "index": "kibana_sample_data_ecommerce", + "query": { + "term": { + "geoip.continent_name": { + "value": "Asia" + } + } + } + }, + "sync": { + "time": { + "delay": "60s", + "field": "order_date" + } + } + } } } } @@ -22505,7 +24774,7 @@ "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:TransformAuthorization" + "$ref": "#/components/schemas/ml._types.TransformAuthorization" }, "create_time": { "type": "number" @@ -22514,37 +24783,37 @@ "type": "string" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/_global.reindex:Source" + "$ref": "#/components/schemas/_global.reindex.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -22560,7 +24829,64 @@ "examples": { "UpdateTransformResponseExample1": { "description": "A successful response when creating a transform.", - "value": "{\n \"id\": \"simple-kibana-ecomm-pivot\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"version\": \"10.0.0\",\n \"create_time\": 1712951576767,\n \"source\": {\n \"index\": [\n \"kibana_sample_data_ecommerce\"\n ],\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform_v2\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"15m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"120s\"\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"settings\": {},\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" + "value": { + "authorization": { + "roles": [ + "superuser" + ] + }, + "create_time": 1712951576767, + "description": "Maximum priced ecommerce data by customer_id in Asia", + "dest": { + "index": "kibana_sample_data_ecommerce_transform_v2", + "pipeline": "add_timestamp_pipeline" + }, + "frequency": "15m", + "id": "simple-kibana-ecomm-pivot", + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id", + "missing_bucket": true + } + } + } + }, + "retention_policy": { + "time": { + "field": "order_date", + "max_age": "30d" + } + }, + "settings": {}, + "source": { + "index": [ + "kibana_sample_data_ecommerce" + ], + "query": { + "term": { + "geoip.continent_name": { + "value": "Asia" + } + } + } + }, + "sync": { + "time": { + "delay": "120s", + "field": "order_date" + } + }, + "version": "10.0.0" + } } } } @@ -22586,7 +24912,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, @@ -22597,7 +24923,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, @@ -22617,7 +24943,7 @@ "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, @@ -22647,7 +24973,7 @@ "description": "If 'true', Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf 'wait_for', it waits for a refresh to make this operation visible to search.\nIf 'false', it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, @@ -22677,7 +25003,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -22687,7 +25013,7 @@ "description": "The period to wait for the following operations: dynamic mapping updates and waiting for active shards.\nElasticsearch waits for at least the timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -22697,7 +25023,7 @@ "description": "The number of copies of each shard that must be active before proceeding with the operation.\nSet to 'all' or any positive integer up to the total number of shards in the index (`number_of_replicas`+1).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -22707,7 +25033,7 @@ "description": "If `false`, source retrieval is turned off.\nYou can also specify a comma-separated list of the fields you want to retrieve.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, @@ -22717,7 +25043,7 @@ "description": "The source fields you want to exclude.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, @@ -22727,7 +25053,7 @@ "description": "The source fields you want to retrieve.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" } @@ -22751,14 +25077,14 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "scripted_upsert": { "description": "If `true`, run the script whether or not the document exists.", "type": "boolean" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "upsert": { "description": "If the document does not already exist, the contents of 'upsert' are inserted as a new document.\nIf the document exists, the 'script' is run.", @@ -22770,7 +25096,15 @@ "UpdateRequestExample1": { "summary": "Update a counter with a script", "description": "Run `POST test/_update/1` to increment a counter by using a script.", - "value": "{\n \"script\" : {\n \"source\": \"ctx._source.counter += params.count\",\n \"lang\": \"painless\",\n \"params\" : {\n \"count\" : 4\n }\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "count": 4 + }, + "source": "ctx._source.counter += params.count" + } + } }, "UpdateRequestExample10": { "summary": "Scripted upsert", @@ -22780,47 +25114,97 @@ "UpdateRequestExample11": { "summary": "Doc as upsert", "description": "Run `POST test/_update/1` to perform a doc as upsert. Instead of sending a partial `doc` plus an `upsert` doc, you can set `doc_as_upsert` to `true` to use the contents of `doc` as the `upsert` value.\n", - "value": "{\n \"doc\": {\n \"name\": \"new_name\"\n },\n \"doc_as_upsert\": true\n}" + "value": { + "doc": { + "name": "new_name" + }, + "doc_as_upsert": true + } }, "UpdateRequestExample2": { "summary": "Add a tag with a script", "description": "Run `POST test/_update/1` to use a script to add a tag to a list of tags. In this example, it is just a list, so the tag is added even it exists.\n", - "value": "{\n \"script\": {\n \"source\": \"ctx._source.tags.add(params.tag)\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"blue\"\n }\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "tag": "blue" + }, + "source": "ctx._source.tags.add(params.tag)" + } + } }, "UpdateRequestExample3": { "summary": "Remove a tag with a script", "description": "Run `POST test/_update/1` to use a script to remove a tag from a list of tags. The Painless function to remove a tag takes the array index of the element you want to remove. To avoid a possible runtime error, you first need to make sure the tag exists. If the list contains duplicates of the tag, this script just removes one occurrence.\n", - "value": "{\n \"script\": {\n \"source\": \"if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"blue\"\n }\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "tag": "blue" + }, + "source": "if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }" + } + } }, "UpdateRequestExample4": { "summary": "Add fields with a script", "description": "Run `POST test/_update/1` to use a script to add a field `new_field` to the document.\n", - "value": "{\n \"script\" : \"ctx._source.new_field = 'value_of_new_field'\"\n}" + "value": { + "script": "ctx._source.new_field = 'value_of_new_field'" + } }, "UpdateRequestExample5": { "summary": "Remove fields with a script", "description": "Run `POST test/_update/1` to use a script to remove a field `new_field` from the document.\n", - "value": "{\n \"script\" : \"ctx._source.remove('new_field')\"\n}" + "value": { + "script": "ctx._source.remove('new_field')" + } }, "UpdateRequestExample6": { "summary": "Remove subfields with a script", "description": "Run `POST test/_update/1` to use a script to remove a subfield from an object field.\n", - "value": "{\n \"script\": \"ctx._source['my-object'].remove('my-subfield')\"\n}" + "value": { + "script": "ctx._source['my-object'].remove('my-subfield')" + } }, "UpdateRequestExample7": { "summary": "Change the operation with a script", "description": "Run `POST test/_update/1` to change the operation that runs from within the script. For example, this request deletes the document if the `tags` field contains `green`, otherwise it does nothing (`noop`).\n", - "value": "{\n \"script\": {\n \"source\": \"if (ctx._source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'noop' }\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"green\"\n }\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "tag": "green" + }, + "source": "if (ctx._source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'noop' }" + } + } }, "UpdateRequestExample8": { "summary": "Update part of a document", "description": "Run `POST test/_update/1` to do a partial update that adds a new field to the existing document.\n", - "value": "{\n \"doc\": {\n \"name\": \"new_name\"\n }\n}" + "value": { + "doc": { + "name": "new_name" + } + } }, "UpdateRequestExample9": { "summary": "Upsert", "description": "Run `POST test/_update/1` to perfom an upsert. If the document does not already exist, the contents of the upsert element are inserted as a new document. If the document exists, the script is run.\n", - "value": "{\n \"script\": {\n \"source\": \"ctx._source.counter += params.count\",\n \"lang\": \"painless\",\n \"params\": {\n \"count\": 4\n }\n },\n \"upsert\": {\n \"counter\": 1\n }\n}" + "value": { + "script": { + "lang": "painless", + "params": { + "count": 4 + }, + "source": "ctx._source.counter += params.count" + }, + "upsert": { + "counter": 1 + } + } } } } @@ -22833,13 +25217,25 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.update:UpdateWriteResponseBase" + "$ref": "#/components/schemas/_global.update.UpdateWriteResponseBase" }, "examples": { "UpdateResponseExample1": { "summary": "Detect noop updates", "description": "By default updates that don't change anything detect that they don't change anything and return `\"result\": \"noop\"`.\n", - "value": "{\n \"_shards\": {\n \"total\": 0,\n \"successful\": 0,\n \"failed\": 0\n },\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"_primary_term\": 1,\n \"_seq_no\": 1,\n \"result\": \"noop\"\n}" + "value": { + "_id": "1", + "_index": "test", + "_primary_term": 1, + "_seq_no": 1, + "_shards": { + "failed": 0, + "successful": 0, + "total": 0 + }, + "_version": 2, + "result": "noop" + } } } } @@ -22864,7 +25260,7 @@ "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, @@ -22904,7 +25300,7 @@ "description": "The preferred behavior when update by query hits version conflicts: `abort` or `proceed`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" }, "style": "form" }, @@ -22914,7 +25310,7 @@ "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, @@ -22934,7 +25330,7 @@ "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, @@ -23044,7 +25440,7 @@ "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, @@ -23054,7 +25450,7 @@ "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -23074,7 +25470,7 @@ "description": "An explicit timeout for each search request.\nBy default, there is no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -23084,7 +25480,7 @@ "description": "The type of the search operation. Available options include `query_then_fetch` and `dfs_query_then_fetch`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, @@ -23094,7 +25490,7 @@ "description": "The number of slices this task should be divided into.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Slices" + "$ref": "#/components/schemas/_types.Slices" }, "style": "form" }, @@ -23140,7 +25536,7 @@ "description": "The period each update request waits for the following operations: dynamic mapping updates, waiting for active shards.\nBy default, it is one minute.\nThis guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, @@ -23170,7 +25566,7 @@ "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe `timeout` parameter controls how long each write request waits for unavailable shards to become available.\nBoth work exactly the way they work in the bulk API.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, @@ -23196,16 +25592,16 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "conflicts": { - "$ref": "#/components/schemas/_types:Conflicts" + "$ref": "#/components/schemas/_types.Conflicts" } } }, @@ -23213,22 +25609,50 @@ "UpdateByQueryRequestExample1": { "summary": "Update selected documents", "description": "Run `POST my-index-000001/_update_by_query?conflicts=proceed` to update documents that match a query.\n", - "value": "{\n \"query\": { \n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" + "value": { + "query": { + "term": { + "user.id": "kimchy" + } + } + } }, "UpdateByQueryRequestExample2": { "summary": "Update the document source", "description": "Run `POST my-index-000001/_update_by_query` with a script to update the document source. It increments the `count` field for all documents with a `user.id` of `kimchy` in `my-index-000001`.\n", - "value": "{\n \"script\": {\n \"source\": \"ctx._source.count++\",\n \"lang\": \"painless\"\n },\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" + "value": { + "query": { + "term": { + "user.id": "kimchy" + } + }, + "script": { + "lang": "painless", + "source": "ctx._source.count++" + } + } }, "UpdateByQueryRequestExample3": { "summary": "Slice manually", "description": "Run `POST my-index-000001/_update_by_query` to slice an update by query manually. Provide a slice ID and total number of slices to each request.\n", - "value": "{\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n },\n \"script\": {\n \"source\": \"ctx._source['extra'] = 'test'\"\n }\n}" + "value": { + "script": { + "source": "ctx._source['extra'] = 'test'" + }, + "slice": { + "id": 0, + "max": 2 + } + } }, "UpdateByQueryRequestExample4": { "summary": "Slice automatically", "description": "Run `POST my-index-000001/_update_by_query?refresh&slices=5` to use automatic slicing. It automatically parallelizes using sliced scroll to slice on `_id`.\n", - "value": "{\n \"script\": {\n \"source\": \"ctx._source['extra'] = 'test'\"\n }\n}" + "value": { + "script": { + "source": "ctx._source['extra'] = 'test'" + } + } } } } @@ -23250,7 +25674,7 @@ "description": "Array of failures if there were any unrecoverable errors during the process.\nIf this is non-empty then the request ended because of those failures.\nUpdate by query is implemented using batches.\nAny failure causes the entire process to end, but all failures in the current batch are collected into the array.\nYou can use the `conflicts` option to prevent reindex from ending when version conflicts occur.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:BulkIndexByScrollFailure" + "$ref": "#/components/schemas/_types.BulkIndexByScrollFailure" } }, "noops": { @@ -23266,17 +25690,17 @@ "type": "number" }, "retries": { - "$ref": "#/components/schemas/_types:Retries" + "$ref": "#/components/schemas/_types.Retries" }, "task": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" }, "timed_out": { "description": "If true, some requests timed out during the update by query.", "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "total": { "description": "The number of documents that were successfully processed.", @@ -23291,16 +25715,16 @@ "type": "number" }, "throttled": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "throttled_until": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "throttled_until_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } } @@ -23314,10 +25738,10 @@ }, "components": { "schemas": { - "_types:Id": { + "_types.Id": { "type": "string" }, - "_types:AcknowledgedResponseBase": { + "_types.AcknowledgedResponseBase": { "type": "object", "properties": { "acknowledged": { @@ -23329,7 +25753,7 @@ "acknowledged" ] }, - "_types:Duration": { + "_types.Duration": { "description": "A duration. Units can be `nanos`, `micros`, `ms` (milliseconds), `s` (seconds), `m` (minutes), `h` (hours) and\n`d` (days). Also accepts \"0\" without a unit and \"-1\" to indicate an unspecified value.", "oneOf": [ { @@ -23349,16 +25773,16 @@ } ] }, - "async_search._types:AsyncSearchDocumentResponseBase": { + "async_search._types.AsyncSearchDocumentResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/async_search._types:AsyncSearchResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchResponseBase" }, { "type": "object", "properties": { "response": { - "$ref": "#/components/schemas/async_search._types:AsyncSearch" + "$ref": "#/components/schemas/async_search._types.AsyncSearch" } }, "required": [ @@ -23367,18 +25791,18 @@ } ] }, - "async_search._types:AsyncSearch": { + "async_search._types.AsyncSearch": { "type": "object", "properties": { "aggregations": { "description": "Partial aggregations results, coming from the shards that have already completed running the query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -23387,7 +25811,7 @@ } }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "max_score": { "type": "number" @@ -23397,23 +25821,23 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -23434,227 +25858,227 @@ "took" ] }, - "_types.aggregations:Aggregate": { + "_types.aggregations.Aggregate": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HdrPercentilesAggregate" + "$ref": "#/components/schemas/_types.aggregations.HdrPercentilesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HdrPercentileRanksAggregate" + "$ref": "#/components/schemas/_types.aggregations.HdrPercentileRanksAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TDigestPercentilesAggregate" + "$ref": "#/components/schemas/_types.aggregations.TDigestPercentilesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TDigestPercentileRanksAggregate" + "$ref": "#/components/schemas/_types.aggregations.TDigestPercentileRanksAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:PercentilesBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.PercentilesBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MedianAbsoluteDeviationAggregate" + "$ref": "#/components/schemas/_types.aggregations.MedianAbsoluteDeviationAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MinAggregate" + "$ref": "#/components/schemas/_types.aggregations.MinAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MaxAggregate" + "$ref": "#/components/schemas/_types.aggregations.MaxAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SumAggregate" + "$ref": "#/components/schemas/_types.aggregations.SumAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AvgAggregate" + "$ref": "#/components/schemas/_types.aggregations.AvgAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:WeightedAvgAggregate" + "$ref": "#/components/schemas/_types.aggregations.WeightedAvgAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregate" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SimpleValueAggregate" + "$ref": "#/components/schemas/_types.aggregations.SimpleValueAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DerivativeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DerivativeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:BucketMetricValueAggregate" + "$ref": "#/components/schemas/_types.aggregations.BucketMetricValueAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StatsBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsBucketAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsBucketAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoBoundsAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoBoundsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoCentroidAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoCentroidAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AutoDateHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.AutoDateHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramAggregate" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedRareTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedRareTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregate" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:NestedAggregate" + "$ref": "#/components/schemas/_types.aggregations.NestedAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ReverseNestedAggregate" + "$ref": "#/components/schemas/_types.aggregations.ReverseNestedAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GlobalAggregate" + "$ref": "#/components/schemas/_types.aggregations.GlobalAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FilterAggregate" + "$ref": "#/components/schemas/_types.aggregations.FilterAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ChildrenAggregate" + "$ref": "#/components/schemas/_types.aggregations.ChildrenAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ParentAggregate" + "$ref": "#/components/schemas/_types.aggregations.ParentAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregate" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedSamplerAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedSamplerAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoDistanceAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoDistanceAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixAggregate" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregate" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixAggregate" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedSignificantTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedSignificantTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregate" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsAggregate" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesAggregate" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ScriptedMetricAggregate" + "$ref": "#/components/schemas/_types.aggregations.ScriptedMetricAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TopHitsAggregate" + "$ref": "#/components/schemas/_types.aggregations.TopHitsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:InferenceAggregate" + "$ref": "#/components/schemas/_types.aggregations.InferenceAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:BoxPlotAggregate" + "$ref": "#/components/schemas/_types.aggregations.BoxPlotAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsAggregate" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:TTestAggregate" + "$ref": "#/components/schemas/_types.aggregations.TTestAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RateAggregate" + "$ref": "#/components/schemas/_types.aggregations.RateAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CumulativeCardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CumulativeCardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregate" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregate" } ] }, - "_types.aggregations:CardinalityAggregate": { + "_types.aggregations.CardinalityAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -23669,40 +26093,40 @@ } ] }, - "_types.aggregations:AggregateBase": { + "_types.aggregations.AggregateBase": { "type": "object", "properties": { "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, - "_types:Metadata": { + "_types.Metadata": { "type": "object", "additionalProperties": { "type": "object" } }, - "_types.aggregations:HdrPercentilesAggregate": { + "_types.aggregations.HdrPercentilesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:PercentilesAggregateBase": { + "_types.aggregations.PercentilesAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "values": { - "$ref": "#/components/schemas/_types.aggregations:Percentiles" + "$ref": "#/components/schemas/_types.aggregations.Percentiles" } }, "required": [ @@ -23711,20 +26135,20 @@ } ] }, - "_types.aggregations:Percentiles": { + "_types.aggregations.Percentiles": { "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:KeyedPercentiles" + "$ref": "#/components/schemas/_types.aggregations.KeyedPercentiles" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:ArrayPercentilesItem" + "$ref": "#/components/schemas/_types.aggregations.ArrayPercentilesItem" } } ] }, - "_types.aggregations:KeyedPercentiles": { + "_types.aggregations.KeyedPercentiles": { "type": "object", "additionalProperties": { "oneOf": [ @@ -23741,7 +26165,7 @@ ] } }, - "_types.aggregations:ArrayPercentilesItem": { + "_types.aggregations.ArrayPercentilesItem": { "type": "object", "properties": { "key": { @@ -23767,60 +26191,60 @@ "value" ] }, - "_types.aggregations:HdrPercentileRanksAggregate": { + "_types.aggregations.HdrPercentileRanksAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:TDigestPercentilesAggregate": { + "_types.aggregations.TDigestPercentilesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:TDigestPercentileRanksAggregate": { + "_types.aggregations.TDigestPercentileRanksAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:PercentilesBucketAggregate": { + "_types.aggregations.PercentilesBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:MedianAbsoluteDeviationAggregate": { + "_types.aggregations.MedianAbsoluteDeviationAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SingleMetricAggregateBase": { + "_types.aggregations.SingleMetricAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -23847,80 +26271,80 @@ } ] }, - "_types.aggregations:MinAggregate": { + "_types.aggregations.MinAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:MaxAggregate": { + "_types.aggregations.MaxAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SumAggregate": { + "_types.aggregations.SumAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:AvgAggregate": { + "_types.aggregations.AvgAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:WeightedAvgAggregate": { + "_types.aggregations.WeightedAvgAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ValueCountAggregate": { + "_types.aggregations.ValueCountAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SimpleValueAggregate": { + "_types.aggregations.SimpleValueAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:DerivativeAggregate": { + "_types.aggregations.DerivativeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object", @@ -23935,10 +26359,10 @@ } ] }, - "_types.aggregations:BucketMetricValueAggregate": { + "_types.aggregations.BucketMetricValueAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleMetricAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleMetricAggregateBase" }, { "type": "object", @@ -23956,10 +26380,10 @@ } ] }, - "_types.aggregations:StatsAggregate": { + "_types.aggregations.StatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -24026,20 +26450,20 @@ } ] }, - "_types.aggregations:StatsBucketAggregate": { + "_types.aggregations.StatsBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { "type": "object" } ] }, - "_types.aggregations:ExtendedStatsAggregate": { + "_types.aggregations.ExtendedStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregate" }, { "type": "object", @@ -24122,7 +26546,7 @@ ] }, "std_deviation_bounds": { - "$ref": "#/components/schemas/_types.aggregations:StandardDeviationBounds" + "$ref": "#/components/schemas/_types.aggregations.StandardDeviationBounds" }, "sum_of_squares_as_string": { "type": "string" @@ -24140,7 +26564,7 @@ "type": "string" }, "std_deviation_bounds_as_string": { - "$ref": "#/components/schemas/_types.aggregations:StandardDeviationBoundsAsString" + "$ref": "#/components/schemas/_types.aggregations.StandardDeviationBoundsAsString" } }, "required": [ @@ -24155,7 +26579,7 @@ } ] }, - "_types.aggregations:StandardDeviationBounds": { + "_types.aggregations.StandardDeviationBounds": { "type": "object", "properties": { "upper": { @@ -24234,7 +26658,7 @@ "lower_sampling" ] }, - "_types.aggregations:StandardDeviationBoundsAsString": { + "_types.aggregations.StandardDeviationBoundsAsString": { "type": "object", "properties": { "upper": { @@ -24265,49 +26689,49 @@ "lower_sampling" ] }, - "_types.aggregations:ExtendedStatsBucketAggregate": { + "_types.aggregations.ExtendedStatsBucketAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregate" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregate" }, { "type": "object" } ] }, - "_types.aggregations:GeoBoundsAggregate": { + "_types.aggregations.GeoBoundsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types:GeoBounds": { + "_types.GeoBounds": { "description": "A geo bounding box. It can be represented in various ways:\n- as 4 top/bottom/left/right coordinates\n- as 2 top_left / bottom_right points\n- as 2 top_right / bottom_left points\n- as a WKT bounding box", "oneOf": [ { - "$ref": "#/components/schemas/_types:CoordsGeoBounds" + "$ref": "#/components/schemas/_types.CoordsGeoBounds" }, { - "$ref": "#/components/schemas/_types:TopLeftBottomRightGeoBounds" + "$ref": "#/components/schemas/_types.TopLeftBottomRightGeoBounds" }, { - "$ref": "#/components/schemas/_types:TopRightBottomLeftGeoBounds" + "$ref": "#/components/schemas/_types.TopRightBottomLeftGeoBounds" }, { - "$ref": "#/components/schemas/_types:WktGeoBounds" + "$ref": "#/components/schemas/_types.WktGeoBounds" } ] }, - "_types:CoordsGeoBounds": { + "_types.CoordsGeoBounds": { "type": "object", "properties": { "top": { @@ -24330,14 +26754,14 @@ "right" ] }, - "_types:TopLeftBottomRightGeoBounds": { + "_types.TopLeftBottomRightGeoBounds": { "type": "object", "properties": { "top_left": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "bottom_right": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -24345,14 +26769,14 @@ "bottom_right" ] }, - "_types:GeoLocation": { + "_types.GeoLocation": { "description": "A latitude/longitude as a 2 dimensional point. It can be represented in various ways:\n- as a `{lat, long}` object\n- as a geo hash value\n- as a `[lon, lat]` array\n- as a string in `\", \"` or WKT point formats", "oneOf": [ { - "$ref": "#/components/schemas/_types:LatLonGeoLocation" + "$ref": "#/components/schemas/_types.LatLonGeoLocation" }, { - "$ref": "#/components/schemas/_types:GeoHashLocation" + "$ref": "#/components/schemas/_types.GeoHashLocation" }, { "type": "array", @@ -24365,7 +26789,7 @@ } ] }, - "_types:LatLonGeoLocation": { + "_types.LatLonGeoLocation": { "type": "object", "properties": { "lat": { @@ -24382,28 +26806,28 @@ "lon" ] }, - "_types:GeoHashLocation": { + "_types.GeoHashLocation": { "type": "object", "properties": { "geohash": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" } }, "required": [ "geohash" ] }, - "_types:GeoHash": { + "_types.GeoHash": { "type": "string" }, - "_types:TopRightBottomLeftGeoBounds": { + "_types.TopRightBottomLeftGeoBounds": { "type": "object", "properties": { "top_right": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "bottom_left": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -24411,7 +26835,7 @@ "bottom_left" ] }, - "_types:WktGeoBounds": { + "_types.WktGeoBounds": { "type": "object", "properties": { "wkt": { @@ -24422,10 +26846,10 @@ "wkt" ] }, - "_types.aggregations:GeoCentroidAggregate": { + "_types.aggregations.GeoCentroidAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -24434,7 +26858,7 @@ "type": "number" }, "location": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } }, "required": [ @@ -24443,26 +26867,26 @@ } ] }, - "_types.aggregations:HistogramAggregate": { + "_types.aggregations.HistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsHistogramBucket" } }, "required": [ @@ -24471,27 +26895,27 @@ } ] }, - "_types.aggregations:BucketsHistogramBucket": { + "_types.aggregations.BucketsHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:HistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.HistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:HistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.HistogramBucket" } } ] }, - "_types.aggregations:HistogramBucket": { + "_types.aggregations.HistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -24509,7 +26933,7 @@ } ] }, - "_types.aggregations:MultiBucketBase": { + "_types.aggregations.MultiBucketBase": { "type": "object", "properties": { "doc_count": { @@ -24520,26 +26944,26 @@ "doc_count" ] }, - "_types.aggregations:DateHistogramAggregate": { + "_types.aggregations.DateHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsDateHistogramBucket" } }, "required": [ @@ -24548,27 +26972,27 @@ } ] }, - "_types.aggregations:BucketsDateHistogramBucket": { + "_types.aggregations.BucketsDateHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramBucket" } } ] }, - "_types.aggregations:DateHistogramBucket": { + "_types.aggregations.DateHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -24577,7 +27001,7 @@ "type": "string" }, "key": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -24586,27 +27010,27 @@ } ] }, - "_types:EpochTimeUnitMillis": { + "_types.EpochTimeUnitMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitMillis" + "$ref": "#/components/schemas/_types.UnitMillis" } ] }, - "_types:UnitMillis": { + "_types.UnitMillis": { "description": "Time unit for milliseconds", "type": "number" }, - "_types.aggregations:AutoDateHistogramAggregate": { + "_types.aggregations.AutoDateHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDateHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDateHistogramBucket" }, { "type": "object", "properties": { "interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" } }, "required": [ @@ -24615,30 +27039,30 @@ } ] }, - "_types:DurationLarge": { + "_types.DurationLarge": { "description": "A date histogram interval. Similar to `Duration` with additional units: `w` (week), `M` (month), `q` (quarter) and\n`y` (year)", "type": "string" }, - "_types.aggregations:VariableWidthHistogramAggregate": { + "_types.aggregations.VariableWidthHistogramAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVariableWidthHistogramBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseVariableWidthHistogramBucket": { + "_types.aggregations.MultiBucketAggregateBaseVariableWidthHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsVariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsVariableWidthHistogramBucket" } }, "required": [ @@ -24647,27 +27071,27 @@ } ] }, - "_types.aggregations:BucketsVariableWidthHistogramBucket": { + "_types.aggregations.BucketsVariableWidthHistogramBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramBucket" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramBucket" } } ] }, - "_types.aggregations:VariableWidthHistogramBucket": { + "_types.aggregations.VariableWidthHistogramBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -24699,20 +27123,20 @@ } ] }, - "_types.aggregations:StringTermsAggregate": { + "_types.aggregations.StringTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseStringTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseStringTermsBucket": { + "_types.aggregations.TermsAggregateBaseStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseStringTermsBucket" }, { "type": "object", @@ -24727,16 +27151,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseStringTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsStringTermsBucket" } }, "required": [ @@ -24745,33 +27169,33 @@ } ] }, - "_types.aggregations:BucketsStringTermsBucket": { + "_types.aggregations.BucketsStringTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:StringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:StringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringTermsBucket" } } ] }, - "_types.aggregations:StringTermsBucket": { + "_types.aggregations.StringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "required": [ @@ -24780,7 +27204,7 @@ } ] }, - "_types:FieldValue": { + "_types.FieldValue": { "description": "A field value.", "oneOf": [ { @@ -24801,10 +27225,10 @@ } ] }, - "_types.aggregations:TermsBucketBase": { + "_types.aggregations.TermsBucketBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -24816,20 +27240,20 @@ } ] }, - "_types.aggregations:LongTermsAggregate": { + "_types.aggregations.LongTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseLongTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseLongTermsBucket": { + "_types.aggregations.TermsAggregateBaseLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseLongTermsBucket" }, { "type": "object", @@ -24844,16 +27268,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseLongTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsLongTermsBucket" } }, "required": [ @@ -24862,27 +27286,27 @@ } ] }, - "_types.aggregations:BucketsLongTermsBucket": { + "_types.aggregations.BucketsLongTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:LongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:LongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongTermsBucket" } } ] }, - "_types.aggregations:LongTermsBucket": { + "_types.aggregations.LongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", @@ -24900,20 +27324,20 @@ } ] }, - "_types.aggregations:DoubleTermsAggregate": { + "_types.aggregations.DoubleTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseDoubleTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseDoubleTermsBucket": { + "_types.aggregations.TermsAggregateBaseDoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseDoubleTermsBucket" }, { "type": "object", @@ -24928,16 +27352,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseDoubleTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseDoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsDoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsDoubleTermsBucket" } }, "required": [ @@ -24946,27 +27370,27 @@ } ] }, - "_types.aggregations:BucketsDoubleTermsBucket": { + "_types.aggregations.BucketsDoubleTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsBucket" } } ] }, - "_types.aggregations:DoubleTermsBucket": { + "_types.aggregations.DoubleTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.TermsBucketBase" }, { "type": "object", @@ -24984,20 +27408,20 @@ } ] }, - "_types.aggregations:UnmappedTermsAggregate": { + "_types.aggregations.UnmappedTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseVoid": { + "_types.aggregations.TermsAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object", @@ -25012,16 +27436,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseVoid": { + "_types.aggregations.MultiBucketAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsVoid" + "$ref": "#/components/schemas/_types.aggregations.BucketsVoid" } }, "required": [ @@ -25030,47 +27454,47 @@ } ] }, - "_types.aggregations:BucketsVoid": { + "_types.aggregations.BucketsVoid": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_spec_utils:Void" + "$ref": "#/components/schemas/_spec_utils.Void" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_spec_utils:Void" + "$ref": "#/components/schemas/_spec_utils.Void" } } ] }, - "_spec_utils:Void": { + "_spec_utils.Void": { "description": "The absence of any type. This is commonly used in APIs that don't return a body.\n\nAlthough \"void\" is generally used for the unit type that has only one value, this is to be interpreted as\nthe bottom type that has no value at all. Most languages have a unit type, but few have a bottom type.\n\nSee https://en.m.wikipedia.org/wiki/Unit_type and https://en.m.wikipedia.org/wiki/Bottom_type", "type": "object" }, - "_types.aggregations:LongRareTermsAggregate": { + "_types.aggregations.LongRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseLongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseLongRareTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseLongRareTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseLongRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsLongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsLongRareTermsBucket" } }, "required": [ @@ -25079,27 +27503,27 @@ } ] }, - "_types.aggregations:BucketsLongRareTermsBucket": { + "_types.aggregations.BucketsLongRareTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:LongRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.LongRareTermsBucket" } } ] }, - "_types.aggregations:LongRareTermsBucket": { + "_types.aggregations.LongRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25117,26 +27541,26 @@ } ] }, - "_types.aggregations:StringRareTermsAggregate": { + "_types.aggregations.StringRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseStringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseStringRareTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseStringRareTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseStringRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsStringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsStringRareTermsBucket" } }, "required": [ @@ -25145,27 +27569,27 @@ } ] }, - "_types.aggregations:BucketsStringRareTermsBucket": { + "_types.aggregations.BucketsStringRareTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:StringRareTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.StringRareTermsBucket" } } ] }, - "_types.aggregations:StringRareTermsBucket": { + "_types.aggregations.StringRareTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25180,30 +27604,30 @@ } ] }, - "_types.aggregations:UnmappedRareTermsAggregate": { + "_types.aggregations.UnmappedRareTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:MultiTermsAggregate": { + "_types.aggregations.MultiTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregateBaseMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregateBaseMultiTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregateBaseMultiTermsBucket": { + "_types.aggregations.TermsAggregateBaseMultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseMultiTermsBucket" }, { "type": "object", @@ -25218,16 +27642,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseMultiTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseMultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsMultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsMultiTermsBucket" } }, "required": [ @@ -25236,27 +27660,27 @@ } ] }, - "_types.aggregations:BucketsMultiTermsBucket": { + "_types.aggregations.BucketsMultiTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsBucket" } } ] }, - "_types.aggregations:MultiTermsBucket": { + "_types.aggregations.MultiTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25264,7 +27688,7 @@ "key": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "key_as_string": { @@ -25280,20 +27704,20 @@ } ] }, - "_types.aggregations:MissingAggregate": { + "_types.aggregations.MissingAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SingleBucketAggregateBase": { + "_types.aggregations.SingleBucketAggregateBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -25308,106 +27732,106 @@ } ] }, - "_types.aggregations:NestedAggregate": { + "_types.aggregations.NestedAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ReverseNestedAggregate": { + "_types.aggregations.ReverseNestedAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:GlobalAggregate": { + "_types.aggregations.GlobalAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:FilterAggregate": { + "_types.aggregations.FilterAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ChildrenAggregate": { + "_types.aggregations.ChildrenAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:ParentAggregate": { + "_types.aggregations.ParentAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:SamplerAggregate": { + "_types.aggregations.SamplerAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:UnmappedSamplerAggregate": { + "_types.aggregations.UnmappedSamplerAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SingleBucketAggregateBase" + "$ref": "#/components/schemas/_types.aggregations.SingleBucketAggregateBase" }, { "type": "object" } ] }, - "_types.aggregations:GeoHashGridAggregate": { + "_types.aggregations.GeoHashGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoHashGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoHashGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoHashGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoHashGridBucket" } }, "required": [ @@ -25416,33 +27840,33 @@ } ] }, - "_types.aggregations:BucketsGeoHashGridBucket": { + "_types.aggregations.BucketsGeoHashGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridBucket" } } ] }, - "_types.aggregations:GeoHashGridBucket": { + "_types.aggregations.GeoHashGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" } }, "required": [ @@ -25451,26 +27875,26 @@ } ] }, - "_types.aggregations:GeoTileGridAggregate": { + "_types.aggregations.GeoTileGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoTileGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoTileGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoTileGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoTileGridBucket" } }, "required": [ @@ -25479,33 +27903,33 @@ } ] }, - "_types.aggregations:BucketsGeoTileGridBucket": { + "_types.aggregations.BucketsGeoTileGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridBucket" } } ] }, - "_types.aggregations:GeoTileGridBucket": { + "_types.aggregations.GeoTileGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoTile" + "$ref": "#/components/schemas/_types.GeoTile" } }, "required": [ @@ -25514,30 +27938,30 @@ } ] }, - "_types:GeoTile": { + "_types.GeoTile": { "description": "A map tile reference, represented as `{zoom}/{x}/{y}`", "type": "string" }, - "_types.aggregations:GeoHexGridAggregate": { + "_types.aggregations.GeoHexGridAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseGeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseGeoHexGridBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseGeoHexGridBucket": { + "_types.aggregations.MultiBucketAggregateBaseGeoHexGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsGeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsGeoHexGridBucket" } }, "required": [ @@ -25546,33 +27970,33 @@ } ] }, - "_types.aggregations:BucketsGeoHexGridBucket": { + "_types.aggregations.BucketsGeoHexGridBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:GeoHexGridBucket" + "$ref": "#/components/schemas/_types.aggregations.GeoHexGridBucket" } } ] }, - "_types.aggregations:GeoHexGridBucket": { + "_types.aggregations.GeoHexGridBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types:GeoHexCell" + "$ref": "#/components/schemas/_types.GeoHexCell" } }, "required": [ @@ -25581,30 +28005,30 @@ } ] }, - "_types:GeoHexCell": { + "_types.GeoHexCell": { "description": "A map hex cell (H3) reference", "type": "string" }, - "_types.aggregations:RangeAggregate": { + "_types.aggregations.RangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseRangeBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseRangeBucket": { + "_types.aggregations.MultiBucketAggregateBaseRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsRangeBucket" } }, "required": [ @@ -25613,27 +28037,27 @@ } ] }, - "_types.aggregations:BucketsRangeBucket": { + "_types.aggregations.BucketsRangeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:RangeBucket" + "$ref": "#/components/schemas/_types.aggregations.RangeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:RangeBucket" + "$ref": "#/components/schemas/_types.aggregations.RangeBucket" } } ] }, - "_types.aggregations:RangeBucket": { + "_types.aggregations.RangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25658,46 +28082,46 @@ } ] }, - "_types.aggregations:DateRangeAggregate": { + "_types.aggregations.DateRangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { "type": "object" } ] }, - "_types.aggregations:GeoDistanceAggregate": { + "_types.aggregations.GeoDistanceAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { "type": "object" } ] }, - "_types.aggregations:IpRangeAggregate": { + "_types.aggregations.IpRangeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseIpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseIpRangeBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseIpRangeBucket": { + "_types.aggregations.MultiBucketAggregateBaseIpRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsIpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsIpRangeBucket" } }, "required": [ @@ -25706,27 +28130,27 @@ } ] }, - "_types.aggregations:BucketsIpRangeBucket": { + "_types.aggregations.BucketsIpRangeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.IpRangeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeBucket" + "$ref": "#/components/schemas/_types.aggregations.IpRangeBucket" } } ] }, - "_types.aggregations:IpRangeBucket": { + "_types.aggregations.IpRangeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25744,26 +28168,26 @@ } ] }, - "_types.aggregations:IpPrefixAggregate": { + "_types.aggregations.IpPrefixAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseIpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseIpPrefixBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseIpPrefixBucket": { + "_types.aggregations.MultiBucketAggregateBaseIpPrefixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsIpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsIpPrefixBucket" } }, "required": [ @@ -25772,27 +28196,27 @@ } ] }, - "_types.aggregations:BucketsIpPrefixBucket": { + "_types.aggregations.BucketsIpPrefixBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixBucket" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixBucket" } } ] }, - "_types.aggregations:IpPrefixBucket": { + "_types.aggregations.IpPrefixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25818,26 +28242,26 @@ } ] }, - "_types.aggregations:FiltersAggregate": { + "_types.aggregations.FiltersAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseFiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseFiltersBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseFiltersBucket": { + "_types.aggregations.MultiBucketAggregateBaseFiltersBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsFiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsFiltersBucket" } }, "required": [ @@ -25846,53 +28270,53 @@ } ] }, - "_types.aggregations:BucketsFiltersBucket": { + "_types.aggregations.BucketsFiltersBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:FiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.FiltersBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FiltersBucket" + "$ref": "#/components/schemas/_types.aggregations.FiltersBucket" } } ] }, - "_types.aggregations:FiltersBucket": { + "_types.aggregations.FiltersBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object" } ] }, - "_types.aggregations:AdjacencyMatrixAggregate": { + "_types.aggregations.AdjacencyMatrixAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseAdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseAdjacencyMatrixBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseAdjacencyMatrixBucket": { + "_types.aggregations.MultiBucketAggregateBaseAdjacencyMatrixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsAdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsAdjacencyMatrixBucket" } }, "required": [ @@ -25901,27 +28325,27 @@ } ] }, - "_types.aggregations:BucketsAdjacencyMatrixBucket": { + "_types.aggregations.BucketsAdjacencyMatrixBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixBucket" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixBucket" } } ] }, - "_types.aggregations:AdjacencyMatrixBucket": { + "_types.aggregations.AdjacencyMatrixBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -25936,20 +28360,20 @@ } ] }, - "_types.aggregations:SignificantLongTermsAggregate": { + "_types.aggregations.SignificantLongTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseSignificantLongTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseSignificantLongTermsBucket": { + "_types.aggregations.SignificantTermsAggregateBaseSignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseSignificantLongTermsBucket" }, { "type": "object", @@ -25964,16 +28388,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseSignificantLongTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseSignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsSignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsSignificantLongTermsBucket" } }, "required": [ @@ -25982,27 +28406,27 @@ } ] }, - "_types.aggregations:BucketsSignificantLongTermsBucket": { + "_types.aggregations.BucketsSignificantLongTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:SignificantLongTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantLongTermsBucket" } } ] }, - "_types.aggregations:SignificantLongTermsBucket": { + "_types.aggregations.SignificantLongTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsBucketBase" }, { "type": "object", @@ -26020,10 +28444,10 @@ } ] }, - "_types.aggregations:SignificantTermsBucketBase": { + "_types.aggregations.SignificantTermsBucketBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -26042,20 +28466,20 @@ } ] }, - "_types.aggregations:SignificantStringTermsAggregate": { + "_types.aggregations.SignificantStringTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseSignificantStringTermsBucket" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseSignificantStringTermsBucket": { + "_types.aggregations.SignificantTermsAggregateBaseSignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseSignificantStringTermsBucket" }, { "type": "object", @@ -26070,16 +28494,16 @@ } ] }, - "_types.aggregations:MultiBucketAggregateBaseSignificantStringTermsBucket": { + "_types.aggregations.MultiBucketAggregateBaseSignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsSignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsSignificantStringTermsBucket" } }, "required": [ @@ -26088,27 +28512,27 @@ } ] }, - "_types.aggregations:BucketsSignificantStringTermsBucket": { + "_types.aggregations.BucketsSignificantStringTermsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:SignificantStringTermsBucket" + "$ref": "#/components/schemas/_types.aggregations.SignificantStringTermsBucket" } } ] }, - "_types.aggregations:SignificantStringTermsBucket": { + "_types.aggregations.SignificantStringTermsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsBucketBase" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsBucketBase" }, { "type": "object", @@ -26123,20 +28547,20 @@ } ] }, - "_types.aggregations:UnmappedSignificantTermsAggregate": { + "_types.aggregations.UnmappedSignificantTermsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregateBaseVoid" }, { "type": "object" } ] }, - "_types.aggregations:SignificantTermsAggregateBaseVoid": { + "_types.aggregations.SignificantTermsAggregateBaseVoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseVoid" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseVoid" }, { "type": "object", @@ -26151,37 +28575,37 @@ } ] }, - "_types.aggregations:CompositeAggregate": { + "_types.aggregations.CompositeAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseCompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseCompositeBucket" }, { "type": "object", "properties": { "after_key": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" } } } ] }, - "_types.aggregations:CompositeAggregateKey": { + "_types.aggregations.CompositeAggregateKey": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, - "_types.aggregations:MultiBucketAggregateBaseCompositeBucket": { + "_types.aggregations.MultiBucketAggregateBaseCompositeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsCompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsCompositeBucket" } }, "required": [ @@ -26190,33 +28614,33 @@ } ] }, - "_types.aggregations:BucketsCompositeBucket": { + "_types.aggregations.BucketsCompositeBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:CompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.CompositeBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:CompositeBucket" + "$ref": "#/components/schemas/_types.aggregations.CompositeBucket" } } ] }, - "_types.aggregations:CompositeBucket": { + "_types.aggregations.CompositeBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", "properties": { "key": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" } }, "required": [ @@ -26225,26 +28649,26 @@ } ] }, - "_types.aggregations:FrequentItemSetsAggregate": { + "_types.aggregations.FrequentItemSetsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseFrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseFrequentItemSetsBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseFrequentItemSetsBucket": { + "_types.aggregations.MultiBucketAggregateBaseFrequentItemSetsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsFrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsFrequentItemSetsBucket" } }, "required": [ @@ -26253,27 +28677,27 @@ } ] }, - "_types.aggregations:BucketsFrequentItemSetsBucket": { + "_types.aggregations.BucketsFrequentItemSetsBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsBucket" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsBucket" } } ] }, - "_types.aggregations:FrequentItemSetsBucket": { + "_types.aggregations.FrequentItemSetsBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -26298,26 +28722,26 @@ } ] }, - "_types.aggregations:TimeSeriesAggregate": { + "_types.aggregations.TimeSeriesAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketAggregateBaseTimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketAggregateBaseTimeSeriesBucket" }, { "type": "object" } ] }, - "_types.aggregations:MultiBucketAggregateBaseTimeSeriesBucket": { + "_types.aggregations.MultiBucketAggregateBaseTimeSeriesBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "buckets": { - "$ref": "#/components/schemas/_types.aggregations:BucketsTimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.BucketsTimeSeriesBucket" } }, "required": [ @@ -26326,27 +28750,27 @@ } ] }, - "_types.aggregations:BucketsTimeSeriesBucket": { + "_types.aggregations.BucketsTimeSeriesBucket": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesBucket" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesBucket" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesBucket" } } ] }, - "_types.aggregations:TimeSeriesBucket": { + "_types.aggregations.TimeSeriesBucket": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MultiBucketBase" + "$ref": "#/components/schemas/_types.aggregations.MultiBucketBase" }, { "type": "object", @@ -26354,7 +28778,7 @@ "key": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, @@ -26364,10 +28788,10 @@ } ] }, - "_types.aggregations:ScriptedMetricAggregate": { + "_types.aggregations.ScriptedMetricAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26382,16 +28806,16 @@ } ] }, - "_types.aggregations:TopHitsAggregate": { + "_types.aggregations.TopHitsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" } }, "required": [ @@ -26400,14 +28824,14 @@ } ] }, - "_global.search._types:HitsMetadata": { + "_global.search._types.HitsMetadata": { "type": "object", "properties": { "total": { "description": "Total hit count information, present only if `track_total_hits` wasn't `false` in the search request.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:TotalHits" + "$ref": "#/components/schemas/_global.search._types.TotalHits" }, { "type": "number" @@ -26417,7 +28841,7 @@ "hits": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Hit" + "$ref": "#/components/schemas/_global.search._types.Hit" } }, "max_score": { @@ -26436,11 +28860,11 @@ "hits" ] }, - "_global.search._types:TotalHits": { + "_global.search._types.TotalHits": { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_global.search._types:TotalHitsRelation" + "$ref": "#/components/schemas/_global.search._types.TotalHitsRelation" }, "value": { "type": "number" @@ -26451,21 +28875,21 @@ "value" ] }, - "_global.search._types:TotalHitsRelation": { + "_global.search._types.TotalHitsRelation": { "type": "string", "enum": [ "eq", "gte" ] }, - "_global.search._types:Hit": { + "_global.search._types.Hit": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_score": { "oneOf": [ @@ -26479,7 +28903,7 @@ ] }, "_explanation": { - "$ref": "#/components/schemas/_global.explain:Explanation" + "$ref": "#/components/schemas/_global.explain.Explanation" }, "fields": { "type": "object", @@ -26499,7 +28923,7 @@ "inner_hits": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search._types:InnerHitsResult" + "$ref": "#/components/schemas/_global.search._types.InnerHitsResult" } }, "matched_queries": { @@ -26519,7 +28943,7 @@ ] }, "_nested": { - "$ref": "#/components/schemas/_global.search._types:NestedIdentity" + "$ref": "#/components/schemas/_global.search._types.NestedIdentity" }, "_ignored": { "type": "array", @@ -26552,26 +28976,26 @@ "type": "number" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } }, "required": [ "_index" ] }, - "_types:IndexName": { + "_types.IndexName": { "type": "string" }, - "_global.explain:Explanation": { + "_global.explain.Explanation": { "type": "object", "properties": { "description": { @@ -26580,7 +29004,7 @@ "details": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" } }, "value": { @@ -26593,7 +29017,7 @@ "value" ] }, - "_global.explain:ExplanationDetail": { + "_global.explain.ExplanationDetail": { "type": "object", "properties": { "description": { @@ -26602,7 +29026,7 @@ "details": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" } }, "value": { @@ -26614,28 +29038,28 @@ "value" ] }, - "_global.search._types:InnerHitsResult": { + "_global.search._types.InnerHitsResult": { "type": "object", "properties": { "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" } }, "required": [ "hits" ] }, - "_global.search._types:NestedIdentity": { + "_global.search._types.NestedIdentity": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "offset": { "type": "number" }, "_nested": { - "$ref": "#/components/schemas/_global.search._types:NestedIdentity" + "$ref": "#/components/schemas/_global.search._types.NestedIdentity" } }, "required": [ @@ -26643,43 +29067,43 @@ "offset" ] }, - "_types:Field": { + "_types.Field": { "description": "Path to field or array of paths. Some API's support wildcards in the path to select multiple fields.", "type": "string" }, - "_types:SequenceNumber": { + "_types.SequenceNumber": { "type": "number" }, - "_types:VersionNumber": { + "_types.VersionNumber": { "type": "number" }, - "_types:SortResults": { + "_types.SortResults": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, - "_types.aggregations:InferenceAggregate": { + "_types.aggregations.InferenceAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "feature_importance": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceFeatureImportance" + "$ref": "#/components/schemas/_types.aggregations.InferenceFeatureImportance" } }, "top_classes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceTopClassEntry" + "$ref": "#/components/schemas/_types.aggregations.InferenceTopClassEntry" } }, "warning": { @@ -26689,7 +29113,7 @@ } ] }, - "_types.aggregations:InferenceFeatureImportance": { + "_types.aggregations.InferenceFeatureImportance": { "type": "object", "properties": { "feature_name": { @@ -26701,7 +29125,7 @@ "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:InferenceClassImportance" + "$ref": "#/components/schemas/_types.aggregations.InferenceClassImportance" } } }, @@ -26709,7 +29133,7 @@ "feature_name" ] }, - "_types.aggregations:InferenceClassImportance": { + "_types.aggregations.InferenceClassImportance": { "type": "object", "properties": { "class_name": { @@ -26724,11 +29148,11 @@ "importance" ] }, - "_types.aggregations:InferenceTopClassEntry": { + "_types.aggregations.InferenceTopClassEntry": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "class_probability": { "type": "number" @@ -26743,10 +29167,10 @@ "class_score" ] }, - "_types.aggregations:StringStatsAggregate": { + "_types.aggregations.StringStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26832,10 +29256,10 @@ } ] }, - "_types.aggregations:BoxPlotAggregate": { + "_types.aggregations.BoxPlotAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26895,10 +29319,10 @@ } ] }, - "_types.aggregations:TopMetricsAggregate": { + "_types.aggregations.TopMetricsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26906,7 +29330,7 @@ "top": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TopMetrics" + "$ref": "#/components/schemas/_types.aggregations.TopMetrics" } } }, @@ -26916,7 +29340,7 @@ } ] }, - "_types.aggregations:TopMetrics": { + "_types.aggregations.TopMetrics": { "type": "object", "properties": { "sort": { @@ -26924,7 +29348,7 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "nullable": true, @@ -26938,7 +29362,7 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, { "nullable": true, @@ -26953,10 +29377,10 @@ "metrics" ] }, - "_types.aggregations:TTestAggregate": { + "_types.aggregations.TTestAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -26982,10 +29406,10 @@ } ] }, - "_types.aggregations:RateAggregate": { + "_types.aggregations.RateAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -27003,10 +29427,10 @@ } ] }, - "_types.aggregations:CumulativeCardinalityAggregate": { + "_types.aggregations.CumulativeCardinalityAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -27024,10 +29448,10 @@ } ] }, - "_types.aggregations:MatrixStatsAggregate": { + "_types.aggregations.MatrixStatsAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -27038,7 +29462,7 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsFields" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsFields" } } }, @@ -27048,11 +29472,11 @@ } ] }, - "_types.aggregations:MatrixStatsFields": { + "_types.aggregations.MatrixStatsFields": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "count": { "type": "number" @@ -27093,10 +29517,10 @@ "correlation" ] }, - "_types.aggregations:GeoLineAggregate": { + "_types.aggregations.GeoLineAggregate": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:AggregateBase" + "$ref": "#/components/schemas/_types.aggregations.AggregateBase" }, { "type": "object", @@ -27105,7 +29529,7 @@ "type": "string" }, "geometry": { - "$ref": "#/components/schemas/_types:GeoLine" + "$ref": "#/components/schemas/_types.GeoLine" }, "properties": { "type": "object" @@ -27119,7 +29543,7 @@ } ] }, - "_types:GeoLine": { + "_types.GeoLine": { "type": "object", "properties": { "type": { @@ -27142,7 +29566,7 @@ "coordinates" ] }, - "_types:ClusterStatistics": { + "_types.ClusterStatistics": { "type": "object", "properties": { "skipped": { @@ -27166,7 +29590,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ClusterDetails" + "$ref": "#/components/schemas/_types.ClusterDetails" } } }, @@ -27179,28 +29603,28 @@ "failed" ] }, - "_types:ClusterDetails": { + "_types.ClusterDetails": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_types:ClusterSearchStatus" + "$ref": "#/components/schemas/_types.ClusterSearchStatus" }, "indices": { "type": "string" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -27210,7 +29634,7 @@ "timed_out" ] }, - "_types:ClusterSearchStatus": { + "_types.ClusterSearchStatus": { "type": "string", "enum": [ "running", @@ -27220,33 +29644,33 @@ "failed" ] }, - "_types:DurationValueUnitMillis": { + "_types.DurationValueUnitMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitMillis" + "$ref": "#/components/schemas/_types.UnitMillis" } ] }, - "_types:ShardStatistics": { + "_types.ShardStatistics": { "type": "object", "properties": { "failed": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "successful": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "total": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } }, "skipped": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" } }, "required": [ @@ -27255,20 +29679,20 @@ "total" ] }, - "_types:uint": { + "_types.uint": { "type": "number" }, - "_types:ShardFailure": { + "_types.ShardFailure": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { "type": "string" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "shard": { "type": "number" @@ -27282,7 +29706,7 @@ "shard" ] }, - "_types:ErrorCause": { + "_types.ErrorCause": { "type": "object", "properties": { "type": { @@ -27298,18 +29722,18 @@ "type": "string" }, "caused_by": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "root_cause": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "suppressed": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, @@ -27317,13 +29741,13 @@ "type" ] }, - "_global.search._types:Profile": { + "_global.search._types.Profile": { "type": "object", "properties": { "shards": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:ShardProfile" + "$ref": "#/components/schemas/_global.search._types.ShardProfile" } } }, @@ -27331,37 +29755,37 @@ "shards" ] }, - "_global.search._types:ShardProfile": { + "_global.search._types.ShardProfile": { "type": "object", "properties": { "aggregations": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfile" + "$ref": "#/components/schemas/_global.search._types.AggregationProfile" } }, "cluster": { "type": "string" }, "dfs": { - "$ref": "#/components/schemas/_global.search._types:DfsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsProfile" }, "fetch": { - "$ref": "#/components/schemas/_global.search._types:FetchProfile" + "$ref": "#/components/schemas/_global.search._types.FetchProfile" }, "id": { "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "searches": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:SearchProfile" + "$ref": "#/components/schemas/_global.search._types.SearchProfile" } }, "shard_id": { @@ -27378,28 +29802,28 @@ "shard_id" ] }, - "_global.search._types:AggregationProfile": { + "_global.search._types.AggregationProfile": { "type": "object", "properties": { "breakdown": { - "$ref": "#/components/schemas/_global.search._types:AggregationBreakdown" + "$ref": "#/components/schemas/_global.search._types.AggregationBreakdown" }, "description": { "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "type": { "type": "string" }, "debug": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDebug" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDebug" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfile" + "$ref": "#/components/schemas/_global.search._types.AggregationProfile" } } }, @@ -27410,7 +29834,7 @@ "type" ] }, - "_global.search._types:AggregationBreakdown": { + "_global.search._types.AggregationBreakdown": { "type": "object", "properties": { "build_aggregation": { @@ -27463,18 +29887,18 @@ "reduce_count" ] }, - "_types:DurationValueUnitNanos": { + "_types.DurationValueUnitNanos": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitNanos" + "$ref": "#/components/schemas/_types.UnitNanos" } ] }, - "_types:UnitNanos": { + "_types.UnitNanos": { "description": "Time unit for nanoseconds", "type": "number" }, - "_global.search._types:AggregationProfileDebug": { + "_global.search._types.AggregationProfileDebug": { "type": "object", "properties": { "segments_with_multi_valued_ords": { @@ -27502,7 +29926,7 @@ "type": "string" }, "delegate_debug": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDebug" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDebug" }, "chars_fetched": { "type": "number" @@ -27555,7 +29979,7 @@ "filters": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:AggregationProfileDelegateDebugFilter" + "$ref": "#/components/schemas/_global.search._types.AggregationProfileDelegateDebugFilter" } }, "segments_counted": { @@ -27581,7 +30005,7 @@ } } }, - "_global.search._types:AggregationProfileDelegateDebugFilter": { + "_global.search._types.AggregationProfileDelegateDebugFilter": { "type": "object", "properties": { "results_from_metadata": { @@ -27598,21 +30022,21 @@ } } }, - "_global.search._types:DfsProfile": { + "_global.search._types.DfsProfile": { "type": "object", "properties": { "statistics": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsProfile" }, "knn": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:DfsKnnProfile" + "$ref": "#/components/schemas/_global.search._types.DfsKnnProfile" } } } }, - "_global.search._types:DfsStatisticsProfile": { + "_global.search._types.DfsStatisticsProfile": { "type": "object", "properties": { "type": { @@ -27622,13 +30046,13 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsBreakdown" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsBreakdown" }, "debug": { "type": "object", @@ -27639,7 +30063,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:DfsStatisticsProfile" + "$ref": "#/components/schemas/_global.search._types.DfsStatisticsProfile" } } }, @@ -27650,7 +30074,7 @@ "breakdown" ] }, - "_global.search._types:DfsStatisticsBreakdown": { + "_global.search._types.DfsStatisticsBreakdown": { "type": "object", "properties": { "collection_statistics": { @@ -27689,7 +30113,7 @@ "term_statistics_count" ] }, - "_global.search._types:DfsKnnProfile": { + "_global.search._types.DfsKnnProfile": { "type": "object", "properties": { "vector_operations_count": { @@ -27698,7 +30122,7 @@ "query": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileResult" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileResult" } }, "rewrite_time": { @@ -27707,7 +30131,7 @@ "collector": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnCollectorResult" + "$ref": "#/components/schemas/_global.search._types.KnnCollectorResult" } } }, @@ -27717,7 +30141,7 @@ "collector" ] }, - "_global.search._types:KnnQueryProfileResult": { + "_global.search._types.KnnQueryProfileResult": { "type": "object", "properties": { "type": { @@ -27727,13 +30151,13 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileBreakdown" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileBreakdown" }, "debug": { "type": "object", @@ -27744,7 +30168,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnQueryProfileResult" + "$ref": "#/components/schemas/_global.search._types.KnnQueryProfileResult" } } }, @@ -27755,7 +30179,7 @@ "breakdown" ] }, - "_global.search._types:KnnQueryProfileBreakdown": { + "_global.search._types.KnnQueryProfileBreakdown": { "type": "object", "properties": { "advance": { @@ -27842,7 +30266,7 @@ "shallow_advance_count" ] }, - "_global.search._types:KnnCollectorResult": { + "_global.search._types.KnnCollectorResult": { "type": "object", "properties": { "name": { @@ -27852,15 +30276,15 @@ "type": "string" }, "time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:KnnCollectorResult" + "$ref": "#/components/schemas/_global.search._types.KnnCollectorResult" } } }, @@ -27870,7 +30294,7 @@ "time_in_nanos" ] }, - "_global.search._types:FetchProfile": { + "_global.search._types.FetchProfile": { "type": "object", "properties": { "type": { @@ -27880,18 +30304,18 @@ "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "breakdown": { - "$ref": "#/components/schemas/_global.search._types:FetchProfileBreakdown" + "$ref": "#/components/schemas/_global.search._types.FetchProfileBreakdown" }, "debug": { - "$ref": "#/components/schemas/_global.search._types:FetchProfileDebug" + "$ref": "#/components/schemas/_global.search._types.FetchProfileDebug" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:FetchProfile" + "$ref": "#/components/schemas/_global.search._types.FetchProfile" } } }, @@ -27902,7 +30326,7 @@ "breakdown" ] }, - "_global.search._types:FetchProfileBreakdown": { + "_global.search._types.FetchProfileBreakdown": { "type": "object", "properties": { "load_source": { @@ -27931,7 +30355,7 @@ } } }, - "_global.search._types:FetchProfileDebug": { + "_global.search._types.FetchProfileDebug": { "type": "object", "properties": { "stored_fields": { @@ -27945,22 +30369,22 @@ } } }, - "_types:NodeId": { + "_types.NodeId": { "type": "string" }, - "_global.search._types:SearchProfile": { + "_global.search._types.SearchProfile": { "type": "object", "properties": { "collector": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Collector" + "$ref": "#/components/schemas/_global.search._types.Collector" } }, "query": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:QueryProfile" + "$ref": "#/components/schemas/_global.search._types.QueryProfile" } }, "rewrite_time": { @@ -27973,7 +30397,7 @@ "rewrite_time" ] }, - "_global.search._types:Collector": { + "_global.search._types.Collector": { "type": "object", "properties": { "name": { @@ -27983,12 +30407,12 @@ "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Collector" + "$ref": "#/components/schemas/_global.search._types.Collector" } } }, @@ -27998,17 +30422,17 @@ "time_in_nanos" ] }, - "_global.search._types:QueryProfile": { + "_global.search._types.QueryProfile": { "type": "object", "properties": { "breakdown": { - "$ref": "#/components/schemas/_global.search._types:QueryBreakdown" + "$ref": "#/components/schemas/_global.search._types.QueryBreakdown" }, "description": { "type": "string" }, "time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "type": { "type": "string" @@ -28016,7 +30440,7 @@ "children": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:QueryProfile" + "$ref": "#/components/schemas/_global.search._types.QueryProfile" } } }, @@ -28027,7 +30451,7 @@ "type" ] }, - "_global.search._types:QueryBreakdown": { + "_global.search._types.QueryBreakdown": { "type": "object", "properties": { "advance": { @@ -28114,26 +30538,26 @@ "set_min_competitive_score_count" ] }, - "_types:ScrollId": { + "_types.ScrollId": { "type": "string" }, - "_global.search._types:Suggest": { + "_global.search._types.Suggest": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggest" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggest" }, { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggest" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggest" }, { - "$ref": "#/components/schemas/_global.search._types:TermSuggest" + "$ref": "#/components/schemas/_global.search._types.TermSuggest" } ] }, - "_global.search._types:CompletionSuggest": { + "_global.search._types.CompletionSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -28141,12 +30565,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggestOption" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:CompletionSuggestOption" + "$ref": "#/components/schemas/_global.search._types.CompletionSuggestOption" } } ] @@ -28158,7 +30582,7 @@ } ] }, - "_global.search._types:CompletionSuggestOption": { + "_global.search._types.CompletionSuggestOption": { "type": "object", "properties": { "collate_match": { @@ -28169,7 +30593,7 @@ "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Context" + "$ref": "#/components/schemas/_global.search._types.Context" } } }, @@ -28183,10 +30607,10 @@ "type": "string" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_score": { "type": "number" @@ -28205,21 +30629,21 @@ "text" ] }, - "_global.search._types:Context": { + "_global.search._types.Context": { "description": "Text or location that we want similar documents for or a lookup to a document's field for the text.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } ] }, - "_types:Routing": { + "_types.Routing": { "type": "string" }, - "_global.search._types:SuggestBase": { + "_global.search._types.SuggestBase": { "type": "object", "properties": { "length": { @@ -28238,10 +30662,10 @@ "text" ] }, - "_global.search._types:PhraseSuggest": { + "_global.search._types.PhraseSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -28249,12 +30673,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggestOption" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:PhraseSuggestOption" + "$ref": "#/components/schemas/_global.search._types.PhraseSuggestOption" } } ] @@ -28266,7 +30690,7 @@ } ] }, - "_global.search._types:PhraseSuggestOption": { + "_global.search._types.PhraseSuggestOption": { "type": "object", "properties": { "text": { @@ -28287,10 +30711,10 @@ "score" ] }, - "_global.search._types:TermSuggest": { + "_global.search._types.TermSuggest": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:SuggestBase" + "$ref": "#/components/schemas/_global.search._types.SuggestBase" }, { "type": "object", @@ -28298,12 +30722,12 @@ "options": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:TermSuggestOption" + "$ref": "#/components/schemas/_global.search._types.TermSuggestOption" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:TermSuggestOption" + "$ref": "#/components/schemas/_global.search._types.TermSuggestOption" } } ] @@ -28315,7 +30739,7 @@ } ] }, - "_global.search._types:TermSuggestOption": { + "_global.search._types.TermSuggestOption": { "type": "object", "properties": { "text": { @@ -28340,11 +30764,11 @@ "freq" ] }, - "async_search._types:AsyncSearchResponseBase": { + "async_search._types.AsyncSearchResponseBase": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "When the query is no longer running, this property indicates whether the search failed or was successfully completed on all shards.\nWhile the query is running, `is_partial` is always set to `true`.", @@ -28355,22 +30779,22 @@ "type": "boolean" }, "expiration_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "expiration_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "completion_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "completion_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -28380,30 +30804,30 @@ "start_time_in_millis" ] }, - "_types:DateTime": { + "_types.DateTime": { "description": "A date and time, either as a string whose format can depend on the context (defaulting to ISO 8601), or a\nnumber of milliseconds since the Epoch. Elasticsearch accepts both as input, but will generally output a string\nrepresentation.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } ] }, - "async_search.status:StatusResponseBase": { + "async_search.status.StatusResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/async_search._types:AsyncSearchResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchResponseBase" }, { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "completion_status": { "description": "If the async search completed, this field shows the status code of the search.\nFor example, `200` indicates that the async search was successfully completed.\n`503` indicates that the async search was completed with an error.", @@ -28416,20 +30840,20 @@ } ] }, - "_types:Indices": { + "_types.Indices": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] }, - "_types.query_dsl:Operator": { + "_types.query_dsl.Operator": { "type": "string", "enum": [ "and", @@ -28438,33 +30862,33 @@ "OR" ] }, - "_types:Fields": { + "_types.Fields": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } ] }, - "_types:ExpandWildcards": { + "_types.ExpandWildcards": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ExpandWildcard" + "$ref": "#/components/schemas/_types.ExpandWildcard" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ExpandWildcard" + "$ref": "#/components/schemas/_types.ExpandWildcard" } } ] }, - "_types:ExpandWildcard": { + "_types.ExpandWildcard": { "type": "string", "enum": [ "all", @@ -28474,14 +30898,14 @@ "none" ] }, - "_types:SearchType": { + "_types.SearchType": { "type": "string", "enum": [ "query_then_fetch", "dfs_query_then_fetch" ] }, - "_types:SuggestMode": { + "_types.SuggestMode": { "type": "string", "enum": [ "missing", @@ -28489,7 +30913,7 @@ "always" ] }, - "_global.search._types:TrackHits": { + "_global.search._types.TrackHits": { "description": "Number of hits matching the query to count accurately. If true, the exact\nnumber of hits is returned at the cost of some performance. If false, the\nresponse does not include the total number of hits matching the query.\nDefaults to 10,000 hits.", "oneOf": [ { @@ -28500,18 +30924,18 @@ } ] }, - "_global.search._types:SourceConfigParam": { + "_global.search._types.SourceConfigParam": { "description": "Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.\nUsed as a query parameter along with the `_source_includes` and `_source_excludes` parameters.", "oneOf": [ { "type": "boolean" }, { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } ] }, - "_types.aggregations:AggregationContainer": { + "_types.aggregations.AggregationContainer": { "allOf": [ { "type": "object", @@ -28520,11 +30944,11 @@ "description": "Sub-aggregations for this aggregation.\nOnly applies to bucket aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -28532,235 +30956,235 @@ "type": "object", "properties": { "adjacency_matrix": { - "$ref": "#/components/schemas/_types.aggregations:AdjacencyMatrixAggregation" + "$ref": "#/components/schemas/_types.aggregations.AdjacencyMatrixAggregation" }, "auto_date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:AutoDateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.AutoDateHistogramAggregation" }, "avg": { - "$ref": "#/components/schemas/_types.aggregations:AverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.AverageAggregation" }, "avg_bucket": { - "$ref": "#/components/schemas/_types.aggregations:AverageBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.AverageBucketAggregation" }, "boxplot": { - "$ref": "#/components/schemas/_types.aggregations:BoxplotAggregation" + "$ref": "#/components/schemas/_types.aggregations.BoxplotAggregation" }, "bucket_script": { - "$ref": "#/components/schemas/_types.aggregations:BucketScriptAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketScriptAggregation" }, "bucket_selector": { - "$ref": "#/components/schemas/_types.aggregations:BucketSelectorAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketSelectorAggregation" }, "bucket_sort": { - "$ref": "#/components/schemas/_types.aggregations:BucketSortAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketSortAggregation" }, "bucket_count_ks_test": { - "$ref": "#/components/schemas/_types.aggregations:BucketKsAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketKsAggregation" }, "bucket_correlation": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationAggregation" }, "cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregation" }, "categorize_text": { - "$ref": "#/components/schemas/_types.aggregations:CategorizeTextAggregation" + "$ref": "#/components/schemas/_types.aggregations.CategorizeTextAggregation" }, "children": { - "$ref": "#/components/schemas/_types.aggregations:ChildrenAggregation" + "$ref": "#/components/schemas/_types.aggregations.ChildrenAggregation" }, "composite": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregation" }, "cumulative_cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CumulativeCardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CumulativeCardinalityAggregation" }, "cumulative_sum": { - "$ref": "#/components/schemas/_types.aggregations:CumulativeSumAggregation" + "$ref": "#/components/schemas/_types.aggregations.CumulativeSumAggregation" }, "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregation" }, "date_range": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregation" }, "derivative": { - "$ref": "#/components/schemas/_types.aggregations:DerivativeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DerivativeAggregation" }, "diversified_sampler": { - "$ref": "#/components/schemas/_types.aggregations:DiversifiedSamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.DiversifiedSamplerAggregation" }, "extended_stats": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsAggregation" }, "extended_stats_bucket": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedStatsBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.ExtendedStatsBucketAggregation" }, "frequent_item_sets": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsAggregation" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsAggregation" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "filters": { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregation" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregation" }, "geo_bounds": { - "$ref": "#/components/schemas/_types.aggregations:GeoBoundsAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoBoundsAggregation" }, "geo_centroid": { - "$ref": "#/components/schemas/_types.aggregations:GeoCentroidAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoCentroidAggregation" }, "geo_distance": { - "$ref": "#/components/schemas/_types.aggregations:GeoDistanceAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoDistanceAggregation" }, "geohash_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoHashGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoHashGridAggregation" }, "geo_line": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregation" }, "geohex_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeohexGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeohexGridAggregation" }, "global": { - "$ref": "#/components/schemas/_types.aggregations:GlobalAggregation" + "$ref": "#/components/schemas/_types.aggregations.GlobalAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregation" }, "ip_range": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregation" }, "ip_prefix": { - "$ref": "#/components/schemas/_types.aggregations:IpPrefixAggregation" + "$ref": "#/components/schemas/_types.aggregations.IpPrefixAggregation" }, "inference": { - "$ref": "#/components/schemas/_types.aggregations:InferenceAggregation" + "$ref": "#/components/schemas/_types.aggregations.InferenceAggregation" }, "line": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoLineAggregation" }, "matrix_stats": { - "$ref": "#/components/schemas/_types.aggregations:MatrixStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.MatrixStatsAggregation" }, "max": { - "$ref": "#/components/schemas/_types.aggregations:MaxAggregation" + "$ref": "#/components/schemas/_types.aggregations.MaxAggregation" }, "max_bucket": { - "$ref": "#/components/schemas/_types.aggregations:MaxBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.MaxBucketAggregation" }, "median_absolute_deviation": { - "$ref": "#/components/schemas/_types.aggregations:MedianAbsoluteDeviationAggregation" + "$ref": "#/components/schemas/_types.aggregations.MedianAbsoluteDeviationAggregation" }, "min": { - "$ref": "#/components/schemas/_types.aggregations:MinAggregation" + "$ref": "#/components/schemas/_types.aggregations.MinAggregation" }, "min_bucket": { - "$ref": "#/components/schemas/_types.aggregations:MinBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.MinBucketAggregation" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregation" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregation" }, "moving_avg": { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregation" }, "moving_percentiles": { - "$ref": "#/components/schemas/_types.aggregations:MovingPercentilesAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingPercentilesAggregation" }, "moving_fn": { - "$ref": "#/components/schemas/_types.aggregations:MovingFunctionAggregation" + "$ref": "#/components/schemas/_types.aggregations.MovingFunctionAggregation" }, "multi_terms": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregation" }, "nested": { - "$ref": "#/components/schemas/_types.aggregations:NestedAggregation" + "$ref": "#/components/schemas/_types.aggregations.NestedAggregation" }, "normalize": { - "$ref": "#/components/schemas/_types.aggregations:NormalizeAggregation" + "$ref": "#/components/schemas/_types.aggregations.NormalizeAggregation" }, "parent": { - "$ref": "#/components/schemas/_types.aggregations:ParentAggregation" + "$ref": "#/components/schemas/_types.aggregations.ParentAggregation" }, "percentile_ranks": { - "$ref": "#/components/schemas/_types.aggregations:PercentileRanksAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentileRanksAggregation" }, "percentiles": { - "$ref": "#/components/schemas/_types.aggregations:PercentilesAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentilesAggregation" }, "percentiles_bucket": { - "$ref": "#/components/schemas/_types.aggregations:PercentilesBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.PercentilesBucketAggregation" }, "range": { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregation" }, "rare_terms": { - "$ref": "#/components/schemas/_types.aggregations:RareTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.RareTermsAggregation" }, "rate": { - "$ref": "#/components/schemas/_types.aggregations:RateAggregation" + "$ref": "#/components/schemas/_types.aggregations.RateAggregation" }, "reverse_nested": { - "$ref": "#/components/schemas/_types.aggregations:ReverseNestedAggregation" + "$ref": "#/components/schemas/_types.aggregations.ReverseNestedAggregation" }, "sampler": { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregation" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregation" }, "scripted_metric": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedMetricAggregation" + "$ref": "#/components/schemas/_types.aggregations.ScriptedMetricAggregation" }, "serial_diff": { - "$ref": "#/components/schemas/_types.aggregations:SerialDifferencingAggregation" + "$ref": "#/components/schemas/_types.aggregations.SerialDifferencingAggregation" }, "significant_terms": { - "$ref": "#/components/schemas/_types.aggregations:SignificantTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.SignificantTermsAggregation" }, "significant_text": { - "$ref": "#/components/schemas/_types.aggregations:SignificantTextAggregation" + "$ref": "#/components/schemas/_types.aggregations.SignificantTextAggregation" }, "stats": { - "$ref": "#/components/schemas/_types.aggregations:StatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.StatsAggregation" }, "stats_bucket": { - "$ref": "#/components/schemas/_types.aggregations:StatsBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.StatsBucketAggregation" }, "string_stats": { - "$ref": "#/components/schemas/_types.aggregations:StringStatsAggregation" + "$ref": "#/components/schemas/_types.aggregations.StringStatsAggregation" }, "sum": { - "$ref": "#/components/schemas/_types.aggregations:SumAggregation" + "$ref": "#/components/schemas/_types.aggregations.SumAggregation" }, "sum_bucket": { - "$ref": "#/components/schemas/_types.aggregations:SumBucketAggregation" + "$ref": "#/components/schemas/_types.aggregations.SumBucketAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" }, "time_series": { - "$ref": "#/components/schemas/_types.aggregations:TimeSeriesAggregation" + "$ref": "#/components/schemas/_types.aggregations.TimeSeriesAggregation" }, "top_hits": { - "$ref": "#/components/schemas/_types.aggregations:TopHitsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TopHitsAggregation" }, "t_test": { - "$ref": "#/components/schemas/_types.aggregations:TTestAggregation" + "$ref": "#/components/schemas/_types.aggregations.TTestAggregation" }, "top_metrics": { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsAggregation" }, "value_count": { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregation" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregation" }, "weighted_avg": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageAggregation" }, "variable_width_histogram": { - "$ref": "#/components/schemas/_types.aggregations:VariableWidthHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.VariableWidthHistogramAggregation" } }, "minProperties": 1, @@ -28768,10 +31192,10 @@ } ] }, - "_types.aggregations:AdjacencyMatrixAggregation": { + "_types.aggregations.AdjacencyMatrixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -28780,7 +31204,7 @@ "description": "Filters used to create buckets.\nAt least one filter is required.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "separator": { @@ -28791,7 +31215,7 @@ } ] }, - "_types.query_dsl:QueryContainer": { + "_types.query_dsl.QueryContainer": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html" }, @@ -28799,37 +31223,37 @@ "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "boosting": { - "$ref": "#/components/schemas/_types.query_dsl:BoostingQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoostingQuery" }, "common": { "deprecated": true, "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:CommonTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.CommonTermsQuery" }, "minProperties": 1, "maxProperties": 1 }, "combined_fields": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsQuery" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsQuery" }, "constant_score": { - "$ref": "#/components/schemas/_types.query_dsl:ConstantScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.ConstantScoreQuery" }, "dis_max": { - "$ref": "#/components/schemas/_types.query_dsl:DisMaxQuery" + "$ref": "#/components/schemas/_types.query_dsl.DisMaxQuery" }, "distance_feature": { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "function_score": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreQuery" }, "fuzzy": { "externalDocs": { @@ -28838,40 +31262,40 @@ "description": "Returns documents that contain terms similar to the search term, as measured by a Levenshtein edit distance.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:FuzzyQuery" + "$ref": "#/components/schemas/_types.query_dsl.FuzzyQuery" }, "minProperties": 1, "maxProperties": 1 }, "geo_bounding_box": { - "$ref": "#/components/schemas/_types.query_dsl:GeoBoundingBoxQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoBoundingBoxQuery" }, "geo_distance": { - "$ref": "#/components/schemas/_types.query_dsl:GeoDistanceQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoDistanceQuery" }, "geo_grid": { "description": "Matches `geo_point` and `geo_shape` values that intersect a grid cell from a GeoGrid aggregation.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:GeoGridQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoGridQuery" }, "minProperties": 1, "maxProperties": 1 }, "geo_polygon": { - "$ref": "#/components/schemas/_types.query_dsl:GeoPolygonQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoPolygonQuery" }, "geo_shape": { - "$ref": "#/components/schemas/_types.query_dsl:GeoShapeQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoShapeQuery" }, "has_child": { - "$ref": "#/components/schemas/_types.query_dsl:HasChildQuery" + "$ref": "#/components/schemas/_types.query_dsl.HasChildQuery" }, "has_parent": { - "$ref": "#/components/schemas/_types.query_dsl:HasParentQuery" + "$ref": "#/components/schemas/_types.query_dsl.HasParentQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "intervals": { "externalDocs": { @@ -28880,13 +31304,13 @@ "description": "Returns documents based on the order and proximity of matching terms.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsQuery" }, "minProperties": 1, "maxProperties": 1 }, "knn": { - "$ref": "#/components/schemas/_types:KnnQuery" + "$ref": "#/components/schemas/_types.KnnQuery" }, "match": { "externalDocs": { @@ -28895,13 +31319,13 @@ "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "match_bool_prefix": { "externalDocs": { @@ -28910,13 +31334,13 @@ "description": "Analyzes its input and constructs a `bool` query from the terms.\nEach term except the last is used in a `term` query.\nThe last term is used in a prefix query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchBoolPrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchBoolPrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_none": { - "$ref": "#/components/schemas/_types.query_dsl:MatchNoneQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchNoneQuery" }, "match_phrase": { "externalDocs": { @@ -28925,7 +31349,7 @@ "description": "Analyzes the text and creates a phrase query out of the analyzed text.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchPhraseQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchPhraseQuery" }, "minProperties": 1, "maxProperties": 1 @@ -28937,28 +31361,28 @@ "description": "Returns documents that contain the words of a provided text, in the same order as provided.\nThe last term of the provided text is treated as a prefix, matching any words that begin with that term.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchPhrasePrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchPhrasePrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "more_like_this": { - "$ref": "#/components/schemas/_types.query_dsl:MoreLikeThisQuery" + "$ref": "#/components/schemas/_types.query_dsl.MoreLikeThisQuery" }, "multi_match": { - "$ref": "#/components/schemas/_types.query_dsl:MultiMatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MultiMatchQuery" }, "nested": { - "$ref": "#/components/schemas/_types.query_dsl:NestedQuery" + "$ref": "#/components/schemas/_types.query_dsl.NestedQuery" }, "parent_id": { - "$ref": "#/components/schemas/_types.query_dsl:ParentIdQuery" + "$ref": "#/components/schemas/_types.query_dsl.ParentIdQuery" }, "percolate": { - "$ref": "#/components/schemas/_types.query_dsl:PercolateQuery" + "$ref": "#/components/schemas/_types.query_dsl.PercolateQuery" }, "pinned": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedQuery" + "$ref": "#/components/schemas/_types.query_dsl.PinnedQuery" }, "prefix": { "externalDocs": { @@ -28967,13 +31391,13 @@ "description": "Returns documents that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 }, "query_string": { - "$ref": "#/components/schemas/_types.query_dsl:QueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.QueryStringQuery" }, "range": { "externalDocs": { @@ -28982,13 +31406,13 @@ "description": "Returns documents that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "rank_feature": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureQuery" }, "regexp": { "externalDocs": { @@ -28997,49 +31421,49 @@ "description": "Returns documents that contain terms matching a regular expression.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RegexpQuery" + "$ref": "#/components/schemas/_types.query_dsl.RegexpQuery" }, "minProperties": 1, "maxProperties": 1 }, "rule": { - "$ref": "#/components/schemas/_types.query_dsl:RuleQuery" + "$ref": "#/components/schemas/_types.query_dsl.RuleQuery" }, "script": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptQuery" + "$ref": "#/components/schemas/_types.query_dsl.ScriptQuery" }, "script_score": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptScoreQuery" + "$ref": "#/components/schemas/_types.query_dsl.ScriptScoreQuery" }, "semantic": { - "$ref": "#/components/schemas/_types.query_dsl:SemanticQuery" + "$ref": "#/components/schemas/_types.query_dsl.SemanticQuery" }, "shape": { - "$ref": "#/components/schemas/_types.query_dsl:ShapeQuery" + "$ref": "#/components/schemas/_types.query_dsl.ShapeQuery" }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "span_containing": { - "$ref": "#/components/schemas/_types.query_dsl:SpanContainingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanContainingQuery" }, "span_field_masking": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFieldMaskingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFieldMaskingQuery" }, "span_first": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFirstQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFirstQuery" }, "span_multi": { - "$ref": "#/components/schemas/_types.query_dsl:SpanMultiTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanMultiTermQuery" }, "span_near": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNearQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNearQuery" }, "span_not": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNotQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNotQuery" }, "span_or": { - "$ref": "#/components/schemas/_types.query_dsl:SpanOrQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanOrQuery" }, "span_term": { "externalDocs": { @@ -29048,16 +31472,16 @@ "description": "Matches spans containing a term.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:SpanTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanTermQuery" }, "minProperties": 1, "maxProperties": 1 }, "span_within": { - "$ref": "#/components/schemas/_types.query_dsl:SpanWithinQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanWithinQuery" }, "sparse_vector": { - "$ref": "#/components/schemas/_types.query_dsl:SparseVectorQuery" + "$ref": "#/components/schemas/_types.query_dsl.SparseVectorQuery" }, "term": { "externalDocs": { @@ -29066,13 +31490,13 @@ "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "terms_set": { "externalDocs": { @@ -29081,7 +31505,7 @@ "description": "Returns documents that contain a minimum number of exact terms in a provided field.\nTo return a document, a required number of terms must exactly match the field values, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermsSetQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsSetQuery" }, "minProperties": 1, "maxProperties": 1 @@ -29094,7 +31518,7 @@ "description": "Uses a natural language processing model to convert the query text into a list of token-weight pairs which are then used in a query against a sparse vector or rank features field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TextExpansionQuery" + "$ref": "#/components/schemas/_types.query_dsl.TextExpansionQuery" }, "minProperties": 1, "maxProperties": 1 @@ -29107,7 +31531,7 @@ "description": "Supports returning text_expansion query results by sending in precomputed tokens with the query.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WeightedTokensQuery" + "$ref": "#/components/schemas/_types.query_dsl.WeightedTokensQuery" }, "minProperties": 1, "maxProperties": 1 @@ -29119,25 +31543,25 @@ "description": "Returns documents that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 }, "wrapper": { - "$ref": "#/components/schemas/_types.query_dsl:WrapperQuery" + "$ref": "#/components/schemas/_types.query_dsl.WrapperQuery" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TypeQuery" + "$ref": "#/components/schemas/_types.query_dsl.TypeQuery" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:BoolQuery": { + "_types.query_dsl.BoolQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29146,29 +31570,29 @@ "description": "The clause (query) must appear in matching documents.\nHowever, unlike `must`, the score of the query will be ignored.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "must": { "description": "The clause (query) must appear in matching documents and will contribute to the score.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -29177,12 +31601,12 @@ "description": "The clause (query) must not appear in the matching documents.\nBecause scoring is ignored, a score of `0` is returned for all documents.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -29191,12 +31615,12 @@ "description": "The clause (query) should appear in the matching document.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -29205,7 +31629,7 @@ } ] }, - "_types:MinimumShouldMatch": { + "_types.MinimumShouldMatch": { "description": "The minimum number of terms that should match as integer, percentage or range", "oneOf": [ { @@ -29216,7 +31640,7 @@ } ] }, - "_types.query_dsl:QueryBase": { + "_types.query_dsl.QueryBase": { "type": "object", "properties": { "boost": { @@ -29228,10 +31652,10 @@ } } }, - "_types.query_dsl:BoostingQuery": { + "_types.query_dsl.BoostingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29241,10 +31665,10 @@ "type": "number" }, "negative": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "positive": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -29255,10 +31679,10 @@ } ] }, - "_types.query_dsl:CommonTermsQuery": { + "_types.query_dsl.CommonTermsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29270,13 +31694,13 @@ "type": "number" }, "high_freq_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "low_freq_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "query": { "type": "string" @@ -29288,10 +31712,10 @@ } ] }, - "_types.query_dsl:CombinedFieldsQuery": { + "_types.query_dsl.CombinedFieldsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29300,7 +31724,7 @@ "description": "List of fields to search. Field wildcard patterns are allowed. Only `text` fields are supported, and they must all have the same search `analyzer`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "query": { @@ -29312,13 +31736,13 @@ "type": "boolean" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsOperator" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsOperator" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:CombinedFieldsZeroTerms" + "$ref": "#/components/schemas/_types.query_dsl.CombinedFieldsZeroTerms" } }, "required": [ @@ -29328,30 +31752,30 @@ } ] }, - "_types.query_dsl:CombinedFieldsOperator": { + "_types.query_dsl.CombinedFieldsOperator": { "type": "string", "enum": [ "or", "and" ] }, - "_types.query_dsl:CombinedFieldsZeroTerms": { + "_types.query_dsl.CombinedFieldsZeroTerms": { "type": "string", "enum": [ "none", "all" ] }, - "_types.query_dsl:ConstantScoreQuery": { + "_types.query_dsl.ConstantScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -29360,10 +31784,10 @@ } ] }, - "_types.query_dsl:DisMaxQuery": { + "_types.query_dsl.DisMaxQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29372,7 +31796,7 @@ "description": "One or more query clauses.\nReturned documents must match one or more of these queries.\nIf a document matches multiple queries, Elasticsearch uses the highest relevance score.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "tie_breaker": { @@ -29386,36 +31810,36 @@ } ] }, - "_types.query_dsl:DistanceFeatureQuery": { + "_types.query_dsl.DistanceFeatureQuery": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-query.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.UntypedDistanceFeatureQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:GeoDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.GeoDistanceFeatureQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateDistanceFeatureQuery" + "$ref": "#/components/schemas/_types.query_dsl.DateDistanceFeatureQuery" } ] }, - "_types.query_dsl:UntypedDistanceFeatureQuery": { + "_types.query_dsl.UntypedDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBase" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBase": { + "_types.query_dsl.DistanceFeatureQueryBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -29429,7 +31853,7 @@ "type": "object" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -29440,32 +31864,32 @@ } ] }, - "_types.query_dsl:GeoDistanceFeatureQuery": { + "_types.query_dsl.GeoDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBaseGeoLocationDistance" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBaseGeoLocationDistance" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBaseGeoLocationDistance": { + "_types.query_dsl.DistanceFeatureQueryBaseGeoLocationDistance": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "origin": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "pivot": { - "$ref": "#/components/schemas/_types:Distance" + "$ref": "#/components/schemas/_types.Distance" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -29476,35 +31900,35 @@ } ] }, - "_types:Distance": { + "_types.Distance": { "type": "string" }, - "_types.query_dsl:DateDistanceFeatureQuery": { + "_types.query_dsl.DateDistanceFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBaseDateMathDuration" + "$ref": "#/components/schemas/_types.query_dsl.DistanceFeatureQueryBaseDateMathDuration" }, { "type": "object" } ] }, - "_types.query_dsl:DistanceFeatureQueryBaseDateMathDuration": { + "_types.query_dsl.DistanceFeatureQueryBaseDateMathDuration": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "origin": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "pivot": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -29515,19 +31939,19 @@ } ] }, - "_types:DateMath": { + "_types.DateMath": { "type": "string" }, - "_types.query_dsl:ExistsQuery": { + "_types.query_dsl.ExistsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -29536,22 +31960,22 @@ } ] }, - "_types.query_dsl:FunctionScoreQuery": { + "_types.query_dsl.FunctionScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "boost_mode": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionBoostMode" + "$ref": "#/components/schemas/_types.query_dsl.FunctionBoostMode" }, "functions": { "description": "One or more functions that compute a new score for each document returned by the query.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreContainer" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreContainer" } }, "max_boost": { @@ -29563,16 +31987,16 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:FunctionScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.FunctionScoreMode" } } } ] }, - "_types.query_dsl:FunctionBoostMode": { + "_types.query_dsl.FunctionBoostMode": { "type": "string", "enum": [ "multiply", @@ -29583,13 +32007,13 @@ "min" ] }, - "_types.query_dsl:FunctionScoreContainer": { + "_types.query_dsl.FunctionScoreContainer": { "allOf": [ { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "weight": { "type": "number" @@ -29600,22 +32024,22 @@ "type": "object", "properties": { "exp": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "gauss": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "linear": { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunction" }, "field_value_factor": { - "$ref": "#/components/schemas/_types.query_dsl:FieldValueFactorScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.FieldValueFactorScoreFunction" }, "random_score": { - "$ref": "#/components/schemas/_types.query_dsl:RandomScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.RandomScoreFunction" }, "script_score": { - "$ref": "#/components/schemas/_types.query_dsl:ScriptScoreFunction" + "$ref": "#/components/schemas/_types.query_dsl.ScriptScoreFunction" } }, "minProperties": 1, @@ -29623,41 +32047,41 @@ } ] }, - "_types.query_dsl:DecayFunction": { + "_types.query_dsl.DecayFunction": { "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.UntypedDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.DateDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:NumericDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.NumericDecayFunction" }, { - "$ref": "#/components/schemas/_types.query_dsl:GeoDecayFunction" + "$ref": "#/components/schemas/_types.query_dsl.GeoDecayFunction" } ] }, - "_types.query_dsl:UntypedDecayFunction": { + "_types.query_dsl.UntypedDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBase" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBase": { + "_types.query_dsl.DecayFunctionBase": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:MultiValueMode": { + "_types.query_dsl.MultiValueMode": { "type": "string", "enum": [ "min", @@ -29666,65 +32090,65 @@ "sum" ] }, - "_types.query_dsl:DateDecayFunction": { + "_types.query_dsl.DateDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseDateMathDuration" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBaseDateMathDuration" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBaseDateMathDuration": { + "_types.query_dsl.DecayFunctionBaseDateMathDuration": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:NumericDecayFunction": { + "_types.query_dsl.NumericDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBasedoubledouble" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBasedoubledouble" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBasedoubledouble": { + "_types.query_dsl.DecayFunctionBasedoubledouble": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:GeoDecayFunction": { + "_types.query_dsl.GeoDecayFunction": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseGeoLocationDistance" + "$ref": "#/components/schemas/_types.query_dsl.DecayFunctionBaseGeoLocationDistance" }, { "type": "object" } ] }, - "_types.query_dsl:DecayFunctionBaseGeoLocationDistance": { + "_types.query_dsl.DecayFunctionBaseGeoLocationDistance": { "type": "object", "properties": { "multi_value_mode": { - "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode" + "$ref": "#/components/schemas/_types.query_dsl.MultiValueMode" } } }, - "_types.query_dsl:FieldValueFactorScoreFunction": { + "_types.query_dsl.FieldValueFactorScoreFunction": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "factor": { "description": "Optional factor to multiply the field value with.", @@ -29735,14 +32159,14 @@ "type": "number" }, "modifier": { - "$ref": "#/components/schemas/_types.query_dsl:FieldValueFactorModifier" + "$ref": "#/components/schemas/_types.query_dsl.FieldValueFactorModifier" } }, "required": [ "field" ] }, - "_types.query_dsl:FieldValueFactorModifier": { + "_types.query_dsl.FieldValueFactorModifier": { "type": "string", "enum": [ "none", @@ -29757,11 +32181,11 @@ "reciprocal" ] }, - "_types.query_dsl:RandomScoreFunction": { + "_types.query_dsl.RandomScoreFunction": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "seed": { "oneOf": [ @@ -29775,25 +32199,25 @@ } } }, - "_types.query_dsl:ScriptScoreFunction": { + "_types.query_dsl.ScriptScoreFunction": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "_types:Script": { + "_types.Script": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Specifies any named parameters that are passed into the script as variables.\nUse parameters instead of hard-coded values to decrease compile time.", @@ -29803,7 +32227,7 @@ } }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -29813,28 +32237,28 @@ } } }, - "_types:ScriptSource": { + "_types.ScriptSource": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_global.search._types:SearchRequestBody" + "$ref": "#/components/schemas/_global.search._types.SearchRequestBody" } ] }, - "_global.search._types:SearchRequestBody": { + "_global.search._types.SearchRequestBody": { "type": "object", "properties": { "aggregations": { "description": "Defines the aggregations that are run as part of the search request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -29852,10 +32276,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "externalDocs": { @@ -29879,7 +32303,7 @@ "description": "An array of wildcard (`*`) field patterns.\nThe request returns doc values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { @@ -29889,12 +32313,12 @@ "description": "The approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] @@ -29904,64 +32328,64 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "description": "Set to `true` to return detailed timing information about the execution of individual components in a search request.\nNOTE: This is a debugging tool and adds significant overhead to search execution.", "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "description": "Can be used to improve precision by reordering just the top (for example 100 - 500) documents returned by the `query` and `post_filter` phases.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "script_fields": { "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return, which must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` property.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "An array of wildcard (`*`) field patterns.\nThe request returns values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this property to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this property for requests that target data streams with backing indices across multiple data tiers.\n\nIf set to `0` (default), the query does not terminate early.", @@ -29987,13 +32411,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "The stats groups to associate with the search.\nEach group maintains a statistics aggregation for its associated searches.\nYou can retrieve these stats using the indices stats API.", @@ -30004,22 +32428,22 @@ } } }, - "_global.search._types:FieldCollapse": { + "_global.search._types.FieldCollapse": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "inner_hits": { "description": "The number of inner hits and their sort order", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" } } ] @@ -30029,18 +32453,18 @@ "type": "number" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" } }, "required": [ "field" ] }, - "_global.search._types:InnerHits": { + "_global.search._types.InnerHits": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "size": { "description": "The maximum number of hits to return per `inner_hits`.", @@ -30051,19 +32475,19 @@ "type": "number" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "docvalue_fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "explain": { "type": "boolean" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "ignore_unmapped": { "type": "boolean" @@ -30071,23 +32495,23 @@ "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "seq_no_primary_term": { "type": "boolean" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "track_scores": { "type": "boolean" @@ -30097,14 +32521,14 @@ } } }, - "_types:Name": { + "_types.Name": { "type": "string" }, - "_types.query_dsl:FieldAndFormat": { + "_types.query_dsl.FieldAndFormat": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The format in which the values are returned.", @@ -30118,21 +32542,21 @@ "field" ] }, - "_global.search._types:Highlight": { + "_global.search._types.Highlight": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:HighlightBase" + "$ref": "#/components/schemas/_global.search._types.HighlightBase" }, { "type": "object", "properties": { "encoder": { - "$ref": "#/components/schemas/_global.search._types:HighlighterEncoder" + "$ref": "#/components/schemas/_global.search._types.HighlighterEncoder" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.search._types:HighlightField" + "$ref": "#/components/schemas/_global.search._types.HighlightField" } } }, @@ -30142,17 +32566,17 @@ } ] }, - "_global.search._types:HighlighterEncoder": { + "_global.search._types.HighlighterEncoder": { "type": "string", "enum": [ "default", "html" ] }, - "_global.search._types:HighlightField": { + "_global.search._types.HighlightField": { "allOf": [ { - "$ref": "#/components/schemas/_global.search._types:HighlightBase" + "$ref": "#/components/schemas/_global.search._types.HighlightBase" }, { "type": "object", @@ -30161,17 +32585,17 @@ "type": "number" }, "matched_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } } ] }, - "_global.search._types:HighlightBase": { + "_global.search._types.HighlightBase": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_global.search._types:HighlighterType" + "$ref": "#/components/schemas/_global.search._types.HighlighterType" }, "boundary_chars": { "description": "A string that contains each boundary character.", @@ -30182,7 +32606,7 @@ "type": "number" }, "boundary_scanner": { - "$ref": "#/components/schemas/_global.search._types:BoundaryScanner" + "$ref": "#/components/schemas/_global.search._types.BoundaryScanner" }, "boundary_scanner_locale": { "description": "Controls which locale is used to search for sentence and word boundaries.\nThis parameter takes a form of a language tag, for example: `\"en-US\"`, `\"fr-FR\"`, `\"ja-JP\"`.", @@ -30193,7 +32617,7 @@ "type": "boolean" }, "fragmenter": { - "$ref": "#/components/schemas/_global.search._types:HighlighterFragmenter" + "$ref": "#/components/schemas/_global.search._types.HighlighterFragmenter" }, "fragment_size": { "description": "The size of the highlighted fragment in characters.", @@ -30203,7 +32627,7 @@ "type": "boolean" }, "highlight_query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "max_fragment_length": { "type": "number" @@ -30227,7 +32651,7 @@ } }, "order": { - "$ref": "#/components/schemas/_global.search._types:HighlighterOrder" + "$ref": "#/components/schemas/_global.search._types.HighlighterOrder" }, "phrase_limit": { "description": "Controls the number of matching phrases in a document that are considered.\nPrevents the `fvh` highlighter from analyzing too many phrases and consuming too much memory.\nWhen using `matched_fields`, `phrase_limit` phrases per matched field are considered. Raising the limit increases query time and consumes more memory.\nOnly supported by the `fvh` highlighter.", @@ -30252,11 +32676,11 @@ "type": "boolean" }, "tags_schema": { - "$ref": "#/components/schemas/_global.search._types:HighlighterTagsSchema" + "$ref": "#/components/schemas/_global.search._types.HighlighterTagsSchema" } } }, - "_global.search._types:HighlighterType": { + "_global.search._types.HighlighterType": { "anyOf": [ { "type": "string", @@ -30271,7 +32695,7 @@ } ] }, - "_global.search._types:BoundaryScanner": { + "_global.search._types.BoundaryScanner": { "type": "string", "enum": [ "chars", @@ -30279,30 +32703,30 @@ "word" ] }, - "_global.search._types:HighlighterFragmenter": { + "_global.search._types.HighlighterFragmenter": { "type": "string", "enum": [ "simple", "span" ] }, - "_global.search._types:HighlighterOrder": { + "_global.search._types.HighlighterOrder": { "type": "string", "enum": [ "score" ] }, - "_global.search._types:HighlighterTagsSchema": { + "_global.search._types.HighlighterTagsSchema": { "type": "string", "enum": [ "styled" ] }, - "_types:ScriptField": { + "_types.ScriptField": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "ignore_failure": { "type": "boolean" @@ -30312,87 +32736,87 @@ "script" ] }, - "_types:Sort": { + "_types.Sort": { "oneOf": [ { - "$ref": "#/components/schemas/_types:SortCombinations" + "$ref": "#/components/schemas/_types.SortCombinations" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:SortCombinations" + "$ref": "#/components/schemas/_types.SortCombinations" } } ] }, - "_types:SortCombinations": { + "_types.SortCombinations": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, { - "$ref": "#/components/schemas/_types:SortOptions" + "$ref": "#/components/schemas/_types.SortOptions" } ] }, - "_types:SortOptions": { + "_types.SortOptions": { "type": "object", "properties": { "_score": { - "$ref": "#/components/schemas/_types:ScoreSort" + "$ref": "#/components/schemas/_types.ScoreSort" }, "_doc": { - "$ref": "#/components/schemas/_types:ScoreSort" + "$ref": "#/components/schemas/_types.ScoreSort" }, "_geo_distance": { - "$ref": "#/components/schemas/_types:GeoDistanceSort" + "$ref": "#/components/schemas/_types.GeoDistanceSort" }, "_script": { - "$ref": "#/components/schemas/_types:ScriptSort" + "$ref": "#/components/schemas/_types.ScriptSort" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:ScoreSort": { + "_types.ScoreSort": { "type": "object", "properties": { "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" } } }, - "_types:SortOrder": { + "_types.SortOrder": { "type": "string", "enum": [ "asc", "desc" ] }, - "_types:GeoDistanceSort": { + "_types.GeoDistanceSort": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" }, "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "ignore_unmapped": { "type": "boolean" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "unit": { - "$ref": "#/components/schemas/_types:DistanceUnit" + "$ref": "#/components/schemas/_types.DistanceUnit" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" } } }, - "_types:SortMode": { + "_types.SortMode": { "type": "string", "enum": [ "min", @@ -30402,14 +32826,14 @@ "median" ] }, - "_types:GeoDistanceType": { + "_types.GeoDistanceType": { "type": "string", "enum": [ "arc", "plane" ] }, - "_types:DistanceUnit": { + "_types.DistanceUnit": { "type": "string", "enum": [ "in", @@ -30423,50 +32847,50 @@ "mm" ] }, - "_types:NestedSortValue": { + "_types.NestedSortValue": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "max_children": { "type": "number" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "path" ] }, - "_types:ScriptSort": { + "_types.ScriptSort": { "type": "object", "properties": { "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { - "$ref": "#/components/schemas/_types:ScriptSortType" + "$ref": "#/components/schemas/_types.ScriptSortType" }, "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" }, "nested": { - "$ref": "#/components/schemas/_types:NestedSortValue" + "$ref": "#/components/schemas/_types.NestedSortValue" } }, "required": [ "script" ] }, - "_types:ScriptSortType": { + "_types.ScriptSortType": { "type": "string", "enum": [ "string", @@ -30474,39 +32898,39 @@ "version" ] }, - "_global.search._types:SourceConfig": { + "_global.search._types.SourceConfig": { "description": "Defines how to fetch a source. Fetching can be disabled entirely, or the source can be filtered.", "oneOf": [ { "type": "boolean" }, { - "$ref": "#/components/schemas/_global.search._types:SourceFilter" + "$ref": "#/components/schemas/_global.search._types.SourceFilter" } ] }, - "_global.search._types:SourceFilter": { + "_global.search._types.SourceFilter": { "type": "object", "properties": { "excludes": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "includes": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } }, - "_types:KnnSearch": { + "_types.KnnSearch": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "k": { "description": "The final number of nearest neighbors to return as top hits", @@ -30524,12 +32948,12 @@ "description": "Filters for the kNN search query", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -30539,33 +32963,33 @@ "type": "number" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ "field" ] }, - "_types:QueryVector": { + "_types.QueryVector": { "type": "array", "items": { "type": "number" } }, - "_types:QueryVectorBuilder": { + "_types.QueryVectorBuilder": { "type": "object", "properties": { "text_embedding": { - "$ref": "#/components/schemas/_types:TextEmbedding" + "$ref": "#/components/schemas/_types.TextEmbedding" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:TextEmbedding": { + "_types.TextEmbedding": { "type": "object", "properties": { "model_id": { @@ -30580,7 +33004,7 @@ "model_text" ] }, - "_types:RescoreVector": { + "_types.RescoreVector": { "type": "object", "properties": { "oversample": { @@ -30592,7 +33016,7 @@ "oversample" ] }, - "_global.search._types:Rescore": { + "_global.search._types.Rescore": { "allOf": [ { "type": "object", @@ -30606,10 +33030,10 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_global.search._types:RescoreQuery" + "$ref": "#/components/schemas/_global.search._types.RescoreQuery" }, "learning_to_rank": { - "$ref": "#/components/schemas/_global.search._types:LearningToRank" + "$ref": "#/components/schemas/_global.search._types.LearningToRank" } }, "minProperties": 1, @@ -30617,11 +33041,11 @@ } ] }, - "_global.search._types:RescoreQuery": { + "_global.search._types.RescoreQuery": { "type": "object", "properties": { "rescore_query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_weight": { "description": "Relative importance of the original query versus the rescore query.", @@ -30632,14 +33056,14 @@ "type": "number" }, "score_mode": { - "$ref": "#/components/schemas/_global.search._types:ScoreMode" + "$ref": "#/components/schemas/_global.search._types.ScoreMode" } }, "required": [ "rescore_query" ] }, - "_global.search._types:ScoreMode": { + "_global.search._types.ScoreMode": { "type": "string", "enum": [ "avg", @@ -30649,7 +33073,7 @@ "total" ] }, - "_global.search._types:LearningToRank": { + "_global.search._types.LearningToRank": { "type": "object", "properties": { "model_id": { @@ -30668,69 +33092,69 @@ "model_id" ] }, - "_types:RetrieverContainer": { + "_types.RetrieverContainer": { "type": "object", "properties": { "standard": { - "$ref": "#/components/schemas/_types:StandardRetriever" + "$ref": "#/components/schemas/_types.StandardRetriever" }, "knn": { - "$ref": "#/components/schemas/_types:KnnRetriever" + "$ref": "#/components/schemas/_types.KnnRetriever" }, "rrf": { - "$ref": "#/components/schemas/_types:RRFRetriever" + "$ref": "#/components/schemas/_types.RRFRetriever" }, "text_similarity_reranker": { - "$ref": "#/components/schemas/_types:TextSimilarityReranker" + "$ref": "#/components/schemas/_types.TextSimilarityReranker" }, "rule": { - "$ref": "#/components/schemas/_types:RuleRetriever" + "$ref": "#/components/schemas/_types.RuleRetriever" } }, "minProperties": 1, "maxProperties": 1 }, - "_types:StandardRetriever": { + "_types.StandardRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" } } } ] }, - "_types:RetrieverBase": { + "_types.RetrieverBase": { "type": "object", "properties": { "filter": { "description": "Query to filter the documents that can match.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -30741,10 +33165,10 @@ } } }, - "_types:KnnRetriever": { + "_types.KnnRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -30754,10 +33178,10 @@ "type": "string" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "k": { "description": "Number of nearest neighbors to return as top hits.", @@ -30772,7 +33196,7 @@ "type": "number" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ @@ -30783,10 +33207,10 @@ } ] }, - "_types:RRFRetriever": { + "_types.RRFRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -30795,7 +33219,7 @@ "description": "A list of child retrievers to specify which sets of returned top documents will have the RRF formula applied to them.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" } }, "rank_constant": { @@ -30813,16 +33237,16 @@ } ] }, - "_types:TextSimilarityReranker": { + "_types.TextSimilarityReranker": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", "properties": { "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "rank_window_size": { "description": "This value determines how many documents we will consider from the nested retriever.", @@ -30847,10 +33271,10 @@ } ] }, - "_types:RuleRetriever": { + "_types.RuleRetriever": { "allOf": [ { - "$ref": "#/components/schemas/_types:RetrieverBase" + "$ref": "#/components/schemas/_types.RetrieverBase" }, { "type": "object", @@ -30859,7 +33283,7 @@ "description": "The ruleset IDs containing the rules this retriever is evaluating against.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "match_criteria": { @@ -30867,7 +33291,7 @@ "type": "object" }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "rank_window_size": { "description": "This value determines the size of the individual result set.", @@ -30882,14 +33306,14 @@ } ] }, - "_types:SlicedScroll": { + "_types.SlicedScroll": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max": { "type": "number" @@ -30900,7 +33324,7 @@ "max" ] }, - "_global.search._types:Suggester": { + "_global.search._types.Suggester": { "type": "object", "properties": { "text": { @@ -30909,41 +33333,41 @@ } } }, - "_global.search._types:PointInTimeReference": { + "_global.search._types.PointInTimeReference": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "id" ] }, - "_types.mapping:RuntimeFields": { + "_types.mapping.RuntimeFields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, - "_types.mapping:RuntimeField": { + "_types.mapping.RuntimeField": { "type": "object", "properties": { "fields": { "description": "For type `composite`", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:CompositeSubField" + "$ref": "#/components/schemas/_types.mapping.CompositeSubField" } }, "fetch_fields": { "description": "For type `lookup`", "type": "array", "items": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldFetchFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldFetchFields" } }, "format": { @@ -30951,37 +33375,37 @@ "type": "string" }, "input_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldType" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldType" } }, "required": [ "type" ] }, - "_types.mapping:CompositeSubField": { + "_types.mapping.CompositeSubField": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFieldType" + "$ref": "#/components/schemas/_types.mapping.RuntimeFieldType" } }, "required": [ "type" ] }, - "_types.mapping:RuntimeFieldType": { + "_types.mapping.RuntimeFieldType": { "type": "string", "enum": [ "boolean", @@ -30996,11 +33420,11 @@ "lookup" ] }, - "_types.mapping:RuntimeFieldFetchFields": { + "_types.mapping.RuntimeFieldFetchFields": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "type": "string" @@ -31010,7 +33434,7 @@ "field" ] }, - "_types:ScriptLanguage": { + "_types.ScriptLanguage": { "anyOf": [ { "type": "string", @@ -31026,7 +33450,7 @@ } ] }, - "_types.query_dsl:FunctionScoreMode": { + "_types.query_dsl.FunctionScoreMode": { "type": "string", "enum": [ "multiply", @@ -31037,10 +33461,10 @@ "min" ] }, - "_types.query_dsl:FuzzyQuery": { + "_types.query_dsl.FuzzyQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31054,14 +33478,14 @@ "type": "number" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "transpositions": { "description": "Indicates whether edits include transpositions of two adjacent characters (for example `ab` to `ba`).", "type": "boolean" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "value": { "description": "Term you wish to find in the provided field.", @@ -31084,10 +33508,10 @@ } ] }, - "_types:MultiTermQueryRewrite": { + "_types.MultiTermQueryRewrite": { "type": "string" }, - "_types:Fuzziness": { + "_types.Fuzziness": { "oneOf": [ { "type": "string" @@ -31097,19 +33521,19 @@ } ] }, - "_types.query_dsl:GeoBoundingBoxQuery": { + "_types.query_dsl.GeoBoundingBoxQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types.query_dsl:GeoExecution" + "$ref": "#/components/schemas/_types.query_dsl.GeoExecution" }, "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "description": "Set to `true` to ignore an unmapped field and not match any documents for this query.\nSet to `false` to throw an exception if the field is not mapped.", @@ -31119,14 +33543,14 @@ } ] }, - "_types.query_dsl:GeoExecution": { + "_types.query_dsl.GeoExecution": { "type": "string", "enum": [ "memory", "indexed" ] }, - "_types.query_dsl:GeoValidationMethod": { + "_types.query_dsl.GeoValidationMethod": { "type": "string", "enum": [ "coerce", @@ -31134,22 +33558,22 @@ "strict" ] }, - "_types.query_dsl:GeoDistanceQuery": { + "_types.query_dsl.GeoDistanceQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "distance": { - "$ref": "#/components/schemas/_types:Distance" + "$ref": "#/components/schemas/_types.Distance" }, "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "description": "Set to `true` to ignore an unmapped field and not match any documents for this query.\nSet to `false` to throw an exception if the field is not mapped.", @@ -31162,22 +33586,22 @@ } ] }, - "_types.query_dsl:GeoGridQuery": { + "_types.query_dsl.GeoGridQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "geogrid": { - "$ref": "#/components/schemas/_types:GeoTile" + "$ref": "#/components/schemas/_types.GeoTile" }, "geohash": { - "$ref": "#/components/schemas/_types:GeoHash" + "$ref": "#/components/schemas/_types.GeoHash" }, "geohex": { - "$ref": "#/components/schemas/_types:GeoHexCell" + "$ref": "#/components/schemas/_types.GeoHexCell" } }, "minProperties": 1, @@ -31185,16 +33609,16 @@ } ] }, - "_types.query_dsl:GeoPolygonQuery": { + "_types.query_dsl.GeoPolygonQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "validation_method": { - "$ref": "#/components/schemas/_types.query_dsl:GeoValidationMethod" + "$ref": "#/components/schemas/_types.query_dsl.GeoValidationMethod" }, "ignore_unmapped": { "type": "boolean" @@ -31203,10 +33627,10 @@ } ] }, - "_types.query_dsl:GeoShapeQuery": { + "_types.query_dsl.GeoShapeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31219,10 +33643,10 @@ } ] }, - "_types.query_dsl:HasChildQuery": { + "_types.query_dsl.HasChildQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31232,7 +33656,7 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "max_children": { "description": "Maximum number of child documents that match the query allowed for a returned parent document.\nIf the parent document exceeds this limit, it is excluded from the search results.", @@ -31243,13 +33667,13 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:ChildScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.ChildScoreMode" }, "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } }, "required": [ @@ -31259,7 +33683,7 @@ } ] }, - "_types.query_dsl:ChildScoreMode": { + "_types.query_dsl.ChildScoreMode": { "type": "string", "enum": [ "none", @@ -31269,13 +33693,13 @@ "min" ] }, - "_types:RelationName": { + "_types.RelationName": { "type": "string" }, - "_types.query_dsl:HasParentQuery": { + "_types.query_dsl.HasParentQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31285,13 +33709,13 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "parent_type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score": { "description": "Indicates whether the relevance score of a matching parent document is aggregated into its child documents.", @@ -31305,38 +33729,38 @@ } ] }, - "_types.query_dsl:IdsQuery": { + "_types.query_dsl.IdsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "values": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } } } ] }, - "_types:Ids": { + "_types.Ids": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } ] }, - "_types.query_dsl:IntervalsQuery": { + "_types.query_dsl.IntervalsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -31345,22 +33769,22 @@ "type": "object", "properties": { "all_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAllOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAllOf" }, "any_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAnyOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAnyOf" }, "fuzzy": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFuzzy" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFuzzy" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsMatch" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsMatch" }, "prefix": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsPrefix" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsPrefix" }, "wildcard": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsWildcard" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsWildcard" } }, "minProperties": 1, @@ -31368,14 +33792,14 @@ } ] }, - "_types.query_dsl:IntervalsAllOf": { + "_types.query_dsl.IntervalsAllOf": { "type": "object", "properties": { "intervals": { "description": "An array of rules to combine. All rules must produce a match in a document for the overall source to match.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" } }, "max_gaps": { @@ -31387,91 +33811,91 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "intervals" ] }, - "_types.query_dsl:IntervalsContainer": { + "_types.query_dsl.IntervalsContainer": { "type": "object", "properties": { "all_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAllOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAllOf" }, "any_of": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsAnyOf" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsAnyOf" }, "fuzzy": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFuzzy" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFuzzy" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsMatch" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsMatch" }, "prefix": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsPrefix" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsPrefix" }, "wildcard": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsWildcard" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsWildcard" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:IntervalsAnyOf": { + "_types.query_dsl.IntervalsAnyOf": { "type": "object", "properties": { "intervals": { "description": "An array of rules to match.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" } }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "intervals" ] }, - "_types.query_dsl:IntervalsFilter": { + "_types.query_dsl.IntervalsFilter": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "before": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "contained_by": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "containing": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_contained_by": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_containing": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "not_overlapping": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "overlapping": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsContainer" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:IntervalsFuzzy": { + "_types.query_dsl.IntervalsFuzzy": { "type": "object", "properties": { "analyzer": { @@ -31479,7 +33903,7 @@ "type": "string" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "prefix_length": { "description": "Number of beginning characters left unchanged when creating expansions.", @@ -31494,14 +33918,14 @@ "type": "boolean" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "term" ] }, - "_types.query_dsl:IntervalsMatch": { + "_types.query_dsl.IntervalsMatch": { "type": "object", "properties": { "analyzer": { @@ -31521,17 +33945,17 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:IntervalsFilter" + "$ref": "#/components/schemas/_types.query_dsl.IntervalsFilter" } }, "required": [ "query" ] }, - "_types.query_dsl:IntervalsPrefix": { + "_types.query_dsl.IntervalsPrefix": { "type": "object", "properties": { "analyzer": { @@ -31543,14 +33967,14 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "prefix" ] }, - "_types.query_dsl:IntervalsWildcard": { + "_types.query_dsl.IntervalsWildcard": { "type": "object", "properties": { "analyzer": { @@ -31562,29 +33986,29 @@ "type": "string" }, "use_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "pattern" ] }, - "_types:KnnQuery": { + "_types.KnnQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query_vector": { - "$ref": "#/components/schemas/_types:QueryVector" + "$ref": "#/components/schemas/_types.QueryVector" }, "query_vector_builder": { - "$ref": "#/components/schemas/_types:QueryVectorBuilder" + "$ref": "#/components/schemas/_types.QueryVectorBuilder" }, "num_candidates": { "description": "The number of nearest neighbor candidates to consider per shard", @@ -31598,12 +34022,12 @@ "description": "Filters for the kNN search query", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] @@ -31613,7 +34037,7 @@ "type": "number" }, "rescore_vector": { - "$ref": "#/components/schemas/_types:RescoreVector" + "$ref": "#/components/schemas/_types.RescoreVector" } }, "required": [ @@ -31622,10 +34046,10 @@ } ] }, - "_types.query_dsl:MatchQuery": { + "_types.query_dsl.MatchQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31643,10 +34067,10 @@ "type": "number" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).", @@ -31661,10 +34085,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.", @@ -31685,7 +34109,7 @@ ] }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -31694,27 +34118,27 @@ } ] }, - "_types.query_dsl:ZeroTermsQuery": { + "_types.query_dsl.ZeroTermsQuery": { "type": "string", "enum": [ "all", "none" ] }, - "_types.query_dsl:MatchAllQuery": { + "_types.query_dsl.MatchAllQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:MatchBoolPrefixQuery": { + "_types.query_dsl.MatchBoolPrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31724,10 +34148,10 @@ "type": "string" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -31738,10 +34162,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -31758,20 +34182,20 @@ } ] }, - "_types.query_dsl:MatchNoneQuery": { + "_types.query_dsl.MatchNoneQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:MatchPhraseQuery": { + "_types.query_dsl.MatchPhraseQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31789,7 +34213,7 @@ "type": "number" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -31798,10 +34222,10 @@ } ] }, - "_types.query_dsl:MatchPhrasePrefixQuery": { + "_types.query_dsl.MatchPhrasePrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31823,7 +34247,7 @@ "type": "number" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -31832,10 +34256,10 @@ } ] }, - "_types.query_dsl:MoreLikeThisQuery": { + "_types.query_dsl.MoreLikeThisQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -31859,7 +34283,7 @@ "description": "A list of fields to fetch and analyze the text from.\nDefaults to the `index.query.default_field` index setting, which has a default value of `*`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "include": { @@ -31870,12 +34294,12 @@ "description": "Specifies free form text and/or a single or multiple documents for which you want to find similar documents.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" } } ] @@ -31897,7 +34321,7 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "min_term_freq": { "description": "The minimum term frequency below which the terms are ignored from the input document.", @@ -31908,30 +34332,30 @@ "type": "number" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "stop_words": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "unlike": { "description": "Used in combination with `like` to exclude documents that match a set of terms.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:Like" + "$ref": "#/components/schemas/_types.query_dsl.Like" } } ] }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ @@ -31940,18 +34364,18 @@ } ] }, - "_types.query_dsl:Like": { + "_types.query_dsl.Like": { "description": "Text that we want similar documents for or a lookup to a document's field for the text.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:LikeDocument" + "$ref": "#/components/schemas/_types.query_dsl.LikeDocument" } ] }, - "_types.query_dsl:LikeDocument": { + "_types.query_dsl.LikeDocument": { "type": "object", "properties": { "doc": { @@ -31961,14 +34385,14 @@ "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "per_field_analyzer": { "description": "Overrides the default analyzer.", @@ -31978,17 +34402,17 @@ } }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_types:VersionType": { + "_types.VersionType": { "type": "string", "enum": [ "internal", @@ -31997,7 +34421,7 @@ "force" ] }, - "_types.analysis:StopWords": { + "_types.analysis.StopWords": { "description": "Language value, such as _arabic_ or _thai_. Defaults to _english_.\nEach language value corresponds to a predefined list of stop words in Lucene. See Stop words by language for supported language values and their stop words.\nAlso accepts an array of stop words.", "oneOf": [ { @@ -32011,10 +34435,10 @@ } ] }, - "_types.query_dsl:MultiMatchQuery": { + "_types.query_dsl.MultiMatchQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32032,13 +34456,13 @@ "type": "number" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).\nCan be applied to the term subqueries constructed for all terms but the final term.", @@ -32053,10 +34477,10 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "prefix_length": { "description": "Number of beginning characters left unchanged for fuzzy matching.", @@ -32075,10 +34499,10 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TextQueryType" + "$ref": "#/components/schemas/_types.query_dsl.TextQueryType" }, "zero_terms_query": { - "$ref": "#/components/schemas/_types.query_dsl:ZeroTermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ZeroTermsQuery" } }, "required": [ @@ -32087,7 +34511,7 @@ } ] }, - "_types.query_dsl:TextQueryType": { + "_types.query_dsl.TextQueryType": { "type": "string", "enum": [ "best_fields", @@ -32098,10 +34522,10 @@ "bool_prefix" ] }, - "_types.query_dsl:NestedQuery": { + "_types.query_dsl.NestedQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32111,16 +34535,16 @@ "type": "boolean" }, "inner_hits": { - "$ref": "#/components/schemas/_global.search._types:InnerHits" + "$ref": "#/components/schemas/_global.search._types.InnerHits" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "score_mode": { - "$ref": "#/components/schemas/_types.query_dsl:ChildScoreMode" + "$ref": "#/components/schemas/_types.query_dsl.ChildScoreMode" } }, "required": [ @@ -32130,32 +34554,32 @@ } ] }, - "_types.query_dsl:ParentIdQuery": { + "_types.query_dsl.ParentIdQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "ignore_unmapped": { "description": "Indicates whether to ignore an unmapped `type` and not return any documents instead of an error.", "type": "boolean" }, "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.query_dsl:PercolateQuery": { + "_types.query_dsl.PercolateQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32172,13 +34596,13 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "name": { "description": "The suffix used for the `_percolator_document_slot` field when multiple `percolate` queries are specified.", @@ -32189,10 +34613,10 @@ "type": "string" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -32201,10 +34625,10 @@ } ] }, - "_types.query_dsl:PinnedQuery": { + "_types.query_dsl.PinnedQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -32215,7 +34639,7 @@ "type": "object", "properties": { "organic": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -32229,14 +34653,14 @@ "description": "Document IDs listed in the order they are to appear in results.\nRequired if `docs` is not specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "docs": { "description": "Documents listed in the order they are to appear in results.\nRequired if `ids` is not specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedDoc" + "$ref": "#/components/schemas/_types.query_dsl.PinnedDoc" } } }, @@ -32247,30 +34671,30 @@ } ] }, - "_types.query_dsl:PinnedDoc": { + "_types.query_dsl.PinnedDoc": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "_id" ] }, - "_types.query_dsl:PrefixQuery": { + "_types.query_dsl.PrefixQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Beginning characters of terms you wish to find in the provided field.", @@ -32287,10 +34711,10 @@ } ] }, - "_types.query_dsl:QueryStringQuery": { + "_types.query_dsl.QueryStringQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32312,10 +34736,10 @@ "type": "boolean" }, "default_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "default_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "enable_position_increments": { "description": "If `true`, enable position increments in queries constructed from a `query_string` search.", @@ -32328,11 +34752,11 @@ "description": "Array of fields to search. Supports wildcards (`*`).", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "fuzziness": { - "$ref": "#/components/schemas/_types:Fuzziness" + "$ref": "#/components/schemas/_types.Fuzziness" }, "fuzzy_max_expansions": { "description": "Maximum number of terms to which the query expands for fuzzy matching.", @@ -32343,7 +34767,7 @@ "type": "number" }, "fuzzy_rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "fuzzy_transpositions": { "description": "If `true`, edits for fuzzy matching include transpositions of two adjacent characters (for example, `ab` to `ba`).", @@ -32358,7 +34782,7 @@ "type": "number" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "phrase_slop": { "description": "Maximum number of positions allowed between matching tokens for phrases.", @@ -32377,17 +34801,17 @@ "type": "string" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "tie_breaker": { "description": "How to combine the queries generated from the individual search terms in the resulting `dis_max` query.", "type": "number" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "type": { - "$ref": "#/components/schemas/_types.query_dsl:TextQueryType" + "$ref": "#/components/schemas/_types.query_dsl.TextQueryType" } }, "required": [ @@ -32396,59 +34820,59 @@ } ] }, - "_types:TimeZone": { + "_types.TimeZone": { "type": "string" }, - "_types.query_dsl:RangeQuery": { + "_types.query_dsl.RangeQuery": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:UntypedRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.UntypedRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:DateRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.DateRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:NumberRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.NumberRangeQuery" }, { - "$ref": "#/components/schemas/_types.query_dsl:TermRangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermRangeQuery" } ] }, - "_types.query_dsl:UntypedRangeQuery": { + "_types.query_dsl.UntypedRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBase" }, { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/_types:DateFormat" + "$ref": "#/components/schemas/_types.DateFormat" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types:DateFormat": { + "_types.DateFormat": { "type": "string" }, - "_types.query_dsl:RangeQueryBase": { + "_types.query_dsl.RangeQueryBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -32494,7 +34918,7 @@ } ] }, - "_types.query_dsl:RangeRelation": { + "_types.query_dsl.RangeRelation": { "type": "string", "enum": [ "within", @@ -32502,52 +34926,52 @@ "intersects" ] }, - "_types.query_dsl:DateRangeQuery": { + "_types.query_dsl.DateRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBaseDateMath" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBaseDateMath" }, { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/_types:DateFormat" + "$ref": "#/components/schemas/_types.DateFormat" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.query_dsl:RangeQueryBaseDateMath": { + "_types.query_dsl.RangeQueryBaseDateMath": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "gte": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "lt": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "lte": { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, "from": { "deprecated": true, "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "nullable": true, @@ -32559,7 +34983,7 @@ "deprecated": true, "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "nullable": true, @@ -32571,26 +34995,26 @@ } ] }, - "_types.query_dsl:NumberRangeQuery": { + "_types.query_dsl.NumberRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasedouble" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBasedouble" }, { "type": "object" } ] }, - "_types.query_dsl:RangeQueryBasedouble": { + "_types.query_dsl.RangeQueryBasedouble": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -32636,26 +35060,26 @@ } ] }, - "_types.query_dsl:TermRangeQuery": { + "_types.query_dsl.TermRangeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasestring" + "$ref": "#/components/schemas/_types.query_dsl.RangeQueryBasestring" }, { "type": "object" } ] }, - "_types.query_dsl:RangeQueryBasestring": { + "_types.query_dsl.RangeQueryBasestring": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "relation": { - "$ref": "#/components/schemas/_types.query_dsl:RangeRelation" + "$ref": "#/components/schemas/_types.query_dsl.RangeRelation" }, "gt": { "description": "Greater than.", @@ -32701,28 +35125,28 @@ } ] }, - "_types.query_dsl:RankFeatureQuery": { + "_types.query_dsl.RankFeatureQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "saturation": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionSaturation" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionSaturation" }, "log": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionLogarithm" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionLogarithm" }, "linear": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionLinear" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionLinear" }, "sigmoid": { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunctionSigmoid" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunctionSigmoid" } }, "required": [ @@ -32731,10 +35155,10 @@ } ] }, - "_types.query_dsl:RankFeatureFunctionSaturation": { + "_types.query_dsl.RankFeatureFunctionSaturation": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -32747,13 +35171,13 @@ } ] }, - "_types.query_dsl:RankFeatureFunction": { + "_types.query_dsl.RankFeatureFunction": { "type": "object" }, - "_types.query_dsl:RankFeatureFunctionLogarithm": { + "_types.query_dsl.RankFeatureFunctionLogarithm": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -32769,20 +35193,20 @@ } ] }, - "_types.query_dsl:RankFeatureFunctionLinear": { + "_types.query_dsl.RankFeatureFunctionLinear": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object" } ] }, - "_types.query_dsl:RankFeatureFunctionSigmoid": { + "_types.query_dsl.RankFeatureFunctionSigmoid": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:RankFeatureFunction" + "$ref": "#/components/schemas/_types.query_dsl.RankFeatureFunction" }, { "type": "object", @@ -32803,10 +35227,10 @@ } ] }, - "_types.query_dsl:RegexpQuery": { + "_types.query_dsl.RegexpQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32824,7 +35248,7 @@ "type": "number" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Regular expression for terms you wish to find in the provided field.", @@ -32837,21 +35261,21 @@ } ] }, - "_types.query_dsl:RuleQuery": { + "_types.query_dsl.RuleQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "organic": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "ruleset_ids": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "match_criteria": { @@ -32866,16 +35290,16 @@ } ] }, - "_types.query_dsl:ScriptQuery": { + "_types.query_dsl.ScriptQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -32884,10 +35308,10 @@ } ] }, - "_types.query_dsl:ScriptScoreQuery": { + "_types.query_dsl.ScriptScoreQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32897,10 +35321,10 @@ "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -32910,10 +35334,10 @@ } ] }, - "_types.query_dsl:SemanticQuery": { + "_types.query_dsl.SemanticQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32934,10 +35358,10 @@ } ] }, - "_types.query_dsl:ShapeQuery": { + "_types.query_dsl.ShapeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32950,10 +35374,10 @@ } ] }, - "_types.query_dsl:SimpleQueryStringQuery": { + "_types.query_dsl.SimpleQueryStringQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -32971,17 +35395,17 @@ "type": "boolean" }, "default_operator": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "fields": { "description": "Array of fields you wish to search.\nAccepts wildcard expressions.\nYou also can boost relevance scores for matches to particular fields using a caret (`^`) notation.\nDefaults to the `index.query.default_field index` setting, which has a default value of `*`.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "flags": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringFlags" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringFlags" }, "fuzzy_max_expansions": { "description": "Maximum number of terms to which the query expands for fuzzy matching.", @@ -33000,7 +35424,7 @@ "type": "boolean" }, "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "query": { "description": "Query string in the simple query string syntax you wish to parse and use for search.", @@ -33017,26 +35441,26 @@ } ] }, - "_types.query_dsl:SimpleQueryStringFlags": { + "_types.query_dsl.SimpleQueryStringFlags": { "description": "Query flags can be either a single flag or a combination of flags, e.g. `OR|AND|PREFIX`", "allOf": [ { - "$ref": "#/components/schemas/_spec_utils:PipeSeparatedFlagsSimpleQueryStringFlag" + "$ref": "#/components/schemas/_spec_utils.PipeSeparatedFlagsSimpleQueryStringFlag" } ] }, - "_spec_utils:PipeSeparatedFlagsSimpleQueryStringFlag": { + "_spec_utils.PipeSeparatedFlagsSimpleQueryStringFlag": { "description": "A set of flags that can be represented as a single enum value or a set of values that are encoded\nas a pipe-separated string\n\nDepending on the target language, code generators can use this hint to generate language specific\nflags enum constructs and the corresponding (de-)serialization code.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringFlag" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringFlag" }, { "type": "string" } ] }, - "_types.query_dsl:SimpleQueryStringFlag": { + "_types.query_dsl.SimpleQueryStringFlag": { "type": "string", "enum": [ "NONE", @@ -33054,19 +35478,19 @@ "ALL" ] }, - "_types.query_dsl:SpanContainingQuery": { + "_types.query_dsl.SpanContainingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "big": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "little": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -33076,62 +35500,62 @@ } ] }, - "_types.query_dsl:SpanQuery": { + "_types.query_dsl.SpanQuery": { "type": "object", "properties": { "span_containing": { - "$ref": "#/components/schemas/_types.query_dsl:SpanContainingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanContainingQuery" }, "span_field_masking": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFieldMaskingQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFieldMaskingQuery" }, "span_first": { - "$ref": "#/components/schemas/_types.query_dsl:SpanFirstQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanFirstQuery" }, "span_gap": { - "$ref": "#/components/schemas/_types.query_dsl:SpanGapQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanGapQuery" }, "span_multi": { - "$ref": "#/components/schemas/_types.query_dsl:SpanMultiTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanMultiTermQuery" }, "span_near": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNearQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNearQuery" }, "span_not": { - "$ref": "#/components/schemas/_types.query_dsl:SpanNotQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanNotQuery" }, "span_or": { - "$ref": "#/components/schemas/_types.query_dsl:SpanOrQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanOrQuery" }, "span_term": { "description": "The equivalent of the `term` query but for use with other span queries.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:SpanTermQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanTermQuery" }, "minProperties": 1, "maxProperties": 1 }, "span_within": { - "$ref": "#/components/schemas/_types.query_dsl:SpanWithinQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanWithinQuery" } }, "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:SpanFieldMaskingQuery": { + "_types.query_dsl.SpanFieldMaskingQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -33141,10 +35565,10 @@ } ] }, - "_types.query_dsl:SpanFirstQuery": { + "_types.query_dsl.SpanFirstQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33154,7 +35578,7 @@ "type": "number" }, "match": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -33164,7 +35588,7 @@ } ] }, - "_types.query_dsl:SpanGapQuery": { + "_types.query_dsl.SpanGapQuery": { "description": "Can only be used as a clause in a span_near query.", "type": "object", "additionalProperties": { @@ -33173,16 +35597,16 @@ "minProperties": 1, "maxProperties": 1 }, - "_types.query_dsl:SpanMultiTermQuery": { + "_types.query_dsl.SpanMultiTermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "match": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -33191,10 +35615,10 @@ } ] }, - "_types.query_dsl:SpanNearQuery": { + "_types.query_dsl.SpanNearQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33203,7 +35627,7 @@ "description": "Array of one or more other span type queries.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "in_order": { @@ -33221,10 +35645,10 @@ } ] }, - "_types.query_dsl:SpanNotQuery": { + "_types.query_dsl.SpanNotQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33234,10 +35658,10 @@ "type": "number" }, "exclude": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "include": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "post": { "description": "The number of tokens after the include span that can’t have overlap with the exclude span.", @@ -33255,10 +35679,10 @@ } ] }, - "_types.query_dsl:SpanOrQuery": { + "_types.query_dsl.SpanOrQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33267,7 +35691,7 @@ "description": "Array of one or more other span type queries.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } } }, @@ -33277,16 +35701,16 @@ } ] }, - "_types.query_dsl:SpanTermQuery": { + "_types.query_dsl.SpanTermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } }, "required": [ @@ -33295,19 +35719,19 @@ } ] }, - "_types.query_dsl:SpanWithinQuery": { + "_types.query_dsl.SpanWithinQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "big": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" }, "little": { - "$ref": "#/components/schemas/_types.query_dsl:SpanQuery" + "$ref": "#/components/schemas/_types.query_dsl.SpanQuery" } }, "required": [ @@ -33317,10 +35741,10 @@ } ] }, - "_types.query_dsl:SparseVectorQuery": { + "_types.query_dsl.SparseVectorQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "externalDocs": { @@ -33331,7 +35755,7 @@ "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { "description": "The query text you want to use for search.\nIf inference_id is specified, query must also be specified.", @@ -33343,7 +35767,7 @@ "type": "boolean" }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -33361,7 +35785,7 @@ } }, "inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "minProperties": 1, @@ -33371,7 +35795,7 @@ } ] }, - "_types.query_dsl:TokenPruningConfig": { + "_types.query_dsl.TokenPruningConfig": { "type": "object", "properties": { "tokens_freq_ratio_threshold": { @@ -33388,16 +35812,16 @@ } } }, - "_types.query_dsl:TermQuery": { + "_types.query_dsl.TermQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "case_insensitive": { "description": "Allows ASCII case insensitive matching of the value with the indexed field values when set to `true`.\nWhen `false`, the case sensitivity of matching depends on the underlying field’s mapping.", @@ -33410,38 +35834,38 @@ } ] }, - "_types.query_dsl:TermsQuery": { + "_types.query_dsl.TermsQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object" } ] }, - "_types.query_dsl:TermsSetQuery": { + "_types.query_dsl.TermsSetQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", "properties": { "minimum_should_match": { - "$ref": "#/components/schemas/_types:MinimumShouldMatch" + "$ref": "#/components/schemas/_types.MinimumShouldMatch" }, "minimum_should_match_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "minimum_should_match_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "terms": { "description": "Array of terms you wish to find in the provided field.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, @@ -33451,10 +35875,10 @@ } ] }, - "_types.query_dsl:TextExpansionQuery": { + "_types.query_dsl.TextExpansionQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33468,7 +35892,7 @@ "type": "string" }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -33478,10 +35902,10 @@ } ] }, - "_types.query_dsl:WeightedTokensQuery": { + "_types.query_dsl.WeightedTokensQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33494,7 +35918,7 @@ } }, "pruning_config": { - "$ref": "#/components/schemas/_types.query_dsl:TokenPruningConfig" + "$ref": "#/components/schemas/_types.query_dsl.TokenPruningConfig" } }, "required": [ @@ -33503,10 +35927,10 @@ } ] }, - "_types.query_dsl:WildcardQuery": { + "_types.query_dsl.WildcardQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33516,7 +35940,7 @@ "type": "boolean" }, "rewrite": { - "$ref": "#/components/schemas/_types:MultiTermQueryRewrite" + "$ref": "#/components/schemas/_types.MultiTermQueryRewrite" }, "value": { "description": "Wildcard pattern for terms you wish to find in the provided field. Required, when wildcard is not set.", @@ -33530,10 +35954,10 @@ } ] }, - "_types.query_dsl:WrapperQuery": { + "_types.query_dsl.WrapperQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33549,10 +35973,10 @@ } ] }, - "_types.query_dsl:TypeQuery": { + "_types.query_dsl.TypeQuery": { "allOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryBase" + "$ref": "#/components/schemas/_types.query_dsl.QueryBase" }, { "type": "object", @@ -33567,23 +35991,23 @@ } ] }, - "_types.aggregations:BucketAggregationBase": { + "_types.aggregations.BucketAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object" } ] }, - "_types.aggregations:Aggregation": { + "_types.aggregations.Aggregation": { "type": "object" }, - "_types.aggregations:AutoDateHistogramAggregation": { + "_types.aggregations.AutoDateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -33593,17 +36017,17 @@ "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The date format used to format `key_as_string` in the response.\nIf no `format` is specified, the first date format specified in the field mapping is used.", "type": "string" }, "minimum_interval": { - "$ref": "#/components/schemas/_types.aggregations:MinimumInterval" + "$ref": "#/components/schemas/_types.aggregations.MinimumInterval" }, "missing": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "offset": { "description": "Time zone specified as a ISO 8601 UTC offset.", @@ -33616,16 +36040,16 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.aggregations:MinimumInterval": { + "_types.aggregations.MinimumInterval": { "type": "string", "enum": [ "second", @@ -33636,20 +36060,20 @@ "year" ] }, - "_types.aggregations:AverageAggregation": { + "_types.aggregations.AverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:FormatMetricAggregationBase": { + "_types.aggregations.FormatMetricAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -33661,21 +36085,21 @@ } ] }, - "_types.aggregations:MetricAggregationBase": { + "_types.aggregations.MetricAggregationBase": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types.aggregations:Missing": { + "_types.aggregations.Missing": { "oneOf": [ { "type": "string" @@ -33691,20 +36115,20 @@ } ] }, - "_types.aggregations:AverageBucketAggregation": { + "_types.aggregations.AverageBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:PipelineAggregationBase": { + "_types.aggregations.PipelineAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", @@ -33714,13 +36138,13 @@ "type": "string" }, "gap_policy": { - "$ref": "#/components/schemas/_types.aggregations:GapPolicy" + "$ref": "#/components/schemas/_types.aggregations.GapPolicy" } } } ] }, - "_types.aggregations:GapPolicy": { + "_types.aggregations.GapPolicy": { "type": "string", "enum": [ "skip", @@ -33728,22 +36152,22 @@ "keep_values" ] }, - "_types.aggregations:BucketPathAggregation": { + "_types.aggregations.BucketPathAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "buckets_path": { - "$ref": "#/components/schemas/_types.aggregations:BucketsPath" + "$ref": "#/components/schemas/_types.aggregations.BucketsPath" } } } ] }, - "_types.aggregations:BucketsPath": { + "_types.aggregations.BucketsPath": { "description": "Buckets path can be expressed in different ways, and an aggregation may accept some or all of these\nforms depending on its type. Please refer to each aggregation's documentation to know what buckets\npath forms they accept.", "oneOf": [ { @@ -33763,10 +36187,10 @@ } ] }, - "_types.aggregations:BoxplotAggregation": { + "_types.aggregations.BoxplotAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -33779,40 +36203,40 @@ } ] }, - "_types.aggregations:BucketScriptAggregation": { + "_types.aggregations.BucketScriptAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:BucketSelectorAggregation": { + "_types.aggregations.BucketSelectorAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:BucketSortAggregation": { + "_types.aggregations.BucketSortAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", @@ -33822,23 +36246,23 @@ "type": "number" }, "gap_policy": { - "$ref": "#/components/schemas/_types.aggregations:GapPolicy" + "$ref": "#/components/schemas/_types.aggregations.GapPolicy" }, "size": { "description": "The number of buckets to return.\nDefaults to all buckets of the parent aggregation.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } ] }, - "_types.aggregations:BucketKsAggregation": { + "_types.aggregations.BucketKsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", @@ -33865,16 +36289,16 @@ } ] }, - "_types.aggregations:BucketCorrelationAggregation": { + "_types.aggregations.BucketCorrelationAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketPathAggregation" + "$ref": "#/components/schemas/_types.aggregations.BucketPathAggregation" }, { "type": "object", "properties": { "function": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunction" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunction" } }, "required": [ @@ -33883,29 +36307,29 @@ } ] }, - "_types.aggregations:BucketCorrelationFunction": { + "_types.aggregations.BucketCorrelationFunction": { "type": "object", "properties": { "count_correlation": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunctionCountCorrelation" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunctionCountCorrelation" } }, "required": [ "count_correlation" ] }, - "_types.aggregations:BucketCorrelationFunctionCountCorrelation": { + "_types.aggregations.BucketCorrelationFunctionCountCorrelation": { "type": "object", "properties": { "indicator": { - "$ref": "#/components/schemas/_types.aggregations:BucketCorrelationFunctionCountCorrelationIndicator" + "$ref": "#/components/schemas/_types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator" } }, "required": [ "indicator" ] }, - "_types.aggregations:BucketCorrelationFunctionCountCorrelationIndicator": { + "_types.aggregations.BucketCorrelationFunctionCountCorrelationIndicator": { "type": "object", "properties": { "doc_count": { @@ -33932,10 +36356,10 @@ "expectations" ] }, - "_types.aggregations:CardinalityAggregation": { + "_types.aggregations.CardinalityAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -33948,13 +36372,13 @@ "type": "boolean" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityExecutionMode" + "$ref": "#/components/schemas/_types.aggregations.CardinalityExecutionMode" } } } ] }, - "_types.aggregations:CardinalityExecutionMode": { + "_types.aggregations.CardinalityExecutionMode": { "type": "string", "enum": [ "global_ordinals", @@ -33964,16 +36388,16 @@ "save_time_heuristic" ] }, - "_types.aggregations:CategorizeTextAggregation": { + "_types.aggregations.CategorizeTextAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_unique_tokens": { "description": "The maximum number of unique tokens at any position up to max_matched_tokens. Must be larger than 1.\nSmaller values use less memory and create fewer categories. Larger values will use more memory and\ncreate narrower categories. Max allowed value is 100.", @@ -33995,7 +36419,7 @@ } }, "categorization_analyzer": { - "$ref": "#/components/schemas/_types.aggregations:CategorizeTextAnalyzer" + "$ref": "#/components/schemas/_types.aggregations.CategorizeTextAnalyzer" }, "shard_size": { "description": "The number of categorization buckets to return from each shard before merging all the results.", @@ -34020,17 +36444,17 @@ } ] }, - "_types.aggregations:CategorizeTextAnalyzer": { + "_types.aggregations.CategorizeTextAnalyzer": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.aggregations:CustomCategorizeTextAnalyzer" + "$ref": "#/components/schemas/_types.aggregations.CustomCategorizeTextAnalyzer" } ] }, - "_types.aggregations:CustomCategorizeTextAnalyzer": { + "_types.aggregations.CustomCategorizeTextAnalyzer": { "type": "object", "properties": { "char_filter": { @@ -34050,31 +36474,31 @@ } } }, - "_types.aggregations:ChildrenAggregation": { + "_types.aggregations.ChildrenAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.aggregations:CompositeAggregation": { + "_types.aggregations.CompositeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregateKey" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregateKey" }, "size": { "description": "The number of composite buckets that should be returned.", @@ -34086,7 +36510,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationSource" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationSource" } } } @@ -34094,57 +36518,57 @@ } ] }, - "_types.aggregations:CompositeAggregationSource": { + "_types.aggregations.CompositeAggregationSource": { "type": "object", "properties": { "terms": { - "$ref": "#/components/schemas/_types.aggregations:CompositeTermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeTermsAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:CompositeHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeHistogramAggregation" }, "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:CompositeDateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeDateHistogramAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:CompositeGeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeGeoTileGridAggregation" } } }, - "_types.aggregations:CompositeTermsAggregation": { + "_types.aggregations.CompositeTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:CompositeAggregationBase": { + "_types.aggregations.CompositeAggregationBase": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing_bucket": { "type": "boolean" }, "missing_order": { - "$ref": "#/components/schemas/_types.aggregations:MissingOrder" + "$ref": "#/components/schemas/_types.aggregations.MissingOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "value_type": { - "$ref": "#/components/schemas/_types.aggregations:ValueType" + "$ref": "#/components/schemas/_types.aggregations.ValueType" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" } } }, - "_types.aggregations:MissingOrder": { + "_types.aggregations.MissingOrder": { "type": "string", "enum": [ "first", @@ -34152,7 +36576,7 @@ "default" ] }, - "_types.aggregations:ValueType": { + "_types.aggregations.ValueType": { "type": "string", "enum": [ "string", @@ -34167,10 +36591,10 @@ "boolean" ] }, - "_types.aggregations:CompositeHistogramAggregation": { + "_types.aggregations.CompositeHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -34185,10 +36609,10 @@ } ] }, - "_types.aggregations:CompositeDateHistogramAggregation": { + "_types.aggregations.CompositeDateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -34197,25 +36621,25 @@ "type": "string" }, "calendar_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" }, "offset": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } } } ] }, - "_types.aggregations:CompositeGeoTileGridAggregation": { + "_types.aggregations.CompositeGeoTileGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregationBase" }, { "type": "object", @@ -34224,74 +36648,74 @@ "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types.aggregations:CumulativeCardinalityAggregation": { + "_types.aggregations.CumulativeCardinalityAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:CumulativeSumAggregation": { + "_types.aggregations.CumulativeSumAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:DateHistogramAggregation": { + "_types.aggregations.DateHistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "calendar_interval": { - "$ref": "#/components/schemas/_types.aggregations:CalendarInterval" + "$ref": "#/components/schemas/_types.aggregations.CalendarInterval" }, "extended_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsFieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsFieldDateMath" }, "hard_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsFieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsFieldDateMath" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "fixed_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "format": { "description": "The date format used to format `key_as_string` in the response.\nIf no `format` is specified, the first date format specified in the field mapping is used.", "type": "string" }, "interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "min_doc_count": { "description": "Only returns buckets that have `min_doc_count` number of documents.\nBy default, all buckets between the first bucket that matches documents and the last one are returned.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "offset": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "params": { "type": "object", @@ -34300,10 +36724,10 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and return the ranges as a hash rather than an array.", @@ -34313,7 +36737,7 @@ } ] }, - "_types.aggregations:CalendarInterval": { + "_types.aggregations.CalendarInterval": { "type": "string", "enum": [ "second", @@ -34334,34 +36758,34 @@ "1y" ] }, - "_types.aggregations:ExtendedBoundsFieldDateMath": { + "_types.aggregations.ExtendedBoundsFieldDateMath": { "type": "object", "properties": { "max": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" }, "min": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" } } }, - "_types.aggregations:FieldDateMath": { + "_types.aggregations.FieldDateMath": { "description": "A date range limit, represented either as a DateMath expression or a number expressed\naccording to the target field's precision.", "oneOf": [ { - "$ref": "#/components/schemas/_types:DateMath" + "$ref": "#/components/schemas/_types.DateMath" }, { "type": "number" } ] }, - "_types.aggregations:AggregateOrder": { + "_types.aggregations.AggregateOrder": { "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "minProperties": 1, "maxProperties": 1 @@ -34371,7 +36795,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "minProperties": 1, "maxProperties": 1 @@ -34379,33 +36803,33 @@ } ] }, - "_types.aggregations:DateRangeAggregation": { + "_types.aggregations.DateRangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "format": { "description": "The date format used to format `from` and `to` in the response.", "type": "string" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "ranges": { "description": "Array of date ranges.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeExpression" + "$ref": "#/components/schemas/_types.aggregations.DateRangeExpression" } }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and returns the ranges as a hash rather than an array.", @@ -34415,61 +36839,61 @@ } ] }, - "_types.aggregations:DateRangeExpression": { + "_types.aggregations.DateRangeExpression": { "type": "object", "properties": { "from": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" }, "key": { "description": "Custom key to return the range with.", "type": "string" }, "to": { - "$ref": "#/components/schemas/_types.aggregations:FieldDateMath" + "$ref": "#/components/schemas/_types.aggregations.FieldDateMath" } } }, - "_types.aggregations:DerivativeAggregation": { + "_types.aggregations.DerivativeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:DiversifiedSamplerAggregation": { + "_types.aggregations.DiversifiedSamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:SamplerAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.SamplerAggregationExecutionHint" }, "max_docs_per_value": { "description": "Limits how many documents are permitted per choice of de-duplicating value.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "shard_size": { "description": "Limits how many top-scoring documents are collected in the sample processed on each shard.", "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:SamplerAggregationExecutionHint": { + "_types.aggregations.SamplerAggregationExecutionHint": { "type": "string", "enum": [ "map", @@ -34477,10 +36901,10 @@ "bytes_hash" ] }, - "_types.aggregations:ExtendedStatsAggregation": { + "_types.aggregations.ExtendedStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -34493,10 +36917,10 @@ } ] }, - "_types.aggregations:ExtendedStatsBucketAggregation": { + "_types.aggregations.ExtendedStatsBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -34509,14 +36933,14 @@ } ] }, - "_types.aggregations:FrequentItemSetsAggregation": { + "_types.aggregations.FrequentItemSetsAggregation": { "type": "object", "properties": { "fields": { "description": "Fields to analyze.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:FrequentItemSetsField" + "$ref": "#/components/schemas/_types.aggregations.FrequentItemSetsField" } }, "minimum_set_size": { @@ -34532,31 +36956,31 @@ "type": "number" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "fields" ] }, - "_types.aggregations:FrequentItemSetsField": { + "_types.aggregations.FrequentItemSetsField": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" } }, "required": [ "field" ] }, - "_types.aggregations:TermsExclude": { + "_types.aggregations.TermsExclude": { "oneOf": [ { "type": "string" @@ -34569,7 +36993,7 @@ } ] }, - "_types.aggregations:TermsInclude": { + "_types.aggregations.TermsInclude": { "oneOf": [ { "type": "string" @@ -34581,11 +37005,11 @@ } }, { - "$ref": "#/components/schemas/_types.aggregations:TermsPartition" + "$ref": "#/components/schemas/_types.aggregations.TermsPartition" } ] }, - "_types.aggregations:TermsPartition": { + "_types.aggregations.TermsPartition": { "type": "object", "properties": { "num_partitions": { @@ -34602,16 +37026,16 @@ "partition" ] }, - "_types.aggregations:FiltersAggregation": { + "_types.aggregations.FiltersAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "filters": { - "$ref": "#/components/schemas/_types.aggregations:BucketsQueryContainer" + "$ref": "#/components/schemas/_types.aggregations.BucketsQueryContainer" }, "other_bucket": { "description": "Set to `true` to add a bucket to the response which will contain all documents that do not match any of the given filters.", @@ -34629,27 +37053,27 @@ } ] }, - "_types.aggregations:BucketsQueryContainer": { + "_types.aggregations.BucketsQueryContainer": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, - "_types.aggregations:GeoBoundsAggregation": { + "_types.aggregations.GeoBoundsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -34662,10 +37086,10 @@ } ] }, - "_types.aggregations:GeoCentroidAggregation": { + "_types.aggregations.GeoCentroidAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -34674,44 +37098,44 @@ "type": "number" }, "location": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" } } } ] }, - "_types.aggregations:GeoDistanceAggregation": { + "_types.aggregations.GeoDistanceAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "distance_type": { - "$ref": "#/components/schemas/_types:GeoDistanceType" + "$ref": "#/components/schemas/_types.GeoDistanceType" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "origin": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "ranges": { "description": "An array of ranges used to bucket documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AggregationRange" + "$ref": "#/components/schemas/_types.aggregations.AggregationRange" } }, "unit": { - "$ref": "#/components/schemas/_types:DistanceUnit" + "$ref": "#/components/schemas/_types.DistanceUnit" } } } ] }, - "_types.aggregations:AggregationRange": { + "_types.aggregations.AggregationRange": { "type": "object", "properties": { "from": { @@ -34744,22 +37168,22 @@ } } }, - "_types.aggregations:GeoHashGridAggregation": { + "_types.aggregations.GeoHashGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { - "$ref": "#/components/schemas/_types:GeoHashPrecision" + "$ref": "#/components/schemas/_types.GeoHashPrecision" }, "shard_size": { "description": "Allows for more accurate counting of the top cells returned in the final result the aggregation.\nDefaults to returning `max(10,(size x number-of-shards))` buckets from each shard.", @@ -34773,7 +37197,7 @@ } ] }, - "_types:GeoHashPrecision": { + "_types.GeoHashPrecision": { "description": "A precision that can be expressed as a geohash length between 1 and 12, or a distance measure like \"1km\", \"10m\".", "oneOf": [ { @@ -34784,21 +37208,21 @@ } ] }, - "_types.aggregations:GeoLineAggregation": { + "_types.aggregations.GeoLineAggregation": { "type": "object", "properties": { "point": { - "$ref": "#/components/schemas/_types.aggregations:GeoLinePoint" + "$ref": "#/components/schemas/_types.aggregations.GeoLinePoint" }, "sort": { - "$ref": "#/components/schemas/_types.aggregations:GeoLineSort" + "$ref": "#/components/schemas/_types.aggregations.GeoLineSort" }, "include_sort": { "description": "When `true`, returns an additional array of the sort values in the feature properties.", "type": "boolean" }, "sort_order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "size": { "description": "The maximum length of the line represented in the aggregation.\nValid sizes are between 1 and 10000.", @@ -34810,41 +37234,41 @@ "sort" ] }, - "_types.aggregations:GeoLinePoint": { + "_types.aggregations.GeoLinePoint": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:GeoLineSort": { + "_types.aggregations.GeoLineSort": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:GeoTileGridAggregation": { + "_types.aggregations.GeoTileGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { - "$ref": "#/components/schemas/_types:GeoTilePrecision" + "$ref": "#/components/schemas/_types.GeoTilePrecision" }, "shard_size": { "description": "Allows for more accurate counting of the top cells returned in the final result the aggregation.\nDefaults to returning `max(10,(size x number-of-shards))` buckets from each shard.", @@ -34855,32 +37279,32 @@ "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" } } } ] }, - "_types:GeoTilePrecision": { + "_types.GeoTilePrecision": { "type": "number" }, - "_types.aggregations:GeohexGridAggregation": { + "_types.aggregations.GeohexGridAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision": { "description": "Integer zoom of the key used to defined cells or buckets\nin the results. Value should be between 0-15.", "type": "number" }, "bounds": { - "$ref": "#/components/schemas/_types:GeoBounds" + "$ref": "#/components/schemas/_types.GeoBounds" }, "size": { "description": "Maximum number of buckets to return.", @@ -34897,32 +37321,32 @@ } ] }, - "_types.aggregations:GlobalAggregation": { + "_types.aggregations.GlobalAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:HistogramAggregation": { + "_types.aggregations.HistogramAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "extended_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsdouble" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsdouble" }, "hard_bounds": { - "$ref": "#/components/schemas/_types.aggregations:ExtendedBoundsdouble" + "$ref": "#/components/schemas/_types.aggregations.ExtendedBoundsdouble" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "interval": { "description": "The interval for the buckets.\nMust be a positive decimal.", @@ -34941,10 +37365,10 @@ "type": "number" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "format": { "type": "string" @@ -34957,7 +37381,7 @@ } ] }, - "_types.aggregations:ExtendedBoundsdouble": { + "_types.aggregations.ExtendedBoundsdouble": { "type": "object", "properties": { "max": { @@ -34970,29 +37394,29 @@ } } }, - "_types.aggregations:IpRangeAggregation": { + "_types.aggregations.IpRangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ranges": { "description": "Array of IP ranges.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:IpRangeAggregationRange" + "$ref": "#/components/schemas/_types.aggregations.IpRangeAggregationRange" } } } } ] }, - "_types.aggregations:IpRangeAggregationRange": { + "_types.aggregations.IpRangeAggregationRange": { "type": "object", "properties": { "from": { @@ -35025,16 +37449,16 @@ } } }, - "_types.aggregations:IpPrefixAggregation": { + "_types.aggregations.IpPrefixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "prefix_length": { "description": "Length of the network prefix. For IPv4 addresses the accepted range is [0, 32].\nFor IPv6 addresses the accepted range is [0, 128].", @@ -35064,19 +37488,19 @@ } ] }, - "_types.aggregations:InferenceAggregation": { + "_types.aggregations.InferenceAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "inference_config": { - "$ref": "#/components/schemas/_types.aggregations:InferenceConfigContainer" + "$ref": "#/components/schemas/_types.aggregations.InferenceConfigContainer" } }, "required": [ @@ -35085,24 +37509,24 @@ } ] }, - "_types.aggregations:InferenceConfigContainer": { + "_types.aggregations.InferenceConfigContainer": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:RegressionInferenceOptions": { + "ml._types.RegressionInferenceOptions": { "type": "object", "properties": { "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "num_top_feature_importance_values": { "description": "Specifies the maximum number of feature importance values per document.", @@ -35110,7 +37534,7 @@ } } }, - "ml._types:ClassificationInferenceOptions": { + "ml._types.ClassificationInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -35135,31 +37559,31 @@ } } }, - "_types.aggregations:MatrixStatsAggregation": { + "_types.aggregations.MatrixStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MatrixAggregation" + "$ref": "#/components/schemas/_types.aggregations.MatrixAggregation" }, { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/_types:SortMode" + "$ref": "#/components/schemas/_types.SortMode" } } } ] }, - "_types.aggregations:MatrixAggregation": { + "_types.aggregations.MatrixAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "missing": { "description": "The value to apply to documents that do not have a value.\nBy default, documents without a value are ignored.", @@ -35172,30 +37596,30 @@ } ] }, - "_types.aggregations:MaxAggregation": { + "_types.aggregations.MaxAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MaxBucketAggregation": { + "_types.aggregations.MaxBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MedianAbsoluteDeviationAggregation": { + "_types.aggregations.MedianAbsoluteDeviationAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -35208,70 +37632,70 @@ } ] }, - "_types.aggregations:MinAggregation": { + "_types.aggregations.MinAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MinBucketAggregation": { + "_types.aggregations.MinBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:MissingAggregation": { + "_types.aggregations.MissingAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" } } } ] }, - "_types.aggregations:MovingAverageAggregation": { + "_types.aggregations.MovingAverageAggregation": { "discriminator": { "propertyName": "model" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:LinearMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.LinearMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:SimpleMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.SimpleMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:EwmaMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.EwmaMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:HoltMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.HoltMovingAverageAggregation" }, { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersMovingAverageAggregation" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersMovingAverageAggregation" } ] }, - "_types.aggregations:LinearMovingAverageAggregation": { + "_types.aggregations.LinearMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35283,7 +37707,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" } }, "required": [ @@ -35293,13 +37717,13 @@ } ] }, - "_types:EmptyObject": { + "_types.EmptyObject": { "type": "object" }, - "_types.aggregations:MovingAverageAggregationBase": { + "_types.aggregations.MovingAverageAggregationBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35317,10 +37741,10 @@ } ] }, - "_types.aggregations:SimpleMovingAverageAggregation": { + "_types.aggregations.SimpleMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35332,7 +37756,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" } }, "required": [ @@ -35342,10 +37766,10 @@ } ] }, - "_types.aggregations:EwmaMovingAverageAggregation": { + "_types.aggregations.EwmaMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35357,7 +37781,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:EwmaModelSettings" + "$ref": "#/components/schemas/_types.aggregations.EwmaModelSettings" } }, "required": [ @@ -35367,7 +37791,7 @@ } ] }, - "_types.aggregations:EwmaModelSettings": { + "_types.aggregations.EwmaModelSettings": { "type": "object", "properties": { "alpha": { @@ -35375,10 +37799,10 @@ } } }, - "_types.aggregations:HoltMovingAverageAggregation": { + "_types.aggregations.HoltMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35390,7 +37814,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:HoltLinearModelSettings" + "$ref": "#/components/schemas/_types.aggregations.HoltLinearModelSettings" } }, "required": [ @@ -35400,7 +37824,7 @@ } ] }, - "_types.aggregations:HoltLinearModelSettings": { + "_types.aggregations.HoltLinearModelSettings": { "type": "object", "properties": { "alpha": { @@ -35411,10 +37835,10 @@ } } }, - "_types.aggregations:HoltWintersMovingAverageAggregation": { + "_types.aggregations.HoltWintersMovingAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MovingAverageAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MovingAverageAggregationBase" }, { "type": "object", @@ -35426,7 +37850,7 @@ ] }, "settings": { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersModelSettings" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersModelSettings" } }, "required": [ @@ -35436,7 +37860,7 @@ } ] }, - "_types.aggregations:HoltWintersModelSettings": { + "_types.aggregations.HoltWintersModelSettings": { "type": "object", "properties": { "alpha": { @@ -35455,21 +37879,21 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.aggregations:HoltWintersType" + "$ref": "#/components/schemas/_types.aggregations.HoltWintersType" } } }, - "_types.aggregations:HoltWintersType": { + "_types.aggregations.HoltWintersType": { "type": "string", "enum": [ "add", "mult" ] }, - "_types.aggregations:MovingPercentilesAggregation": { + "_types.aggregations.MovingPercentilesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35489,10 +37913,10 @@ } ] }, - "_types.aggregations:MovingFunctionAggregation": { + "_types.aggregations.MovingFunctionAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35513,19 +37937,19 @@ } ] }, - "_types.aggregations:MultiTermsAggregation": { + "_types.aggregations.MultiTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "collect_mode": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationCollectMode" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationCollectMode" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "min_doc_count": { "description": "The minimum number of documents in a bucket for it to be returned.", @@ -35551,7 +37975,7 @@ "description": "The field from which to generate sets of terms.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:MultiTermLookup" + "$ref": "#/components/schemas/_types.aggregations.MultiTermLookup" } } }, @@ -35561,58 +37985,58 @@ } ] }, - "_types.aggregations:TermsAggregationCollectMode": { + "_types.aggregations.TermsAggregationCollectMode": { "type": "string", "enum": [ "depth_first", "breadth_first" ] }, - "_types.aggregations:MultiTermLookup": { + "_types.aggregations.MultiTermLookup": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" } }, "required": [ "field" ] }, - "_types.aggregations:NestedAggregation": { + "_types.aggregations.NestedAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:NormalizeAggregation": { + "_types.aggregations.NormalizeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", "properties": { "method": { - "$ref": "#/components/schemas/_types.aggregations:NormalizeMethod" + "$ref": "#/components/schemas/_types.aggregations.NormalizeMethod" } } } ] }, - "_types.aggregations:NormalizeMethod": { + "_types.aggregations.NormalizeMethod": { "type": "string", "enum": [ "rescale_0_1", @@ -35623,25 +38047,25 @@ "softmax" ] }, - "_types.aggregations:ParentAggregation": { + "_types.aggregations.ParentAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } } ] }, - "_types.aggregations:PercentileRanksAggregation": { + "_types.aggregations.PercentileRanksAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -35666,16 +38090,16 @@ ] }, "hdr": { - "$ref": "#/components/schemas/_types.aggregations:HdrMethod" + "$ref": "#/components/schemas/_types.aggregations.HdrMethod" }, "tdigest": { - "$ref": "#/components/schemas/_types.aggregations:TDigest" + "$ref": "#/components/schemas/_types.aggregations.TDigest" } } } ] }, - "_types.aggregations:HdrMethod": { + "_types.aggregations.HdrMethod": { "type": "object", "properties": { "number_of_significant_value_digits": { @@ -35684,7 +38108,7 @@ } } }, - "_types.aggregations:TDigest": { + "_types.aggregations.TDigest": { "type": "object", "properties": { "compression": { @@ -35693,10 +38117,10 @@ } } }, - "_types.aggregations:PercentilesAggregation": { + "_types.aggregations.PercentilesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", @@ -35713,19 +38137,19 @@ } }, "hdr": { - "$ref": "#/components/schemas/_types.aggregations:HdrMethod" + "$ref": "#/components/schemas/_types.aggregations.HdrMethod" }, "tdigest": { - "$ref": "#/components/schemas/_types.aggregations:TDigest" + "$ref": "#/components/schemas/_types.aggregations.TDigest" } } } ] }, - "_types.aggregations:PercentilesBucketAggregation": { + "_types.aggregations.PercentilesBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35741,16 +38165,16 @@ } ] }, - "_types.aggregations:RangeAggregation": { + "_types.aggregations.RangeAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { "description": "The value to apply to documents that do not have a value.\nBy default, documents without a value are ignored.", @@ -35760,11 +38184,11 @@ "description": "An array of ranges used to bucket documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:AggregationRange" + "$ref": "#/components/schemas/_types.aggregations.AggregationRange" } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "keyed": { "description": "Set to `true` to associate a unique string key with each bucket and return the ranges as a hash rather than an array.", @@ -35777,29 +38201,29 @@ } ] }, - "_types.aggregations:RareTermsAggregation": { + "_types.aggregations.RareTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "max_doc_count": { "description": "The maximum number of documents a term should appear in.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "precision": { "description": "The precision of the internal CuckooFilters.\nSmaller precision leads to better approximation, but higher memory usage.", @@ -35812,50 +38236,50 @@ } ] }, - "_types.aggregations:RateAggregation": { + "_types.aggregations.RateAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object", "properties": { "unit": { - "$ref": "#/components/schemas/_types.aggregations:CalendarInterval" + "$ref": "#/components/schemas/_types.aggregations.CalendarInterval" }, "mode": { - "$ref": "#/components/schemas/_types.aggregations:RateMode" + "$ref": "#/components/schemas/_types.aggregations.RateMode" } } } ] }, - "_types.aggregations:RateMode": { + "_types.aggregations.RateMode": { "type": "string", "enum": [ "sum", "value_count" ] }, - "_types.aggregations:ReverseNestedAggregation": { + "_types.aggregations.ReverseNestedAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } } ] }, - "_types.aggregations:SamplerAggregation": { + "_types.aggregations.SamplerAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -35868,22 +38292,22 @@ } ] }, - "_types.aggregations:ScriptedMetricAggregation": { + "_types.aggregations.ScriptedMetricAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", "properties": { "combine_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "init_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "map_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "params": { "description": "A global object with script parameters for `init`, `map` and `combine` scripts.\nIt is shared between the scripts.", @@ -35893,16 +38317,16 @@ } }, "reduce_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } } ] }, - "_types.aggregations:SerialDifferencingAggregation": { + "_types.aggregations.SerialDifferencingAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object", @@ -35915,50 +38339,50 @@ } ] }, - "_types.aggregations:SignificantTermsAggregation": { + "_types.aggregations.SignificantTermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "background_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "chi_square": { - "$ref": "#/components/schemas/_types.aggregations:ChiSquareHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ChiSquareHeuristic" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "gnd": { - "$ref": "#/components/schemas/_types.aggregations:GoogleNormalizedDistanceHeuristic" + "$ref": "#/components/schemas/_types.aggregations.GoogleNormalizedDistanceHeuristic" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "jlh": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "min_doc_count": { "description": "Only return terms that are found in more than `min_doc_count` hits.", "type": "number" }, "mutual_information": { - "$ref": "#/components/schemas/_types.aggregations:MutualInformationHeuristic" + "$ref": "#/components/schemas/_types.aggregations.MutualInformationHeuristic" }, "percentage": { - "$ref": "#/components/schemas/_types.aggregations:PercentageScoreHeuristic" + "$ref": "#/components/schemas/_types.aggregations.PercentageScoreHeuristic" }, "script_heuristic": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ScriptedHeuristic" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -35976,7 +38400,7 @@ } ] }, - "_types.aggregations:ChiSquareHeuristic": { + "_types.aggregations.ChiSquareHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -35993,7 +38417,7 @@ "include_negatives" ] }, - "_types.aggregations:TermsAggregationExecutionHint": { + "_types.aggregations.TermsAggregationExecutionHint": { "type": "string", "enum": [ "map", @@ -36002,7 +38426,7 @@ "global_ordinals_low_cardinality" ] }, - "_types.aggregations:GoogleNormalizedDistanceHeuristic": { + "_types.aggregations.GoogleNormalizedDistanceHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -36011,7 +38435,7 @@ } } }, - "_types.aggregations:MutualInformationHeuristic": { + "_types.aggregations.MutualInformationHeuristic": { "type": "object", "properties": { "background_is_superset": { @@ -36024,68 +38448,68 @@ } } }, - "_types.aggregations:PercentageScoreHeuristic": { + "_types.aggregations.PercentageScoreHeuristic": { "type": "object" }, - "_types.aggregations:ScriptedHeuristic": { + "_types.aggregations.ScriptedHeuristic": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "_types.aggregations:SignificantTextAggregation": { + "_types.aggregations.SignificantTextAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "background_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "chi_square": { - "$ref": "#/components/schemas/_types.aggregations:ChiSquareHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ChiSquareHeuristic" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter_duplicate_text": { "description": "Whether to out duplicate text to deal with noisy data.", "type": "boolean" }, "gnd": { - "$ref": "#/components/schemas/_types.aggregations:GoogleNormalizedDistanceHeuristic" + "$ref": "#/components/schemas/_types.aggregations.GoogleNormalizedDistanceHeuristic" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "jlh": { - "$ref": "#/components/schemas/_types:EmptyObject" + "$ref": "#/components/schemas/_types.EmptyObject" }, "min_doc_count": { "description": "Only return values that are found in more than `min_doc_count` hits.", "type": "number" }, "mutual_information": { - "$ref": "#/components/schemas/_types.aggregations:MutualInformationHeuristic" + "$ref": "#/components/schemas/_types.aggregations.MutualInformationHeuristic" }, "percentage": { - "$ref": "#/components/schemas/_types.aggregations:PercentageScoreHeuristic" + "$ref": "#/components/schemas/_types.aggregations.PercentageScoreHeuristic" }, "script_heuristic": { - "$ref": "#/components/schemas/_types.aggregations:ScriptedHeuristic" + "$ref": "#/components/schemas/_types.aggregations.ScriptedHeuristic" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the values should actually be added to the candidate list or not with respect to the min_doc_count.\nValues will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -36100,36 +38524,36 @@ "type": "number" }, "source_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } } ] }, - "_types.aggregations:StatsAggregation": { + "_types.aggregations.StatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:StatsBucketAggregation": { + "_types.aggregations.StatsBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:StringStatsAggregation": { + "_types.aggregations.StringStatsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -36142,58 +38566,58 @@ } ] }, - "_types.aggregations:SumAggregation": { + "_types.aggregations.SumAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormatMetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.FormatMetricAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:SumBucketAggregation": { + "_types.aggregations.SumBucketAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:PipelineAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.PipelineAggregationBase" }, { "type": "object" } ] }, - "_types.aggregations:TermsAggregation": { + "_types.aggregations.TermsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "collect_mode": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationCollectMode" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationCollectMode" }, "exclude": { - "$ref": "#/components/schemas/_types.aggregations:TermsExclude" + "$ref": "#/components/schemas/_types.aggregations.TermsExclude" }, "execution_hint": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregationExecutionHint" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregationExecutionHint" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { - "$ref": "#/components/schemas/_types.aggregations:TermsInclude" + "$ref": "#/components/schemas/_types.aggregations.TermsInclude" }, "min_doc_count": { "description": "Only return values that are found in more than `min_doc_count` hits.", "type": "number" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:Missing" + "$ref": "#/components/schemas/_types.aggregations.Missing" }, "missing_order": { - "$ref": "#/components/schemas/_types.aggregations:MissingOrder" + "$ref": "#/components/schemas/_types.aggregations.MissingOrder" }, "missing_bucket": { "type": "boolean" @@ -36203,10 +38627,10 @@ "type": "string" }, "order": { - "$ref": "#/components/schemas/_types.aggregations:AggregateOrder" + "$ref": "#/components/schemas/_types.aggregations.AggregateOrder" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "shard_min_doc_count": { "description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.", @@ -36231,10 +38655,10 @@ } ] }, - "_types.aggregations:TimeSeriesAggregation": { + "_types.aggregations.TimeSeriesAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", @@ -36251,10 +38675,10 @@ } ] }, - "_types.aggregations:TopHitsAggregation": { + "_types.aggregations.TopHitsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -36263,7 +38687,7 @@ "description": "Fields for which to return doc values.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "explain": { @@ -36274,7 +38698,7 @@ "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "from": { @@ -36282,13 +38706,13 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "script_fields": { "description": "Returns the result of one or more script evaluations for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "size": { @@ -36296,13 +38720,13 @@ "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "track_scores": { "description": "If `true`, calculates and returns document scores, even if the scores are not used for sorting.", @@ -36320,45 +38744,45 @@ } ] }, - "_types.aggregations:TTestAggregation": { + "_types.aggregations.TTestAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", "properties": { "a": { - "$ref": "#/components/schemas/_types.aggregations:TestPopulation" + "$ref": "#/components/schemas/_types.aggregations.TestPopulation" }, "b": { - "$ref": "#/components/schemas/_types.aggregations:TestPopulation" + "$ref": "#/components/schemas/_types.aggregations.TestPopulation" }, "type": { - "$ref": "#/components/schemas/_types.aggregations:TTestType" + "$ref": "#/components/schemas/_types.aggregations.TTestType" } } } ] }, - "_types.aggregations:TestPopulation": { + "_types.aggregations.TestPopulation": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ "field" ] }, - "_types.aggregations:TTestType": { + "_types.aggregations.TTestType": { "type": "string", "enum": [ "paired", @@ -36366,10 +38790,10 @@ "heteroscedastic" ] }, - "_types.aggregations:TopMetricsAggregation": { + "_types.aggregations.TopMetricsAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -36378,12 +38802,12 @@ "description": "The fields of the top document to return.", "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsValue" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.aggregations:TopMetricsValue" + "$ref": "#/components/schemas/_types.aggregations.TopMetricsValue" } } ] @@ -36393,37 +38817,37 @@ "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } ] }, - "_types.aggregations:TopMetricsValue": { + "_types.aggregations.TopMetricsValue": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "_types.aggregations:ValueCountAggregation": { + "_types.aggregations.ValueCountAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:FormattableMetricAggregation" + "$ref": "#/components/schemas/_types.aggregations.FormattableMetricAggregation" }, { "type": "object" } ] }, - "_types.aggregations:FormattableMetricAggregation": { + "_types.aggregations.FormattableMetricAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:MetricAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.MetricAggregationBase" }, { "type": "object", @@ -36435,10 +38859,10 @@ } ] }, - "_types.aggregations:WeightedAverageAggregation": { + "_types.aggregations.WeightedAverageAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:Aggregation" + "$ref": "#/components/schemas/_types.aggregations.Aggregation" }, { "type": "object", @@ -36448,38 +38872,38 @@ "type": "string" }, "value": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageValue" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageValue" }, "value_type": { - "$ref": "#/components/schemas/_types.aggregations:ValueType" + "$ref": "#/components/schemas/_types.aggregations.ValueType" }, "weight": { - "$ref": "#/components/schemas/_types.aggregations:WeightedAverageValue" + "$ref": "#/components/schemas/_types.aggregations.WeightedAverageValue" } } } ] }, - "_types.aggregations:WeightedAverageValue": { + "_types.aggregations.WeightedAverageValue": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "missing": { "description": "A value or weight to use if the field is missing.", "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types.aggregations:VariableWidthHistogramAggregation": { + "_types.aggregations.VariableWidthHistogramAggregation": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "buckets": { "description": "The target number of buckets.", @@ -36494,11 +38918,11 @@ "type": "number" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, - "_types:Refresh": { + "_types.Refresh": { "type": "string", "enum": [ "true", @@ -36506,56 +38930,56 @@ "wait_for" ] }, - "_types:WaitForActiveShards": { + "_types.WaitForActiveShards": { "oneOf": [ { "type": "number" }, { - "$ref": "#/components/schemas/_types:WaitForActiveShardOptions" + "$ref": "#/components/schemas/_types.WaitForActiveShardOptions" } ] }, - "_types:WaitForActiveShardOptions": { + "_types.WaitForActiveShardOptions": { "type": "string", "enum": [ "all", "index-setting" ] }, - "_global.bulk:OperationContainer": { + "_global.bulk.OperationContainer": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_global.bulk:IndexOperation" + "$ref": "#/components/schemas/_global.bulk.IndexOperation" }, "create": { - "$ref": "#/components/schemas/_global.bulk:CreateOperation" + "$ref": "#/components/schemas/_global.bulk.CreateOperation" }, "update": { - "$ref": "#/components/schemas/_global.bulk:UpdateOperation" + "$ref": "#/components/schemas/_global.bulk.UpdateOperation" }, "delete": { - "$ref": "#/components/schemas/_global.bulk:DeleteOperation" + "$ref": "#/components/schemas/_global.bulk.DeleteOperation" } }, "minProperties": 1, "maxProperties": 1 }, - "_global.bulk:IndexOperation": { + "_global.bulk.IndexOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:WriteOperation" + "$ref": "#/components/schemas/_global.bulk.WriteOperation" }, { "type": "object" } ] }, - "_global.bulk:WriteOperation": { + "_global.bulk.WriteOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object", @@ -36579,46 +39003,46 @@ } ] }, - "_global.bulk:OperationBase": { + "_global.bulk.OperationBase": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "if_primary_term": { "type": "number" }, "if_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_global.bulk:CreateOperation": { + "_global.bulk.CreateOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:WriteOperation" + "$ref": "#/components/schemas/_global.bulk.WriteOperation" }, { "type": "object" } ] }, - "_global.bulk:UpdateOperation": { + "_global.bulk.UpdateOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object", @@ -36635,17 +39059,17 @@ } ] }, - "_global.bulk:DeleteOperation": { + "_global.bulk.DeleteOperation": { "allOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationBase" + "$ref": "#/components/schemas/_global.bulk.OperationBase" }, { "type": "object" } ] }, - "_global.bulk:UpdateAction": { + "_global.bulk.UpdateAction": { "type": "object", "properties": { "detect_noop": { @@ -36661,14 +39085,14 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "scripted_upsert": { "description": "Set to `true` to run the script whether or not the document exists.", "type": "boolean" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "upsert": { "description": "If the document does not already exist, the contents of `upsert` are inserted as a new document.\nIf the document exists, the `script` is run.", @@ -36676,7 +39100,7 @@ } } }, - "_global.bulk:ResponseItem": { + "_global.bulk.ResponseItem": { "type": "object", "properties": { "_id": { @@ -36700,10 +39124,10 @@ "type": "number" }, "failure_store": { - "$ref": "#/components/schemas/_global.bulk:FailureStoreStatus" + "$ref": "#/components/schemas/_global.bulk.FailureStoreStatus" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "_primary_term": { "description": "The primary term assigned to the document for the operation.\nThis property is returned only for successful operations.", @@ -36714,19 +39138,19 @@ "type": "string" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "forced_refresh": { "type": "boolean" }, "get": { - "$ref": "#/components/schemas/_types:InlineGetDictUserDefined" + "$ref": "#/components/schemas/_types.InlineGetDictUserDefined" } }, "required": [ @@ -36734,7 +39158,7 @@ "status" ] }, - "_global.bulk:FailureStoreStatus": { + "_global.bulk.FailureStoreStatus": { "type": "string", "enum": [ "not_applicable_or_unknown", @@ -36743,7 +39167,7 @@ "failed" ] }, - "_types:InlineGetDictUserDefined": { + "_types.InlineGetDictUserDefined": { "type": "object", "properties": { "fields": { @@ -36756,13 +39180,13 @@ "type": "boolean" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { "type": "object", @@ -36775,20 +39199,20 @@ "found" ] }, - "_types:Names": { + "_types.Names": { "oneOf": [ { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } } ] }, - "cat.aliases:AliasesRecord": { + "cat.aliases.AliasesRecord": { "type": "object", "properties": { "alias": { @@ -36796,7 +39220,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "filter": { "description": "filter", @@ -36816,7 +39240,7 @@ } } }, - "cat.component_templates:ComponentTemplate": { + "cat.component_templates.ComponentTemplate": { "type": "object", "properties": { "name": { @@ -36859,14 +39283,14 @@ "included_in" ] }, - "cat.count:CountRecord": { + "cat.count.CountRecord": { "type": "object", "properties": { "epoch": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitSeconds" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitSeconds" }, "timestamp": { - "$ref": "#/components/schemas/_types:TimeOfDay" + "$ref": "#/components/schemas/_types.TimeOfDay" }, "count": { "description": "the document count", @@ -36874,33 +39298,33 @@ } } }, - "_spec_utils:StringifiedEpochTimeUnitSeconds": { + "_spec_utils.StringifiedEpochTimeUnitSeconds": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:EpochTimeUnitSeconds" + "$ref": "#/components/schemas/_types.EpochTimeUnitSeconds" }, { "type": "string" } ] }, - "_types:EpochTimeUnitSeconds": { + "_types.EpochTimeUnitSeconds": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitSeconds" + "$ref": "#/components/schemas/_types.UnitSeconds" } ] }, - "_types:UnitSeconds": { + "_types.UnitSeconds": { "description": "Time unit for seconds", "type": "number" }, - "_types:TimeOfDay": { + "_types.TimeOfDay": { "description": "Time of day, expressed as HH:MM:SS", "type": "string" }, - "_types:Bytes": { + "_types.Bytes": { "type": "string", "enum": [ "b", @@ -36911,7 +39335,7 @@ "pb" ] }, - "_types:HealthStatus": { + "_types.HealthStatus": { "type": "string", "enum": [ "green", @@ -36922,7 +39346,7 @@ "RED" ] }, - "_types:TimeUnit": { + "_types.TimeUnit": { "type": "string", "enum": [ "nanos", @@ -36934,7 +39358,7 @@ "d" ] }, - "cat.indices:IndicesRecord": { + "cat.indices.IndicesRecord": { "type": "object", "properties": { "health": { @@ -37548,20 +39972,20 @@ } } }, - "cat._types:CatDfaColumns": { + "cat._types.CatDfaColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatDfaColumn" + "$ref": "#/components/schemas/cat._types.CatDfaColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatDfaColumn" + "$ref": "#/components/schemas/cat._types.CatDfaColumn" } } ] }, - "cat._types:CatDfaColumn": { + "cat._types.CatDfaColumn": { "type": "string", "enum": [ "assignment_explanation", @@ -37606,11 +40030,11 @@ "v" ] }, - "cat.ml_data_frame_analytics:DataFrameAnalyticsRecord": { + "cat.ml_data_frame_analytics.DataFrameAnalyticsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "type": { "description": "The type of analysis that the job performs.", @@ -37621,13 +40045,13 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "source_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "dest_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "description": { "description": "A description of the job.", @@ -37654,13 +40078,13 @@ "type": "string" }, "node.id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node.name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "node.ephemeral_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "node.address": { "description": "The network address of the assigned node.", @@ -37668,23 +40092,23 @@ } } }, - "_types:VersionString": { + "_types.VersionString": { "type": "string" }, - "cat._types:CatDatafeedColumns": { + "cat._types.CatDatafeedColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumn" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumn" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumn" } } ] }, - "cat._types:CatDatafeedColumn": { + "cat._types.CatDatafeedColumn": { "type": "string", "enum": [ "ae", @@ -37721,7 +40145,7 @@ "state" ] }, - "cat.ml_datafeeds:DatafeedsRecord": { + "cat.ml_datafeeds.DatafeedsRecord": { "type": "object", "properties": { "id": { @@ -37729,7 +40153,7 @@ "type": "string" }, "state": { - "$ref": "#/components/schemas/ml._types:DatafeedState" + "$ref": "#/components/schemas/ml._types.DatafeedState" }, "assignment_explanation": { "description": "For started datafeeds only, contains messages relating to the selection of a node.", @@ -37773,7 +40197,7 @@ } } }, - "ml._types:DatafeedState": { + "ml._types.DatafeedState": { "type": "string", "enum": [ "started", @@ -37782,20 +40206,20 @@ "stopping" ] }, - "cat._types:CatAnonalyDetectorColumns": { + "cat._types.CatAnonalyDetectorColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatAnomalyDetectorColumn" + "$ref": "#/components/schemas/cat._types.CatAnomalyDetectorColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatAnomalyDetectorColumn" + "$ref": "#/components/schemas/cat._types.CatAnomalyDetectorColumn" } } ] }, - "cat._types:CatAnomalyDetectorColumn": { + "cat._types.CatAnomalyDetectorColumn": { "type": "string", "enum": [ "assignment_explanation", @@ -37975,14 +40399,14 @@ "s" ] }, - "cat.ml_jobs:JobsRecord": { + "cat.ml_jobs.JobsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { - "$ref": "#/components/schemas/ml._types:JobState" + "$ref": "#/components/schemas/ml._types.JobState" }, "opened_time": { "description": "For open jobs only, the amount of time the job has been opened.", @@ -38001,7 +40425,7 @@ "type": "string" }, "data.input_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "data.input_records": { "description": "The number of input documents posted to the anomaly detection job.", @@ -38056,13 +40480,13 @@ "type": "string" }, "model.bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model.memory_status": { - "$ref": "#/components/schemas/ml._types:MemoryStatus" + "$ref": "#/components/schemas/ml._types.MemoryStatus" }, "model.bytes_exceeded": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model.memory_limit": { "description": "The upper limit for model memory usage, checked on increasing values.", @@ -38085,7 +40509,7 @@ "type": "string" }, "model.categorization_status": { - "$ref": "#/components/schemas/ml._types:CategorizationStatus" + "$ref": "#/components/schemas/ml._types.CategorizationStatus" }, "model.categorized_doc_count": { "description": "The number of documents that have had a field categorized.", @@ -38172,14 +40596,14 @@ "type": "string" }, "node.id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "node.name": { "description": "The name of the assigned node.", "type": "string" }, "node.ephemeral_id": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "node.address": { "description": "The network address of the assigned node.", @@ -38211,7 +40635,7 @@ } } }, - "ml._types:JobState": { + "ml._types.JobState": { "type": "string", "enum": [ "closing", @@ -38221,7 +40645,7 @@ "opening" ] }, - "_types:ByteSize": { + "_types.ByteSize": { "oneOf": [ { "type": "number" @@ -38231,7 +40655,7 @@ } ] }, - "ml._types:MemoryStatus": { + "ml._types.MemoryStatus": { "type": "string", "enum": [ "ok", @@ -38239,27 +40663,27 @@ "hard_limit" ] }, - "ml._types:CategorizationStatus": { + "ml._types.CategorizationStatus": { "type": "string", "enum": [ "ok", "warn" ] }, - "cat._types:CatTrainedModelsColumns": { + "cat._types.CatTrainedModelsColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumn" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumn" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumn" } } ] }, - "cat._types:CatTrainedModelsColumn": { + "cat._types.CatTrainedModelsColumn": { "type": "string", "enum": [ "create_time", @@ -38301,18 +40725,18 @@ "v" ] }, - "cat.ml_trained_models:TrainedModelsRecord": { + "cat.ml_trained_models.TrainedModelsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "created_by": { "description": "Information about the creator of the model.", "type": "string" }, "heap_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "operations": { "description": "The estimated number of operations to use the model.\nThis number helps to measure the computational complexity of the model.", @@ -38323,10 +40747,10 @@ "type": "string" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "description": { "description": "A description of the model.", @@ -38373,20 +40797,20 @@ } } }, - "cat._types:CatTransformColumns": { + "cat._types.CatTransformColumns": { "oneOf": [ { - "$ref": "#/components/schemas/cat._types:CatTransformColumn" + "$ref": "#/components/schemas/cat._types.CatTransformColumn" }, { "type": "array", "items": { - "$ref": "#/components/schemas/cat._types:CatTransformColumn" + "$ref": "#/components/schemas/cat._types.CatTransformColumn" } } ] }, - "cat._types:CatTransformColumn": { + "cat._types.CatTransformColumn": { "type": "string", "enum": [ "changes_last_detection_time", @@ -38462,11 +40886,11 @@ "v" ] }, - "cat.transforms:TransformsRecord": { + "cat.transforms.TransformsRecord": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { "description": "The status of the transform.\nReturned values include:\n`aborting`: The transform is aborting.\n`failed: The transform failed. For more information about the failure, check the `reason` field.\n`indexing`: The transform is actively processing data and creating new documents.\n`started`: The transform is running but not actively indexing data.\n`stopped`: The transform is stopped.\n`stopping`: The transform is stopping.", @@ -38521,7 +40945,7 @@ "type": "string" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "source_index": { "description": "The source indices for the transform.", @@ -38621,27 +41045,27 @@ } } }, - "_types:ScrollIds": { + "_types.ScrollIds": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" } } ] }, - "cluster._types:ComponentTemplate": { + "cluster._types.ComponentTemplate": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "component_template": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateNode" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateNode" } }, "required": [ @@ -38649,17 +41073,17 @@ "component_template" ] }, - "cluster._types:ComponentTemplateNode": { + "cluster._types.ComponentTemplateNode": { "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplateSummary" + "$ref": "#/components/schemas/cluster._types.ComponentTemplateSummary" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "deprecated": { "type": "boolean" @@ -38669,40 +41093,40 @@ "template" ] }, - "cluster._types:ComponentTemplateSummary": { + "cluster._types.ComponentTemplateSummary": { "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "settings": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:AliasDefinition" + "$ref": "#/components/schemas/indices._types.AliasDefinition" } }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } } }, - "indices._types:IndexSettings": { + "indices._types.IndexSettings": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "mode": { "type": "string" @@ -38721,22 +41145,22 @@ ] }, "soft_deletes": { - "$ref": "#/components/schemas/indices._types:SoftDeletes" + "$ref": "#/components/schemas/indices._types.SoftDeletes" }, "sort": { - "$ref": "#/components/schemas/indices._types:IndexSegmentSort" + "$ref": "#/components/schemas/indices._types.IndexSegmentSort" }, "number_of_routing_shards": { "type": "number" }, "check_on_startup": { - "$ref": "#/components/schemas/indices._types:IndexCheckOnStartup" + "$ref": "#/components/schemas/indices._types.IndexCheckOnStartup" }, "codec": { "type": "string" }, "routing_partition_size": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "load_fixed_bitset_filters_eagerly": { "type": "boolean" @@ -38757,18 +41181,18 @@ "type": "string" }, { - "$ref": "#/components/schemas/_spec_utils:NullValue" + "$ref": "#/components/schemas/_spec_utils.NullValue" } ] }, "merge": { - "$ref": "#/components/schemas/indices._types:Merge" + "$ref": "#/components/schemas/indices._types.Merge" }, "search": { - "$ref": "#/components/schemas/indices._types:SettingsSearch" + "$ref": "#/components/schemas/indices._types.SettingsSearch" }, "refresh_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_result_window": { "type": "number" @@ -38792,16 +41216,16 @@ "type": "number" }, "blocks": { - "$ref": "#/components/schemas/indices._types:IndexSettingBlocks" + "$ref": "#/components/schemas/indices._types.IndexSettingBlocks" }, "max_refresh_listeners": { "type": "number" }, "analyze": { - "$ref": "#/components/schemas/indices._types:SettingsAnalyze" + "$ref": "#/components/schemas/indices._types.SettingsAnalyze" }, "highlight": { - "$ref": "#/components/schemas/indices._types:SettingsHighlight" + "$ref": "#/components/schemas/indices._types.SettingsHighlight" }, "max_terms_count": { "type": "number" @@ -38810,34 +41234,34 @@ "type": "number" }, "routing": { - "$ref": "#/components/schemas/indices._types:IndexRouting" + "$ref": "#/components/schemas/indices._types.IndexRouting" }, "gc_deletes": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "default_pipeline": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "final_pipeline": { - "$ref": "#/components/schemas/_types:PipelineName" + "$ref": "#/components/schemas/_types.PipelineName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:IndexSettingsLifecycle" + "$ref": "#/components/schemas/indices._types.IndexSettingsLifecycle" }, "provided_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "creation_date": { - "$ref": "#/components/schemas/_spec_utils:StringifiedEpochTimeUnitMillis" + "$ref": "#/components/schemas/_spec_utils.StringifiedEpochTimeUnitMillis" }, "creation_date_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "version": { - "$ref": "#/components/schemas/indices._types:IndexVersioning" + "$ref": "#/components/schemas/indices._types.IndexVersioning" }, "verified_before_close": { "oneOf": [ @@ -38863,10 +41287,10 @@ "type": "number" }, "translog": { - "$ref": "#/components/schemas/indices._types:Translog" + "$ref": "#/components/schemas/indices._types.Translog" }, "query_string": { - "$ref": "#/components/schemas/indices._types:SettingsQueryString" + "$ref": "#/components/schemas/indices._types.SettingsQueryString" }, "priority": { "oneOf": [ @@ -38882,39 +41306,39 @@ "type": "number" }, "analysis": { - "$ref": "#/components/schemas/indices._types:IndexSettingsAnalysis" + "$ref": "#/components/schemas/indices._types.IndexSettingsAnalysis" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "time_series": { - "$ref": "#/components/schemas/indices._types:IndexSettingsTimeSeries" + "$ref": "#/components/schemas/indices._types.IndexSettingsTimeSeries" }, "queries": { - "$ref": "#/components/schemas/indices._types:Queries" + "$ref": "#/components/schemas/indices._types.Queries" }, "similarity": { "description": "Configure custom similarity settings to customize how search results are scored.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:SettingsSimilarity" + "$ref": "#/components/schemas/indices._types.SettingsSimilarity" } }, "mapping": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettings" + "$ref": "#/components/schemas/indices._types.MappingLimitSettings" }, "indexing.slowlog": { - "$ref": "#/components/schemas/indices._types:IndexingSlowlogSettings" + "$ref": "#/components/schemas/indices._types.IndexingSlowlogSettings" }, "indexing_pressure": { - "$ref": "#/components/schemas/indices._types:IndexingPressure" + "$ref": "#/components/schemas/indices._types.IndexingPressure" }, "store": { - "$ref": "#/components/schemas/indices._types:Storage" + "$ref": "#/components/schemas/indices._types.Storage" } } }, - "indices._types:SoftDeletes": { + "indices._types.SoftDeletes": { "type": "object", "properties": { "enabled": { @@ -38922,36 +41346,36 @@ "type": "boolean" }, "retention_lease": { - "$ref": "#/components/schemas/indices._types:RetentionLease" + "$ref": "#/components/schemas/indices._types.RetentionLease" } } }, - "indices._types:RetentionLease": { + "indices._types.RetentionLease": { "type": "object", "properties": { "period": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "period" ] }, - "indices._types:IndexSegmentSort": { + "indices._types.IndexSegmentSort": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "order": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortOrder" + "$ref": "#/components/schemas/indices._types.SegmentSortOrder" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortOrder" + "$ref": "#/components/schemas/indices._types.SegmentSortOrder" } } ] @@ -38959,12 +41383,12 @@ "mode": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortMode" + "$ref": "#/components/schemas/indices._types.SegmentSortMode" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortMode" + "$ref": "#/components/schemas/indices._types.SegmentSortMode" } } ] @@ -38972,19 +41396,19 @@ "missing": { "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SegmentSortMissing" + "$ref": "#/components/schemas/indices._types.SegmentSortMissing" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:SegmentSortMissing" + "$ref": "#/components/schemas/indices._types.SegmentSortMissing" } } ] } } }, - "indices._types:SegmentSortOrder": { + "indices._types.SegmentSortOrder": { "type": "string", "enum": [ "asc", @@ -38993,7 +41417,7 @@ "DESC" ] }, - "indices._types:SegmentSortMode": { + "indices._types.SegmentSortMode": { "type": "string", "enum": [ "min", @@ -39002,14 +41426,14 @@ "MAX" ] }, - "indices._types:SegmentSortMissing": { + "indices._types.SegmentSortMissing": { "type": "string", "enum": [ "_last", "_first" ] }, - "indices._types:IndexCheckOnStartup": { + "indices._types.IndexCheckOnStartup": { "type": "string", "enum": [ "true", @@ -39017,7 +41441,7 @@ "checksum" ] }, - "_spec_utils:Stringifiedinteger": { + "_spec_utils.Stringifiedinteger": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -39028,50 +41452,50 @@ } ] }, - "_spec_utils:NullValue": { + "_spec_utils.NullValue": { "nullable": true, "description": "A `null` value that is to be interpreted as an actual value, unless other uses of `null` that are equivalent\nto a missing value. It is used for exemple in settings, where using the `NullValue` for a setting will reset\nit to its default value.", "type": "string" }, - "indices._types:Merge": { + "indices._types.Merge": { "type": "object", "properties": { "scheduler": { - "$ref": "#/components/schemas/indices._types:MergeScheduler" + "$ref": "#/components/schemas/indices._types.MergeScheduler" } } }, - "indices._types:MergeScheduler": { + "indices._types.MergeScheduler": { "type": "object", "properties": { "max_thread_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "max_merge_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } } }, - "indices._types:SettingsSearch": { + "indices._types.SettingsSearch": { "type": "object", "properties": { "idle": { - "$ref": "#/components/schemas/indices._types:SearchIdle" + "$ref": "#/components/schemas/indices._types.SearchIdle" }, "slowlog": { - "$ref": "#/components/schemas/indices._types:SlowlogSettings" + "$ref": "#/components/schemas/indices._types.SlowlogSettings" } } }, - "indices._types:SearchIdle": { + "indices._types.SearchIdle": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:SlowlogSettings": { + "indices._types.SlowlogSettings": { "type": "object", "properties": { "level": { @@ -39084,59 +41508,59 @@ "type": "boolean" }, "threshold": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholds" + "$ref": "#/components/schemas/indices._types.SlowlogTresholds" } } }, - "indices._types:SlowlogTresholds": { + "indices._types.SlowlogTresholds": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" }, "fetch": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" } } }, - "indices._types:SlowlogTresholdLevels": { + "indices._types.SlowlogTresholdLevels": { "type": "object", "properties": { "warn": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "info": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "debug": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "trace": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:IndexSettingBlocks": { + "indices._types.IndexSettingBlocks": { "type": "object", "properties": { "read_only": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "read_only_allow_delete": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "read": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "write": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "metadata": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } } }, - "_spec_utils:Stringifiedboolean": { + "_spec_utils.Stringifiedboolean": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { @@ -39147,15 +41571,15 @@ } ] }, - "indices._types:SettingsAnalyze": { + "indices._types.SettingsAnalyze": { "type": "object", "properties": { "max_token_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } } }, - "indices._types:SettingsHighlight": { + "indices._types.SettingsHighlight": { "type": "object", "properties": { "max_analyzed_offset": { @@ -39163,35 +41587,35 @@ } } }, - "indices._types:IndexRouting": { + "indices._types.IndexRouting": { "type": "object", "properties": { "allocation": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocation" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocation" }, "rebalance": { - "$ref": "#/components/schemas/indices._types:IndexRoutingRebalance" + "$ref": "#/components/schemas/indices._types.IndexRoutingRebalance" } } }, - "indices._types:IndexRoutingAllocation": { + "indices._types.IndexRoutingAllocation": { "type": "object", "properties": { "enable": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationOptions" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationOptions" }, "include": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationInclude" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationInclude" }, "initial_recovery": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationInitialRecovery" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationInitialRecovery" }, "disk": { - "$ref": "#/components/schemas/indices._types:IndexRoutingAllocationDisk" + "$ref": "#/components/schemas/indices._types.IndexRoutingAllocationDisk" } } }, - "indices._types:IndexRoutingAllocationOptions": { + "indices._types.IndexRoutingAllocationOptions": { "type": "string", "enum": [ "all", @@ -39200,26 +41624,26 @@ "none" ] }, - "indices._types:IndexRoutingAllocationInclude": { + "indices._types.IndexRoutingAllocationInclude": { "type": "object", "properties": { "_tier_preference": { "type": "string" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, - "indices._types:IndexRoutingAllocationInitialRecovery": { + "indices._types.IndexRoutingAllocationInitialRecovery": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, - "indices._types:IndexRoutingAllocationDisk": { + "indices._types.IndexRoutingAllocationDisk": { "type": "object", "properties": { "threshold_enabled": { @@ -39234,18 +41658,18 @@ } } }, - "indices._types:IndexRoutingRebalance": { + "indices._types.IndexRoutingRebalance": { "type": "object", "properties": { "enable": { - "$ref": "#/components/schemas/indices._types:IndexRoutingRebalanceOptions" + "$ref": "#/components/schemas/indices._types.IndexRoutingRebalanceOptions" } }, "required": [ "enable" ] }, - "indices._types:IndexRoutingRebalanceOptions": { + "indices._types.IndexRoutingRebalanceOptions": { "type": "string", "enum": [ "all", @@ -39254,17 +41678,17 @@ "none" ] }, - "_types:PipelineName": { + "_types.PipelineName": { "type": "string" }, - "indices._types:IndexSettingsLifecycle": { + "indices._types.IndexSettingsLifecycle": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indexing_complete": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "origination_date": { "description": "If specified, this is the timestamp used to calculate the index age for its phase transitions. Use this setting\nif you create a new index that contains old data and want to use the original creation date to calculate the index\nage. Specified as a Unix epoch value in milliseconds.", @@ -39275,7 +41699,7 @@ "type": "boolean" }, "step": { - "$ref": "#/components/schemas/indices._types:IndexSettingsLifecycleStep" + "$ref": "#/components/schemas/indices._types.IndexSettingsLifecycleStep" }, "rollover_alias": { "description": "The index alias to update when the index rolls over. Specify when using a policy that contains a rollover action.\nWhen the index rolls over, the alias is updated to reflect that the index is no longer the write index. For more\ninformation about rolling indices, see Rollover.", @@ -39294,57 +41718,57 @@ } } }, - "indices._types:IndexSettingsLifecycleStep": { + "indices._types.IndexSettingsLifecycleStep": { "type": "object", "properties": { "wait_time_threshold": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "_spec_utils:StringifiedEpochTimeUnitMillis": { + "_spec_utils.StringifiedEpochTimeUnitMillis": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, { "type": "string" } ] }, - "_types:Uuid": { + "_types.Uuid": { "type": "string" }, - "indices._types:IndexVersioning": { + "indices._types.IndexVersioning": { "type": "object", "properties": { "created": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "created_string": { "type": "string" } } }, - "indices._types:Translog": { + "indices._types.Translog": { "type": "object", "properties": { "sync_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "durability": { - "$ref": "#/components/schemas/indices._types:TranslogDurability" + "$ref": "#/components/schemas/indices._types.TranslogDurability" }, "flush_threshold_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "retention": { - "$ref": "#/components/schemas/indices._types:TranslogRetention" + "$ref": "#/components/schemas/indices._types.TranslogRetention" } } }, - "indices._types:TranslogDurability": { + "indices._types.TranslogDurability": { "type": "string", "enum": [ "request", @@ -39353,218 +41777,218 @@ "ASYNC" ] }, - "indices._types:TranslogRetention": { + "indices._types.TranslogRetention": { "type": "object", "properties": { "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, - "indices._types:SettingsQueryString": { + "indices._types.SettingsQueryString": { "type": "object", "properties": { "lenient": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ "lenient" ] }, - "indices._types:IndexSettingsAnalysis": { + "indices._types.IndexSettingsAnalysis": { "type": "object", "properties": { "analyzer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Analyzer" + "$ref": "#/components/schemas/_types.analysis.Analyzer" } }, "char_filter": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "filter": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "normalizer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Normalizer" + "$ref": "#/components/schemas/_types.analysis.Normalizer" } }, "tokenizer": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } } }, - "_types.analysis:Analyzer": { + "_types.analysis.Analyzer": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:CustomAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CustomAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FingerprintAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FingerprintAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordAnalyzer" + "$ref": "#/components/schemas/_types.analysis.KeywordAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:NoriAnalyzer" + "$ref": "#/components/schemas/_types.analysis.NoriAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PatternAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PatternAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SimpleAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SimpleAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:StandardAnalyzer" + "$ref": "#/components/schemas/_types.analysis.StandardAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:StopAnalyzer" + "$ref": "#/components/schemas/_types.analysis.StopAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:WhitespaceAnalyzer" + "$ref": "#/components/schemas/_types.analysis.WhitespaceAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IcuAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IcuAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.KuromojiAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SnowballAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SnowballAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ArabicAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ArabicAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ArmenianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ArmenianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BasqueAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BasqueAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BengaliAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BengaliAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BrazilianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BrazilianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:BulgarianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.BulgarianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CatalanAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CatalanAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ChineseAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ChineseAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CjkAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CjkAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:CzechAnalyzer" + "$ref": "#/components/schemas/_types.analysis.CzechAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:DanishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.DanishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:DutchAnalyzer" + "$ref": "#/components/schemas/_types.analysis.DutchAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:EnglishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.EnglishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:EstonianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.EstonianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FinnishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FinnishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:FrenchAnalyzer" + "$ref": "#/components/schemas/_types.analysis.FrenchAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GalicianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GalicianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GermanAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GermanAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:GreekAnalyzer" + "$ref": "#/components/schemas/_types.analysis.GreekAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:HindiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.HindiAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:HungarianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.HungarianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IndonesianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IndonesianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:IrishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.IrishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ItalianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ItalianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:LatvianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.LatvianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:LithuanianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.LithuanianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:NorwegianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.NorwegianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PersianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PersianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:PortugueseAnalyzer" + "$ref": "#/components/schemas/_types.analysis.PortugueseAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:RomanianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.RomanianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:RussianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.RussianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SerbianAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SerbianAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SoraniAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SoraniAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SpanishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SpanishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:SwedishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.SwedishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:TurkishAnalyzer" + "$ref": "#/components/schemas/_types.analysis.TurkishAnalyzer" }, { - "$ref": "#/components/schemas/_types.analysis:ThaiAnalyzer" + "$ref": "#/components/schemas/_types.analysis.ThaiAnalyzer" } ] }, - "_types.analysis:CustomAnalyzer": { + "_types.analysis.CustomAnalyzer": { "type": "object", "properties": { "type": { @@ -39614,7 +42038,7 @@ "tokenizer" ] }, - "_types.analysis:FingerprintAnalyzer": { + "_types.analysis.FingerprintAnalyzer": { "type": "object", "properties": { "type": { @@ -39624,7 +42048,7 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "max_output_size": { "description": "The maximum token size to emit. Tokens larger than this size will be discarded.\nDefaults to `255`", @@ -39635,7 +42059,7 @@ "type": "string" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -39646,7 +42070,7 @@ "type" ] }, - "_types.analysis:KeywordAnalyzer": { + "_types.analysis.KeywordAnalyzer": { "type": "object", "properties": { "type": { @@ -39656,14 +42080,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:NoriAnalyzer": { + "_types.analysis.NoriAnalyzer": { "type": "object", "properties": { "type": { @@ -39673,10 +42097,10 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "decompound_mode": { - "$ref": "#/components/schemas/_types.analysis:NoriDecompoundMode" + "$ref": "#/components/schemas/_types.analysis.NoriDecompoundMode" }, "stoptags": { "type": "array", @@ -39692,7 +42116,7 @@ "type" ] }, - "_types.analysis:NoriDecompoundMode": { + "_types.analysis.NoriDecompoundMode": { "type": "string", "enum": [ "discard", @@ -39700,7 +42124,7 @@ "mixed" ] }, - "_types.analysis:PatternAnalyzer": { + "_types.analysis.PatternAnalyzer": { "type": "object", "properties": { "type": { @@ -39710,7 +42134,7 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "flags": { "description": "Java regular expression flags. Flags should be pipe-separated, eg \"CASE_INSENSITIVE|COMMENTS\".", @@ -39725,7 +42149,7 @@ "type": "string" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -39736,7 +42160,7 @@ "type" ] }, - "_types.analysis:SimpleAnalyzer": { + "_types.analysis.SimpleAnalyzer": { "type": "object", "properties": { "type": { @@ -39746,14 +42170,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:StandardAnalyzer": { + "_types.analysis.StandardAnalyzer": { "type": "object", "properties": { "type": { @@ -39767,7 +42191,7 @@ "type": "number" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -39778,7 +42202,7 @@ "type" ] }, - "_types.analysis:StopAnalyzer": { + "_types.analysis.StopAnalyzer": { "type": "object", "properties": { "type": { @@ -39788,10 +42212,10 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "description": "The path to a file containing stop words.", @@ -39802,7 +42226,7 @@ "type" ] }, - "_types.analysis:WhitespaceAnalyzer": { + "_types.analysis.WhitespaceAnalyzer": { "type": "object", "properties": { "type": { @@ -39812,14 +42236,14 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } }, "required": [ "type" ] }, - "_types.analysis:IcuAnalyzer": { + "_types.analysis.IcuAnalyzer": { "type": "object", "properties": { "type": { @@ -39829,10 +42253,10 @@ ] }, "method": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" }, "mode": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationMode" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationMode" } }, "required": [ @@ -39841,7 +42265,7 @@ "mode" ] }, - "_types.analysis:IcuNormalizationType": { + "_types.analysis.IcuNormalizationType": { "type": "string", "enum": [ "nfc", @@ -39849,14 +42273,14 @@ "nfkc_cf" ] }, - "_types.analysis:IcuNormalizationMode": { + "_types.analysis.IcuNormalizationMode": { "type": "string", "enum": [ "decompose", "compose" ] }, - "_types.analysis:KuromojiAnalyzer": { + "_types.analysis.KuromojiAnalyzer": { "type": "object", "properties": { "type": { @@ -39866,7 +42290,7 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizationMode" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizationMode" }, "user_dictionary": { "type": "string" @@ -39877,7 +42301,7 @@ "mode" ] }, - "_types.analysis:KuromojiTokenizationMode": { + "_types.analysis.KuromojiTokenizationMode": { "type": "string", "enum": [ "normal", @@ -39885,7 +42309,7 @@ "extended" ] }, - "_types.analysis:SnowballAnalyzer": { + "_types.analysis.SnowballAnalyzer": { "type": "object", "properties": { "type": { @@ -39895,13 +42319,13 @@ ] }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "language": { - "$ref": "#/components/schemas/_types.analysis:SnowballLanguage" + "$ref": "#/components/schemas/_types.analysis.SnowballLanguage" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" } }, "required": [ @@ -39909,7 +42333,7 @@ "language" ] }, - "_types.analysis:SnowballLanguage": { + "_types.analysis.SnowballLanguage": { "type": "string", "enum": [ "Armenian", @@ -39936,7 +42360,7 @@ "Turkish" ] }, - "_types.analysis:ArabicAnalyzer": { + "_types.analysis.ArabicAnalyzer": { "type": "object", "properties": { "type": { @@ -39946,7 +42370,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -39962,7 +42386,7 @@ "type" ] }, - "_types.analysis:ArmenianAnalyzer": { + "_types.analysis.ArmenianAnalyzer": { "type": "object", "properties": { "type": { @@ -39972,7 +42396,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -39988,7 +42412,7 @@ "type" ] }, - "_types.analysis:BasqueAnalyzer": { + "_types.analysis.BasqueAnalyzer": { "type": "object", "properties": { "type": { @@ -39998,7 +42422,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40014,7 +42438,7 @@ "type" ] }, - "_types.analysis:BengaliAnalyzer": { + "_types.analysis.BengaliAnalyzer": { "type": "object", "properties": { "type": { @@ -40024,7 +42448,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40040,7 +42464,7 @@ "type" ] }, - "_types.analysis:BrazilianAnalyzer": { + "_types.analysis.BrazilianAnalyzer": { "type": "object", "properties": { "type": { @@ -40050,7 +42474,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40060,7 +42484,7 @@ "type" ] }, - "_types.analysis:BulgarianAnalyzer": { + "_types.analysis.BulgarianAnalyzer": { "type": "object", "properties": { "type": { @@ -40070,7 +42494,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40086,7 +42510,7 @@ "type" ] }, - "_types.analysis:CatalanAnalyzer": { + "_types.analysis.CatalanAnalyzer": { "type": "object", "properties": { "type": { @@ -40096,7 +42520,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40112,7 +42536,7 @@ "type" ] }, - "_types.analysis:ChineseAnalyzer": { + "_types.analysis.ChineseAnalyzer": { "type": "object", "properties": { "type": { @@ -40122,7 +42546,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40132,7 +42556,7 @@ "type" ] }, - "_types.analysis:CjkAnalyzer": { + "_types.analysis.CjkAnalyzer": { "type": "object", "properties": { "type": { @@ -40142,7 +42566,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40152,7 +42576,7 @@ "type" ] }, - "_types.analysis:CzechAnalyzer": { + "_types.analysis.CzechAnalyzer": { "type": "object", "properties": { "type": { @@ -40162,7 +42586,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40178,7 +42602,7 @@ "type" ] }, - "_types.analysis:DanishAnalyzer": { + "_types.analysis.DanishAnalyzer": { "type": "object", "properties": { "type": { @@ -40188,7 +42612,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40198,7 +42622,7 @@ "type" ] }, - "_types.analysis:DutchAnalyzer": { + "_types.analysis.DutchAnalyzer": { "type": "object", "properties": { "type": { @@ -40208,7 +42632,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40224,7 +42648,7 @@ "type" ] }, - "_types.analysis:EnglishAnalyzer": { + "_types.analysis.EnglishAnalyzer": { "type": "object", "properties": { "type": { @@ -40234,7 +42658,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40250,7 +42674,7 @@ "type" ] }, - "_types.analysis:EstonianAnalyzer": { + "_types.analysis.EstonianAnalyzer": { "type": "object", "properties": { "type": { @@ -40260,7 +42684,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40270,7 +42694,7 @@ "type" ] }, - "_types.analysis:FinnishAnalyzer": { + "_types.analysis.FinnishAnalyzer": { "type": "object", "properties": { "type": { @@ -40280,7 +42704,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40296,7 +42720,7 @@ "type" ] }, - "_types.analysis:FrenchAnalyzer": { + "_types.analysis.FrenchAnalyzer": { "type": "object", "properties": { "type": { @@ -40306,7 +42730,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40322,7 +42746,7 @@ "type" ] }, - "_types.analysis:GalicianAnalyzer": { + "_types.analysis.GalicianAnalyzer": { "type": "object", "properties": { "type": { @@ -40332,7 +42756,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40348,7 +42772,7 @@ "type" ] }, - "_types.analysis:GermanAnalyzer": { + "_types.analysis.GermanAnalyzer": { "type": "object", "properties": { "type": { @@ -40358,7 +42782,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40374,7 +42798,7 @@ "type" ] }, - "_types.analysis:GreekAnalyzer": { + "_types.analysis.GreekAnalyzer": { "type": "object", "properties": { "type": { @@ -40384,7 +42808,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40394,7 +42818,7 @@ "type" ] }, - "_types.analysis:HindiAnalyzer": { + "_types.analysis.HindiAnalyzer": { "type": "object", "properties": { "type": { @@ -40404,7 +42828,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40420,7 +42844,7 @@ "type" ] }, - "_types.analysis:HungarianAnalyzer": { + "_types.analysis.HungarianAnalyzer": { "type": "object", "properties": { "type": { @@ -40430,7 +42854,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40446,7 +42870,7 @@ "type" ] }, - "_types.analysis:IndonesianAnalyzer": { + "_types.analysis.IndonesianAnalyzer": { "type": "object", "properties": { "type": { @@ -40456,7 +42880,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40472,7 +42896,7 @@ "type" ] }, - "_types.analysis:IrishAnalyzer": { + "_types.analysis.IrishAnalyzer": { "type": "object", "properties": { "type": { @@ -40482,7 +42906,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40498,7 +42922,7 @@ "type" ] }, - "_types.analysis:ItalianAnalyzer": { + "_types.analysis.ItalianAnalyzer": { "type": "object", "properties": { "type": { @@ -40508,7 +42932,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40524,7 +42948,7 @@ "type" ] }, - "_types.analysis:LatvianAnalyzer": { + "_types.analysis.LatvianAnalyzer": { "type": "object", "properties": { "type": { @@ -40534,7 +42958,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40550,7 +42974,7 @@ "type" ] }, - "_types.analysis:LithuanianAnalyzer": { + "_types.analysis.LithuanianAnalyzer": { "type": "object", "properties": { "type": { @@ -40560,7 +42984,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40576,7 +43000,7 @@ "type" ] }, - "_types.analysis:NorwegianAnalyzer": { + "_types.analysis.NorwegianAnalyzer": { "type": "object", "properties": { "type": { @@ -40586,7 +43010,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40602,7 +43026,7 @@ "type" ] }, - "_types.analysis:PersianAnalyzer": { + "_types.analysis.PersianAnalyzer": { "type": "object", "properties": { "type": { @@ -40612,7 +43036,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40622,7 +43046,7 @@ "type" ] }, - "_types.analysis:PortugueseAnalyzer": { + "_types.analysis.PortugueseAnalyzer": { "type": "object", "properties": { "type": { @@ -40632,7 +43056,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40648,7 +43072,7 @@ "type" ] }, - "_types.analysis:RomanianAnalyzer": { + "_types.analysis.RomanianAnalyzer": { "type": "object", "properties": { "type": { @@ -40658,7 +43082,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40674,7 +43098,7 @@ "type" ] }, - "_types.analysis:RussianAnalyzer": { + "_types.analysis.RussianAnalyzer": { "type": "object", "properties": { "type": { @@ -40684,7 +43108,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40700,7 +43124,7 @@ "type" ] }, - "_types.analysis:SerbianAnalyzer": { + "_types.analysis.SerbianAnalyzer": { "type": "object", "properties": { "type": { @@ -40710,7 +43134,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40726,7 +43150,7 @@ "type" ] }, - "_types.analysis:SoraniAnalyzer": { + "_types.analysis.SoraniAnalyzer": { "type": "object", "properties": { "type": { @@ -40736,7 +43160,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40752,7 +43176,7 @@ "type" ] }, - "_types.analysis:SpanishAnalyzer": { + "_types.analysis.SpanishAnalyzer": { "type": "object", "properties": { "type": { @@ -40762,7 +43186,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40778,7 +43202,7 @@ "type" ] }, - "_types.analysis:SwedishAnalyzer": { + "_types.analysis.SwedishAnalyzer": { "type": "object", "properties": { "type": { @@ -40788,7 +43212,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40804,7 +43228,7 @@ "type" ] }, - "_types.analysis:TurkishAnalyzer": { + "_types.analysis.TurkishAnalyzer": { "type": "object", "properties": { "type": { @@ -40814,7 +43238,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40830,7 +43254,7 @@ "type" ] }, - "_types.analysis:ThaiAnalyzer": { + "_types.analysis.ThaiAnalyzer": { "type": "object", "properties": { "type": { @@ -40840,7 +43264,7 @@ ] }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -40850,7 +43274,7 @@ "type" ] }, - "_types.analysis:CharFilter": { + "_types.analysis.CharFilter": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-charfilters.html" }, @@ -40859,36 +43283,36 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:CharFilterDefinition" + "$ref": "#/components/schemas/_types.analysis.CharFilterDefinition" } ] }, - "_types.analysis:CharFilterDefinition": { + "_types.analysis.CharFilterDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:HtmlStripCharFilter" + "$ref": "#/components/schemas/_types.analysis.HtmlStripCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:MappingCharFilter" + "$ref": "#/components/schemas/_types.analysis.MappingCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternReplaceCharFilter" + "$ref": "#/components/schemas/_types.analysis.PatternReplaceCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationCharFilter" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationCharFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiIterationMarkCharFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiIterationMarkCharFilter" } ] }, - "_types.analysis:HtmlStripCharFilter": { + "_types.analysis.HtmlStripCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -40912,18 +43336,18 @@ } ] }, - "_types.analysis:CharFilterBase": { + "_types.analysis.CharFilterBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:MappingCharFilter": { + "_types.analysis.MappingCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -40950,10 +43374,10 @@ } ] }, - "_types.analysis:PatternReplaceCharFilter": { + "_types.analysis.PatternReplaceCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -40981,10 +43405,10 @@ } ] }, - "_types.analysis:IcuNormalizationCharFilter": { + "_types.analysis.IcuNormalizationCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -40996,10 +43420,10 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationMode" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationMode" }, "name": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" } }, "required": [ @@ -41008,10 +43432,10 @@ } ] }, - "_types.analysis:KuromojiIterationMarkCharFilter": { + "_types.analysis.KuromojiIterationMarkCharFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharFilterBase" + "$ref": "#/components/schemas/_types.analysis.CharFilterBase" }, { "type": "object", @@ -41037,7 +43461,7 @@ } ] }, - "_types.analysis:TokenFilter": { + "_types.analysis.TokenFilter": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenfilters.html" }, @@ -41046,162 +43470,162 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:TokenFilterDefinition" + "$ref": "#/components/schemas/_types.analysis.TokenFilterDefinition" } ] }, - "_types.analysis:TokenFilterDefinition": { + "_types.analysis.TokenFilterDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:AsciiFoldingTokenFilter" + "$ref": "#/components/schemas/_types.analysis.AsciiFoldingTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:CommonGramsTokenFilter" + "$ref": "#/components/schemas/_types.analysis.CommonGramsTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ConditionTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ConditionTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:DelimitedPayloadTokenFilter" + "$ref": "#/components/schemas/_types.analysis.DelimitedPayloadTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramTokenFilter" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ElisionTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ElisionTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:FingerprintTokenFilter" + "$ref": "#/components/schemas/_types.analysis.FingerprintTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:HunspellTokenFilter" + "$ref": "#/components/schemas/_types.analysis.HunspellTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:HyphenationDecompounderTokenFilter" + "$ref": "#/components/schemas/_types.analysis.HyphenationDecompounderTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeepTypesTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeepTypesTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeepWordsTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeepWordsTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordMarkerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KeywordMarkerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KStemTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KStemTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LengthTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LengthTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LimitTokenCountTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LimitTokenCountTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:LowercaseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.LowercaseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:MultiplexerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.MultiplexerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:NGramTokenFilter" + "$ref": "#/components/schemas/_types.analysis.NGramTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:NoriPartOfSpeechTokenFilter" + "$ref": "#/components/schemas/_types.analysis.NoriPartOfSpeechTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternCaptureTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PatternCaptureTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PatternReplaceTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PatternReplaceTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PorterStemTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PorterStemTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PredicateTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PredicateTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:RemoveDuplicatesTokenFilter" + "$ref": "#/components/schemas/_types.analysis.RemoveDuplicatesTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ReverseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ReverseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:ShingleTokenFilter" + "$ref": "#/components/schemas/_types.analysis.ShingleTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SnowballTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SnowballTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StemmerOverrideTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StemmerOverrideTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StemmerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StemmerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:StopTokenFilter" + "$ref": "#/components/schemas/_types.analysis.StopTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SynonymGraphTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SynonymGraphTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:SynonymTokenFilter" + "$ref": "#/components/schemas/_types.analysis.SynonymTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:TrimTokenFilter" + "$ref": "#/components/schemas/_types.analysis.TrimTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:TruncateTokenFilter" + "$ref": "#/components/schemas/_types.analysis.TruncateTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:UniqueTokenFilter" + "$ref": "#/components/schemas/_types.analysis.UniqueTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:UppercaseTokenFilter" + "$ref": "#/components/schemas/_types.analysis.UppercaseTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:WordDelimiterGraphTokenFilter" + "$ref": "#/components/schemas/_types.analysis.WordDelimiterGraphTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:WordDelimiterTokenFilter" + "$ref": "#/components/schemas/_types.analysis.WordDelimiterTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiStemmerTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiStemmerTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiReadingFormTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiReadingFormTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiPartOfSpeechTokenFilter" + "$ref": "#/components/schemas/_types.analysis.KuromojiPartOfSpeechTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuCollationTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuCollationTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuFoldingTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuFoldingTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:IcuTransformTokenFilter" + "$ref": "#/components/schemas/_types.analysis.IcuTransformTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:PhoneticTokenFilter" + "$ref": "#/components/schemas/_types.analysis.PhoneticTokenFilter" }, { - "$ref": "#/components/schemas/_types.analysis:DictionaryDecompounderTokenFilter" + "$ref": "#/components/schemas/_types.analysis.DictionaryDecompounderTokenFilter" } ] }, - "_types.analysis:AsciiFoldingTokenFilter": { + "_types.analysis.AsciiFoldingTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41213,7 +43637,7 @@ ] }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41222,18 +43646,18 @@ } ] }, - "_types.analysis:TokenFilterBase": { + "_types.analysis.TokenFilterBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:CommonGramsTokenFilter": { + "_types.analysis.CommonGramsTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41266,10 +43690,10 @@ } ] }, - "_types.analysis:ConditionTokenFilter": { + "_types.analysis.ConditionTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41287,7 +43711,7 @@ } }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -41298,10 +43722,10 @@ } ] }, - "_types.analysis:DelimitedPayloadTokenFilter": { + "_types.analysis.DelimitedPayloadTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41316,7 +43740,7 @@ "type": "string" }, "encoding": { - "$ref": "#/components/schemas/_types.analysis:DelimitedPayloadEncoding" + "$ref": "#/components/schemas/_types.analysis.DelimitedPayloadEncoding" } }, "required": [ @@ -41325,7 +43749,7 @@ } ] }, - "_types.analysis:DelimitedPayloadEncoding": { + "_types.analysis.DelimitedPayloadEncoding": { "type": "string", "enum": [ "int", @@ -41333,10 +43757,10 @@ "identity" ] }, - "_types.analysis:EdgeNGramTokenFilter": { + "_types.analysis.EdgeNGramTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41354,10 +43778,10 @@ "type": "number" }, "side": { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramSide" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramSide" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41366,17 +43790,17 @@ } ] }, - "_types.analysis:EdgeNGramSide": { + "_types.analysis.EdgeNGramSide": { "type": "string", "enum": [ "front", "back" ] }, - "_types.analysis:ElisionTokenFilter": { + "_types.analysis.ElisionTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41397,7 +43821,7 @@ "type": "string" }, "articles_case": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41406,10 +43830,10 @@ } ] }, - "_types.analysis:FingerprintTokenFilter": { + "_types.analysis.FingerprintTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41433,10 +43857,10 @@ } ] }, - "_types.analysis:HunspellTokenFilter": { + "_types.analysis.HunspellTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41467,10 +43891,10 @@ } ] }, - "_types.analysis:HyphenationDecompounderTokenFilter": { + "_types.analysis.HyphenationDecompounderTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CompoundWordTokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.CompoundWordTokenFilterBase" }, { "type": "object", @@ -41488,10 +43912,10 @@ } ] }, - "_types.analysis:CompoundWordTokenFilterBase": { + "_types.analysis.CompoundWordTokenFilterBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41524,10 +43948,10 @@ } ] }, - "_types.analysis:KeepTypesTokenFilter": { + "_types.analysis.KeepTypesTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41539,7 +43963,7 @@ ] }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KeepTypesMode" + "$ref": "#/components/schemas/_types.analysis.KeepTypesMode" }, "types": { "type": "array", @@ -41554,17 +43978,17 @@ } ] }, - "_types.analysis:KeepTypesMode": { + "_types.analysis.KeepTypesMode": { "type": "string", "enum": [ "include", "exclude" ] }, - "_types.analysis:KeepWordsTokenFilter": { + "_types.analysis.KeepWordsTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41594,10 +44018,10 @@ } ] }, - "_types.analysis:KeywordMarkerTokenFilter": { + "_types.analysis.KeywordMarkerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41637,10 +44061,10 @@ } ] }, - "_types.analysis:KStemTokenFilter": { + "_types.analysis.KStemTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41658,10 +44082,10 @@ } ] }, - "_types.analysis:LengthTokenFilter": { + "_types.analysis.LengthTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41685,10 +44109,10 @@ } ] }, - "_types.analysis:LimitTokenCountTokenFilter": { + "_types.analysis.LimitTokenCountTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41703,7 +44127,7 @@ "type": "boolean" }, "max_token_count": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } }, "required": [ @@ -41712,10 +44136,10 @@ } ] }, - "_types.analysis:LowercaseTokenFilter": { + "_types.analysis.LowercaseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41736,10 +44160,10 @@ } ] }, - "_types.analysis:MultiplexerTokenFilter": { + "_types.analysis.MultiplexerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41757,7 +44181,7 @@ } }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41767,10 +44191,10 @@ } ] }, - "_types.analysis:NGramTokenFilter": { + "_types.analysis.NGramTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41788,7 +44212,7 @@ "type": "number" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41797,10 +44221,10 @@ } ] }, - "_types.analysis:NoriPartOfSpeechTokenFilter": { + "_types.analysis.NoriPartOfSpeechTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41824,10 +44248,10 @@ } ] }, - "_types.analysis:PatternCaptureTokenFilter": { + "_types.analysis.PatternCaptureTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41845,7 +44269,7 @@ } }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" } }, "required": [ @@ -41855,10 +44279,10 @@ } ] }, - "_types.analysis:PatternReplaceTokenFilter": { + "_types.analysis.PatternReplaceTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41889,10 +44313,10 @@ } ] }, - "_types.analysis:PorterStemTokenFilter": { + "_types.analysis.PorterStemTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41910,10 +44334,10 @@ } ] }, - "_types.analysis:PredicateTokenFilter": { + "_types.analysis.PredicateTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41925,7 +44349,7 @@ ] }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -41935,10 +44359,10 @@ } ] }, - "_types.analysis:RemoveDuplicatesTokenFilter": { + "_types.analysis.RemoveDuplicatesTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41956,10 +44380,10 @@ } ] }, - "_types.analysis:ReverseTokenFilter": { + "_types.analysis.ReverseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -41977,10 +44401,10 @@ } ] }, - "_types.analysis:ShingleTokenFilter": { + "_types.analysis.ShingleTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42030,10 +44454,10 @@ } ] }, - "_types.analysis:SnowballTokenFilter": { + "_types.analysis.SnowballTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42045,7 +44469,7 @@ ] }, "language": { - "$ref": "#/components/schemas/_types.analysis:SnowballLanguage" + "$ref": "#/components/schemas/_types.analysis.SnowballLanguage" } }, "required": [ @@ -42054,10 +44478,10 @@ } ] }, - "_types.analysis:StemmerOverrideTokenFilter": { + "_types.analysis.StemmerOverrideTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42084,10 +44508,10 @@ } ] }, - "_types.analysis:StemmerTokenFilter": { + "_types.analysis.StemmerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42108,10 +44532,10 @@ } ] }, - "_types.analysis:StopTokenFilter": { + "_types.analysis.StopTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42129,7 +44553,7 @@ "type": "boolean" }, "stopwords": { - "$ref": "#/components/schemas/_types.analysis:StopWords" + "$ref": "#/components/schemas/_types.analysis.StopWords" }, "stopwords_path": { "type": "string" @@ -42141,10 +44565,10 @@ } ] }, - "_types.analysis:SynonymGraphTokenFilter": { + "_types.analysis.SynonymGraphTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42159,7 +44583,7 @@ "type": "boolean" }, "format": { - "$ref": "#/components/schemas/_types.analysis:SynonymFormat" + "$ref": "#/components/schemas/_types.analysis.SynonymFormat" }, "lenient": { "type": "boolean" @@ -42189,17 +44613,17 @@ } ] }, - "_types.analysis:SynonymFormat": { + "_types.analysis.SynonymFormat": { "type": "string", "enum": [ "solr", "wordnet" ] }, - "_types.analysis:SynonymTokenFilter": { + "_types.analysis.SynonymTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42214,7 +44638,7 @@ "type": "boolean" }, "format": { - "$ref": "#/components/schemas/_types.analysis:SynonymFormat" + "$ref": "#/components/schemas/_types.analysis.SynonymFormat" }, "lenient": { "type": "boolean" @@ -42244,10 +44668,10 @@ } ] }, - "_types.analysis:TrimTokenFilter": { + "_types.analysis.TrimTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42265,10 +44689,10 @@ } ] }, - "_types.analysis:TruncateTokenFilter": { + "_types.analysis.TruncateTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42289,10 +44713,10 @@ } ] }, - "_types.analysis:UniqueTokenFilter": { + "_types.analysis.UniqueTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42313,10 +44737,10 @@ } ] }, - "_types.analysis:UppercaseTokenFilter": { + "_types.analysis.UppercaseTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42334,10 +44758,10 @@ } ] }, - "_types.analysis:WordDelimiterGraphTokenFilter": { + "_types.analysis.WordDelimiterGraphTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42370,7 +44794,7 @@ "type": "boolean" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "protected_words": { "type": "array", @@ -42406,10 +44830,10 @@ } ] }, - "_types.analysis:WordDelimiterTokenFilter": { + "_types.analysis.WordDelimiterTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42436,7 +44860,7 @@ "type": "boolean" }, "preserve_original": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "protected_words": { "type": "array", @@ -42472,10 +44896,10 @@ } ] }, - "_types.analysis:KuromojiStemmerTokenFilter": { + "_types.analysis.KuromojiStemmerTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42497,10 +44921,10 @@ } ] }, - "_types.analysis:KuromojiReadingFormTokenFilter": { + "_types.analysis.KuromojiReadingFormTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42522,10 +44946,10 @@ } ] }, - "_types.analysis:KuromojiPartOfSpeechTokenFilter": { + "_types.analysis.KuromojiPartOfSpeechTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42550,10 +44974,10 @@ } ] }, - "_types.analysis:IcuCollationTokenFilter": { + "_types.analysis.IcuCollationTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42565,10 +44989,10 @@ ] }, "alternate": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationAlternate" + "$ref": "#/components/schemas/_types.analysis.IcuCollationAlternate" }, "case_first": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationCaseFirst" + "$ref": "#/components/schemas/_types.analysis.IcuCollationCaseFirst" }, "case_level": { "type": "boolean" @@ -42577,7 +45001,7 @@ "type": "string" }, "decomposition": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationDecomposition" + "$ref": "#/components/schemas/_types.analysis.IcuCollationDecomposition" }, "hiragana_quaternary_mode": { "type": "boolean" @@ -42592,7 +45016,7 @@ "type": "string" }, "strength": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationStrength" + "$ref": "#/components/schemas/_types.analysis.IcuCollationStrength" }, "variable_top": { "type": "string" @@ -42607,28 +45031,28 @@ } ] }, - "_types.analysis:IcuCollationAlternate": { + "_types.analysis.IcuCollationAlternate": { "type": "string", "enum": [ "shifted", "non-ignorable" ] }, - "_types.analysis:IcuCollationCaseFirst": { + "_types.analysis.IcuCollationCaseFirst": { "type": "string", "enum": [ "lower", "upper" ] }, - "_types.analysis:IcuCollationDecomposition": { + "_types.analysis.IcuCollationDecomposition": { "type": "string", "enum": [ "no", "identical" ] }, - "_types.analysis:IcuCollationStrength": { + "_types.analysis.IcuCollationStrength": { "type": "string", "enum": [ "primary", @@ -42638,10 +45062,10 @@ "identical" ] }, - "_types.analysis:IcuFoldingTokenFilter": { + "_types.analysis.IcuFoldingTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42663,10 +45087,10 @@ } ] }, - "_types.analysis:IcuNormalizationTokenFilter": { + "_types.analysis.IcuNormalizationTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42678,7 +45102,7 @@ ] }, "name": { - "$ref": "#/components/schemas/_types.analysis:IcuNormalizationType" + "$ref": "#/components/schemas/_types.analysis.IcuNormalizationType" } }, "required": [ @@ -42688,10 +45112,10 @@ } ] }, - "_types.analysis:IcuTransformTokenFilter": { + "_types.analysis.IcuTransformTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42703,7 +45127,7 @@ ] }, "dir": { - "$ref": "#/components/schemas/_types.analysis:IcuTransformDirection" + "$ref": "#/components/schemas/_types.analysis.IcuTransformDirection" }, "id": { "type": "string" @@ -42716,17 +45140,17 @@ } ] }, - "_types.analysis:IcuTransformDirection": { + "_types.analysis.IcuTransformDirection": { "type": "string", "enum": [ "forward", "reverse" ] }, - "_types.analysis:PhoneticTokenFilter": { + "_types.analysis.PhoneticTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.TokenFilterBase" }, { "type": "object", @@ -42738,17 +45162,17 @@ ] }, "encoder": { - "$ref": "#/components/schemas/_types.analysis:PhoneticEncoder" + "$ref": "#/components/schemas/_types.analysis.PhoneticEncoder" }, "languageset": { "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:PhoneticLanguage" + "$ref": "#/components/schemas/_types.analysis.PhoneticLanguage" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:PhoneticLanguage" + "$ref": "#/components/schemas/_types.analysis.PhoneticLanguage" } } ] @@ -42757,13 +45181,13 @@ "type": "number" }, "name_type": { - "$ref": "#/components/schemas/_types.analysis:PhoneticNameType" + "$ref": "#/components/schemas/_types.analysis.PhoneticNameType" }, "replace": { "type": "boolean" }, "rule_type": { - "$ref": "#/components/schemas/_types.analysis:PhoneticRuleType" + "$ref": "#/components/schemas/_types.analysis.PhoneticRuleType" } }, "required": [ @@ -42773,7 +45197,7 @@ } ] }, - "_types.analysis:PhoneticEncoder": { + "_types.analysis.PhoneticEncoder": { "type": "string", "enum": [ "metaphone", @@ -42790,7 +45214,7 @@ "daitch_mokotoff" ] }, - "_types.analysis:PhoneticLanguage": { + "_types.analysis.PhoneticLanguage": { "type": "string", "enum": [ "any", @@ -42807,7 +45231,7 @@ "spanish" ] }, - "_types.analysis:PhoneticNameType": { + "_types.analysis.PhoneticNameType": { "type": "string", "enum": [ "generic", @@ -42815,17 +45239,17 @@ "sephardic" ] }, - "_types.analysis:PhoneticRuleType": { + "_types.analysis.PhoneticRuleType": { "type": "string", "enum": [ "approx", "exact" ] }, - "_types.analysis:DictionaryDecompounderTokenFilter": { + "_types.analysis.DictionaryDecompounderTokenFilter": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:CompoundWordTokenFilterBase" + "$ref": "#/components/schemas/_types.analysis.CompoundWordTokenFilterBase" }, { "type": "object", @@ -42843,20 +45267,20 @@ } ] }, - "_types.analysis:Normalizer": { + "_types.analysis.Normalizer": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:LowercaseNormalizer" + "$ref": "#/components/schemas/_types.analysis.LowercaseNormalizer" }, { - "$ref": "#/components/schemas/_types.analysis:CustomNormalizer" + "$ref": "#/components/schemas/_types.analysis.CustomNormalizer" } ] }, - "_types.analysis:LowercaseNormalizer": { + "_types.analysis.LowercaseNormalizer": { "type": "object", "properties": { "type": { @@ -42870,7 +45294,7 @@ "type" ] }, - "_types.analysis:CustomNormalizer": { + "_types.analysis.CustomNormalizer": { "type": "object", "properties": { "type": { @@ -42896,7 +45320,7 @@ "type" ] }, - "_types.analysis:Tokenizer": { + "_types.analysis.Tokenizer": { "externalDocs": { "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-tokenizers.html" }, @@ -42905,75 +45329,75 @@ "type": "string" }, { - "$ref": "#/components/schemas/_types.analysis:TokenizerDefinition" + "$ref": "#/components/schemas/_types.analysis.TokenizerDefinition" } ] }, - "_types.analysis:TokenizerDefinition": { + "_types.analysis.TokenizerDefinition": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.analysis:CharGroupTokenizer" + "$ref": "#/components/schemas/_types.analysis.CharGroupTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:ClassicTokenizer" + "$ref": "#/components/schemas/_types.analysis.ClassicTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:EdgeNGramTokenizer" + "$ref": "#/components/schemas/_types.analysis.EdgeNGramTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:KeywordTokenizer" + "$ref": "#/components/schemas/_types.analysis.KeywordTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:LetterTokenizer" + "$ref": "#/components/schemas/_types.analysis.LetterTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:LowercaseTokenizer" + "$ref": "#/components/schemas/_types.analysis.LowercaseTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:NGramTokenizer" + "$ref": "#/components/schemas/_types.analysis.NGramTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:PathHierarchyTokenizer" + "$ref": "#/components/schemas/_types.analysis.PathHierarchyTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:PatternTokenizer" + "$ref": "#/components/schemas/_types.analysis.PatternTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:SimplePatternTokenizer" + "$ref": "#/components/schemas/_types.analysis.SimplePatternTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:SimplePatternSplitTokenizer" + "$ref": "#/components/schemas/_types.analysis.SimplePatternSplitTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:StandardTokenizer" + "$ref": "#/components/schemas/_types.analysis.StandardTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:ThaiTokenizer" + "$ref": "#/components/schemas/_types.analysis.ThaiTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:UaxEmailUrlTokenizer" + "$ref": "#/components/schemas/_types.analysis.UaxEmailUrlTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:WhitespaceTokenizer" + "$ref": "#/components/schemas/_types.analysis.WhitespaceTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:IcuTokenizer" + "$ref": "#/components/schemas/_types.analysis.IcuTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizer" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizer" }, { - "$ref": "#/components/schemas/_types.analysis:NoriTokenizer" + "$ref": "#/components/schemas/_types.analysis.NoriTokenizer" } ] }, - "_types.analysis:CharGroupTokenizer": { + "_types.analysis.CharGroupTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43001,18 +45425,18 @@ } ] }, - "_types.analysis:TokenizerBase": { + "_types.analysis.TokenizerBase": { "type": "object", "properties": { "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" } } }, - "_types.analysis:ClassicTokenizer": { + "_types.analysis.ClassicTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43033,10 +45457,10 @@ } ] }, - "_types.analysis:EdgeNGramTokenizer": { + "_types.analysis.EdgeNGramTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43059,7 +45483,7 @@ "token_chars": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenChar" + "$ref": "#/components/schemas/_types.analysis.TokenChar" } } }, @@ -43069,7 +45493,7 @@ } ] }, - "_types.analysis:TokenChar": { + "_types.analysis.TokenChar": { "type": "string", "enum": [ "letter", @@ -43080,10 +45504,10 @@ "custom" ] }, - "_types.analysis:KeywordTokenizer": { + "_types.analysis.KeywordTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43104,10 +45528,10 @@ } ] }, - "_types.analysis:LetterTokenizer": { + "_types.analysis.LetterTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43125,10 +45549,10 @@ } ] }, - "_types.analysis:LowercaseTokenizer": { + "_types.analysis.LowercaseTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43146,10 +45570,10 @@ } ] }, - "_types.analysis:NGramTokenizer": { + "_types.analysis.NGramTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43172,7 +45596,7 @@ "token_chars": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenChar" + "$ref": "#/components/schemas/_types.analysis.TokenChar" } } }, @@ -43182,10 +45606,10 @@ } ] }, - "_types.analysis:PathHierarchyTokenizer": { + "_types.analysis.PathHierarchyTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43197,7 +45621,7 @@ ] }, "buffer_size": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" }, "delimiter": { "type": "string" @@ -43206,10 +45630,10 @@ "type": "string" }, "reverse": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedboolean" + "$ref": "#/components/schemas/_spec_utils.Stringifiedboolean" }, "skip": { - "$ref": "#/components/schemas/_spec_utils:Stringifiedinteger" + "$ref": "#/components/schemas/_spec_utils.Stringifiedinteger" } }, "required": [ @@ -43218,10 +45642,10 @@ } ] }, - "_types.analysis:PatternTokenizer": { + "_types.analysis.PatternTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43248,10 +45672,10 @@ } ] }, - "_types.analysis:SimplePatternTokenizer": { + "_types.analysis.SimplePatternTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43272,10 +45696,10 @@ } ] }, - "_types.analysis:SimplePatternSplitTokenizer": { + "_types.analysis.SimplePatternSplitTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43296,10 +45720,10 @@ } ] }, - "_types.analysis:StandardTokenizer": { + "_types.analysis.StandardTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43320,10 +45744,10 @@ } ] }, - "_types.analysis:ThaiTokenizer": { + "_types.analysis.ThaiTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43341,10 +45765,10 @@ } ] }, - "_types.analysis:UaxEmailUrlTokenizer": { + "_types.analysis.UaxEmailUrlTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43365,10 +45789,10 @@ } ] }, - "_types.analysis:WhitespaceTokenizer": { + "_types.analysis.WhitespaceTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43389,10 +45813,10 @@ } ] }, - "_types.analysis:IcuTokenizer": { + "_types.analysis.IcuTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43414,10 +45838,10 @@ } ] }, - "_types.analysis:KuromojiTokenizer": { + "_types.analysis.KuromojiTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43432,7 +45856,7 @@ "type": "boolean" }, "mode": { - "$ref": "#/components/schemas/_types.analysis:KuromojiTokenizationMode" + "$ref": "#/components/schemas/_types.analysis.KuromojiTokenizationMode" }, "nbest_cost": { "type": "number" @@ -43460,10 +45884,10 @@ } ] }, - "_types.analysis:NoriTokenizer": { + "_types.analysis.NoriTokenizer": { "allOf": [ { - "$ref": "#/components/schemas/_types.analysis:TokenizerBase" + "$ref": "#/components/schemas/_types.analysis.TokenizerBase" }, { "type": "object", @@ -43475,7 +45899,7 @@ ] }, "decompound_mode": { - "$ref": "#/components/schemas/_types.analysis:NoriDecompoundMode" + "$ref": "#/components/schemas/_types.analysis.NoriDecompoundMode" }, "discard_punctuation": { "type": "boolean" @@ -43496,26 +45920,26 @@ } ] }, - "indices._types:IndexSettingsTimeSeries": { + "indices._types.IndexSettingsTimeSeries": { "type": "object", "properties": { "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } } }, - "indices._types:Queries": { + "indices._types.Queries": { "type": "object", "properties": { "cache": { - "$ref": "#/components/schemas/indices._types:CacheQueries" + "$ref": "#/components/schemas/indices._types.CacheQueries" } } }, - "indices._types:CacheQueries": { + "indices._types.CacheQueries": { "type": "object", "properties": { "enabled": { @@ -43526,38 +45950,38 @@ "enabled" ] }, - "indices._types:SettingsSimilarity": { + "indices._types.SettingsSimilarity": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityBm25" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityBm25" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityBoolean" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityBoolean" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityDfi" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityDfi" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityDfr" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityDfr" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityIb" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityIb" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityLmd" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityLmd" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityLmj" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityLmj" }, { - "$ref": "#/components/schemas/indices._types:SettingsSimilarityScripted" + "$ref": "#/components/schemas/indices._types.SettingsSimilarityScripted" } ] }, - "indices._types:SettingsSimilarityBm25": { + "indices._types.SettingsSimilarityBm25": { "type": "object", "properties": { "type": { @@ -43580,7 +46004,7 @@ "type" ] }, - "indices._types:SettingsSimilarityBoolean": { + "indices._types.SettingsSimilarityBoolean": { "type": "object", "properties": { "type": { @@ -43594,7 +46018,7 @@ "type" ] }, - "indices._types:SettingsSimilarityDfi": { + "indices._types.SettingsSimilarityDfi": { "type": "object", "properties": { "type": { @@ -43604,7 +46028,7 @@ ] }, "independence_measure": { - "$ref": "#/components/schemas/_types:DFIIndependenceMeasure" + "$ref": "#/components/schemas/_types.DFIIndependenceMeasure" } }, "required": [ @@ -43612,7 +46036,7 @@ "independence_measure" ] }, - "_types:DFIIndependenceMeasure": { + "_types.DFIIndependenceMeasure": { "type": "string", "enum": [ "standardized", @@ -43620,7 +46044,7 @@ "chisquared" ] }, - "indices._types:SettingsSimilarityDfr": { + "indices._types.SettingsSimilarityDfr": { "type": "object", "properties": { "type": { @@ -43630,13 +46054,13 @@ ] }, "after_effect": { - "$ref": "#/components/schemas/_types:DFRAfterEffect" + "$ref": "#/components/schemas/_types.DFRAfterEffect" }, "basic_model": { - "$ref": "#/components/schemas/_types:DFRBasicModel" + "$ref": "#/components/schemas/_types.DFRBasicModel" }, "normalization": { - "$ref": "#/components/schemas/_types:Normalization" + "$ref": "#/components/schemas/_types.Normalization" } }, "required": [ @@ -43646,7 +46070,7 @@ "normalization" ] }, - "_types:DFRAfterEffect": { + "_types.DFRAfterEffect": { "type": "string", "enum": [ "no", @@ -43654,7 +46078,7 @@ "l" ] }, - "_types:DFRBasicModel": { + "_types.DFRBasicModel": { "type": "string", "enum": [ "be", @@ -43666,7 +46090,7 @@ "p" ] }, - "_types:Normalization": { + "_types.Normalization": { "type": "string", "enum": [ "no", @@ -43676,7 +46100,7 @@ "z" ] }, - "indices._types:SettingsSimilarityIb": { + "indices._types.SettingsSimilarityIb": { "type": "object", "properties": { "type": { @@ -43686,13 +46110,13 @@ ] }, "distribution": { - "$ref": "#/components/schemas/_types:IBDistribution" + "$ref": "#/components/schemas/_types.IBDistribution" }, "lambda": { - "$ref": "#/components/schemas/_types:IBLambda" + "$ref": "#/components/schemas/_types.IBLambda" }, "normalization": { - "$ref": "#/components/schemas/_types:Normalization" + "$ref": "#/components/schemas/_types.Normalization" } }, "required": [ @@ -43702,21 +46126,21 @@ "normalization" ] }, - "_types:IBDistribution": { + "_types.IBDistribution": { "type": "string", "enum": [ "ll", "spl" ] }, - "_types:IBLambda": { + "_types.IBLambda": { "type": "string", "enum": [ "df", "ttf" ] }, - "indices._types:SettingsSimilarityLmd": { + "indices._types.SettingsSimilarityLmd": { "type": "object", "properties": { "type": { @@ -43733,7 +46157,7 @@ "type" ] }, - "indices._types:SettingsSimilarityLmj": { + "indices._types.SettingsSimilarityLmj": { "type": "object", "properties": { "type": { @@ -43750,7 +46174,7 @@ "type" ] }, - "indices._types:SettingsSimilarityScripted": { + "indices._types.SettingsSimilarityScripted": { "type": "object", "properties": { "type": { @@ -43760,10 +46184,10 @@ ] }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "weight_script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ @@ -43771,32 +46195,32 @@ "script" ] }, - "indices._types:MappingLimitSettings": { + "indices._types.MappingLimitSettings": { "type": "object", "properties": { "coerce": { "type": "boolean" }, "total_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsTotalFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsTotalFields" }, "depth": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsDepth" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsDepth" }, "nested_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsNestedFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsNestedFields" }, "nested_objects": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsNestedObjects" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsNestedObjects" }, "field_name_length": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsFieldNameLength" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsFieldNameLength" }, "dimension_fields": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsDimensionFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsDimensionFields" }, "source": { - "$ref": "#/components/schemas/indices._types:MappingLimitSettingsSourceFields" + "$ref": "#/components/schemas/indices._types.MappingLimitSettingsSourceFields" }, "ignore_malformed": { "oneOf": [ @@ -43810,7 +46234,7 @@ } } }, - "indices._types:MappingLimitSettingsTotalFields": { + "indices._types.MappingLimitSettingsTotalFields": { "type": "object", "properties": { "limit": { @@ -43837,7 +46261,7 @@ } } }, - "indices._types:MappingLimitSettingsDepth": { + "indices._types.MappingLimitSettingsDepth": { "type": "object", "properties": { "limit": { @@ -43846,7 +46270,7 @@ } } }, - "indices._types:MappingLimitSettingsNestedFields": { + "indices._types.MappingLimitSettingsNestedFields": { "type": "object", "properties": { "limit": { @@ -43855,7 +46279,7 @@ } } }, - "indices._types:MappingLimitSettingsNestedObjects": { + "indices._types.MappingLimitSettingsNestedObjects": { "type": "object", "properties": { "limit": { @@ -43864,7 +46288,7 @@ } } }, - "indices._types:MappingLimitSettingsFieldNameLength": { + "indices._types.MappingLimitSettingsFieldNameLength": { "type": "object", "properties": { "limit": { @@ -43873,7 +46297,7 @@ } } }, - "indices._types:MappingLimitSettingsDimensionFields": { + "indices._types.MappingLimitSettingsDimensionFields": { "type": "object", "properties": { "limit": { @@ -43882,18 +46306,18 @@ } } }, - "indices._types:MappingLimitSettingsSourceFields": { + "indices._types.MappingLimitSettingsSourceFields": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/indices._types:SourceMode" + "$ref": "#/components/schemas/indices._types.SourceMode" } }, "required": [ "mode" ] }, - "indices._types:SourceMode": { + "indices._types.SourceMode": { "type": "string", "enum": [ "disabled", @@ -43901,7 +46325,7 @@ "synthetic" ] }, - "indices._types:IndexingSlowlogSettings": { + "indices._types.IndexingSlowlogSettings": { "type": "object", "properties": { "level": { @@ -43914,30 +46338,30 @@ "type": "boolean" }, "threshold": { - "$ref": "#/components/schemas/indices._types:IndexingSlowlogTresholds" + "$ref": "#/components/schemas/indices._types.IndexingSlowlogTresholds" } } }, - "indices._types:IndexingSlowlogTresholds": { + "indices._types.IndexingSlowlogTresholds": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/indices._types:SlowlogTresholdLevels" + "$ref": "#/components/schemas/indices._types.SlowlogTresholdLevels" } } }, - "indices._types:IndexingPressure": { + "indices._types.IndexingPressure": { "type": "object", "properties": { "memory": { - "$ref": "#/components/schemas/indices._types:IndexingPressureMemory" + "$ref": "#/components/schemas/indices._types.IndexingPressureMemory" } }, "required": [ "memory" ] }, - "indices._types:IndexingPressureMemory": { + "indices._types.IndexingPressureMemory": { "type": "object", "properties": { "limit": { @@ -43946,11 +46370,11 @@ } } }, - "indices._types:Storage": { + "indices._types.Storage": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/indices._types:StorageType" + "$ref": "#/components/schemas/indices._types.StorageType" }, "allow_mmap": { "description": "You can restrict the use of the mmapfs and the related hybridfs store type via the setting node.store.allow_mmap.\nThis is a boolean setting indicating whether or not memory-mapping is allowed. The default is to allow it. This\nsetting is useful, for example, if you are in an environment where you can not control the ability to create a lot\nof memory maps so you need disable the ability to use memory-mapping.", @@ -43961,7 +46385,7 @@ "type" ] }, - "indices._types:StorageType": { + "indices._types.StorageType": { "anyOf": [ { "type": "string", @@ -43977,17 +46401,17 @@ } ] }, - "_types.mapping:TypeMapping": { + "_types.mapping.TypeMapping": { "type": "object", "properties": { "all_field": { - "$ref": "#/components/schemas/_types.mapping:AllField" + "$ref": "#/components/schemas/_types.mapping.AllField" }, "date_detection": { "type": "boolean" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "dynamic_date_formats": { "type": "array", @@ -44000,20 +46424,20 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:DynamicTemplate" + "$ref": "#/components/schemas/_types.mapping.DynamicTemplate" }, "minProperties": 1, "maxProperties": 1 } }, "_field_names": { - "$ref": "#/components/schemas/_types.mapping:FieldNamesField" + "$ref": "#/components/schemas/_types.mapping.FieldNamesField" }, "index_field": { - "$ref": "#/components/schemas/_types.mapping:IndexField" + "$ref": "#/components/schemas/_types.mapping.IndexField" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "numeric_detection": { "type": "boolean" @@ -44021,36 +46445,36 @@ "properties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "_routing": { - "$ref": "#/components/schemas/_types.mapping:RoutingField" + "$ref": "#/components/schemas/_types.mapping.RoutingField" }, "_size": { - "$ref": "#/components/schemas/_types.mapping:SizeField" + "$ref": "#/components/schemas/_types.mapping.SizeField" }, "_source": { - "$ref": "#/components/schemas/_types.mapping:SourceField" + "$ref": "#/components/schemas/_types.mapping.SourceField" }, "runtime": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, "enabled": { "type": "boolean" }, "subobjects": { - "$ref": "#/components/schemas/_types.mapping:Subobjects" + "$ref": "#/components/schemas/_types.mapping.Subobjects" }, "_data_stream_timestamp": { - "$ref": "#/components/schemas/_types.mapping:DataStreamTimestamp" + "$ref": "#/components/schemas/_types.mapping.DataStreamTimestamp" } } }, - "_types.mapping:AllField": { + "_types.mapping.AllField": { "type": "object", "properties": { "analyzer": { @@ -44097,7 +46521,7 @@ "store_term_vectors" ] }, - "_types.mapping:DynamicMapping": { + "_types.mapping.DynamicMapping": { "type": "string", "enum": [ "strict", @@ -44106,7 +46530,7 @@ "false" ] }, - "_types.mapping:DynamicTemplate": { + "_types.mapping.DynamicTemplate": { "allOf": [ { "type": "object", @@ -44190,7 +46614,7 @@ ] }, "match_pattern": { - "$ref": "#/components/schemas/_types.mapping:MatchType" + "$ref": "#/components/schemas/_types.mapping.MatchType" } } }, @@ -44198,10 +46622,10 @@ "type": "object", "properties": { "mapping": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" }, "runtime": { - "$ref": "#/components/schemas/_types.mapping:RuntimeField" + "$ref": "#/components/schemas/_types.mapping.RuntimeField" } }, "minProperties": 1, @@ -44209,170 +46633,170 @@ } ] }, - "_types.mapping:Property": { + "_types.mapping.Property": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:BinaryProperty" + "$ref": "#/components/schemas/_types.mapping.BinaryProperty" }, { - "$ref": "#/components/schemas/_types.mapping:BooleanProperty" + "$ref": "#/components/schemas/_types.mapping.BooleanProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DynamicProperty" + "$ref": "#/components/schemas/_types.mapping.DynamicProperty" }, { - "$ref": "#/components/schemas/_types.mapping:JoinProperty" + "$ref": "#/components/schemas/_types.mapping.JoinProperty" }, { - "$ref": "#/components/schemas/_types.mapping:KeywordProperty" + "$ref": "#/components/schemas/_types.mapping.KeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:MatchOnlyTextProperty" + "$ref": "#/components/schemas/_types.mapping.MatchOnlyTextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PercolatorProperty" + "$ref": "#/components/schemas/_types.mapping.PercolatorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:RankFeatureProperty" + "$ref": "#/components/schemas/_types.mapping.RankFeatureProperty" }, { - "$ref": "#/components/schemas/_types.mapping:RankFeaturesProperty" + "$ref": "#/components/schemas/_types.mapping.RankFeaturesProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SearchAsYouTypeProperty" + "$ref": "#/components/schemas/_types.mapping.SearchAsYouTypeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:TextProperty" + "$ref": "#/components/schemas/_types.mapping.TextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:VersionProperty" + "$ref": "#/components/schemas/_types.mapping.VersionProperty" }, { - "$ref": "#/components/schemas/_types.mapping:WildcardProperty" + "$ref": "#/components/schemas/_types.mapping.WildcardProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateNanosProperty" + "$ref": "#/components/schemas/_types.mapping.DateNanosProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateProperty" + "$ref": "#/components/schemas/_types.mapping.DateProperty" }, { - "$ref": "#/components/schemas/_types.mapping:AggregateMetricDoubleProperty" + "$ref": "#/components/schemas/_types.mapping.AggregateMetricDoubleProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DenseVectorProperty" + "$ref": "#/components/schemas/_types.mapping.DenseVectorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FlattenedProperty" + "$ref": "#/components/schemas/_types.mapping.FlattenedProperty" }, { - "$ref": "#/components/schemas/_types.mapping:NestedProperty" + "$ref": "#/components/schemas/_types.mapping.NestedProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ObjectProperty" + "$ref": "#/components/schemas/_types.mapping.ObjectProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PassthroughObjectProperty" + "$ref": "#/components/schemas/_types.mapping.PassthroughObjectProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SemanticTextProperty" + "$ref": "#/components/schemas/_types.mapping.SemanticTextProperty" }, { - "$ref": "#/components/schemas/_types.mapping:SparseVectorProperty" + "$ref": "#/components/schemas/_types.mapping.SparseVectorProperty" }, { - "$ref": "#/components/schemas/_types.mapping:CompletionProperty" + "$ref": "#/components/schemas/_types.mapping.CompletionProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ConstantKeywordProperty" + "$ref": "#/components/schemas/_types.mapping.ConstantKeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:CountedKeywordProperty" + "$ref": "#/components/schemas/_types.mapping.CountedKeywordProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FieldAliasProperty" + "$ref": "#/components/schemas/_types.mapping.FieldAliasProperty" }, { - "$ref": "#/components/schemas/_types.mapping:HistogramProperty" + "$ref": "#/components/schemas/_types.mapping.HistogramProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IpProperty" + "$ref": "#/components/schemas/_types.mapping.IpProperty" }, { - "$ref": "#/components/schemas/_types.mapping:Murmur3HashProperty" + "$ref": "#/components/schemas/_types.mapping.Murmur3HashProperty" }, { - "$ref": "#/components/schemas/_types.mapping:TokenCountProperty" + "$ref": "#/components/schemas/_types.mapping.TokenCountProperty" }, { - "$ref": "#/components/schemas/_types.mapping:GeoPointProperty" + "$ref": "#/components/schemas/_types.mapping.GeoPointProperty" }, { - "$ref": "#/components/schemas/_types.mapping:GeoShapeProperty" + "$ref": "#/components/schemas/_types.mapping.GeoShapeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:PointProperty" + "$ref": "#/components/schemas/_types.mapping.PointProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ShapeProperty" + "$ref": "#/components/schemas/_types.mapping.ShapeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ByteNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ByteNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DoubleNumberProperty" + "$ref": "#/components/schemas/_types.mapping.DoubleNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.FloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:HalfFloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.HalfFloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IntegerNumberProperty" + "$ref": "#/components/schemas/_types.mapping.IntegerNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:LongNumberProperty" + "$ref": "#/components/schemas/_types.mapping.LongNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ScaledFloatNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ScaledFloatNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:ShortNumberProperty" + "$ref": "#/components/schemas/_types.mapping.ShortNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:UnsignedLongNumberProperty" + "$ref": "#/components/schemas/_types.mapping.UnsignedLongNumberProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DateRangeProperty" + "$ref": "#/components/schemas/_types.mapping.DateRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:DoubleRangeProperty" + "$ref": "#/components/schemas/_types.mapping.DoubleRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:FloatRangeProperty" + "$ref": "#/components/schemas/_types.mapping.FloatRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IntegerRangeProperty" + "$ref": "#/components/schemas/_types.mapping.IntegerRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IpRangeProperty" + "$ref": "#/components/schemas/_types.mapping.IpRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:LongRangeProperty" + "$ref": "#/components/schemas/_types.mapping.LongRangeProperty" }, { - "$ref": "#/components/schemas/_types.mapping:IcuCollationProperty" + "$ref": "#/components/schemas/_types.mapping.IcuCollationProperty" } ] }, - "_types.mapping:BinaryProperty": { + "_types.mapping.BinaryProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -44390,10 +46814,10 @@ } ] }, - "_types.mapping:DocValuesPropertyBase": { + "_types.mapping.DocValuesPropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -44405,16 +46829,16 @@ } ] }, - "_types.mapping:CorePropertyBase": { + "_types.mapping.CorePropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", "properties": { "copy_to": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "store": { "type": "boolean" @@ -44423,7 +46847,7 @@ } ] }, - "_types.mapping:PropertyBase": { + "_types.mapping.PropertyBase": { "type": "object", "properties": { "meta": { @@ -44436,27 +46860,27 @@ "properties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "ignore_above": { "type": "number" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "synthetic_source_keep": { - "$ref": "#/components/schemas/_types.mapping:SyntheticSourceKeepEnum" + "$ref": "#/components/schemas/_types.mapping.SyntheticSourceKeepEnum" } } }, - "_types.mapping:SyntheticSourceKeepEnum": { + "_types.mapping.SyntheticSourceKeepEnum": { "type": "string", "enum": [ "none", @@ -44464,10 +46888,10 @@ "all" ] }, - "_types.mapping:BooleanProperty": { + "_types.mapping.BooleanProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -44476,7 +46900,7 @@ "type": "number" }, "fielddata": { - "$ref": "#/components/schemas/indices._types:NumericFielddata" + "$ref": "#/components/schemas/indices._types.NumericFielddata" }, "index": { "type": "boolean" @@ -44488,10 +46912,10 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -44511,35 +46935,35 @@ } ] }, - "indices._types:NumericFielddata": { + "indices._types.NumericFielddata": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/indices._types:NumericFielddataFormat" + "$ref": "#/components/schemas/indices._types.NumericFielddataFormat" } }, "required": [ "format" ] }, - "indices._types:NumericFielddataFormat": { + "indices._types.NumericFielddataFormat": { "type": "string", "enum": [ "array", "disabled" ] }, - "_types.mapping:OnScriptError": { + "_types.mapping.OnScriptError": { "type": "string", "enum": [ "fail", "continue" ] }, - "_types.mapping:DynamicProperty": { + "_types.mapping.DynamicProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -44554,7 +46978,7 @@ "type": "boolean" }, "null_value": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" }, "boost": { "type": "number" @@ -44563,16 +46987,16 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "ignore_malformed": { "type": "boolean" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "analyzer": { "type": "string" @@ -44584,7 +47008,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index_phrases": { "type": "boolean" @@ -44592,7 +47016,7 @@ "index_prefixes": { "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:TextIndexPrefixes" + "$ref": "#/components/schemas/_types.mapping.TextIndexPrefixes" }, { "nullable": true, @@ -44613,7 +47037,7 @@ "type": "string" }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "format": { "type": "string" @@ -44631,7 +47055,7 @@ } ] }, - "_types.mapping:TimeSeriesMetricType": { + "_types.mapping.TimeSeriesMetricType": { "type": "string", "enum": [ "gauge", @@ -44641,7 +47065,7 @@ "position" ] }, - "_types.mapping:IndexOptions": { + "_types.mapping.IndexOptions": { "type": "string", "enum": [ "docs", @@ -44650,7 +47074,7 @@ "offsets" ] }, - "_types.mapping:TextIndexPrefixes": { + "_types.mapping.TextIndexPrefixes": { "type": "object", "properties": { "max_chars": { @@ -44665,7 +47089,7 @@ "min_chars" ] }, - "_types.mapping:TermVectorOption": { + "_types.mapping.TermVectorOption": { "type": "string", "enum": [ "no", @@ -44677,10 +47101,10 @@ "with_positions_payloads" ] }, - "_types.mapping:JoinProperty": { + "_types.mapping.JoinProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -44690,12 +47114,12 @@ "additionalProperties": { "oneOf": [ { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:RelationName" + "$ref": "#/components/schemas/_types.RelationName" } } ] @@ -44717,10 +47141,10 @@ } ] }, - "_types.mapping:KeywordProperty": { + "_types.mapping.KeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -44735,13 +47159,13 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "normalizer": { "type": "string" @@ -44784,7 +47208,7 @@ } ] }, - "_types.mapping:MatchOnlyTextProperty": { + "_types.mapping.MatchOnlyTextProperty": { "type": "object", "properties": { "type": { @@ -44797,7 +47221,7 @@ "description": "Multi-fields allow the same string value to be indexed in multiple ways for different purposes, such as one\nfield for search and a multi-field for sorting and aggregations, or the same string value analyzed by different analyzers.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "meta": { @@ -44808,17 +47232,17 @@ } }, "copy_to": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } }, "required": [ "type" ] }, - "_types.mapping:PercolatorProperty": { + "_types.mapping.PercolatorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -44836,10 +47260,10 @@ } ] }, - "_types.mapping:RankFeatureProperty": { + "_types.mapping.RankFeatureProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -44860,10 +47284,10 @@ } ] }, - "_types.mapping:RankFeaturesProperty": { + "_types.mapping.RankFeaturesProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -44884,10 +47308,10 @@ } ] }, - "_types.mapping:SearchAsYouTypeProperty": { + "_types.mapping.SearchAsYouTypeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -44899,7 +47323,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "max_shingle_size": { "type": "number" @@ -44925,7 +47349,7 @@ ] }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "type": { "type": "string", @@ -44940,10 +47364,10 @@ } ] }, - "_types.mapping:TextProperty": { + "_types.mapping.TextProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -44961,13 +47385,13 @@ "type": "boolean" }, "fielddata_frequency_filter": { - "$ref": "#/components/schemas/indices._types:FielddataFrequencyFilter" + "$ref": "#/components/schemas/indices._types.FielddataFrequencyFilter" }, "index": { "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index_phrases": { "type": "boolean" @@ -44975,7 +47399,7 @@ "index_prefixes": { "oneOf": [ { - "$ref": "#/components/schemas/_types.mapping:TextIndexPrefixes" + "$ref": "#/components/schemas/_types.mapping.TextIndexPrefixes" }, { "nullable": true, @@ -45007,7 +47431,7 @@ ] }, "term_vector": { - "$ref": "#/components/schemas/_types.mapping:TermVectorOption" + "$ref": "#/components/schemas/_types.mapping.TermVectorOption" }, "type": { "type": "string", @@ -45022,7 +47446,7 @@ } ] }, - "indices._types:FielddataFrequencyFilter": { + "indices._types.FielddataFrequencyFilter": { "type": "object", "properties": { "max": { @@ -45041,10 +47465,10 @@ "min_segment_size" ] }, - "_types.mapping:VersionProperty": { + "_types.mapping.VersionProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45062,10 +47486,10 @@ } ] }, - "_types.mapping:WildcardProperty": { + "_types.mapping.WildcardProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45086,10 +47510,10 @@ } ] }, - "_types.mapping:DateNanosProperty": { + "_types.mapping.DateNanosProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45107,13 +47531,13 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "null_value": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "precision_step": { "type": "number" @@ -45131,10 +47555,10 @@ } ] }, - "_types.mapping:DateProperty": { + "_types.mapping.DateProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45143,7 +47567,7 @@ "type": "number" }, "fielddata": { - "$ref": "#/components/schemas/indices._types:NumericFielddata" + "$ref": "#/components/schemas/indices._types.NumericFielddata" }, "format": { "type": "string" @@ -45155,13 +47579,13 @@ "type": "boolean" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "null_value": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "precision_step": { "type": "number" @@ -45182,10 +47606,10 @@ } ] }, - "_types.mapping:AggregateMetricDoubleProperty": { + "_types.mapping.AggregateMetricDoubleProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45206,7 +47630,7 @@ } }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" } }, "required": [ @@ -45217,10 +47641,10 @@ } ] }, - "_types.mapping:DenseVectorProperty": { + "_types.mapping.DenseVectorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45236,17 +47660,17 @@ "type": "number" }, "element_type": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorElementType" + "$ref": "#/components/schemas/_types.mapping.DenseVectorElementType" }, "index": { "description": "If `true`, you can search this field using the kNN search API.", "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptions" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptions" }, "similarity": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorSimilarity" + "$ref": "#/components/schemas/_types.mapping.DenseVectorSimilarity" } }, "required": [ @@ -45255,7 +47679,7 @@ } ] }, - "_types.mapping:DenseVectorElementType": { + "_types.mapping.DenseVectorElementType": { "type": "string", "enum": [ "bit", @@ -45263,7 +47687,7 @@ "float" ] }, - "_types.mapping:DenseVectorIndexOptions": { + "_types.mapping.DenseVectorIndexOptions": { "type": "object", "properties": { "confidence_interval": { @@ -45279,17 +47703,17 @@ "type": "number" }, "type": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptionsType" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptionsType" }, "rescore_vector": { - "$ref": "#/components/schemas/_types.mapping:DenseVectorIndexOptionsRescoreVector" + "$ref": "#/components/schemas/_types.mapping.DenseVectorIndexOptionsRescoreVector" } }, "required": [ "type" ] }, - "_types.mapping:DenseVectorIndexOptionsType": { + "_types.mapping.DenseVectorIndexOptionsType": { "type": "string", "enum": [ "bbq_flat", @@ -45302,7 +47726,7 @@ "int8_hnsw" ] }, - "_types.mapping:DenseVectorIndexOptionsRescoreVector": { + "_types.mapping.DenseVectorIndexOptionsRescoreVector": { "type": "object", "properties": { "oversample": { @@ -45314,7 +47738,7 @@ "oversample" ] }, - "_types.mapping:DenseVectorSimilarity": { + "_types.mapping.DenseVectorSimilarity": { "type": "string", "enum": [ "cosine", @@ -45323,10 +47747,10 @@ "max_inner_product" ] }, - "_types.mapping:FlattenedProperty": { + "_types.mapping.FlattenedProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45347,7 +47771,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "null_value": { "type": "string" @@ -45371,10 +47795,10 @@ } ] }, - "_types.mapping:NestedProperty": { + "_types.mapping.NestedProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -45401,10 +47825,10 @@ } ] }, - "_types.mapping:ObjectProperty": { + "_types.mapping.ObjectProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -45413,7 +47837,7 @@ "type": "boolean" }, "subobjects": { - "$ref": "#/components/schemas/_types.mapping:Subobjects" + "$ref": "#/components/schemas/_types.mapping.Subobjects" }, "type": { "type": "string", @@ -45425,17 +47849,17 @@ } ] }, - "_types.mapping:Subobjects": { + "_types.mapping.Subobjects": { "type": "string", "enum": [ "true", "false" ] }, - "_types.mapping:PassthroughObjectProperty": { + "_types.mapping.PassthroughObjectProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:CorePropertyBase" + "$ref": "#/components/schemas/_types.mapping.CorePropertyBase" }, { "type": "object", @@ -45459,7 +47883,7 @@ } ] }, - "_types.mapping:SemanticTextProperty": { + "_types.mapping.SemanticTextProperty": { "type": "object", "properties": { "type": { @@ -45475,20 +47899,20 @@ } }, "inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "search_inference_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ "type" ] }, - "_types.mapping:SparseVectorProperty": { + "_types.mapping.SparseVectorProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45506,10 +47930,10 @@ } ] }, - "_types.mapping:CompletionProperty": { + "_types.mapping.CompletionProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45520,7 +47944,7 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.mapping:SuggestContext" + "$ref": "#/components/schemas/_types.mapping.SuggestContext" } }, "max_input_length": { @@ -45548,14 +47972,14 @@ } ] }, - "_types.mapping:SuggestContext": { + "_types.mapping.SuggestContext": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { "type": "string" @@ -45576,10 +48000,10 @@ "type" ] }, - "_types.mapping:ConstantKeywordProperty": { + "_types.mapping.ConstantKeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45600,10 +48024,10 @@ } ] }, - "_types.mapping:CountedKeywordProperty": { + "_types.mapping.CountedKeywordProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45624,16 +48048,16 @@ } ] }, - "_types.mapping:FieldAliasProperty": { + "_types.mapping.FieldAliasProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", "properties": { "path": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { "type": "string", @@ -45648,10 +48072,10 @@ } ] }, - "_types.mapping:HistogramProperty": { + "_types.mapping.HistogramProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:PropertyBase" + "$ref": "#/components/schemas/_types.mapping.PropertyBase" }, { "type": "object", @@ -45672,10 +48096,10 @@ } ] }, - "_types.mapping:IpProperty": { + "_types.mapping.IpProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45693,10 +48117,10 @@ "type": "string" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -45716,10 +48140,10 @@ } ] }, - "_types.mapping:Murmur3HashProperty": { + "_types.mapping.Murmur3HashProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45737,10 +48161,10 @@ } ] }, - "_types.mapping:TokenCountProperty": { + "_types.mapping.TokenCountProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45773,10 +48197,10 @@ } ] }, - "_types.mapping:GeoPointProperty": { + "_types.mapping.GeoPointProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45788,16 +48212,16 @@ "type": "boolean" }, "null_value": { - "$ref": "#/components/schemas/_types:GeoLocation" + "$ref": "#/components/schemas/_types.GeoLocation" }, "index": { "type": "boolean" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "type": { "type": "string", @@ -45812,10 +48236,10 @@ } ] }, - "_types.mapping:GeoShapeProperty": { + "_types.mapping.GeoShapeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45833,10 +48257,10 @@ "type": "boolean" }, "orientation": { - "$ref": "#/components/schemas/_types.mapping:GeoOrientation" + "$ref": "#/components/schemas/_types.mapping.GeoOrientation" }, "strategy": { - "$ref": "#/components/schemas/_types.mapping:GeoStrategy" + "$ref": "#/components/schemas/_types.mapping.GeoStrategy" }, "type": { "type": "string", @@ -45851,7 +48275,7 @@ } ] }, - "_types.mapping:GeoOrientation": { + "_types.mapping.GeoOrientation": { "type": "string", "enum": [ "right", @@ -45864,17 +48288,17 @@ "cw" ] }, - "_types.mapping:GeoStrategy": { + "_types.mapping.GeoStrategy": { "type": "string", "enum": [ "recursive", "term" ] }, - "_types.mapping:PointProperty": { + "_types.mapping.PointProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45901,10 +48325,10 @@ } ] }, - "_types.mapping:ShapeProperty": { + "_types.mapping.ShapeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45919,7 +48343,7 @@ "type": "boolean" }, "orientation": { - "$ref": "#/components/schemas/_types.mapping:GeoOrientation" + "$ref": "#/components/schemas/_types.mapping.GeoOrientation" }, "type": { "type": "string", @@ -45934,10 +48358,10 @@ } ] }, - "_types.mapping:ByteNumberProperty": { + "_types.mapping.ByteNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -45949,7 +48373,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:byte" + "$ref": "#/components/schemas/_types.byte" } }, "required": [ @@ -45958,13 +48382,13 @@ } ] }, - "_types:byte": { + "_types.byte": { "type": "number" }, - "_types.mapping:NumberPropertyBase": { + "_types.mapping.NumberPropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -45982,13 +48406,13 @@ "type": "boolean" }, "on_script_error": { - "$ref": "#/components/schemas/_types.mapping:OnScriptError" + "$ref": "#/components/schemas/_types.mapping.OnScriptError" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "time_series_dimension": { "description": "For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.", @@ -45999,10 +48423,10 @@ } ] }, - "_types.mapping:DoubleNumberProperty": { + "_types.mapping.DoubleNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46023,10 +48447,10 @@ } ] }, - "_types.mapping:FloatNumberProperty": { + "_types.mapping.FloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46047,10 +48471,10 @@ } ] }, - "_types.mapping:HalfFloatNumberProperty": { + "_types.mapping.HalfFloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46071,10 +48495,10 @@ } ] }, - "_types.mapping:IntegerNumberProperty": { + "_types.mapping.IntegerNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46095,10 +48519,10 @@ } ] }, - "_types.mapping:LongNumberProperty": { + "_types.mapping.LongNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46119,10 +48543,10 @@ } ] }, - "_types.mapping:ScaledFloatNumberProperty": { + "_types.mapping.ScaledFloatNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46146,10 +48570,10 @@ } ] }, - "_types.mapping:ShortNumberProperty": { + "_types.mapping.ShortNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46161,7 +48585,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:short" + "$ref": "#/components/schemas/_types.short" } }, "required": [ @@ -46170,13 +48594,13 @@ } ] }, - "_types:short": { + "_types.short": { "type": "number" }, - "_types.mapping:UnsignedLongNumberProperty": { + "_types.mapping.UnsignedLongNumberProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:NumberPropertyBase" + "$ref": "#/components/schemas/_types.mapping.NumberPropertyBase" }, { "type": "object", @@ -46188,7 +48612,7 @@ ] }, "null_value": { - "$ref": "#/components/schemas/_types:ulong" + "$ref": "#/components/schemas/_types.ulong" } }, "required": [ @@ -46197,13 +48621,13 @@ } ] }, - "_types:ulong": { + "_types.ulong": { "type": "number" }, - "_types.mapping:DateRangeProperty": { + "_types.mapping.DateRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46224,10 +48648,10 @@ } ] }, - "_types.mapping:RangePropertyBase": { + "_types.mapping.RangePropertyBase": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -46245,10 +48669,10 @@ } ] }, - "_types.mapping:DoubleRangeProperty": { + "_types.mapping.DoubleRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46266,10 +48690,10 @@ } ] }, - "_types.mapping:FloatRangeProperty": { + "_types.mapping.FloatRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46287,10 +48711,10 @@ } ] }, - "_types.mapping:IntegerRangeProperty": { + "_types.mapping.IntegerRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46308,10 +48732,10 @@ } ] }, - "_types.mapping:IpRangeProperty": { + "_types.mapping.IpRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46329,10 +48753,10 @@ } ] }, - "_types.mapping:LongRangeProperty": { + "_types.mapping.LongRangeProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:RangePropertyBase" + "$ref": "#/components/schemas/_types.mapping.RangePropertyBase" }, { "type": "object", @@ -46350,10 +48774,10 @@ } ] }, - "_types.mapping:IcuCollationProperty": { + "_types.mapping.IcuCollationProperty": { "allOf": [ { - "$ref": "#/components/schemas/_types.mapping:DocValuesPropertyBase" + "$ref": "#/components/schemas/_types.mapping.DocValuesPropertyBase" }, { "type": "object", @@ -46368,7 +48792,7 @@ "type": "boolean" }, "index_options": { - "$ref": "#/components/schemas/_types.mapping:IndexOptions" + "$ref": "#/components/schemas/_types.mapping.IndexOptions" }, "index": { "description": "Should the field be searchable?", @@ -46391,19 +48815,19 @@ "type": "string" }, "strength": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationStrength" + "$ref": "#/components/schemas/_types.analysis.IcuCollationStrength" }, "decomposition": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationDecomposition" + "$ref": "#/components/schemas/_types.analysis.IcuCollationDecomposition" }, "alternate": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationAlternate" + "$ref": "#/components/schemas/_types.analysis.IcuCollationAlternate" }, "case_level": { "type": "boolean" }, "case_first": { - "$ref": "#/components/schemas/_types.analysis:IcuCollationCaseFirst" + "$ref": "#/components/schemas/_types.analysis.IcuCollationCaseFirst" }, "numeric": { "type": "boolean" @@ -46421,14 +48845,14 @@ } ] }, - "_types.mapping:MatchType": { + "_types.mapping.MatchType": { "type": "string", "enum": [ "simple", "regex" ] }, - "_types.mapping:FieldNamesField": { + "_types.mapping.FieldNamesField": { "type": "object", "properties": { "enabled": { @@ -46439,7 +48863,7 @@ "enabled" ] }, - "_types.mapping:IndexField": { + "_types.mapping.IndexField": { "type": "object", "properties": { "enabled": { @@ -46450,7 +48874,7 @@ "enabled" ] }, - "_types.mapping:RoutingField": { + "_types.mapping.RoutingField": { "type": "object", "properties": { "required": { @@ -46461,7 +48885,7 @@ "required" ] }, - "_types.mapping:SizeField": { + "_types.mapping.SizeField": { "type": "object", "properties": { "enabled": { @@ -46472,7 +48896,7 @@ "enabled" ] }, - "_types.mapping:SourceField": { + "_types.mapping.SourceField": { "type": "object", "properties": { "compress": { @@ -46497,11 +48921,11 @@ } }, "mode": { - "$ref": "#/components/schemas/_types.mapping:SourceFieldMode" + "$ref": "#/components/schemas/_types.mapping.SourceFieldMode" } } }, - "_types.mapping:SourceFieldMode": { + "_types.mapping.SourceFieldMode": { "type": "string", "enum": [ "disabled", @@ -46509,7 +48933,7 @@ "synthetic" ] }, - "_types.mapping:DataStreamTimestamp": { + "_types.mapping.DataStreamTimestamp": { "type": "object", "properties": { "enabled": { @@ -46520,11 +48944,11 @@ "enabled" ] }, - "indices._types:AliasDefinition": { + "indices._types.AliasDefinition": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { "description": "Value used to route indexing operations to a specific shard.\nIf specified, this overwrites the `routing` value for indexing operations.", @@ -46548,26 +48972,26 @@ } } }, - "indices._types:DataStreamLifecycleWithRollover": { + "indices._types.DataStreamLifecycleWithRollover": { "allOf": [ { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" }, { "type": "object", "properties": { "rollover": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleRolloverConditions" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleRolloverConditions" } } } ] }, - "indices._types:DataStreamLifecycleRolloverConditions": { + "indices._types.DataStreamLifecycleRolloverConditions": { "type": "object", "properties": { "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age": { "type": "string" @@ -46579,16 +49003,16 @@ "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_docs": { "type": "number" @@ -46598,14 +49022,14 @@ } } }, - "indices._types:DataStreamLifecycle": { + "indices._types.DataStreamLifecycle": { "type": "object", "properties": { "data_retention": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "downsampling": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleDownsampling" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleDownsampling" }, "enabled": { "description": "If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle\nthat's disabled (enabled: `false`) will have no effect on the data stream.", @@ -46613,14 +49037,14 @@ } } }, - "indices._types:DataStreamLifecycleDownsampling": { + "indices._types.DataStreamLifecycleDownsampling": { "type": "object", "properties": { "rounds": { "description": "The list of downsampling rounds to execute as part of this downsampling configuration", "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DownsamplingRound" + "$ref": "#/components/schemas/indices._types.DownsamplingRound" } } }, @@ -46628,14 +49052,14 @@ "rounds" ] }, - "indices._types:DownsamplingRound": { + "indices._types.DownsamplingRound": { "type": "object", "properties": { "after": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "config": { - "$ref": "#/components/schemas/indices._types:DownsampleConfig" + "$ref": "#/components/schemas/indices._types.DownsampleConfig" } }, "required": [ @@ -46643,31 +49067,31 @@ "config" ] }, - "indices._types:DownsampleConfig": { + "indices._types.DownsampleConfig": { "type": "object", "properties": { "fixed_interval": { - "$ref": "#/components/schemas/_types:DurationLarge" + "$ref": "#/components/schemas/_types.DurationLarge" } }, "required": [ "fixed_interval" ] }, - "_types:ClusterInfoTargets": { + "_types.ClusterInfoTargets": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ClusterInfoTarget" + "$ref": "#/components/schemas/_types.ClusterInfoTarget" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ClusterInfoTarget" + "$ref": "#/components/schemas/_types.ClusterInfoTarget" } } ] }, - "_types:ClusterInfoTarget": { + "_types.ClusterInfoTarget": { "type": "string", "enum": [ "_all", @@ -46677,7 +49101,7 @@ "script" ] }, - "nodes._types:Http": { + "nodes._types.Http": { "type": "object", "properties": { "current_open": { @@ -46692,12 +49116,12 @@ "description": "Information on current and recently-closed HTTP client connections.\nClients that have been closed longer than the `http.client_stats.closed_channels.max_age` setting will not be represented here.", "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Client" + "$ref": "#/components/schemas/nodes._types.Client" } } } }, - "nodes._types:Client": { + "nodes._types.Client": { "type": "object", "properties": { "id": { @@ -46746,22 +49170,22 @@ } } }, - "nodes._types:Ingest": { + "nodes._types.Ingest": { "type": "object", "properties": { "pipelines": { "description": "Contains statistics about ingest pipelines for the node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:IngestStats" + "$ref": "#/components/schemas/nodes._types.IngestStats" } }, "total": { - "$ref": "#/components/schemas/nodes._types:IngestTotal" + "$ref": "#/components/schemas/nodes._types.IngestTotal" } } }, - "nodes._types:IngestStats": { + "nodes._types.IngestStats": { "type": "object", "properties": { "count": { @@ -46782,12 +49206,12 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/nodes._types:KeyedProcessor" + "$ref": "#/components/schemas/nodes._types.KeyedProcessor" } } }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "ingested_as_first_pipeline_in_bytes": { "description": "Total number of bytes of all documents ingested by the pipeline.\nThis field is only present on pipelines which are the first to process a document.\nThus, it is not present on pipelines which only serve as a final pipeline after a default pipeline, a pipeline run after a reroute processor, or pipelines in pipeline processors.", @@ -46810,18 +49234,18 @@ "produced_as_first_pipeline_in_bytes" ] }, - "nodes._types:KeyedProcessor": { + "nodes._types.KeyedProcessor": { "type": "object", "properties": { "stats": { - "$ref": "#/components/schemas/nodes._types:Processor" + "$ref": "#/components/schemas/nodes._types.Processor" }, "type": { "type": "string" } } }, - "nodes._types:Processor": { + "nodes._types.Processor": { "type": "object", "properties": { "count": { @@ -46837,11 +49261,11 @@ "type": "number" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } } }, - "nodes._types:IngestTotal": { + "nodes._types.IngestTotal": { "type": "object", "properties": { "count": { @@ -46857,7 +49281,7 @@ "type": "number" }, "time_in_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -46867,7 +49291,7 @@ "time_in_millis" ] }, - "nodes._types:ThreadCount": { + "nodes._types.ThreadCount": { "type": "object", "properties": { "active": { @@ -46896,7 +49320,7 @@ } } }, - "nodes._types:Scripting": { + "nodes._types.Scripting": { "type": "object", "properties": { "cache_evictions": { @@ -46921,12 +49345,12 @@ "contexts": { "type": "array", "items": { - "$ref": "#/components/schemas/nodes._types:Context" + "$ref": "#/components/schemas/nodes._types.Context" } } } }, - "nodes._types:Context": { + "nodes._types.Context": { "type": "object", "properties": { "context": { @@ -46943,40 +49367,40 @@ } } }, - "indices._types:IndexState": { + "indices._types.IndexState": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "defaults": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" } } }, - "indices._types:Alias": { + "indices._types.Alias": { "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_hidden": { "description": "If `true`, the alias is hidden.\nAll indices for the alias must have the same `is_hidden` value.", @@ -46987,17 +49411,17 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" } } }, - "_types:DataStreamName": { + "_types.DataStreamName": { "type": "string" }, - "_types:Result": { + "_types.Result": { "type": "string", "enum": [ "created", @@ -47007,7 +49431,7 @@ "noop" ] }, - "connector._types:Connector": { + "connector._types.Connector": { "type": "object", "properties": { "api_key_id": { @@ -47017,10 +49441,10 @@ "type": "string" }, "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "custom_scheduling": { - "$ref": "#/components/schemas/connector._types:ConnectorCustomScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorCustomScheduling" }, "deleted": { "type": "boolean" @@ -47040,21 +49464,21 @@ ] }, "features": { - "$ref": "#/components/schemas/connector._types:ConnectorFeatures" + "$ref": "#/components/schemas/connector._types.ConnectorFeatures" }, "filtering": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringConfig" + "$ref": "#/components/schemas/connector._types.FilteringConfig" } }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_name": { "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "nullable": true, @@ -47072,49 +49496,49 @@ "type": "string" }, "last_access_control_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_access_control_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_deleted_document_count": { "type": "number" }, "last_incremental_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_indexed_document_count": { "type": "number" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_error": { "type": "string" }, "last_sync_scheduled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last_sync_status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "name": { "type": "string" }, "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" }, "scheduling": { - "$ref": "#/components/schemas/connector._types:SchedulingConfiguration" + "$ref": "#/components/schemas/connector._types.SchedulingConfiguration" }, "service_type": { "type": "string" }, "status": { - "$ref": "#/components/schemas/connector._types:ConnectorStatus" + "$ref": "#/components/schemas/connector._types.ConnectorStatus" }, "sync_cursor": { "type": "object" @@ -47134,29 +49558,29 @@ "sync_now" ] }, - "connector._types:ConnectorConfiguration": { + "connector._types.ConnectorConfiguration": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/connector._types:ConnectorConfigProperties" + "$ref": "#/components/schemas/connector._types.ConnectorConfigProperties" } }, - "connector._types:ConnectorConfigProperties": { + "connector._types.ConnectorConfigProperties": { "type": "object", "properties": { "category": { "type": "string" }, "default_value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" }, "depends_on": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Dependency" + "$ref": "#/components/schemas/connector._types.Dependency" } }, "display": { - "$ref": "#/components/schemas/connector._types:DisplayType" + "$ref": "#/components/schemas/connector._types.DisplayType" }, "label": { "type": "string" @@ -47164,7 +49588,7 @@ "options": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:SelectOption" + "$ref": "#/components/schemas/connector._types.SelectOption" } }, "order": { @@ -47191,7 +49615,7 @@ ] }, "type": { - "$ref": "#/components/schemas/connector._types:ConnectorFieldType" + "$ref": "#/components/schemas/connector._types.ConnectorFieldType" }, "ui_restrictions": { "type": "array", @@ -47202,7 +49626,7 @@ "validations": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:Validation" + "$ref": "#/components/schemas/connector._types.Validation" } }, "value": { @@ -47220,7 +49644,7 @@ "value" ] }, - "_types:ScalarValue": { + "_types.ScalarValue": { "description": "A scalar value.", "oneOf": [ { @@ -47241,14 +49665,14 @@ } ] }, - "connector._types:Dependency": { + "connector._types.Dependency": { "type": "object", "properties": { "field": { "type": "string" }, "value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } }, "required": [ @@ -47256,7 +49680,7 @@ "value" ] }, - "connector._types:DisplayType": { + "connector._types.DisplayType": { "type": "string", "enum": [ "textbox", @@ -47266,14 +49690,14 @@ "dropdown" ] }, - "connector._types:SelectOption": { + "connector._types.SelectOption": { "type": "object", "properties": { "label": { "type": "string" }, "value": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } }, "required": [ @@ -47281,7 +49705,7 @@ "value" ] }, - "connector._types:ConnectorFieldType": { + "connector._types.ConnectorFieldType": { "type": "string", "enum": [ "str", @@ -47290,29 +49714,29 @@ "bool" ] }, - "connector._types:Validation": { + "connector._types.Validation": { "discriminator": { "propertyName": "type" }, "oneOf": [ { - "$ref": "#/components/schemas/connector._types:LessThanValidation" + "$ref": "#/components/schemas/connector._types.LessThanValidation" }, { - "$ref": "#/components/schemas/connector._types:GreaterThanValidation" + "$ref": "#/components/schemas/connector._types.GreaterThanValidation" }, { - "$ref": "#/components/schemas/connector._types:ListTypeValidation" + "$ref": "#/components/schemas/connector._types.ListTypeValidation" }, { - "$ref": "#/components/schemas/connector._types:IncludedInValidation" + "$ref": "#/components/schemas/connector._types.IncludedInValidation" }, { - "$ref": "#/components/schemas/connector._types:RegexValidation" + "$ref": "#/components/schemas/connector._types.RegexValidation" } ] }, - "connector._types:LessThanValidation": { + "connector._types.LessThanValidation": { "type": "object", "properties": { "type": { @@ -47330,7 +49754,7 @@ "constraint" ] }, - "connector._types:GreaterThanValidation": { + "connector._types.GreaterThanValidation": { "type": "object", "properties": { "type": { @@ -47348,7 +49772,7 @@ "constraint" ] }, - "connector._types:ListTypeValidation": { + "connector._types.ListTypeValidation": { "type": "object", "properties": { "type": { @@ -47366,7 +49790,7 @@ "constraint" ] }, - "connector._types:IncludedInValidation": { + "connector._types.IncludedInValidation": { "type": "object", "properties": { "type": { @@ -47378,7 +49802,7 @@ "constraint": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } } }, @@ -47387,7 +49811,7 @@ "constraint" ] }, - "connector._types:RegexValidation": { + "connector._types.RegexValidation": { "type": "object", "properties": { "type": { @@ -47405,17 +49829,17 @@ "constraint" ] }, - "connector._types:ConnectorCustomScheduling": { + "connector._types.ConnectorCustomScheduling": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/connector._types:CustomScheduling" + "$ref": "#/components/schemas/connector._types.CustomScheduling" } }, - "connector._types:CustomScheduling": { + "connector._types.CustomScheduling": { "type": "object", "properties": { "configuration_overrides": { - "$ref": "#/components/schemas/connector._types:CustomSchedulingConfigurationOverrides" + "$ref": "#/components/schemas/connector._types.CustomSchedulingConfigurationOverrides" }, "enabled": { "type": "boolean" @@ -47424,7 +49848,7 @@ "type": "string" }, "last_synced": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "name": { "type": "string" @@ -47437,7 +49861,7 @@ "name" ] }, - "connector._types:CustomSchedulingConfigurationOverrides": { + "connector._types.CustomSchedulingConfigurationOverrides": { "type": "object", "properties": { "max_crawl_depth": { @@ -47466,24 +49890,24 @@ } } }, - "connector._types:ConnectorFeatures": { + "connector._types.ConnectorFeatures": { "type": "object", "properties": { "document_level_security": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "incremental_sync": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "native_connector_api_keys": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "sync_rules": { - "$ref": "#/components/schemas/connector._types:SyncRulesFeature" + "$ref": "#/components/schemas/connector._types.SyncRulesFeature" } } }, - "connector._types:FeatureEnabled": { + "connector._types.FeatureEnabled": { "type": "object", "properties": { "enabled": { @@ -47494,28 +49918,28 @@ "enabled" ] }, - "connector._types:SyncRulesFeature": { + "connector._types.SyncRulesFeature": { "type": "object", "properties": { "advanced": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" }, "basic": { - "$ref": "#/components/schemas/connector._types:FeatureEnabled" + "$ref": "#/components/schemas/connector._types.FeatureEnabled" } } }, - "connector._types:FilteringConfig": { + "connector._types.FilteringConfig": { "type": "object", "properties": { "active": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" }, "domain": { "type": "string" }, "draft": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" } }, "required": [ @@ -47523,20 +49947,20 @@ "draft" ] }, - "connector._types:FilteringRules": { + "connector._types.FilteringRules": { "type": "object", "properties": { "advanced_snippet": { - "$ref": "#/components/schemas/connector._types:FilteringAdvancedSnippet" + "$ref": "#/components/schemas/connector._types.FilteringAdvancedSnippet" }, "rules": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringRule" + "$ref": "#/components/schemas/connector._types.FilteringRule" } }, "validation": { - "$ref": "#/components/schemas/connector._types:FilteringRulesValidation" + "$ref": "#/components/schemas/connector._types.FilteringRulesValidation" } }, "required": [ @@ -47545,14 +49969,14 @@ "validation" ] }, - "connector._types:FilteringAdvancedSnippet": { + "connector._types.FilteringAdvancedSnippet": { "type": "object", "properties": { "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "updated_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "value": { "type": "object" @@ -47562,29 +49986,29 @@ "value" ] }, - "connector._types:FilteringRule": { + "connector._types.FilteringRule": { "type": "object", "properties": { "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "order": { "type": "number" }, "policy": { - "$ref": "#/components/schemas/connector._types:FilteringPolicy" + "$ref": "#/components/schemas/connector._types.FilteringPolicy" }, "rule": { - "$ref": "#/components/schemas/connector._types:FilteringRuleRule" + "$ref": "#/components/schemas/connector._types.FilteringRuleRule" }, "updated_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "value": { "type": "string" @@ -47599,14 +50023,14 @@ "value" ] }, - "connector._types:FilteringPolicy": { + "connector._types.FilteringPolicy": { "type": "string", "enum": [ "exclude", "include" ] }, - "connector._types:FilteringRuleRule": { + "connector._types.FilteringRuleRule": { "type": "string", "enum": [ "contains", @@ -47618,17 +50042,17 @@ "<" ] }, - "connector._types:FilteringRulesValidation": { + "connector._types.FilteringRulesValidation": { "type": "object", "properties": { "errors": { "type": "array", "items": { - "$ref": "#/components/schemas/connector._types:FilteringValidation" + "$ref": "#/components/schemas/connector._types.FilteringValidation" } }, "state": { - "$ref": "#/components/schemas/connector._types:FilteringValidationState" + "$ref": "#/components/schemas/connector._types.FilteringValidationState" } }, "required": [ @@ -47636,13 +50060,13 @@ "state" ] }, - "connector._types:FilteringValidation": { + "connector._types.FilteringValidation": { "type": "object", "properties": { "ids": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "messages": { @@ -47657,7 +50081,7 @@ "messages" ] }, - "connector._types:FilteringValidationState": { + "connector._types.FilteringValidationState": { "type": "string", "enum": [ "edited", @@ -47665,7 +50089,7 @@ "valid" ] }, - "connector._types:SyncStatus": { + "connector._types.SyncStatus": { "type": "string", "enum": [ "canceling", @@ -47677,7 +50101,7 @@ "suspended" ] }, - "connector._types:IngestPipelineParams": { + "connector._types.IngestPipelineParams": { "type": "object", "properties": { "extract_binary_content": { @@ -47700,21 +50124,21 @@ "run_ml_inference" ] }, - "connector._types:SchedulingConfiguration": { + "connector._types.SchedulingConfiguration": { "type": "object", "properties": { "access_control": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" }, "full": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" }, "incremental": { - "$ref": "#/components/schemas/connector._types:ConnectorScheduling" + "$ref": "#/components/schemas/connector._types.ConnectorScheduling" } } }, - "connector._types:ConnectorScheduling": { + "connector._types.ConnectorScheduling": { "type": "object", "properties": { "enabled": { @@ -47730,7 +50154,7 @@ "interval" ] }, - "connector._types:ConnectorStatus": { + "connector._types.ConnectorStatus": { "type": "string", "enum": [ "created", @@ -47740,23 +50164,23 @@ "error" ] }, - "connector._types:ConnectorSyncJob": { + "connector._types.ConnectorSyncJob": { "type": "object", "properties": { "cancelation_requested_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "canceled_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "completed_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "connector": { - "$ref": "#/components/schemas/connector._types:SyncJobConnectorReference" + "$ref": "#/components/schemas/connector._types.SyncJobConnectorReference" }, "created_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "deleted_document_count": { "type": "number" @@ -47765,7 +50189,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "indexed_document_count": { "type": "number" @@ -47774,10 +50198,10 @@ "type": "number" }, "job_type": { - "$ref": "#/components/schemas/connector._types:SyncJobType" + "$ref": "#/components/schemas/connector._types.SyncJobType" }, "last_seen": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "metadata": { "type": "object", @@ -47786,16 +50210,16 @@ } }, "started_at": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "status": { - "$ref": "#/components/schemas/connector._types:SyncStatus" + "$ref": "#/components/schemas/connector._types.SyncStatus" }, "total_document_count": { "type": "number" }, "trigger_method": { - "$ref": "#/components/schemas/connector._types:SyncJobTriggerMethod" + "$ref": "#/components/schemas/connector._types.SyncJobTriggerMethod" }, "worker_hostname": { "type": "string" @@ -47815,17 +50239,17 @@ "trigger_method" ] }, - "connector._types:SyncJobConnectorReference": { + "connector._types.SyncJobConnectorReference": { "type": "object", "properties": { "configuration": { - "$ref": "#/components/schemas/connector._types:ConnectorConfiguration" + "$ref": "#/components/schemas/connector._types.ConnectorConfiguration" }, "filtering": { - "$ref": "#/components/schemas/connector._types:FilteringRules" + "$ref": "#/components/schemas/connector._types.FilteringRules" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index_name": { "type": "string" @@ -47834,7 +50258,7 @@ "type": "string" }, "pipeline": { - "$ref": "#/components/schemas/connector._types:IngestPipelineParams" + "$ref": "#/components/schemas/connector._types.IngestPipelineParams" }, "service_type": { "type": "string" @@ -47851,7 +50275,7 @@ "service_type" ] }, - "connector._types:SyncJobType": { + "connector._types.SyncJobType": { "type": "string", "enum": [ "full", @@ -47859,44 +50283,44 @@ "access_control" ] }, - "connector._types:SyncJobTriggerMethod": { + "connector._types.SyncJobTriggerMethod": { "type": "string", "enum": [ "on_demand", "scheduled" ] }, - "_types:OpType": { + "_types.OpType": { "type": "string", "enum": [ "index", "create" ] }, - "_types:WriteResponseBase": { + "_types.WriteResponseBase": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_primary_term": { "description": "The primary term assigned to the document for the indexing operation.", "type": "number" }, "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "forced_refresh": { "type": "boolean" @@ -47910,41 +50334,41 @@ "_version" ] }, - "_types:Conflicts": { + "_types.Conflicts": { "type": "string", "enum": [ "abort", "proceed" ] }, - "_types:Slices": { + "_types.Slices": { "description": "Slices configuration used to parallelize a process.", "oneOf": [ { "type": "number" }, { - "$ref": "#/components/schemas/_types:SlicesCalculation" + "$ref": "#/components/schemas/_types.SlicesCalculation" } ] }, - "_types:SlicesCalculation": { + "_types.SlicesCalculation": { "type": "string", "enum": [ "auto" ] }, - "_types:BulkIndexByScrollFailure": { + "_types.BulkIndexByScrollFailure": { "type": "object", "properties": { "cause": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "status": { "type": "number" @@ -47957,7 +50381,7 @@ "status" ] }, - "_types:Retries": { + "_types.Retries": { "type": "object", "properties": { "bulk": { @@ -47974,7 +50398,7 @@ "search" ] }, - "_types:TaskId": { + "_types.TaskId": { "oneOf": [ { "type": "string" @@ -47984,11 +50408,11 @@ } ] }, - "enrich.execute_policy:ExecuteEnrichPolicyStatus": { + "enrich.execute_policy.ExecuteEnrichPolicyStatus": { "type": "object", "properties": { "phase": { - "$ref": "#/components/schemas/enrich.execute_policy:EnrichPolicyPhase" + "$ref": "#/components/schemas/enrich.execute_policy.EnrichPolicyPhase" }, "step": { "type": "string" @@ -47998,7 +50422,7 @@ "phase" ] }, - "enrich.execute_policy:EnrichPolicyPhase": { + "enrich.execute_policy.EnrichPolicyPhase": { "type": "string", "enum": [ "SCHEDULED", @@ -48008,13 +50432,13 @@ "CANCELLED" ] }, - "enrich._types:Summary": { + "enrich._types.Summary": { "type": "object", "properties": { "config": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/enrich._types:Policy" + "$ref": "#/components/schemas/enrich._types.Policy" }, "minProperties": 1, "maxProperties": 1 @@ -48024,23 +50448,23 @@ "config" ] }, - "enrich._types:Policy": { + "enrich._types.Policy": { "type": "object", "properties": { "enrich_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "match_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "elasticsearch_version": { "type": "string" @@ -48052,11 +50476,11 @@ "match_field" ] }, - "eql._types:EqlSearchResponseBase": { + "eql._types.EqlSearchResponseBase": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_partial": { "description": "If true, the response does not contain complete search results.", @@ -48067,20 +50491,20 @@ "type": "boolean" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "timed_out": { "description": "If true, the request timed out before completion.", "type": "boolean" }, "hits": { - "$ref": "#/components/schemas/eql._types:EqlHits" + "$ref": "#/components/schemas/eql._types.EqlHits" }, "shard_failures": { "description": "Contains information about shard failures (if any), in case allow_partial_search_results=true", "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } } }, @@ -48088,36 +50512,36 @@ "hits" ] }, - "eql._types:EqlHits": { + "eql._types.EqlHits": { "type": "object", "properties": { "total": { - "$ref": "#/components/schemas/_global.search._types:TotalHits" + "$ref": "#/components/schemas/_global.search._types.TotalHits" }, "events": { "description": "Contains events matching the query. Each object represents a matching event.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsEvent" + "$ref": "#/components/schemas/eql._types.HitsEvent" } }, "sequences": { "description": "Contains event sequences matching the query. Each object represents a matching sequence. This parameter is only returned for EQL queries containing a sequence.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsSequence" + "$ref": "#/components/schemas/eql._types.HitsSequence" } } } }, - "eql._types:HitsEvent": { + "eql._types.HitsEvent": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_source": { "description": "Original JSON body passed for the event at index time.", @@ -48143,14 +50567,14 @@ "_source" ] }, - "eql._types:HitsSequence": { + "eql._types.HitsSequence": { "type": "object", "properties": { "events": { "description": "Contains events matching the query. Each object represents a matching event.", "type": "array", "items": { - "$ref": "#/components/schemas/eql._types:HitsEvent" + "$ref": "#/components/schemas/eql._types.HitsEvent" } }, "join_keys": { @@ -48165,14 +50589,14 @@ "events" ] }, - "eql.search:ResultPosition": { + "eql.search.ResultPosition": { "type": "string", "enum": [ "tail", "head" ] }, - "esql._types:EsqlFormat": { + "esql._types.EsqlFormat": { "type": "string", "enum": [ "csv", @@ -48185,38 +50609,38 @@ "arrow" ] }, - "esql._types:TableValuesContainer": { + "esql._types.TableValuesContainer": { "type": "object", "properties": { "integer": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesIntegerValue" + "$ref": "#/components/schemas/esql._types.TableValuesIntegerValue" } }, "keyword": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesKeywordValue" + "$ref": "#/components/schemas/esql._types.TableValuesKeywordValue" } }, "long": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesLongValue" + "$ref": "#/components/schemas/esql._types.TableValuesLongValue" } }, "double": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:TableValuesLongDouble" + "$ref": "#/components/schemas/esql._types.TableValuesLongDouble" } } }, "minProperties": 1, "maxProperties": 1 }, - "esql._types:TableValuesIntegerValue": { + "esql._types.TableValuesIntegerValue": { "oneOf": [ { "type": "number" @@ -48229,7 +50653,7 @@ } ] }, - "esql._types:TableValuesKeywordValue": { + "esql._types.TableValuesKeywordValue": { "oneOf": [ { "type": "string" @@ -48242,7 +50666,7 @@ } ] }, - "esql._types:TableValuesLongValue": { + "esql._types.TableValuesLongValue": { "oneOf": [ { "type": "number" @@ -48255,7 +50679,7 @@ } ] }, - "esql._types:TableValuesLongDouble": { + "esql._types.TableValuesLongDouble": { "oneOf": [ { "type": "number" @@ -48268,11 +50692,11 @@ } ] }, - "esql._types:EsqlResult": { + "esql._types.EsqlResult": { "type": "object", "properties": { "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "is_partial": { "type": "boolean" @@ -48280,13 +50704,13 @@ "all_columns": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlColumnInfo" + "$ref": "#/components/schemas/esql._types.EsqlColumnInfo" } }, "columns": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlColumnInfo" + "$ref": "#/components/schemas/esql._types.EsqlColumnInfo" } }, "values": { @@ -48294,12 +50718,12 @@ "items": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:FieldValue" + "$ref": "#/components/schemas/_types.FieldValue" } } }, "_clusters": { - "$ref": "#/components/schemas/esql._types:EsqlClusterInfo" + "$ref": "#/components/schemas/esql._types.EsqlClusterInfo" }, "profile": { "description": "Profiling information. Present if `profile` was `true` in the request.\nThe contents of this field are currently unstable.", @@ -48311,7 +50735,7 @@ "values" ] }, - "esql._types:EsqlColumnInfo": { + "esql._types.EsqlColumnInfo": { "type": "object", "properties": { "name": { @@ -48326,7 +50750,7 @@ "type" ] }, - "esql._types:EsqlClusterInfo": { + "esql._types.EsqlClusterInfo": { "type": "object", "properties": { "total": { @@ -48350,7 +50774,7 @@ "details": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/esql._types:EsqlClusterDetails" + "$ref": "#/components/schemas/esql._types.EsqlClusterDetails" } } }, @@ -48364,20 +50788,20 @@ "details" ] }, - "esql._types:EsqlClusterDetails": { + "esql._types.EsqlClusterDetails": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/esql._types:EsqlClusterStatus" + "$ref": "#/components/schemas/esql._types.EsqlClusterStatus" }, "indices": { "type": "string" }, "took": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "_shards": { - "$ref": "#/components/schemas/esql._types:EsqlShardInfo" + "$ref": "#/components/schemas/esql._types.EsqlShardInfo" } }, "required": [ @@ -48385,7 +50809,7 @@ "indices" ] }, - "esql._types:EsqlClusterStatus": { + "esql._types.EsqlClusterStatus": { "type": "string", "enum": [ "running", @@ -48395,7 +50819,7 @@ "failed" ] }, - "esql._types:EsqlShardInfo": { + "esql._types.EsqlShardInfo": { "type": "object", "properties": { "total": { @@ -48413,7 +50837,7 @@ "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/esql._types:EsqlShardFailure" + "$ref": "#/components/schemas/esql._types.EsqlShardFailure" } } }, @@ -48421,20 +50845,20 @@ "total" ] }, - "esql._types:EsqlShardFailure": { + "esql._types.EsqlShardFailure": { "type": "object", "properties": { "shard": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "reason": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ @@ -48443,7 +50867,7 @@ "reason" ] }, - "_types:InlineGet": { + "_types.InlineGet": { "type": "object", "properties": { "fields": { @@ -48456,13 +50880,13 @@ "type": "boolean" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_primary_term": { "type": "number" }, "_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { "type": "object" @@ -48472,7 +50896,7 @@ "found" ] }, - "_global.field_caps:FieldCapability": { + "_global.field_caps.FieldCapability": { "type": "object", "properties": { "aggregatable": { @@ -48480,16 +50904,16 @@ "type": "boolean" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "non_aggregatable_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "non_searchable_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "searchable": { "description": "Whether this field is indexed for search on all indices.", @@ -48508,14 +50932,14 @@ "type": "boolean" }, "time_series_metric": { - "$ref": "#/components/schemas/_types.mapping:TimeSeriesMetricType" + "$ref": "#/components/schemas/_types.mapping.TimeSeriesMetricType" }, "non_dimension_indices": { "description": "If this list is present in response then some indices have the\nfield marked as a dimension and other indices, the ones in this list, do not.", "x-state": "Technical preview", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "metric_conflicts_indices": { @@ -48523,7 +50947,7 @@ "x-state": "Technical preview", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } }, @@ -48533,11 +50957,11 @@ "type" ] }, - "_global.get:GetResult": { + "_global.get.GetResult": { "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "fields": { "description": "If the `stored_fields` parameter is set to `true` and `found` is `true`, it contains the document fields stored in the index.", @@ -48557,7 +50981,7 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_primary_term": { "description": "The primary term assigned to the document for the indexing operation.", @@ -48568,14 +50992,14 @@ "type": "string" }, "_seq_no": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "_source": { "description": "If `found` is `true`, it contains the document data formatted in JSON.\nIf the `_source` parameter is set to `false` or the `stored_fields` parameter is set to `true`, it is excluded.", "type": "object" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -48584,11 +51008,11 @@ "_id" ] }, - "_types:StoredScript": { + "_types.StoredScript": { "type": "object", "properties": { "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -48597,7 +51021,7 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } }, "required": [ @@ -48605,20 +51029,20 @@ "source" ] }, - "graph._types:Hop": { + "graph._types.Hop": { "type": "object", "properties": { "connections": { - "$ref": "#/components/schemas/graph._types:Hop" + "$ref": "#/components/schemas/graph._types.Hop" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "vertices": { "description": "Contains the fields you are interested in.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexDefinition" + "$ref": "#/components/schemas/graph._types.VertexDefinition" } } }, @@ -48626,7 +51050,7 @@ "vertices" ] }, - "graph._types:VertexDefinition": { + "graph._types.VertexDefinition": { "type": "object", "properties": { "exclude": { @@ -48637,13 +51061,13 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "include": { "description": "Identifies the terms of interest that form the starting points from which you want to spider out.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexInclude" + "$ref": "#/components/schemas/graph._types.VertexInclude" } }, "min_doc_count": { @@ -48663,7 +51087,7 @@ "field" ] }, - "graph._types:VertexInclude": { + "graph._types.VertexInclude": { "type": "object", "properties": { "boost": { @@ -48677,18 +51101,18 @@ "term" ] }, - "graph._types:ExploreControls": { + "graph._types.ExploreControls": { "type": "object", "properties": { "sample_diversity": { - "$ref": "#/components/schemas/graph._types:SampleDiversity" + "$ref": "#/components/schemas/graph._types.SampleDiversity" }, "sample_size": { "description": "Each hop considers a sample of the best-matching documents on each shard.\nUsing samples improves the speed of execution and keeps exploration focused on meaningfully-connected terms.\nVery small values (less than 50) might not provide sufficient weight-of-evidence to identify significant connections between terms.\nVery large sample sizes can dilute the quality of the results and increase execution times.", "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "use_significance": { "description": "Filters associated terms so only those that are significantly associated with your query are included.", @@ -48699,11 +51123,11 @@ "use_significance" ] }, - "graph._types:SampleDiversity": { + "graph._types.SampleDiversity": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_docs_per_value": { "type": "number" @@ -48714,7 +51138,7 @@ "max_docs_per_value" ] }, - "graph._types:Connection": { + "graph._types.Connection": { "type": "object", "properties": { "doc_count": { @@ -48737,14 +51161,14 @@ "weight" ] }, - "graph._types:Vertex": { + "graph._types.Vertex": { "type": "object", "properties": { "depth": { "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "term": { "type": "string" @@ -48760,7 +51184,7 @@ "weight" ] }, - "indices.add_block:IndicesBlockOptions": { + "indices.add_block.IndicesBlockOptions": { "type": "string", "enum": [ "metadata", @@ -48769,11 +51193,11 @@ "write" ] }, - "indices.add_block:IndicesBlockStatus": { + "indices.add_block.IndicesBlockStatus": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "blocked": { "type": "boolean" @@ -48784,7 +51208,7 @@ "blocked" ] }, - "indices.analyze:TextToAnalyze": { + "indices.analyze.TextToAnalyze": { "oneOf": [ { "type": "string" @@ -48797,16 +51221,16 @@ } ] }, - "indices.analyze:AnalyzeDetail": { + "indices.analyze.AnalyzeDetail": { "type": "object", "properties": { "analyzer": { - "$ref": "#/components/schemas/indices.analyze:AnalyzerDetail" + "$ref": "#/components/schemas/indices.analyze.AnalyzerDetail" }, "charfilters": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:CharFilterDetail" + "$ref": "#/components/schemas/indices.analyze.CharFilterDetail" } }, "custom_analyzer": { @@ -48815,18 +51239,18 @@ "tokenfilters": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:TokenDetail" + "$ref": "#/components/schemas/indices.analyze.TokenDetail" } }, "tokenizer": { - "$ref": "#/components/schemas/indices.analyze:TokenDetail" + "$ref": "#/components/schemas/indices.analyze.TokenDetail" } }, "required": [ "custom_analyzer" ] }, - "indices.analyze:AnalyzerDetail": { + "indices.analyze.AnalyzerDetail": { "type": "object", "properties": { "name": { @@ -48835,7 +51259,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:ExplainAnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.ExplainAnalyzeToken" } } }, @@ -48844,7 +51268,7 @@ "tokens" ] }, - "indices.analyze:ExplainAnalyzeToken": { + "indices.analyze.ExplainAnalyzeToken": { "type": "object", "properties": { "bytes": { @@ -48886,7 +51310,7 @@ "type" ] }, - "indices.analyze:CharFilterDetail": { + "indices.analyze.CharFilterDetail": { "type": "object", "properties": { "filtered_text": { @@ -48904,7 +51328,7 @@ "name" ] }, - "indices.analyze:TokenDetail": { + "indices.analyze.TokenDetail": { "type": "object", "properties": { "name": { @@ -48913,7 +51337,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:ExplainAnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.ExplainAnalyzeToken" } } }, @@ -48922,7 +51346,7 @@ "tokens" ] }, - "indices.analyze:AnalyzeToken": { + "indices.analyze.AnalyzeToken": { "type": "object", "properties": { "end_offset": { @@ -48952,60 +51376,60 @@ "type" ] }, - "_types:IndicesResponseBase": { + "_types.IndicesResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } } } ] }, - "_types:DataStreamNames": { + "_types.DataStreamNames": { "oneOf": [ { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } } ] }, - "indices.explain_data_lifecycle:DataStreamLifecycleExplain": { + "indices.explain_data_lifecycle.DataStreamLifecycleExplain": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "managed_by_lifecycle": { "type": "boolean" }, "index_creation_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_since_index_creation": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "rollover_date_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_since_rollover": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" }, "generation_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "error": { "type": "string" @@ -49016,20 +51440,20 @@ "managed_by_lifecycle" ] }, - "indices.get:Features": { + "indices.get.Features": { "oneOf": [ { - "$ref": "#/components/schemas/indices.get:Feature" + "$ref": "#/components/schemas/indices.get.Feature" }, { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get:Feature" + "$ref": "#/components/schemas/indices.get.Feature" } } ] }, - "indices.get:Feature": { + "indices.get.Feature": { "type": "string", "enum": [ "aliases", @@ -49037,13 +51461,13 @@ "settings" ] }, - "indices.get_alias:IndexAliases": { + "indices.get_alias.IndexAliases": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:AliasDefinition" + "$ref": "#/components/schemas/indices._types.AliasDefinition" } } }, @@ -49051,32 +51475,32 @@ "aliases" ] }, - "indices.get_data_lifecycle:DataStreamWithLifecycle": { + "indices.get_data_lifecycle.DataStreamWithLifecycle": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } }, "required": [ "name" ] }, - "indices._types:DataStream": { + "indices._types.DataStream": { "type": "object", "properties": { "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_custom_routing": { "description": "If `true`, the data stream allows custom routing on write request.", "type": "boolean" }, "failure_store": { - "$ref": "#/components/schemas/indices._types:FailureStore" + "$ref": "#/components/schemas/indices._types.FailureStore" }, "generation": { "description": "Current generation for the data stream. This number acts as a cumulative count of the stream’s rollovers, starting at 1.", @@ -49087,10 +51511,10 @@ "type": "boolean" }, "ilm_policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "next_generation_managed_by": { - "$ref": "#/components/schemas/indices._types:ManagedBy" + "$ref": "#/components/schemas/indices._types.ManagedBy" }, "prefer_ilm": { "description": "Indicates if ILM should take precedence over DSL in case both are configured to managed this data stream.", @@ -49100,14 +51524,14 @@ "description": "Array of objects containing information about the data stream’s backing indices.\nThe last item in this array contains information about the stream’s current write index.", "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStreamIndex" + "$ref": "#/components/schemas/indices._types.DataStreamIndex" } }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" }, "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "replicated": { "description": "If `true`, the data stream is created and managed by cross-cluster replication and the local cluster can not write into this data stream or change its mappings.", @@ -49118,20 +51542,20 @@ "type": "boolean" }, "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "system": { "description": "If `true`, the data stream is created and managed by an Elastic stack component and cannot be modified through normal user interaction.", "type": "boolean" }, "template": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "timestamp_field": { - "$ref": "#/components/schemas/indices._types:DataStreamTimestampField" + "$ref": "#/components/schemas/indices._types.DataStreamTimestampField" }, "index_mode": { - "$ref": "#/components/schemas/indices._types:IndexMode" + "$ref": "#/components/schemas/indices._types.IndexMode" } }, "required": [ @@ -49147,7 +51571,7 @@ "timestamp_field" ] }, - "indices._types:FailureStore": { + "indices._types.FailureStore": { "type": "object", "properties": { "enabled": { @@ -49156,7 +51580,7 @@ "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStreamIndex" + "$ref": "#/components/schemas/indices._types.DataStreamIndex" } }, "rollover_on_write": { @@ -49169,27 +51593,27 @@ "rollover_on_write" ] }, - "indices._types:DataStreamIndex": { + "indices._types.DataStreamIndex": { "type": "object", "properties": { "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "index_uuid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "ilm_policy": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "managed_by": { - "$ref": "#/components/schemas/indices._types:ManagedBy" + "$ref": "#/components/schemas/indices._types.ManagedBy" }, "prefer_ilm": { "description": "Indicates if ILM should take precedence over DSL in case both are configured to manage this index.", "type": "boolean" }, "index_mode": { - "$ref": "#/components/schemas/indices._types:IndexMode" + "$ref": "#/components/schemas/indices._types.IndexMode" } }, "required": [ @@ -49197,7 +51621,7 @@ "index_uuid" ] }, - "indices._types:ManagedBy": { + "indices._types.ManagedBy": { "type": "string", "enum": [ "Index Lifecycle Management", @@ -49205,7 +51629,7 @@ "Unmanaged" ] }, - "indices._types:IndexMode": { + "indices._types.IndexMode": { "type": "string", "enum": [ "standard", @@ -49214,25 +51638,25 @@ "lookup" ] }, - "indices._types:DataStreamTimestampField": { + "indices._types.DataStreamTimestampField": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "name" ] }, - "indices.get_index_template:IndexTemplateItem": { + "indices.get_index_template.IndexTemplateItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_template": { - "$ref": "#/components/schemas/indices._types:IndexTemplate" + "$ref": "#/components/schemas/indices._types.IndexTemplate" } }, "required": [ @@ -49240,44 +51664,44 @@ "index_template" ] }, - "indices._types:IndexTemplate": { + "indices._types.IndexTemplate": { "type": "object", "properties": { "index_patterns": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices._types:IndexTemplateSummary" + "$ref": "#/components/schemas/indices._types.IndexTemplateSummary" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_auto_create": { "type": "boolean" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:IndexTemplateDataStreamConfiguration" + "$ref": "#/components/schemas/indices._types.IndexTemplateDataStreamConfiguration" }, "deprecated": { "description": "Marks this index template as deprecated.\nWhen creating or updating a non-deprecated index template that uses deprecated components,\nElasticsearch will emit a deprecation warning.", "type": "boolean" }, "ignore_missing_component_templates": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" } }, "required": [ @@ -49285,28 +51709,28 @@ "composed_of" ] }, - "indices._types:IndexTemplateSummary": { + "indices._types.IndexTemplateSummary": { "type": "object", "properties": { "aliases": { "description": "Aliases to add.\nIf the index template includes a `data_stream` object, these are data stream aliases.\nOtherwise, these are index aliases.\nData stream aliases ignore the `index_routing`, `routing`, and `search_routing` options.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycleWithRollover" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycleWithRollover" } } }, - "indices._types:IndexTemplateDataStreamConfiguration": { + "indices._types.IndexTemplateDataStreamConfiguration": { "type": "object", "properties": { "hidden": { @@ -49319,41 +51743,41 @@ } } }, - "indices.get_mapping:IndexMappingRecord": { + "indices.get_mapping.IndexMappingRecord": { "type": "object", "properties": { "item": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" } }, "required": [ "mappings" ] }, - "indices.modify_data_stream:Action": { + "indices.modify_data_stream.Action": { "type": "object", "properties": { "add_backing_index": { - "$ref": "#/components/schemas/indices.modify_data_stream:IndexAndDataStreamAction" + "$ref": "#/components/schemas/indices.modify_data_stream.IndexAndDataStreamAction" }, "remove_backing_index": { - "$ref": "#/components/schemas/indices.modify_data_stream:IndexAndDataStreamAction" + "$ref": "#/components/schemas/indices.modify_data_stream.IndexAndDataStreamAction" } }, "minProperties": 1, "maxProperties": 1 }, - "indices.modify_data_stream:IndexAndDataStreamAction": { + "indices.modify_data_stream.IndexAndDataStreamAction": { "type": "object", "properties": { "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -49361,28 +51785,28 @@ "index" ] }, - "indices.put_index_template:IndexTemplateMapping": { + "indices.put_index_template.IndexTemplateMapping": { "type": "object", "properties": { "aliases": { "description": "Aliases to add.\nIf the index template includes a `data_stream` object, these are data stream aliases.\nOtherwise, these are index aliases.\nData stream aliases ignore the `index_routing`, `routing`, and `search_routing` options.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "lifecycle": { - "$ref": "#/components/schemas/indices._types:DataStreamLifecycle" + "$ref": "#/components/schemas/indices._types.DataStreamLifecycle" } } }, - "indices._types:DataStreamVisibility": { + "indices._types.DataStreamVisibility": { "type": "object", "properties": { "hidden": { @@ -49393,19 +51817,19 @@ } } }, - "_types:ShardsOperationResponseBase": { + "_types.ShardsOperationResponseBase": { "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } } }, - "indices.resolve_index:ResolveIndexItem": { + "indices.resolve_index.ResolveIndexItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "aliases": { "type": "array", @@ -49420,7 +51844,7 @@ } }, "data_stream": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" } }, "required": [ @@ -49428,14 +51852,14 @@ "attributes" ] }, - "indices.resolve_index:ResolveIndexAliasItem": { + "indices.resolve_index.ResolveIndexAliasItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -49443,17 +51867,17 @@ "indices" ] }, - "indices.resolve_index:ResolveIndexDataStreamsItem": { + "indices.resolve_index.ResolveIndexDataStreamsItem": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:DataStreamName" + "$ref": "#/components/schemas/_types.DataStreamName" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "backing_indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" } }, "required": [ @@ -49462,20 +51886,20 @@ "backing_indices" ] }, - "_types:IndexAlias": { + "_types.IndexAlias": { "type": "string" }, - "indices.rollover:RolloverConditions": { + "indices.rollover.RolloverConditions": { "type": "object", "properties": { "min_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "max_age_millis": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "min_docs": { "type": "number" @@ -49484,25 +51908,25 @@ "type": "number" }, "max_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_size_bytes": { "type": "number" }, "min_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_size_bytes": { "type": "number" }, "max_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "max_primary_shard_size_bytes": { "type": "number" }, "min_primary_shard_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "min_primary_shard_size_bytes": { "type": "number" @@ -49515,11 +51939,11 @@ } } }, - "indices.simulate_template:Overlapping": { + "indices.simulate_template.Overlapping": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "index_patterns": { "type": "array", @@ -49533,20 +51957,20 @@ "index_patterns" ] }, - "indices.simulate_template:Template": { + "indices.simulate_template.Template": { "type": "object", "properties": { "aliases": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" } }, "required": [ @@ -49555,53 +51979,53 @@ "settings" ] }, - "indices.update_aliases:Action": { + "indices.update_aliases.Action": { "type": "object", "properties": { "add": { - "$ref": "#/components/schemas/indices.update_aliases:AddAction" + "$ref": "#/components/schemas/indices.update_aliases.AddAction" }, "remove": { - "$ref": "#/components/schemas/indices.update_aliases:RemoveAction" + "$ref": "#/components/schemas/indices.update_aliases.RemoveAction" }, "remove_index": { - "$ref": "#/components/schemas/indices.update_aliases:RemoveIndexAction" + "$ref": "#/components/schemas/indices.update_aliases.RemoveIndexAction" } }, "minProperties": 1, "maxProperties": 1 }, - "indices.update_aliases:AddAction": { + "indices.update_aliases.AddAction": { "type": "object", "properties": { "alias": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "aliases": { "description": "Aliases for the action.\nIndex alias names support date math.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } } ] }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_hidden": { "description": "If `true`, the alias is hidden.", @@ -49612,10 +52036,10 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -49623,31 +52047,31 @@ } } }, - "indices.update_aliases:RemoveAction": { + "indices.update_aliases.RemoveAction": { "type": "object", "properties": { "alias": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "aliases": { "description": "Aliases for the action.\nIndex alias names support date math.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" } } ] }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -49655,14 +52079,14 @@ } } }, - "indices.update_aliases:RemoveIndexAction": { + "indices.update_aliases.RemoveIndexAction": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "must_exist": { "description": "If `true`, the alias must exist to perform the action.", @@ -49670,7 +52094,7 @@ } } }, - "indices.validate_query:IndicesValidationExplanation": { + "indices.validate_query.IndicesValidationExplanation": { "type": "object", "properties": { "error": { @@ -49680,7 +52104,7 @@ "type": "string" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "valid": { "type": "boolean" @@ -49691,14 +52115,14 @@ "valid" ] }, - "inference._types:RequestChatCompletion": { + "inference._types.RequestChatCompletion": { "type": "object", "properties": { "messages": { "description": "A list of objects representing the conversation.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:Message" + "$ref": "#/components/schemas/inference._types.Message" } }, "model": { @@ -49721,13 +52145,13 @@ "type": "number" }, "tool_choice": { - "$ref": "#/components/schemas/inference._types:CompletionToolType" + "$ref": "#/components/schemas/inference._types.CompletionToolType" }, "tools": { "description": "A list of tools that the model can call.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:CompletionTool" + "$ref": "#/components/schemas/inference._types.CompletionTool" } }, "top_p": { @@ -49739,24 +52163,24 @@ "messages" ] }, - "inference._types:Message": { + "inference._types.Message": { "type": "object", "properties": { "content": { - "$ref": "#/components/schemas/inference._types:MessageContent" + "$ref": "#/components/schemas/inference._types.MessageContent" }, "role": { "description": "The role of the message author.", "type": "string" }, "tool_call_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "tool_calls": { "description": "The tool calls generated by the model.", "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:ToolCall" + "$ref": "#/components/schemas/inference._types.ToolCall" } } }, @@ -49764,7 +52188,7 @@ "role" ] }, - "inference._types:MessageContent": { + "inference._types.MessageContent": { "oneOf": [ { "type": "string" @@ -49772,12 +52196,12 @@ { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:ContentObject" + "$ref": "#/components/schemas/inference._types.ContentObject" } } ] }, - "inference._types:ContentObject": { + "inference._types.ContentObject": { "type": "object", "properties": { "text": { @@ -49794,14 +52218,14 @@ "type" ] }, - "inference._types:ToolCall": { + "inference._types.ToolCall": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "function": { - "$ref": "#/components/schemas/inference._types:ToolCallFunction" + "$ref": "#/components/schemas/inference._types.ToolCallFunction" }, "type": { "description": "The type of the tool call.", @@ -49814,7 +52238,7 @@ "type" ] }, - "inference._types:ToolCallFunction": { + "inference._types.ToolCallFunction": { "type": "object", "properties": { "arguments": { @@ -49831,17 +52255,17 @@ "name" ] }, - "inference._types:CompletionToolType": { + "inference._types.CompletionToolType": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/inference._types:CompletionToolChoice" + "$ref": "#/components/schemas/inference._types.CompletionToolChoice" } ] }, - "inference._types:CompletionToolChoice": { + "inference._types.CompletionToolChoice": { "type": "object", "properties": { "type": { @@ -49849,7 +52273,7 @@ "type": "string" }, "function": { - "$ref": "#/components/schemas/inference._types:CompletionToolChoiceFunction" + "$ref": "#/components/schemas/inference._types.CompletionToolChoiceFunction" } }, "required": [ @@ -49857,7 +52281,7 @@ "function" ] }, - "inference._types:CompletionToolChoiceFunction": { + "inference._types.CompletionToolChoiceFunction": { "type": "object", "properties": { "name": { @@ -49869,7 +52293,7 @@ "name" ] }, - "inference._types:CompletionTool": { + "inference._types.CompletionTool": { "type": "object", "properties": { "type": { @@ -49877,7 +52301,7 @@ "type": "string" }, "function": { - "$ref": "#/components/schemas/inference._types:CompletionToolFunction" + "$ref": "#/components/schemas/inference._types.CompletionToolFunction" } }, "required": [ @@ -49885,7 +52309,7 @@ "function" ] }, - "inference._types:CompletionToolFunction": { + "inference._types.CompletionToolFunction": { "type": "object", "properties": { "description": { @@ -49909,19 +52333,19 @@ "name" ] }, - "_types:StreamResult": { + "_types.StreamResult": { "type": "object" }, - "inference._types:TaskSettings": { + "inference._types.TaskSettings": { "type": "object" }, - "inference._types:CompletionInferenceResult": { + "inference._types.CompletionInferenceResult": { "type": "object", "properties": { "completion": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:CompletionResult" + "$ref": "#/components/schemas/inference._types.CompletionResult" } } }, @@ -49929,7 +52353,7 @@ "completion" ] }, - "inference._types:CompletionResult": { + "inference._types.CompletionResult": { "type": "object", "properties": { "result": { @@ -49940,7 +52364,7 @@ "result" ] }, - "inference._types:TaskType": { + "inference._types.TaskType": { "type": "string", "enum": [ "sparse_embedding", @@ -49950,10 +52374,10 @@ "chat_completion" ] }, - "inference._types:DeleteInferenceEndpointResult": { + "inference._types.DeleteInferenceEndpointResult": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", @@ -49971,10 +52395,10 @@ } ] }, - "inference._types:InferenceEndpointInfo": { + "inference._types.InferenceEndpointInfo": { "allOf": [ { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" }, { "type": "object", @@ -49984,7 +52408,7 @@ "type": "string" }, "task_type": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" } }, "required": [ @@ -49994,21 +52418,21 @@ } ] }, - "inference._types:InferenceEndpoint": { + "inference._types.InferenceEndpoint": { "type": "object", "properties": { "chunking_settings": { - "$ref": "#/components/schemas/inference._types:InferenceChunkingSettings" + "$ref": "#/components/schemas/inference._types.InferenceChunkingSettings" }, "service": { "description": "The service type", "type": "string" }, "service_settings": { - "$ref": "#/components/schemas/inference._types:ServiceSettings" + "$ref": "#/components/schemas/inference._types.ServiceSettings" }, "task_settings": { - "$ref": "#/components/schemas/inference._types:TaskSettings" + "$ref": "#/components/schemas/inference._types.TaskSettings" } }, "required": [ @@ -50016,7 +52440,7 @@ "service_settings" ] }, - "inference._types:InferenceChunkingSettings": { + "inference._types.InferenceChunkingSettings": { "type": "object", "properties": { "max_chunk_size": { @@ -50037,10 +52461,10 @@ } } }, - "inference._types:ServiceSettings": { + "inference._types.ServiceSettings": { "type": "object" }, - "inference._types:AlibabaCloudTaskType": { + "inference._types.AlibabaCloudTaskType": { "type": "string", "enum": [ "completion", @@ -50049,13 +52473,13 @@ "text_embedding" ] }, - "inference._types:AlibabaCloudServiceType": { + "inference._types.AlibabaCloudServiceType": { "type": "string", "enum": [ "alibabacloud-ai-search" ] }, - "inference._types:AlibabaCloudServiceSettings": { + "inference._types.AlibabaCloudServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50070,7 +52494,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "service_id": { "description": "The name of the model service to use for the inference task.\nThe following service IDs are available for the `completion` task:\n\n* `ops-qwen-turbo`\n* `qwen-turbo`\n* `qwen-plus`\n* `qwen-max ÷ qwen-max-longcontext`\n\nThe following service ID is available for the `rerank` task:\n\n* `ops-bge-reranker-larger`\n\nThe following service ID is available for the `sparse_embedding` task:\n\n* `ops-text-sparse-embedding-001`\n\nThe following service IDs are available for the `text_embedding` task:\n\n`ops-text-embedding-001`\n`ops-text-embedding-zh-001`\n`ops-text-embedding-en-001`\n`ops-text-embedding-002`", @@ -50088,7 +52512,7 @@ "workspace" ] }, - "inference._types:RateLimitSetting": { + "inference._types.RateLimitSetting": { "type": "object", "properties": { "requests_per_minute": { @@ -50097,7 +52521,7 @@ } } }, - "inference._types:AlibabaCloudTaskSettings": { + "inference._types.AlibabaCloudTaskSettings": { "type": "object", "properties": { "input_type": { @@ -50110,20 +52534,20 @@ } } }, - "inference._types:AmazonBedrockTaskType": { + "inference._types.AmazonBedrockTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AmazonBedrockServiceType": { + "inference._types.AmazonBedrockServiceType": { "type": "string", "enum": [ "amazonbedrock" ] }, - "inference._types:AmazonBedrockServiceSettings": { + "inference._types.AmazonBedrockServiceSettings": { "type": "object", "properties": { "access_key": { @@ -50149,7 +52573,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "secret_key": { "externalDocs": { @@ -50166,7 +52590,7 @@ "secret_key" ] }, - "inference._types:AmazonBedrockTaskSettings": { + "inference._types.AmazonBedrockTaskSettings": { "type": "object", "properties": { "max_new_tokens": { @@ -50187,19 +52611,19 @@ } } }, - "inference._types:AnthropicTaskType": { + "inference._types.AnthropicTaskType": { "type": "string", "enum": [ "completion" ] }, - "inference._types:AnthropicServiceType": { + "inference._types.AnthropicServiceType": { "type": "string", "enum": [ "anthropic" ] }, - "inference._types:AnthropicServiceSettings": { + "inference._types.AnthropicServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50211,7 +52635,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -50219,7 +52643,7 @@ "model_id" ] }, - "inference._types:AnthropicTaskSettings": { + "inference._types.AnthropicTaskSettings": { "type": "object", "properties": { "max_tokens": { @@ -50246,20 +52670,20 @@ "max_tokens" ] }, - "inference._types:AzureAiStudioTaskType": { + "inference._types.AzureAiStudioTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AzureAiStudioServiceType": { + "inference._types.AzureAiStudioServiceType": { "type": "string", "enum": [ "azureaistudio" ] }, - "inference._types:AzureAiStudioServiceSettings": { + "inference._types.AzureAiStudioServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50285,7 +52709,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -50295,7 +52719,7 @@ "provider" ] }, - "inference._types:AzureAiStudioTaskSettings": { + "inference._types.AzureAiStudioTaskSettings": { "type": "object", "properties": { "do_sample": { @@ -50320,20 +52744,20 @@ } } }, - "inference._types:AzureOpenAITaskType": { + "inference._types.AzureOpenAITaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:AzureOpenAIServiceType": { + "inference._types.AzureOpenAIServiceType": { "type": "string", "enum": [ "azureopenai" ] }, - "inference._types:AzureOpenAIServiceSettings": { + "inference._types.AzureOpenAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50362,7 +52786,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "resource_name": { "externalDocs": { @@ -50378,7 +52802,7 @@ "resource_name" ] }, - "inference._types:AzureOpenAITaskSettings": { + "inference._types.AzureOpenAITaskSettings": { "type": "object", "properties": { "user": { @@ -50387,7 +52811,7 @@ } } }, - "inference._types:CohereTaskType": { + "inference._types.CohereTaskType": { "type": "string", "enum": [ "completion", @@ -50395,13 +52819,13 @@ "text_embedding" ] }, - "inference._types:CohereServiceType": { + "inference._types.CohereServiceType": { "type": "string", "enum": [ "cohere" ] }, - "inference._types:CohereServiceSettings": { + "inference._types.CohereServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50412,24 +52836,24 @@ "type": "string" }, "embedding_type": { - "$ref": "#/components/schemas/inference._types:CohereEmbeddingType" + "$ref": "#/components/schemas/inference._types.CohereEmbeddingType" }, "model_id": { "description": "For a `completion`, `rerank`, or `text_embedding` task, the name of the model to use for the inference task.\n\n* For the available `completion` models, refer to the [Cohere command docs](https://docs.cohere.com/docs/models#command).\n* For the available `rerank` models, refer to the [Cohere rerank docs](https://docs.cohere.com/reference/rerank-1).\n* For the available `text_embedding` models, refer to [Cohere embed docs](https://docs.cohere.com/reference/embed).\n\nThe default value for a text embedding task is `embed-english-v2.0`.", "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "similarity": { - "$ref": "#/components/schemas/inference._types:CohereSimilarityType" + "$ref": "#/components/schemas/inference._types.CohereSimilarityType" } }, "required": [ "api_key" ] }, - "inference._types:CohereEmbeddingType": { + "inference._types.CohereEmbeddingType": { "type": "string", "enum": [ "byte", @@ -50437,7 +52861,7 @@ "int8" ] }, - "inference._types:CohereSimilarityType": { + "inference._types.CohereSimilarityType": { "type": "string", "enum": [ "cosine", @@ -50445,11 +52869,11 @@ "l2_norm" ] }, - "inference._types:CohereTaskSettings": { + "inference._types.CohereTaskSettings": { "type": "object", "properties": { "input_type": { - "$ref": "#/components/schemas/inference._types:CohereInputType" + "$ref": "#/components/schemas/inference._types.CohereInputType" }, "return_documents": { "description": "For a `rerank` task, return doc text within the results.", @@ -50460,11 +52884,11 @@ "type": "number" }, "truncate": { - "$ref": "#/components/schemas/inference._types:CohereTruncateType" + "$ref": "#/components/schemas/inference._types.CohereTruncateType" } } }, - "inference._types:CohereInputType": { + "inference._types.CohereInputType": { "type": "string", "enum": [ "classification", @@ -50473,7 +52897,7 @@ "search" ] }, - "inference._types:CohereTruncateType": { + "inference._types.CohereTruncateType": { "type": "string", "enum": [ "END", @@ -50481,7 +52905,7 @@ "START" ] }, - "inference._types:ElasticsearchTaskType": { + "inference._types.ElasticsearchTaskType": { "type": "string", "enum": [ "rerank", @@ -50489,17 +52913,17 @@ "text_embedding" ] }, - "inference._types:ElasticsearchServiceType": { + "inference._types.ElasticsearchServiceType": { "type": "string", "enum": [ "elasticsearch" ] }, - "inference._types:ElasticsearchServiceSettings": { + "inference._types.ElasticsearchServiceSettings": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/inference._types:AdaptiveAllocations" + "$ref": "#/components/schemas/inference._types.AdaptiveAllocations" }, "deployment_id": { "description": "The deployment identifier for a trained model deployment.\nWhen `deployment_id` is used the `model_id` is optional.", @@ -50526,7 +52950,7 @@ "num_threads" ] }, - "inference._types:AdaptiveAllocations": { + "inference._types.AdaptiveAllocations": { "type": "object", "properties": { "enabled": { @@ -50543,7 +52967,7 @@ } } }, - "inference._types:ElasticsearchTaskSettings": { + "inference._types.ElasticsearchTaskSettings": { "type": "object", "properties": { "return_documents": { @@ -50552,23 +52976,23 @@ } } }, - "inference._types:ElserTaskType": { + "inference._types.ElserTaskType": { "type": "string", "enum": [ "sparse_embedding" ] }, - "inference._types:ElserServiceType": { + "inference._types.ElserServiceType": { "type": "string", "enum": [ "elser" ] }, - "inference._types:ElserServiceSettings": { + "inference._types.ElserServiceSettings": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/inference._types:AdaptiveAllocations" + "$ref": "#/components/schemas/inference._types.AdaptiveAllocations" }, "num_allocations": { "description": "The total number of allocations this model is assigned across machine learning nodes.\nIncreasing this value generally increases the throughput.\nIf adaptive allocations is enabled, do not set this value because it's automatically set.", @@ -50584,20 +53008,20 @@ "num_threads" ] }, - "inference._types:GoogleAiStudioTaskType": { + "inference._types.GoogleAiStudioTaskType": { "type": "string", "enum": [ "completion", "text_embedding" ] }, - "inference._types:GoogleAiServiceType": { + "inference._types.GoogleAiServiceType": { "type": "string", "enum": [ "googleaistudio" ] }, - "inference._types:GoogleAiStudioServiceSettings": { + "inference._types.GoogleAiStudioServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50612,7 +53036,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -50620,20 +53044,20 @@ "model_id" ] }, - "inference._types:GoogleVertexAITaskType": { + "inference._types.GoogleVertexAITaskType": { "type": "string", "enum": [ "rerank", "text_embedding" ] }, - "inference._types:GoogleVertexAIServiceType": { + "inference._types.GoogleVertexAIServiceType": { "type": "string", "enum": [ "googlevertexai" ] }, - "inference._types:GoogleVertexAIServiceSettings": { + "inference._types.GoogleVertexAIServiceSettings": { "type": "object", "properties": { "location": { @@ -50655,7 +53079,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "service_account_json": { "description": "A valid service account in JSON format for the Google Vertex AI API.", @@ -50669,7 +53093,7 @@ "service_account_json" ] }, - "inference._types:GoogleVertexAITaskSettings": { + "inference._types.GoogleVertexAITaskSettings": { "type": "object", "properties": { "auto_truncate": { @@ -50682,19 +53106,19 @@ } } }, - "inference._types:HuggingFaceTaskType": { + "inference._types.HuggingFaceTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:HuggingFaceServiceType": { + "inference._types.HuggingFaceServiceType": { "type": "string", "enum": [ "hugging_face" ] }, - "inference._types:HuggingFaceServiceSettings": { + "inference._types.HuggingFaceServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50705,7 +53129,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL endpoint to use for the requests.", @@ -50717,20 +53141,20 @@ "url" ] }, - "inference._types:JinaAITaskType": { + "inference._types.JinaAITaskType": { "type": "string", "enum": [ "rerank", "text_embedding" ] }, - "inference._types:JinaAIServiceType": { + "inference._types.JinaAIServiceType": { "type": "string", "enum": [ "jinaai" ] }, - "inference._types:JinaAIServiceSettings": { + "inference._types.JinaAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50745,17 +53169,17 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "similarity": { - "$ref": "#/components/schemas/inference._types:JinaAISimilarityType" + "$ref": "#/components/schemas/inference._types.JinaAISimilarityType" } }, "required": [ "api_key" ] }, - "inference._types:JinaAISimilarityType": { + "inference._types.JinaAISimilarityType": { "type": "string", "enum": [ "cosine", @@ -50763,7 +53187,7 @@ "l2_norm" ] }, - "inference._types:JinaAITaskSettings": { + "inference._types.JinaAITaskSettings": { "type": "object", "properties": { "return_documents": { @@ -50771,7 +53195,7 @@ "type": "boolean" }, "task": { - "$ref": "#/components/schemas/inference._types:JinaAITextEmbeddingTask" + "$ref": "#/components/schemas/inference._types.JinaAITextEmbeddingTask" }, "top_n": { "description": "For a `rerank` task, the number of most relevant documents to return.\nIt defaults to the number of the documents.\nIf this inference endpoint is used in a `text_similarity_reranker` retriever query and `top_n` is set, it must be greater than or equal to `rank_window_size` in the query.", @@ -50779,7 +53203,7 @@ } } }, - "inference._types:JinaAITextEmbeddingTask": { + "inference._types.JinaAITextEmbeddingTask": { "type": "string", "enum": [ "classification", @@ -50788,19 +53212,19 @@ "search" ] }, - "inference._types:MistralTaskType": { + "inference._types.MistralTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:MistralServiceType": { + "inference._types.MistralServiceType": { "type": "string", "enum": [ "mistral" ] }, - "inference._types:MistralServiceSettings": { + "inference._types.MistralServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50822,7 +53246,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" } }, "required": [ @@ -50830,7 +53254,7 @@ "model" ] }, - "inference._types:OpenAITaskType": { + "inference._types.OpenAITaskType": { "type": "string", "enum": [ "chat_completion", @@ -50838,13 +53262,13 @@ "text_embedding" ] }, - "inference._types:OpenAIServiceType": { + "inference._types.OpenAIServiceType": { "type": "string", "enum": [ "openai" ] }, - "inference._types:OpenAIServiceSettings": { + "inference._types.OpenAIServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50870,7 +53294,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL endpoint to use for the requests.\nIt can be changed for testing purposes.", @@ -50882,7 +53306,7 @@ "model_id" ] }, - "inference._types:OpenAITaskSettings": { + "inference._types.OpenAITaskSettings": { "type": "object", "properties": { "user": { @@ -50891,20 +53315,20 @@ } } }, - "inference._types:VoyageAITaskType": { + "inference._types.VoyageAITaskType": { "type": "string", "enum": [ "text_embedding", "rerank" ] }, - "inference._types:VoyageAIServiceType": { + "inference._types.VoyageAIServiceType": { "type": "string", "enum": [ "voyageai" ] }, - "inference._types:VoyageAIServiceSettings": { + "inference._types.VoyageAIServiceSettings": { "type": "object", "properties": { "dimensions": { @@ -50922,7 +53346,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "embedding_type": { "externalDocs": { @@ -50936,7 +53360,7 @@ "model_id" ] }, - "inference._types:VoyageAITaskSettings": { + "inference._types.VoyageAITaskSettings": { "type": "object", "properties": { "input_type": { @@ -50957,19 +53381,19 @@ } } }, - "inference._types:WatsonxTaskType": { + "inference._types.WatsonxTaskType": { "type": "string", "enum": [ "text_embedding" ] }, - "inference._types:WatsonxServiceType": { + "inference._types.WatsonxServiceType": { "type": "string", "enum": [ "watsonxai" ] }, - "inference._types:WatsonxServiceSettings": { + "inference._types.WatsonxServiceSettings": { "type": "object", "properties": { "api_key": { @@ -50998,7 +53422,7 @@ "type": "string" }, "rate_limit": { - "$ref": "#/components/schemas/inference._types:RateLimitSetting" + "$ref": "#/components/schemas/inference._types.RateLimitSetting" }, "url": { "description": "The URL of the inference endpoint that you created on Watsonx.", @@ -51013,13 +53437,13 @@ "url" ] }, - "inference._types:RerankedInferenceResult": { + "inference._types.RerankedInferenceResult": { "type": "object", "properties": { "rerank": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:RankedDocument" + "$ref": "#/components/schemas/inference._types.RankedDocument" } } }, @@ -51027,7 +53451,7 @@ "rerank" ] }, - "inference._types:RankedDocument": { + "inference._types.RankedDocument": { "type": "object", "properties": { "index": { @@ -51045,13 +53469,13 @@ "relevance_score" ] }, - "inference._types:SparseEmbeddingInferenceResult": { + "inference._types.SparseEmbeddingInferenceResult": { "type": "object", "properties": { "sparse_embedding": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:SparseEmbeddingResult" + "$ref": "#/components/schemas/inference._types.SparseEmbeddingResult" } } }, @@ -51059,91 +53483,91 @@ "sparse_embedding" ] }, - "inference._types:SparseEmbeddingResult": { + "inference._types.SparseEmbeddingResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:SparseVector" + "$ref": "#/components/schemas/inference._types.SparseVector" } }, "required": [ "embedding" ] }, - "inference._types:SparseVector": { + "inference._types.SparseVector": { "description": "Sparse Embedding tokens are represented as a dictionary\nof string to double.", "type": "object", "additionalProperties": { "type": "number" } }, - "inference._types:TextEmbeddingInferenceResult": { + "inference._types.TextEmbeddingInferenceResult": { "description": "TextEmbeddingInferenceResult is an aggregation of mutually exclusive text_embedding variants", "type": "object", "properties": { "text_embedding_bytes": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingByteResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingByteResult" } }, "text_embedding_bits": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingByteResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingByteResult" } }, "text_embedding": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:TextEmbeddingResult" + "$ref": "#/components/schemas/inference._types.TextEmbeddingResult" } } }, "minProperties": 1, "maxProperties": 1 }, - "inference._types:TextEmbeddingByteResult": { + "inference._types.TextEmbeddingByteResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:DenseByteVector" + "$ref": "#/components/schemas/inference._types.DenseByteVector" } }, "required": [ "embedding" ] }, - "inference._types:DenseByteVector": { + "inference._types.DenseByteVector": { "description": "Text Embedding results containing bytes are represented as Dense\nVectors of bytes.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:byte" + "$ref": "#/components/schemas/_types.byte" } }, - "inference._types:TextEmbeddingResult": { + "inference._types.TextEmbeddingResult": { "type": "object", "properties": { "embedding": { - "$ref": "#/components/schemas/inference._types:DenseVector" + "$ref": "#/components/schemas/inference._types.DenseVector" } }, "required": [ "embedding" ] }, - "inference._types:DenseVector": { + "inference._types.DenseVector": { "description": "Text Embedding results are represented as Dense Vectors\nof floats.", "type": "array", "items": { "type": "number" } }, - "_types:ElasticsearchVersionInfo": { + "_types.ElasticsearchVersionInfo": { "type": "object", "properties": { "build_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "build_flavor": { "description": "The build flavor. For example, `default`.", @@ -51162,13 +53586,13 @@ "type": "string" }, "lucene_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_index_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "minimum_wire_compatibility_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "number": { "description": "The Elasticsearch version number.", @@ -51187,7 +53611,7 @@ "number" ] }, - "ingest._types:Pipeline": { + "ingest._types.Pipeline": { "type": "object", "properties": { "description": { @@ -51198,180 +53622,180 @@ "description": "Processors to run immediately after a processor failure.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "processors": { "description": "Processors used to perform transformations on documents before indexing.\nProcessors run sequentially in the order specified.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "deprecated": { "description": "Marks this ingest pipeline as deprecated.\nWhen a deprecated ingest pipeline is referenced as the default or final pipeline when creating or updating a non-deprecated index template, Elasticsearch will emit a deprecation warning.", "type": "boolean" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, - "ingest._types:ProcessorContainer": { + "ingest._types.ProcessorContainer": { "type": "object", "properties": { "append": { - "$ref": "#/components/schemas/ingest._types:AppendProcessor" + "$ref": "#/components/schemas/ingest._types.AppendProcessor" }, "attachment": { - "$ref": "#/components/schemas/ingest._types:AttachmentProcessor" + "$ref": "#/components/schemas/ingest._types.AttachmentProcessor" }, "bytes": { - "$ref": "#/components/schemas/ingest._types:BytesProcessor" + "$ref": "#/components/schemas/ingest._types.BytesProcessor" }, "circle": { - "$ref": "#/components/schemas/ingest._types:CircleProcessor" + "$ref": "#/components/schemas/ingest._types.CircleProcessor" }, "community_id": { - "$ref": "#/components/schemas/ingest._types:CommunityIDProcessor" + "$ref": "#/components/schemas/ingest._types.CommunityIDProcessor" }, "convert": { - "$ref": "#/components/schemas/ingest._types:ConvertProcessor" + "$ref": "#/components/schemas/ingest._types.ConvertProcessor" }, "csv": { - "$ref": "#/components/schemas/ingest._types:CsvProcessor" + "$ref": "#/components/schemas/ingest._types.CsvProcessor" }, "date": { - "$ref": "#/components/schemas/ingest._types:DateProcessor" + "$ref": "#/components/schemas/ingest._types.DateProcessor" }, "date_index_name": { - "$ref": "#/components/schemas/ingest._types:DateIndexNameProcessor" + "$ref": "#/components/schemas/ingest._types.DateIndexNameProcessor" }, "dissect": { - "$ref": "#/components/schemas/ingest._types:DissectProcessor" + "$ref": "#/components/schemas/ingest._types.DissectProcessor" }, "dot_expander": { - "$ref": "#/components/schemas/ingest._types:DotExpanderProcessor" + "$ref": "#/components/schemas/ingest._types.DotExpanderProcessor" }, "drop": { - "$ref": "#/components/schemas/ingest._types:DropProcessor" + "$ref": "#/components/schemas/ingest._types.DropProcessor" }, "enrich": { - "$ref": "#/components/schemas/ingest._types:EnrichProcessor" + "$ref": "#/components/schemas/ingest._types.EnrichProcessor" }, "fail": { - "$ref": "#/components/schemas/ingest._types:FailProcessor" + "$ref": "#/components/schemas/ingest._types.FailProcessor" }, "fingerprint": { - "$ref": "#/components/schemas/ingest._types:FingerprintProcessor" + "$ref": "#/components/schemas/ingest._types.FingerprintProcessor" }, "foreach": { - "$ref": "#/components/schemas/ingest._types:ForeachProcessor" + "$ref": "#/components/schemas/ingest._types.ForeachProcessor" }, "ip_location": { - "$ref": "#/components/schemas/ingest._types:IpLocationProcessor" + "$ref": "#/components/schemas/ingest._types.IpLocationProcessor" }, "geo_grid": { - "$ref": "#/components/schemas/ingest._types:GeoGridProcessor" + "$ref": "#/components/schemas/ingest._types.GeoGridProcessor" }, "geoip": { - "$ref": "#/components/schemas/ingest._types:GeoIpProcessor" + "$ref": "#/components/schemas/ingest._types.GeoIpProcessor" }, "grok": { - "$ref": "#/components/schemas/ingest._types:GrokProcessor" + "$ref": "#/components/schemas/ingest._types.GrokProcessor" }, "gsub": { - "$ref": "#/components/schemas/ingest._types:GsubProcessor" + "$ref": "#/components/schemas/ingest._types.GsubProcessor" }, "html_strip": { - "$ref": "#/components/schemas/ingest._types:HtmlStripProcessor" + "$ref": "#/components/schemas/ingest._types.HtmlStripProcessor" }, "inference": { - "$ref": "#/components/schemas/ingest._types:InferenceProcessor" + "$ref": "#/components/schemas/ingest._types.InferenceProcessor" }, "join": { - "$ref": "#/components/schemas/ingest._types:JoinProcessor" + "$ref": "#/components/schemas/ingest._types.JoinProcessor" }, "json": { - "$ref": "#/components/schemas/ingest._types:JsonProcessor" + "$ref": "#/components/schemas/ingest._types.JsonProcessor" }, "kv": { - "$ref": "#/components/schemas/ingest._types:KeyValueProcessor" + "$ref": "#/components/schemas/ingest._types.KeyValueProcessor" }, "lowercase": { - "$ref": "#/components/schemas/ingest._types:LowercaseProcessor" + "$ref": "#/components/schemas/ingest._types.LowercaseProcessor" }, "network_direction": { - "$ref": "#/components/schemas/ingest._types:NetworkDirectionProcessor" + "$ref": "#/components/schemas/ingest._types.NetworkDirectionProcessor" }, "pipeline": { - "$ref": "#/components/schemas/ingest._types:PipelineProcessor" + "$ref": "#/components/schemas/ingest._types.PipelineProcessor" }, "redact": { - "$ref": "#/components/schemas/ingest._types:RedactProcessor" + "$ref": "#/components/schemas/ingest._types.RedactProcessor" }, "registered_domain": { - "$ref": "#/components/schemas/ingest._types:RegisteredDomainProcessor" + "$ref": "#/components/schemas/ingest._types.RegisteredDomainProcessor" }, "remove": { - "$ref": "#/components/schemas/ingest._types:RemoveProcessor" + "$ref": "#/components/schemas/ingest._types.RemoveProcessor" }, "rename": { - "$ref": "#/components/schemas/ingest._types:RenameProcessor" + "$ref": "#/components/schemas/ingest._types.RenameProcessor" }, "reroute": { - "$ref": "#/components/schemas/ingest._types:RerouteProcessor" + "$ref": "#/components/schemas/ingest._types.RerouteProcessor" }, "script": { - "$ref": "#/components/schemas/ingest._types:ScriptProcessor" + "$ref": "#/components/schemas/ingest._types.ScriptProcessor" }, "set": { - "$ref": "#/components/schemas/ingest._types:SetProcessor" + "$ref": "#/components/schemas/ingest._types.SetProcessor" }, "set_security_user": { - "$ref": "#/components/schemas/ingest._types:SetSecurityUserProcessor" + "$ref": "#/components/schemas/ingest._types.SetSecurityUserProcessor" }, "sort": { - "$ref": "#/components/schemas/ingest._types:SortProcessor" + "$ref": "#/components/schemas/ingest._types.SortProcessor" }, "split": { - "$ref": "#/components/schemas/ingest._types:SplitProcessor" + "$ref": "#/components/schemas/ingest._types.SplitProcessor" }, "terminate": { - "$ref": "#/components/schemas/ingest._types:TerminateProcessor" + "$ref": "#/components/schemas/ingest._types.TerminateProcessor" }, "trim": { - "$ref": "#/components/schemas/ingest._types:TrimProcessor" + "$ref": "#/components/schemas/ingest._types.TrimProcessor" }, "uppercase": { - "$ref": "#/components/schemas/ingest._types:UppercaseProcessor" + "$ref": "#/components/schemas/ingest._types.UppercaseProcessor" }, "urldecode": { - "$ref": "#/components/schemas/ingest._types:UrlDecodeProcessor" + "$ref": "#/components/schemas/ingest._types.UrlDecodeProcessor" }, "uri_parts": { - "$ref": "#/components/schemas/ingest._types:UriPartsProcessor" + "$ref": "#/components/schemas/ingest._types.UriPartsProcessor" }, "user_agent": { - "$ref": "#/components/schemas/ingest._types:UserAgentProcessor" + "$ref": "#/components/schemas/ingest._types.UserAgentProcessor" } }, "minProperties": 1, "maxProperties": 1 }, - "ingest._types:AppendProcessor": { + "ingest._types.AppendProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "value": { "description": "The value to be appended. Supports template snippets.", @@ -51399,7 +53823,7 @@ } ] }, - "ingest._types:ProcessorBase": { + "ingest._types.ProcessorBase": { "type": "object", "properties": { "description": { @@ -51407,7 +53831,7 @@ "type": "string" }, "if": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" }, "ignore_failure": { "description": "Ignore failures for the processor.", @@ -51417,7 +53841,7 @@ "description": "Handle failures for the processor.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "tag": { @@ -51426,16 +53850,16 @@ } } }, - "ingest._types:AttachmentProcessor": { + "ingest._types.AttachmentProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and field does not exist, the processor quietly exits without modifying the document.", @@ -51446,7 +53870,7 @@ "type": "number" }, "indexed_chars_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Array of properties to select to be stored.\nCan be `content`, `title`, `name`, `author`, `keywords`, `date`, `content_type`, `content_length`, `language`.", @@ -51456,7 +53880,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "remove_binary": { "description": "If true, the binary field will be removed from the document", @@ -51473,23 +53897,23 @@ } ] }, - "ingest._types:BytesProcessor": { + "ingest._types.BytesProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -51498,10 +53922,10 @@ } ] }, - "ingest._types:CircleProcessor": { + "ingest._types.CircleProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51511,17 +53935,17 @@ "type": "number" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "shape_type": { - "$ref": "#/components/schemas/ingest._types:ShapeType" + "$ref": "#/components/schemas/ingest._types.ShapeType" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -51532,47 +53956,47 @@ } ] }, - "ingest._types:ShapeType": { + "ingest._types.ShapeType": { "type": "string", "enum": [ "geo_shape", "shape" ] }, - "ingest._types:CommunityIDProcessor": { + "ingest._types.CommunityIDProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "source_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "source_port": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_port": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "iana_number": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "icmp_type": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "icmp_code": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "transport": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "seed": { "description": "Seed for the community ID hash. Must be between 0 and 65535 (inclusive). The\nseed can prevent hash collisions between network domains, such as a staging\nand production network that use the same addressing scheme.", @@ -51586,26 +54010,26 @@ } ] }, - "ingest._types:ConvertProcessor": { + "ingest._types.ConvertProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "type": { - "$ref": "#/components/schemas/ingest._types:ConvertType" + "$ref": "#/components/schemas/ingest._types.ConvertType" } }, "required": [ @@ -51615,7 +54039,7 @@ } ] }, - "ingest._types:ConvertType": { + "ingest._types.ConvertType": { "type": "string", "enum": [ "integer", @@ -51628,10 +54052,10 @@ "auto" ] }, - "ingest._types:CsvProcessor": { + "ingest._types.CsvProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51641,7 +54065,7 @@ "type": "object" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -51656,7 +54080,7 @@ "type": "string" }, "target_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "trim": { "description": "Trim whitespaces in unquoted fields.", @@ -51670,16 +54094,16 @@ } ] }, - "ingest._types:DateProcessor": { + "ingest._types.DateProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "formats": { "description": "An array of the expected date formats.\nCan be a java time pattern or one of the following formats: ISO8601, UNIX, UNIX_MS, or TAI64N.", @@ -51693,7 +54117,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "timezone": { "description": "The timezone to use when parsing the date.\nSupports template snippets.", @@ -51711,10 +54135,10 @@ } ] }, - "ingest._types:DateIndexNameProcessor": { + "ingest._types.DateIndexNameProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51731,7 +54155,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "index_name_format": { "description": "The format to be used when printing the parsed date into the index name.\nA valid java time pattern is expected here.\nSupports template snippets.", @@ -51757,10 +54181,10 @@ } ] }, - "ingest._types:DissectProcessor": { + "ingest._types.DissectProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51770,7 +54194,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -51788,16 +54212,16 @@ } ] }, - "ingest._types:DotExpanderProcessor": { + "ingest._types.DotExpanderProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "override": { "description": "Controls the behavior when there is already an existing nested object that conflicts with the expanded field.\nWhen `false`, the processor will merge conflicts by combining the old and the new values into an array.\nWhen `true`, the value from the expanded field will overwrite the existing value.", @@ -51814,26 +54238,26 @@ } ] }, - "ingest._types:DropProcessor": { + "ingest._types.DropProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object" } ] }, - "ingest._types:EnrichProcessor": { + "ingest._types.EnrichProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -51852,10 +54276,10 @@ "type": "string" }, "shape_relation": { - "$ref": "#/components/schemas/_types:GeoShapeRelation" + "$ref": "#/components/schemas/_types.GeoShapeRelation" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -51866,7 +54290,7 @@ } ] }, - "_types:GeoShapeRelation": { + "_types.GeoShapeRelation": { "type": "string", "enum": [ "intersects", @@ -51875,10 +54299,10 @@ "contains" ] }, - "ingest._types:FailProcessor": { + "ingest._types.FailProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51894,26 +54318,26 @@ } ] }, - "ingest._types:FingerprintProcessor": { + "ingest._types.FingerprintProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "salt": { "description": "Salt value for the hash function.", "type": "string" }, "method": { - "$ref": "#/components/schemas/ingest._types:FingerprintDigest" + "$ref": "#/components/schemas/ingest._types.FingerprintDigest" }, "ignore_missing": { "description": "If true, the processor ignores any missing fields. If all fields are\nmissing, the processor silently exits without modifying the document.", @@ -51926,7 +54350,7 @@ } ] }, - "ingest._types:FingerprintDigest": { + "ingest._types.FingerprintDigest": { "type": "string", "enum": [ "MD5", @@ -51936,23 +54360,23 @@ "MurmurHash3" ] }, - "ingest._types:ForeachProcessor": { + "ingest._types.ForeachProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true`, the processor silently exits without changing the document if the `field` is `null` or missing.", "type": "boolean" }, "processor": { - "$ref": "#/components/schemas/ingest._types:ProcessorContainer" + "$ref": "#/components/schemas/ingest._types.ProcessorContainer" } }, "required": [ @@ -51962,10 +54386,10 @@ } ] }, - "ingest._types:IpLocationProcessor": { + "ingest._types.IpLocationProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -51975,7 +54399,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "first_only": { "description": "If `true`, only the first found IP location data will be returned, even if the field contains an array.", @@ -51993,7 +54417,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "download_database_on_pipeline_creation": { "description": "If `true` (and if `ingest.geoip.downloader.eager.download` is `false`), the missing database is downloaded when the pipeline is created.\nElse, the download is triggered by when the pipeline is used as the `default_pipeline` or `final_pipeline` in an index.", @@ -52006,10 +54430,10 @@ } ] }, - "ingest._types:GeoGridProcessor": { + "ingest._types.GeoGridProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52019,29 +54443,29 @@ "type": "string" }, "tile_type": { - "$ref": "#/components/schemas/ingest._types:GeoGridTileType" + "$ref": "#/components/schemas/ingest._types.GeoGridTileType" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "parent_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "children_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "non_children_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "precision_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_format": { - "$ref": "#/components/schemas/ingest._types:GeoGridTargetFormat" + "$ref": "#/components/schemas/ingest._types.GeoGridTargetFormat" } }, "required": [ @@ -52051,7 +54475,7 @@ } ] }, - "ingest._types:GeoGridTileType": { + "ingest._types.GeoGridTileType": { "type": "string", "enum": [ "geotile", @@ -52059,17 +54483,17 @@ "geohash" ] }, - "ingest._types:GeoGridTargetFormat": { + "ingest._types.GeoGridTargetFormat": { "type": "string", "enum": [ "geojson", "wkt" ] }, - "ingest._types:GeoIpProcessor": { + "ingest._types.GeoIpProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52079,7 +54503,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "first_only": { "description": "If `true`, only the first found geoip data will be returned, even if the field contains an array.", @@ -52097,7 +54521,7 @@ } }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "download_database_on_pipeline_creation": { "description": "If `true` (and if `ingest.geoip.downloader.eager.download` is `false`), the missing database is downloaded when the pipeline is created.\nElse, the download is triggered by when the pipeline is used as the `default_pipeline` or `final_pipeline` in an index.", @@ -52110,10 +54534,10 @@ } ] }, - "ingest._types:GrokProcessor": { + "ingest._types.GrokProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52123,7 +54547,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -52140,7 +54564,7 @@ "description": "An ordered list of grok expression to match and extract named captures with.\nReturns on the first expression in the list that matches.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" } }, "trace_match": { @@ -52155,19 +54579,19 @@ } ] }, - "_types:GrokPattern": { + "_types.GrokPattern": { "type": "string" }, - "ingest._types:GsubProcessor": { + "ingest._types.GsubProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -52182,7 +54606,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52193,23 +54617,23 @@ } ] }, - "ingest._types:HtmlStripProcessor": { + "ingest._types.HtmlStripProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document,", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52218,19 +54642,19 @@ } ] }, - "ingest._types:InferenceProcessor": { + "ingest._types.InferenceProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field_map": { "description": "Maps the document field names to the known field names of the model.\nThis mapping takes precedence over any default mappings provided in the model configuration.", @@ -52240,18 +54664,18 @@ } }, "inference_config": { - "$ref": "#/components/schemas/ingest._types:InferenceConfig" + "$ref": "#/components/schemas/ingest._types.InferenceConfig" }, "input_output": { "description": "Input fields for inference and output (destination) fields for the inference results.\nThis option is incompatible with the target_field and field_map options.", "oneOf": [ { - "$ref": "#/components/schemas/ingest._types:InputConfig" + "$ref": "#/components/schemas/ingest._types.InputConfig" }, { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:InputConfig" + "$ref": "#/components/schemas/ingest._types.InputConfig" } } ] @@ -52267,24 +54691,24 @@ } ] }, - "ingest._types:InferenceConfig": { + "ingest._types.InferenceConfig": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ingest._types:InferenceConfigRegression" + "$ref": "#/components/schemas/ingest._types.InferenceConfigRegression" }, "classification": { - "$ref": "#/components/schemas/ingest._types:InferenceConfigClassification" + "$ref": "#/components/schemas/ingest._types.InferenceConfigClassification" } }, "minProperties": 1, "maxProperties": 1 }, - "ingest._types:InferenceConfigRegression": { + "ingest._types.InferenceConfigRegression": { "type": "object", "properties": { "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "num_top_feature_importance_values": { "description": "Specifies the maximum number of feature importance values per document.", @@ -52292,7 +54716,7 @@ } } }, - "ingest._types:InferenceConfigClassification": { + "ingest._types.InferenceConfigClassification": { "type": "object", "properties": { "num_top_classes": { @@ -52304,10 +54728,10 @@ "type": "number" }, "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "top_classes_results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "prediction_field_type": { "description": "Specifies the type of the predicted field to write.\nValid values are: `string`, `number`, `boolean`.", @@ -52315,7 +54739,7 @@ } } }, - "ingest._types:InputConfig": { + "ingest._types.InputConfig": { "type": "object", "properties": { "input_field": { @@ -52330,23 +54754,23 @@ "output_field" ] }, - "ingest._types:JoinProcessor": { + "ingest._types.JoinProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "separator": { "description": "The separator character.", "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52356,10 +54780,10 @@ } ] }, - "ingest._types:JsonProcessor": { + "ingest._types.JsonProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52369,17 +54793,17 @@ "type": "boolean" }, "add_to_root_conflict_strategy": { - "$ref": "#/components/schemas/ingest._types:JsonProcessorConflictStrategy" + "$ref": "#/components/schemas/ingest._types.JsonProcessorConflictStrategy" }, "allow_duplicate_keys": { "description": "When set to `true`, the JSON parser will not fail if the JSON contains duplicate keys.\nInstead, the last encountered value for any duplicate key wins.", "type": "boolean" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52388,17 +54812,17 @@ } ] }, - "ingest._types:JsonProcessorConflictStrategy": { + "ingest._types.JsonProcessorConflictStrategy": { "type": "string", "enum": [ "replace", "merge" ] }, - "ingest._types:KeyValueProcessor": { + "ingest._types.KeyValueProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52411,7 +54835,7 @@ } }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field_split": { "description": "Regex pattern to use for splitting key-value pairs.", @@ -52437,7 +54861,7 @@ "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "trim_key": { "description": "String of characters to trim from extracted keys.", @@ -52460,23 +54884,23 @@ } ] }, - "ingest._types:LowercaseProcessor": { + "ingest._types.LowercaseProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52485,22 +54909,22 @@ } ] }, - "ingest._types:NetworkDirectionProcessor": { + "ingest._types.NetworkDirectionProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "source_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "destination_ip": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "internal_networks": { "description": "List of internal networks. Supports IPv4 and IPv6 addresses and ranges in\nCIDR notation. Also supports the named ranges listed below. These may be\nconstructed with template snippets. Must specify only one of\ninternal_networks or internal_networks_field.", @@ -52510,7 +54934,7 @@ } }, "internal_networks_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If true and any required fields are missing, the processor quietly exits\nwithout modifying the document.", @@ -52520,16 +54944,16 @@ } ] }, - "ingest._types:PipelineProcessor": { + "ingest._types.PipelineProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "ignore_missing_pipeline": { "description": "Whether to ignore missing pipelines instead of failing.", @@ -52542,22 +54966,22 @@ } ] }, - "ingest._types:RedactProcessor": { + "ingest._types.RedactProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "patterns": { "description": "A list of grok expressions to match and redact named captures with", "type": "array", "items": { - "$ref": "#/components/schemas/_types:GrokPattern" + "$ref": "#/components/schemas/_types.GrokPattern" } }, "pattern_definitions": { @@ -52594,19 +55018,19 @@ } ] }, - "ingest._types:RegisteredDomainProcessor": { + "ingest._types.RegisteredDomainProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If true and any required fields are missing, the processor quietly exits\nwithout modifying the document.", @@ -52619,19 +55043,19 @@ } ] }, - "ingest._types:RemoveProcessor": { + "ingest._types.RemoveProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "keep": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", @@ -52644,23 +55068,23 @@ } ] }, - "ingest._types:RenameProcessor": { + "ingest._types.RenameProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52670,10 +55094,10 @@ } ] }, - "ingest._types:RerouteProcessor": { + "ingest._types.RerouteProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", @@ -52714,19 +55138,19 @@ } ] }, - "ingest._types:ScriptProcessor": { + "ingest._types.ScriptProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "params": { "description": "Object containing parameters for the script.", @@ -52736,25 +55160,25 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } } ] }, - "ingest._types:SetProcessor": { + "ingest._types.SetProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "copy_from": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_empty_value": { "description": "If `true` and `value` is a template snippet that evaluates to `null` or the empty string, the processor quietly exits without modifying the document.", @@ -52779,16 +55203,16 @@ } ] }, - "ingest._types:SetSecurityUserProcessor": { + "ingest._types.SetSecurityUserProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Controls what user related properties are added to the field.", @@ -52804,22 +55228,22 @@ } ] }, - "ingest._types:SortProcessor": { + "ingest._types.SortProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "order": { - "$ref": "#/components/schemas/_types:SortOrder" + "$ref": "#/components/schemas/_types.SortOrder" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52828,16 +55252,16 @@ } ] }, - "ingest._types:SplitProcessor": { + "ingest._types.SplitProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -52852,7 +55276,7 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52862,33 +55286,33 @@ } ] }, - "ingest._types:TerminateProcessor": { + "ingest._types.TerminateProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object" } ] }, - "ingest._types:TrimProcessor": { + "ingest._types.TrimProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52897,23 +55321,23 @@ } ] }, - "ingest._types:UppercaseProcessor": { + "ingest._types.UppercaseProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52922,23 +55346,23 @@ } ] }, - "ingest._types:UrlDecodeProcessor": { + "ingest._types.UrlDecodeProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist or is `null`, the processor quietly exits without modifying the document.", "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52947,16 +55371,16 @@ } ] }, - "ingest._types:UriPartsProcessor": { + "ingest._types.UriPartsProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -52971,7 +55395,7 @@ "type": "boolean" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -52980,16 +55404,16 @@ } ] }, - "ingest._types:UserAgentProcessor": { + "ingest._types.UserAgentProcessor": { "allOf": [ { - "$ref": "#/components/schemas/ingest._types:ProcessorBase" + "$ref": "#/components/schemas/ingest._types.ProcessorBase" }, { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "ignore_missing": { "description": "If `true` and `field` does not exist, the processor quietly exits without modifying the document.", @@ -53000,13 +55424,13 @@ "type": "string" }, "target_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "properties": { "description": "Controls what properties are added to `target_field`.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:UserAgentProperty" + "$ref": "#/components/schemas/ingest._types.UserAgentProperty" } }, "extract_device_type": { @@ -53021,7 +55445,7 @@ } ] }, - "ingest._types:UserAgentProperty": { + "ingest._types.UserAgentProperty": { "type": "string", "enum": [ "name", @@ -53031,14 +55455,14 @@ "version" ] }, - "ingest._types:Document": { + "ingest._types.Document": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_source": { "description": "JSON body for the document.", @@ -53049,34 +55473,34 @@ "_source" ] }, - "ingest._types:SimulateDocumentResult": { + "ingest._types.SimulateDocumentResult": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/ingest._types:DocumentSimulation" + "$ref": "#/components/schemas/ingest._types.DocumentSimulation" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "processor_results": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:PipelineSimulation" + "$ref": "#/components/schemas/ingest._types.PipelineSimulation" } } } }, - "ingest._types:DocumentSimulation": { + "ingest._types.DocumentSimulation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_ingest": { - "$ref": "#/components/schemas/ingest._types:Ingest" + "$ref": "#/components/schemas/ingest._types.Ingest" }, "_routing": { "description": "Value used to send the document to a specific primary shard.", @@ -53090,10 +55514,10 @@ } }, "_version": { - "$ref": "#/components/schemas/_spec_utils:StringifiedVersionNumber" + "$ref": "#/components/schemas/_spec_utils.StringifiedVersionNumber" }, "_version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ @@ -53103,24 +55527,24 @@ "_source" ] }, - "ingest._types:Ingest": { + "ingest._types.Ingest": { "type": "object", "properties": { "_redact": { - "$ref": "#/components/schemas/ingest._types:Redact" + "$ref": "#/components/schemas/ingest._types.Redact" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "pipeline": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "timestamp" ] }, - "ingest._types:Redact": { + "ingest._types.Redact": { "type": "object", "properties": { "_is_redacted": { @@ -53132,22 +55556,22 @@ "_is_redacted" ] }, - "_spec_utils:StringifiedVersionNumber": { + "_spec_utils.StringifiedVersionNumber": { "description": "Some APIs will return values such as numbers also as a string (notably epoch timestamps). This behavior\nis used to capture this behavior while keeping the semantics of the field type.\n\nDepending on the target language, code generators can keep the union or remove it and leniently parse\nstrings to the target type.", "oneOf": [ { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, { "type": "string" } ] }, - "ingest._types:PipelineSimulation": { + "ingest._types.PipelineSimulation": { "type": "object", "properties": { "doc": { - "$ref": "#/components/schemas/ingest._types:DocumentSimulation" + "$ref": "#/components/schemas/ingest._types.DocumentSimulation" }, "tag": { "type": "string" @@ -53156,20 +55580,20 @@ "type": "string" }, "status": { - "$ref": "#/components/schemas/watcher._types:ActionStatusOptions" + "$ref": "#/components/schemas/watcher._types.ActionStatusOptions" }, "description": { "type": "string" }, "ignored_error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } } }, - "watcher._types:ActionStatusOptions": { + "watcher._types.ActionStatusOptions": { "type": "string", "enum": [ "success", @@ -53178,20 +55602,20 @@ "throttled" ] }, - "license.get:LicenseInformation": { + "license.get.LicenseInformation": { "type": "object", "properties": { "expiry_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "expiry_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issue_date": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "issue_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "issued_to": { "type": "string" @@ -53222,16 +55646,16 @@ ] }, "status": { - "$ref": "#/components/schemas/license._types:LicenseStatus" + "$ref": "#/components/schemas/license._types.LicenseStatus" }, "type": { - "$ref": "#/components/schemas/license._types:LicenseType" + "$ref": "#/components/schemas/license._types.LicenseType" }, "uid": { - "$ref": "#/components/schemas/_types:Uuid" + "$ref": "#/components/schemas/_types.Uuid" }, "start_date_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -53246,7 +55670,7 @@ "start_date_in_millis" ] }, - "license._types:LicenseStatus": { + "license._types.LicenseStatus": { "type": "string", "enum": [ "active", @@ -53255,7 +55679,7 @@ "expired" ] }, - "license._types:LicenseType": { + "license._types.LicenseType": { "type": "string", "enum": [ "missing", @@ -53269,7 +55693,7 @@ "enterprise" ] }, - "logstash._types:Pipeline": { + "logstash._types.Pipeline": { "type": "object", "properties": { "description": { @@ -53277,7 +55701,7 @@ "type": "string" }, "last_modified": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "pipeline": { "externalDocs": { @@ -53287,10 +55711,10 @@ "type": "string" }, "pipeline_metadata": { - "$ref": "#/components/schemas/logstash._types:PipelineMetadata" + "$ref": "#/components/schemas/logstash._types.PipelineMetadata" }, "pipeline_settings": { - "$ref": "#/components/schemas/logstash._types:PipelineSettings" + "$ref": "#/components/schemas/logstash._types.PipelineSettings" }, "username": { "description": "The user who last updated the pipeline.", @@ -53306,7 +55730,7 @@ "username" ] }, - "logstash._types:PipelineMetadata": { + "logstash._types.PipelineMetadata": { "type": "object", "properties": { "type": { @@ -53321,7 +55745,7 @@ "version" ] }, - "logstash._types:PipelineSettings": { + "logstash._types.PipelineSettings": { "type": "object", "properties": { "pipeline.workers": { @@ -53363,56 +55787,56 @@ "queue.checkpoint.writes" ] }, - "_global.mget:Operation": { + "_global.mget.Operation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ "_id" ] }, - "_global.mget:ResponseItem": { + "_global.mget.ResponseItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.get:GetResult" + "$ref": "#/components/schemas/_global.get.GetResult" }, { - "$ref": "#/components/schemas/_global.mget:MultiGetError" + "$ref": "#/components/schemas/_global.mget.MultiGetError" } ] }, - "_global.mget:MultiGetError": { + "_global.mget.MultiGetError": { "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -53421,17 +55845,17 @@ "_index" ] }, - "ml._types:AnalysisConfig": { + "ml._types.AnalysisConfig": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "categorization_filters": { "description": "If `categorization_field_name` is specified, you can also define optional filters. This property expects an array of regular expressions. The expressions are used to filter out matching sequences from the categorization field values. You can use this functionality to fine tune the categorization by excluding sequences from consideration when categories are defined. For example, you can exclude SQL statements that appear in your log files. This property cannot be used at the same time as `categorization_analyzer`. If you only want to define simple regular expression filters that are applied prior to tokenization, setting this property is the easiest method. If you also want to customize the tokenizer or post-tokenization filtering, use the `categorization_analyzer` property instead and include the filters as pattern_replace character filters. The effect is exactly the same.", @@ -53444,80 +55868,80 @@ "description": "Detector configuration objects specify which data fields a job analyzes. They also specify which analytical functions are used. You can specify multiple detectors for a job. If the detectors array does not contain at least one detector, no analysis can occur and an error is returned.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Detector" + "$ref": "#/components/schemas/ml._types.Detector" } }, "influencers": { "description": "A comma separated list of influencer field names. Typically these can be the by, over, or partition fields that are used in the detector configuration. You might also want to use a field name that is not specifically named in a detector, but is available as part of the input data. When you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "latency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "multivariate_by_fields": { "description": "This functionality is reserved for internal use. It is not supported for use in customer environments and is not subject to the support SLA of official GA features. If set to `true`, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold. For example, suppose CPU and memory usage on host A is usually highly correlated with the same metrics on host B. Perhaps this correlation occurs because they are running a load-balanced application. If you enable this property, anomalies will be reported when, for example, CPU usage on host A is high and the value of CPU usage on host B is low. That is to say, you’ll see an anomaly when the CPU of host A is unusual given the CPU of host B. To use the `multivariate_by_fields` property, you must also specify `by_field_name` in your detector.", "type": "boolean" }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" }, "summary_count_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "detectors" ] }, - "ml._types:CategorizationAnalyzer": { + "ml._types.CategorizationAnalyzer": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzerDefinition" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzerDefinition" } ] }, - "ml._types:CategorizationAnalyzerDefinition": { + "ml._types.CategorizationAnalyzerDefinition": { "type": "object", "properties": { "char_filter": { "description": "One or more character filters. In addition to the built-in character filters, other plugins can provide more character filters. If this property is not specified, no character filters are applied prior to categorization. If you are customizing some other aspect of the analyzer and you need to achieve the equivalent of `categorization_filters` (which are not permitted when some other aspect of the analyzer is customized), add them here as pattern replace character filters.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "filter": { "description": "One or more token filters. In addition to the built-in token filters, other plugins can provide more token filters. If this property is not specified, no token filters are applied prior to categorization.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "tokenizer": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } }, - "ml._types:Detector": { + "ml._types.Detector": { "type": "object", "properties": { "by_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "custom_rules": { "description": "Custom rules enable you to customize the way detectors operate. For example, a rule may dictate conditions under which results should be skipped. Kibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } }, "detector_description": { @@ -53529,20 +55953,20 @@ "type": "number" }, "exclude_frequent": { - "$ref": "#/components/schemas/ml._types:ExcludeFrequent" + "$ref": "#/components/schemas/ml._types.ExcludeFrequent" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "description": "The analysis function that is used. For example, `count`, `rare`, `mean`, `min`, `max`, or `sum`.", "type": "string" }, "over_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "partition_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "use_null": { "description": "Defines whether a new series is used as the null series when there is no value for the by or partition fields.", @@ -53550,47 +55974,47 @@ } } }, - "ml._types:DetectionRule": { + "ml._types.DetectionRule": { "type": "object", "properties": { "actions": { "description": "The set of actions to be triggered when the rule applies. If more than one action is specified the effects of all actions are combined.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:RuleAction" + "$ref": "#/components/schemas/ml._types.RuleAction" } }, "conditions": { "description": "An array of numeric conditions when the rule applies. A rule must either have a non-empty scope or at least one condition. Multiple conditions are combined together with a logical AND.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:RuleCondition" + "$ref": "#/components/schemas/ml._types.RuleCondition" } }, "scope": { "description": "A scope of series where the rule applies. A rule must either have a non-empty scope or at least one condition. By default, the scope includes all series. Scoping is allowed for any of the fields that are also specified in `by_field_name`, `over_field_name`, or `partition_field_name`.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:FilterRef" + "$ref": "#/components/schemas/ml._types.FilterRef" } } } }, - "ml._types:RuleAction": { + "ml._types.RuleAction": { "type": "string", "enum": [ "skip_result", "skip_model_update" ] }, - "ml._types:RuleCondition": { + "ml._types.RuleCondition": { "type": "object", "properties": { "applies_to": { - "$ref": "#/components/schemas/ml._types:AppliesTo" + "$ref": "#/components/schemas/ml._types.AppliesTo" }, "operator": { - "$ref": "#/components/schemas/ml._types:ConditionOperator" + "$ref": "#/components/schemas/ml._types.ConditionOperator" }, "value": { "description": "The value that is compared against the `applies_to` field using the operator.", @@ -53603,7 +56027,7 @@ "value" ] }, - "ml._types:AppliesTo": { + "ml._types.AppliesTo": { "type": "string", "enum": [ "actual", @@ -53612,7 +56036,7 @@ "time" ] }, - "ml._types:ConditionOperator": { + "ml._types.ConditionOperator": { "type": "string", "enum": [ "gt", @@ -53621,28 +56045,28 @@ "lte" ] }, - "ml._types:FilterRef": { + "ml._types.FilterRef": { "type": "object", "properties": { "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "filter_type": { - "$ref": "#/components/schemas/ml._types:FilterType" + "$ref": "#/components/schemas/ml._types.FilterType" } }, "required": [ "filter_id" ] }, - "ml._types:FilterType": { + "ml._types.FilterType": { "type": "string", "enum": [ "include", "exclude" ] }, - "ml._types:ExcludeFrequent": { + "ml._types.ExcludeFrequent": { "type": "string", "enum": [ "all", @@ -53651,7 +56075,7 @@ "over" ] }, - "ml._types:PerPartitionCategorization": { + "ml._types.PerPartitionCategorization": { "type": "object", "properties": { "enabled": { @@ -53664,46 +56088,46 @@ } } }, - "ml._types:DataframeEvaluationContainer": { + "ml._types.DataframeEvaluationContainer": { "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassification" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassification" }, "outlier_detection": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationOutlierDetection" }, "regression": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegression" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegression" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeEvaluationClassification": { + "ml._types.DataframeEvaluationClassification": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "top_classes_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassificationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassificationMetrics" } }, "required": [ "actual_field" ] }, - "ml._types:DataframeEvaluationClassificationMetrics": { + "ml._types.DataframeEvaluationClassificationMetrics": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationMetrics" }, { "type": "object", @@ -53726,11 +56150,11 @@ } ] }, - "ml._types:DataframeEvaluationMetrics": { + "ml._types.DataframeEvaluationMetrics": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationClassificationMetricsAucRoc" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationClassificationMetricsAucRoc" }, "precision": { "description": "Precision of predictions (per-class and average).", @@ -53748,11 +56172,11 @@ } } }, - "ml._types:DataframeEvaluationClassificationMetricsAucRoc": { + "ml._types.DataframeEvaluationClassificationMetricsAucRoc": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "include_curve": { "description": "Whether or not the curve should be returned in addition to the score. Default value is false.", @@ -53760,17 +56184,17 @@ } } }, - "ml._types:DataframeEvaluationOutlierDetection": { + "ml._types.DataframeEvaluationOutlierDetection": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_probability_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationOutlierDetectionMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationOutlierDetectionMetrics" } }, "required": [ @@ -53778,10 +56202,10 @@ "predicted_probability_field" ] }, - "ml._types:DataframeEvaluationOutlierDetectionMetrics": { + "ml._types.DataframeEvaluationOutlierDetectionMetrics": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationMetrics" }, { "type": "object", @@ -53797,17 +56221,17 @@ } ] }, - "ml._types:DataframeEvaluationRegression": { + "ml._types.DataframeEvaluationRegression": { "type": "object", "properties": { "actual_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "predicted_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "metrics": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetrics" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetrics" } }, "required": [ @@ -53815,7 +56239,7 @@ "predicted_field" ] }, - "ml._types:DataframeEvaluationRegressionMetrics": { + "ml._types.DataframeEvaluationRegressionMetrics": { "type": "object", "properties": { "mse": { @@ -53826,10 +56250,10 @@ } }, "msle": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetricsMsle" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetricsMsle" }, "huber": { - "$ref": "#/components/schemas/ml._types:DataframeEvaluationRegressionMetricsHuber" + "$ref": "#/components/schemas/ml._types.DataframeEvaluationRegressionMetricsHuber" }, "r_squared": { "description": "Proportion of the variance in the dependent variable that is predictable from the independent variables.", @@ -53840,7 +56264,7 @@ } } }, - "ml._types:DataframeEvaluationRegressionMetricsMsle": { + "ml._types.DataframeEvaluationRegressionMetricsMsle": { "type": "object", "properties": { "offset": { @@ -53849,7 +56273,7 @@ } } }, - "ml._types:DataframeEvaluationRegressionMetricsHuber": { + "ml._types.DataframeEvaluationRegressionMetricsHuber": { "type": "object", "properties": { "delta": { @@ -53858,30 +56282,30 @@ } } }, - "ml.evaluate_data_frame:DataframeClassificationSummary": { + "ml.evaluate_data_frame.DataframeClassificationSummary": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc" }, "accuracy": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryAccuracy" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy" }, "multiclass_confusion_matrix": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryMulticlassConfusionMatrix" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix" }, "precision": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryPrecision" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryPrecision" }, "recall": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeClassificationSummaryRecall" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeClassificationSummaryRecall" } } }, - "ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc": { + "ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc": { "allOf": [ { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, { "type": "object", @@ -53889,14 +56313,14 @@ "curve": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRocCurveItem" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem" } } } } ] }, - "ml.evaluate_data_frame:DataframeEvaluationSummaryAucRocCurveItem": { + "ml.evaluate_data_frame.DataframeEvaluationSummaryAucRocCurveItem": { "type": "object", "properties": { "tpr": { @@ -53915,7 +56339,7 @@ "threshold" ] }, - "ml.evaluate_data_frame:DataframeEvaluationValue": { + "ml.evaluate_data_frame.DataframeEvaluationValue": { "type": "object", "properties": { "value": { @@ -53926,13 +56350,13 @@ "value" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryAccuracy": { + "ml.evaluate_data_frame.DataframeClassificationSummaryAccuracy": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "overall_accuracy": { @@ -53944,16 +56368,16 @@ "overall_accuracy" ] }, - "ml.evaluate_data_frame:DataframeEvaluationClass": { + "ml.evaluate_data_frame.DataframeEvaluationClass": { "allOf": [ { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -53962,13 +56386,13 @@ } ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryMulticlassConfusionMatrix": { + "ml.evaluate_data_frame.DataframeClassificationSummaryMulticlassConfusionMatrix": { "type": "object", "properties": { "confusion_matrix": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixItem" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixItem" } }, "other_actual_class_count": { @@ -53980,11 +56404,11 @@ "other_actual_class_count" ] }, - "ml.evaluate_data_frame:ConfusionMatrixItem": { + "ml.evaluate_data_frame.ConfusionMatrixItem": { "type": "object", "properties": { "actual_class": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "actual_class_doc_count": { "type": "number" @@ -53992,7 +56416,7 @@ "predicted_classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixPrediction" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixPrediction" } }, "other_predicted_class_doc_count": { @@ -54006,11 +56430,11 @@ "other_predicted_class_doc_count" ] }, - "ml.evaluate_data_frame:ConfusionMatrixPrediction": { + "ml.evaluate_data_frame.ConfusionMatrixPrediction": { "type": "object", "properties": { "predicted_class": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "count": { "type": "number" @@ -54021,13 +56445,13 @@ "count" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryPrecision": { + "ml.evaluate_data_frame.DataframeClassificationSummaryPrecision": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "avg_precision": { @@ -54039,13 +56463,13 @@ "avg_precision" ] }, - "ml.evaluate_data_frame:DataframeClassificationSummaryRecall": { + "ml.evaluate_data_frame.DataframeClassificationSummaryRecall": { "type": "object", "properties": { "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationClass" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationClass" } }, "avg_recall": { @@ -54057,11 +56481,11 @@ "avg_recall" ] }, - "ml.evaluate_data_frame:DataframeOutlierDetectionSummary": { + "ml.evaluate_data_frame.DataframeOutlierDetectionSummary": { "type": "object", "properties": { "auc_roc": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationSummaryAucRoc" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationSummaryAucRoc" }, "precision": { "description": "Set the different thresholds of the outlier score at where the metric is calculated.", @@ -54081,12 +56505,12 @@ "description": "Set the different thresholds of the outlier score at where the metrics (`tp` - true positive, `fp` - false positive, `tn` - true negative, `fn` - false negative) are calculated.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:ConfusionMatrixThreshold" + "$ref": "#/components/schemas/ml.evaluate_data_frame.ConfusionMatrixThreshold" } } } }, - "ml.evaluate_data_frame:ConfusionMatrixThreshold": { + "ml.evaluate_data_frame.ConfusionMatrixThreshold": { "type": "object", "properties": { "tp": { @@ -54113,41 +56537,41 @@ "fn" ] }, - "ml.evaluate_data_frame:DataframeRegressionSummary": { + "ml.evaluate_data_frame.DataframeRegressionSummary": { "type": "object", "properties": { "huber": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "mse": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "msle": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" }, "r_squared": { - "$ref": "#/components/schemas/ml.evaluate_data_frame:DataframeEvaluationValue" + "$ref": "#/components/schemas/ml.evaluate_data_frame.DataframeEvaluationValue" } } }, - "ml._types:CalendarEvent": { + "ml._types.CalendarEvent": { "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "event_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the scheduled event.", "type": "string" }, "end_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "skip_result": { "description": "When true the model will not create results for this calendar period.", @@ -54168,7 +56592,7 @@ "start_time" ] }, - "ml._types:Page": { + "ml._types.Page": { "type": "object", "properties": { "from": { @@ -54181,11 +56605,11 @@ } } }, - "ml.get_calendars:Calendar": { + "ml.get_calendars.Calendar": { "type": "object", "properties": { "calendar_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "description": { "description": "A description of the calendar.", @@ -54195,7 +56619,7 @@ "description": "An array of anomaly detection job identifiers.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } }, @@ -54204,32 +56628,32 @@ "job_ids" ] }, - "ml._types:DataframeAnalyticsSummary": { + "ml._types.DataframeAnalyticsSummary": { "type": "object", "properties": { "allow_lazy_start": { "type": "boolean" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" }, "authorization": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsAuthorization" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsAuthorization" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" }, "dest": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsDestination" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsDestination" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_num_threads": { "type": "number" @@ -54238,13 +56662,13 @@ "type": "string" }, "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -54254,26 +56678,26 @@ "source" ] }, - "ml._types:DataframeAnalysisContainer": { + "ml._types.DataframeAnalysisContainer": { "type": "object", "properties": { "classification": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisClassification" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisClassification" }, "outlier_detection": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisOutlierDetection" }, "regression": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisRegression" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisRegression" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalysisClassification": { + "ml._types.DataframeAnalysisClassification": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeAnalysis" + "$ref": "#/components/schemas/ml._types.DataframeAnalysis" }, { "type": "object", @@ -54289,7 +56713,7 @@ } ] }, - "ml._types:DataframeAnalysis": { + "ml._types.DataframeAnalysis": { "type": "object", "properties": { "alpha": { @@ -54324,7 +56748,7 @@ "description": "Advanced configuration option. A collection of feature preprocessors that modify one or more included fields. The analysis uses the resulting one or more features instead of the original document field. However, these features are ephemeral; they are not stored in the destination index. Multiple `feature_processors` entries can refer to the same document fields. Automatic categorical feature encoding still occurs for the fields that are unprocessed by a custom processor or that have categorical values. Use this property only if you want to override the automatic feature encoding of the specified fields.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessor" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessor" } }, "gamma": { @@ -54348,7 +56772,7 @@ "type": "number" }, "prediction_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "randomize_seed": { "description": "Defines the seed for the random generator that is used to pick training data. By default, it is randomly generated. Set it to a specific value to use the same training data each time you start a job (assuming other related parameters such as `source` and `analyzed_fields` are the same).", @@ -54363,43 +56787,43 @@ "type": "number" }, "training_percent": { - "$ref": "#/components/schemas/_types:Percentage" + "$ref": "#/components/schemas/_types.Percentage" } }, "required": [ "dependent_variable" ] }, - "ml._types:DataframeAnalysisFeatureProcessor": { + "ml._types.DataframeAnalysisFeatureProcessor": { "type": "object", "properties": { "frequency_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorFrequencyEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding" }, "multi_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorMultiEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorMultiEncoding" }, "n_gram_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorNGramEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorNGramEncoding" }, "one_hot_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorOneHotEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding" }, "target_mean_encoding": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisFeatureProcessorTargetMeanEncoding" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalysisFeatureProcessorFrequencyEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorFrequencyEncoding": { "type": "object", "properties": { "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "frequency_map": { "description": "The resulting frequency map for the field value. If the field value is missing from the frequency_map, the resulting value is 0.", @@ -54415,7 +56839,7 @@ "frequency_map" ] }, - "ml._types:DataframeAnalysisFeatureProcessorMultiEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorMultiEncoding": { "type": "object", "properties": { "processors": { @@ -54430,7 +56854,7 @@ "processors" ] }, - "ml._types:DataframeAnalysisFeatureProcessorNGramEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorNGramEncoding": { "type": "object", "properties": { "feature_prefix": { @@ -54438,7 +56862,7 @@ "type": "string" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "length": { "description": "Specifies the length of the n-gram substring. Defaults to 50. Must be greater than 0.", @@ -54464,11 +56888,11 @@ "n_grams" ] }, - "ml._types:DataframeAnalysisFeatureProcessorOneHotEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorOneHotEncoding": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "hot_map": { "description": "The one hot map mapping the field value with the column name.", @@ -54480,7 +56904,7 @@ "hot_map" ] }, - "ml._types:DataframeAnalysisFeatureProcessorTargetMeanEncoding": { + "ml._types.DataframeAnalysisFeatureProcessorTargetMeanEncoding": { "type": "object", "properties": { "default_value": { @@ -54488,10 +56912,10 @@ "type": "number" }, "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "target_map": { "description": "The field value to target mean transition map.", @@ -54508,7 +56932,7 @@ "target_map" ] }, - "_types:Percentage": { + "_types.Percentage": { "oneOf": [ { "type": "string" @@ -54518,7 +56942,7 @@ } ] }, - "ml._types:DataframeAnalysisOutlierDetection": { + "ml._types.DataframeAnalysisOutlierDetection": { "type": "object", "properties": { "compute_feature_influence": { @@ -54547,10 +56971,10 @@ } } }, - "ml._types:DataframeAnalysisRegression": { + "ml._types.DataframeAnalysisRegression": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:DataframeAnalysis" + "$ref": "#/components/schemas/ml._types.DataframeAnalysis" }, { "type": "object", @@ -54567,7 +56991,7 @@ } ] }, - "ml._types:DataframeAnalysisAnalyzedFields": { + "ml._types.DataframeAnalysisAnalyzedFields": { "type": "object", "properties": { "includes": { @@ -54586,11 +57010,11 @@ } } }, - "ml._types:DataframeAnalyticsAuthorization": { + "ml._types.DataframeAnalyticsAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the job, its roles at the time of the update are listed in the response.", @@ -54605,7 +57029,7 @@ } } }, - "ml._types:ApiKeyAuthorization": { + "ml._types.ApiKeyAuthorization": { "type": "object", "properties": { "id": { @@ -54622,68 +57046,68 @@ "name" ] }, - "ml._types:DataframeAnalyticsDestination": { + "ml._types.DataframeAnalyticsDestination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "index" ] }, - "ml._types:DataframeAnalyticsSource": { + "ml._types.DataframeAnalyticsSource": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "_source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" } }, "required": [ "index" ] }, - "ml._types:DataframeAnalytics": { + "ml._types.DataframeAnalytics": { "type": "object", "properties": { "analysis_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsContainer" }, "assignment_explanation": { "description": "For running jobs only, contains messages relating to the selection of a node to run the job.", "type": "string" }, "data_counts": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsDataCounts" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsDataCounts" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "memory_usage": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsMemoryUsage" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsMemoryUsage" }, "progress": { "description": "The progress report of the data frame analytics job by phase.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsProgress" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsProgress" } }, "state": { - "$ref": "#/components/schemas/ml._types:DataframeState" + "$ref": "#/components/schemas/ml._types.DataframeState" } }, "required": [ @@ -54694,40 +57118,40 @@ "state" ] }, - "ml._types:DataframeAnalyticsStatsContainer": { + "ml._types.DataframeAnalyticsStatsContainer": { "type": "object", "properties": { "classification_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsHyperparameters" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsHyperparameters" }, "outlier_detection_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsOutlierDetection" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsOutlierDetection" }, "regression_stats": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsStatsHyperparameters" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsStatsHyperparameters" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:DataframeAnalyticsStatsHyperparameters": { + "ml._types.DataframeAnalyticsStatsHyperparameters": { "type": "object", "properties": { "hyperparameters": { - "$ref": "#/components/schemas/ml._types:Hyperparameters" + "$ref": "#/components/schemas/ml._types.Hyperparameters" }, "iteration": { "description": "The number of iterations on the analysis.", "type": "number" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:TimingStats" + "$ref": "#/components/schemas/ml._types.TimingStats" }, "validation_loss": { - "$ref": "#/components/schemas/ml._types:ValidationLoss" + "$ref": "#/components/schemas/ml._types.ValidationLoss" } }, "required": [ @@ -54738,7 +57162,7 @@ "validation_loss" ] }, - "ml._types:Hyperparameters": { + "ml._types.Hyperparameters": { "type": "object", "properties": { "alpha": { @@ -54799,21 +57223,21 @@ } } }, - "ml._types:TimingStats": { + "ml._types.TimingStats": { "type": "object", "properties": { "elapsed_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "iteration_time": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ "elapsed_time" ] }, - "ml._types:ValidationLoss": { + "ml._types.ValidationLoss": { "type": "object", "properties": { "fold_values": { @@ -54833,17 +57257,17 @@ "loss_type" ] }, - "ml._types:DataframeAnalyticsStatsOutlierDetection": { + "ml._types.DataframeAnalyticsStatsOutlierDetection": { "type": "object", "properties": { "parameters": { - "$ref": "#/components/schemas/ml._types:OutlierDetectionParameters" + "$ref": "#/components/schemas/ml._types.OutlierDetectionParameters" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:TimingStats" + "$ref": "#/components/schemas/ml._types.TimingStats" } }, "required": [ @@ -54852,7 +57276,7 @@ "timing_stats" ] }, - "ml._types:OutlierDetectionParameters": { + "ml._types.OutlierDetectionParameters": { "type": "object", "properties": { "compute_feature_influence": { @@ -54881,7 +57305,7 @@ } } }, - "ml._types:DataframeAnalyticsStatsDataCounts": { + "ml._types.DataframeAnalyticsStatsDataCounts": { "type": "object", "properties": { "skipped_docs_count": { @@ -54903,7 +57327,7 @@ "training_docs_count" ] }, - "ml._types:DataframeAnalyticsStatsMemoryUsage": { + "ml._types.DataframeAnalyticsStatsMemoryUsage": { "type": "object", "properties": { "memory_reestimate_bytes": { @@ -54919,7 +57343,7 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -54927,7 +57351,7 @@ "status" ] }, - "ml._types:DataframeAnalyticsStatsProgress": { + "ml._types.DataframeAnalyticsStatsProgress": { "type": "object", "properties": { "phase": { @@ -54944,7 +57368,7 @@ "progress_percent" ] }, - "ml._types:DataframeState": { + "ml._types.DataframeState": { "type": "string", "enum": [ "started", @@ -54954,7 +57378,7 @@ "failed" ] }, - "ml._types:DatafeedStats": { + "ml._types.DatafeedStats": { "type": "object", "properties": { "assignment_explanation": { @@ -54962,16 +57386,16 @@ "type": "string" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "state": { - "$ref": "#/components/schemas/ml._types:DatafeedState" + "$ref": "#/components/schemas/ml._types.DatafeedState" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:DatafeedTimingStats" + "$ref": "#/components/schemas/ml._types.DatafeedTimingStats" }, "running_state": { - "$ref": "#/components/schemas/ml._types:DatafeedRunningState" + "$ref": "#/components/schemas/ml._types.DatafeedRunningState" } }, "required": [ @@ -54979,7 +57403,7 @@ "state" ] }, - "ml._types:DatafeedTimingStats": { + "ml._types.DatafeedTimingStats": { "type": "object", "properties": { "bucket_count": { @@ -54987,23 +57411,23 @@ "type": "number" }, "exponential_average_search_time_per_hour_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_average_calculation_context": { - "$ref": "#/components/schemas/ml._types:ExponentialAverageCalculationContext" + "$ref": "#/components/schemas/ml._types.ExponentialAverageCalculationContext" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "search_count": { "description": "The number of searches run by the datafeed.", "type": "number" }, "total_search_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_search_time_per_bucket_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ @@ -55014,35 +57438,35 @@ "total_search_time_ms" ] }, - "_types:DurationValueUnitFloatMillis": { + "_types.DurationValueUnitFloatMillis": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitFloatMillis" + "$ref": "#/components/schemas/_types.UnitFloatMillis" } ] }, - "_types:UnitFloatMillis": { + "_types.UnitFloatMillis": { "description": "Time unit for fractional milliseconds", "type": "number" }, - "ml._types:ExponentialAverageCalculationContext": { + "ml._types.ExponentialAverageCalculationContext": { "type": "object", "properties": { "incremental_metric_value_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "latest_timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "previous_exponential_average_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ "incremental_metric_value_ms" ] }, - "ml._types:DatafeedRunningState": { + "ml._types.DatafeedRunningState": { "type": "object", "properties": { "real_time_configured": { @@ -55054,7 +57478,7 @@ "type": "boolean" }, "search_interval": { - "$ref": "#/components/schemas/ml._types:RunningStateSearchInterval" + "$ref": "#/components/schemas/ml._types.RunningStateSearchInterval" } }, "required": [ @@ -55062,20 +57486,20 @@ "real_time_running" ] }, - "ml._types:RunningStateSearchInterval": { + "ml._types.RunningStateSearchInterval": { "type": "object", "properties": { "end": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "end_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "start": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "start_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" } }, "required": [ @@ -55083,26 +57507,26 @@ "start_ms" ] }, - "ml._types:Datafeed": { + "ml._types.Datafeed": { "type": "object", "properties": { "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "authorization": { - "$ref": "#/components/schemas/ml._types:DatafeedAuthorization" + "$ref": "#/components/schemas/ml._types.DatafeedAuthorization" }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { "type": "array", @@ -55117,34 +57541,34 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "script_fields": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { "type": "number" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" } }, "required": [ @@ -55155,11 +57579,11 @@ "delayed_data_check_config" ] }, - "ml._types:DatafeedAuthorization": { + "ml._types.DatafeedAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the datafeed, its roles at the time of the update are listed in the response.", @@ -55174,21 +57598,21 @@ } } }, - "ml._types:ChunkingConfig": { + "ml._types.ChunkingConfig": { "type": "object", "properties": { "mode": { - "$ref": "#/components/schemas/ml._types:ChunkingMode" + "$ref": "#/components/schemas/ml._types.ChunkingMode" }, "time_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "mode" ] }, - "ml._types:ChunkingMode": { + "ml._types.ChunkingMode": { "type": "string", "enum": [ "auto", @@ -55196,11 +57620,11 @@ "off" ] }, - "ml._types:DelayedDataCheckConfig": { + "ml._types.DelayedDataCheckConfig": { "type": "object", "properties": { "check_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "enabled": { "description": "Specifies whether the datafeed periodically checks for delayed data.", @@ -55211,7 +57635,7 @@ "enabled" ] }, - "_types:IndicesOptions": { + "_types.IndicesOptions": { "type": "object", "properties": { "allow_no_indices": { @@ -55219,7 +57643,7 @@ "type": "boolean" }, "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "ignore_unavailable": { "description": "If true, missing or closed indices are not included in the response.", @@ -55231,7 +57655,7 @@ } } }, - "ml._types:Filter": { + "ml._types.Filter": { "type": "object", "properties": { "description": { @@ -55239,7 +57663,7 @@ "type": "string" }, "filter_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "items": { "description": "An array of strings which is the filter item list.", @@ -55254,7 +57678,7 @@ "items" ] }, - "ml._types:JobStats": { + "ml._types.JobStats": { "type": "object", "properties": { "assignment_explanation": { @@ -55262,26 +57686,26 @@ "type": "string" }, "data_counts": { - "$ref": "#/components/schemas/ml._types:DataCounts" + "$ref": "#/components/schemas/ml._types.DataCounts" }, "forecasts_stats": { - "$ref": "#/components/schemas/ml._types:JobForecastStatistics" + "$ref": "#/components/schemas/ml._types.JobForecastStatistics" }, "job_id": { "description": "Identifier for the anomaly detection job.", "type": "string" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:ModelSizeStats" + "$ref": "#/components/schemas/ml._types.ModelSizeStats" }, "open_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "state": { - "$ref": "#/components/schemas/ml._types:JobState" + "$ref": "#/components/schemas/ml._types.JobState" }, "timing_stats": { - "$ref": "#/components/schemas/ml._types:JobTimingStats" + "$ref": "#/components/schemas/ml._types.JobTimingStats" }, "deleting": { "description": "Indicates that the process of deleting the job is in progress but not yet completed. It is only reported when `true`.", @@ -55297,7 +57721,7 @@ "timing_stats" ] }, - "ml._types:DataCounts": { + "ml._types.DataCounts": { "type": "object", "properties": { "bucket_count": { @@ -55322,7 +57746,7 @@ "type": "number" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "last_data_time": { "type": "number" @@ -55373,17 +57797,17 @@ "sparse_bucket_count" ] }, - "ml._types:JobForecastStatistics": { + "ml._types.JobForecastStatistics": { "type": "object", "properties": { "memory_bytes": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "processing_time_ms": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "records": { - "$ref": "#/components/schemas/ml._types:JobStatistics" + "$ref": "#/components/schemas/ml._types.JobStatistics" }, "status": { "type": "object", @@ -55403,7 +57827,7 @@ "forecasted_jobs" ] }, - "ml._types:JobStatistics": { + "ml._types.JobStatistics": { "type": "object", "properties": { "avg": { @@ -55426,35 +57850,35 @@ "total" ] }, - "ml._types:ModelSizeStats": { + "ml._types.ModelSizeStats": { "type": "object", "properties": { "bucket_allocation_failures_count": { "type": "number" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "log_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "memory_status": { - "$ref": "#/components/schemas/ml._types:MemoryStatus" + "$ref": "#/components/schemas/ml._types.MemoryStatus" }, "model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_bytes_exceeded": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_bytes_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "output_memory_allocator_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "peak_model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "assignment_memory_basis": { "type": "string" @@ -55472,7 +57896,7 @@ "type": "number" }, "categorization_status": { - "$ref": "#/components/schemas/ml._types:CategorizationStatus" + "$ref": "#/components/schemas/ml._types.CategorizationStatus" }, "categorized_doc_count": { "type": "number" @@ -55515,32 +57939,32 @@ "total_category_count" ] }, - "ml._types:JobTimingStats": { + "ml._types.JobTimingStats": { "type": "object", "properties": { "average_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "bucket_count": { "type": "number" }, "exponential_average_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_average_bucket_processing_time_per_hour_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "total_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "maximum_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "minimum_bucket_processing_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" } }, "required": [ @@ -55550,7 +57974,7 @@ "total_bucket_processing_time_ms" ] }, - "ml._types:Job": { + "ml._types.Job": { "type": "object", "properties": { "allow_lazy_open": { @@ -55558,32 +57982,32 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "blocked": { - "$ref": "#/components/schemas/ml._types:JobBlocked" + "$ref": "#/components/schemas/ml._types.JobBlocked" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies a period of time (in days) after which only the first snapshot per day is retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nValid values range from 0 to `model_snapshot_retention_days`.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" }, "deleting": { "description": "Indicates that the process of deleting the job is in progress but not yet completed.\nIt is only reported when `true`.", @@ -55594,7 +58018,7 @@ "type": "string" }, "finished_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "groups": { "description": "A list of job groups.\nA job can belong to no groups or many.", @@ -55604,20 +58028,20 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "description": "Reserved for future use, currently set to `anomaly_detector`.", "type": "string" }, "job_version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies the maximum period of time (in days) that snapshots are retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nBy default, snapshots ten days older than the newest snapshot are deleted.", @@ -55628,7 +58052,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option.\nThe period of time (in days) that results are retained.\nAge is calculated relative to the timestamp of the latest bucket result.\nIf this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch.\nThe default value is null, which means all results are retained.\nAnnotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results.\nAnnotations added by users are retained forever.", @@ -55644,7 +58068,7 @@ "results_index_name" ] }, - "ml._types:AnalysisLimits": { + "ml._types.AnalysisLimits": { "type": "object", "properties": { "categorization_examples_limit": { @@ -55652,25 +58076,25 @@ "type": "number" }, "model_memory_limit": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } } }, - "ml._types:JobBlocked": { + "ml._types.JobBlocked": { "type": "object", "properties": { "reason": { - "$ref": "#/components/schemas/ml._types:JobBlockedReason" + "$ref": "#/components/schemas/ml._types.JobBlockedReason" }, "task_id": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } }, "required": [ "reason" ] }, - "ml._types:JobBlockedReason": { + "ml._types.JobBlockedReason": { "type": "string", "enum": [ "delete", @@ -55678,11 +58102,11 @@ "revert" ] }, - "ml._types:CustomSettings": { + "ml._types.CustomSettings": { "description": "Custom metadata about the job", "type": "object" }, - "ml._types:DataDescription": { + "ml._types.DataDescription": { "type": "object", "properties": { "format": { @@ -55690,7 +58114,7 @@ "type": "string" }, "time_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "time_format": { "description": "The time format, which can be `epoch`, `epoch_ms`, or a custom pattern. The value `epoch` refers to UNIX or Epoch time (the number of seconds since 1 Jan 1970). The value `epoch_ms` indicates that time is measured in milliseconds since the epoch. The `epoch` and `epoch_ms` time formats accept either integer or real values. Custom patterns must conform to the Java DateTimeFormatter class. When you use date-time formatting patterns, it is recommended that you provide the full date, time and time zone. For example: `yyyy-MM-dd'T'HH:mm:ssX`. If the pattern that you specify is not sufficient to produce a complete timestamp, job creation fails.", @@ -55701,7 +58125,7 @@ } } }, - "ml._types:ModelPlotConfig": { + "ml._types.ModelPlotConfig": { "type": "object", "properties": { "annotations_enabled": { @@ -55713,15 +58137,15 @@ "type": "boolean" }, "terms": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, - "ml._types:OverallBucket": { + "ml._types.OverallBucket": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:DurationValueUnitSeconds" + "$ref": "#/components/schemas/_types.DurationValueUnitSeconds" }, "is_interim": { "description": "If true, this is an interim result. In other words, the results are calculated based on partial input data.", @@ -55731,7 +58155,7 @@ "description": "An array of objects that contain the max_anomaly_score per job_id.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:OverallBucketJob" + "$ref": "#/components/schemas/ml._types.OverallBucketJob" } }, "overall_score": { @@ -55743,10 +58167,10 @@ "type": "string" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "timestamp_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -55758,18 +58182,18 @@ "timestamp" ] }, - "_types:DurationValueUnitSeconds": { + "_types.DurationValueUnitSeconds": { "allOf": [ { - "$ref": "#/components/schemas/_types:UnitSeconds" + "$ref": "#/components/schemas/_types.UnitSeconds" } ] }, - "ml._types:OverallBucketJob": { + "ml._types.OverallBucketJob": { "type": "object", "properties": { "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_anomaly_score": { "type": "number" @@ -55780,7 +58204,7 @@ "max_anomaly_score" ] }, - "ml._types:Include": { + "ml._types.Include": { "type": "string", "enum": [ "definition", @@ -55790,14 +58214,14 @@ "definition_status" ] }, - "ml._types:TrainedModelConfig": { + "ml._types.TrainedModelConfig": { "type": "object", "properties": { "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_type": { - "$ref": "#/components/schemas/ml._types:TrainedModelType" + "$ref": "#/components/schemas/ml._types.TrainedModelType" }, "tags": { "description": "A comma delimited string of tags. A trained model can have many tags, or none.", @@ -55807,7 +58231,7 @@ } }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "compressed_definition": { "type": "string" @@ -55817,7 +58241,7 @@ "type": "string" }, "create_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "default_field_map": { "description": "Any field map described in the inference configuration takes precedence.", @@ -55843,32 +58267,32 @@ "type": "boolean" }, "inference_config": { - "$ref": "#/components/schemas/ml._types:InferenceConfigCreateContainer" + "$ref": "#/components/schemas/ml._types.InferenceConfigCreateContainer" }, "input": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfigInput" + "$ref": "#/components/schemas/ml._types.TrainedModelConfigInput" }, "license_level": { "description": "The license level of the trained model.", "type": "string" }, "metadata": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfigMetadata" + "$ref": "#/components/schemas/ml._types.TrainedModelConfigMetadata" }, "model_size_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_package": { - "$ref": "#/components/schemas/ml._types:ModelPackageConfig" + "$ref": "#/components/schemas/ml._types.ModelPackageConfig" }, "location": { - "$ref": "#/components/schemas/ml._types:TrainedModelLocation" + "$ref": "#/components/schemas/ml._types.TrainedModelLocation" }, "platform_architecture": { "type": "string" }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" } }, "required": [ @@ -55877,7 +58301,7 @@ "input" ] }, - "ml._types:TrainedModelType": { + "ml._types.TrainedModelType": { "type": "string", "enum": [ "tree_ensemble", @@ -55885,48 +58309,48 @@ "pytorch" ] }, - "ml._types:InferenceConfigCreateContainer": { + "ml._types.InferenceConfigCreateContainer": { "description": "Inference configuration provided when storing the model config", "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" }, "text_classification": { - "$ref": "#/components/schemas/ml._types:TextClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextClassificationInferenceOptions" }, "zero_shot_classification": { - "$ref": "#/components/schemas/ml._types:ZeroShotClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ZeroShotClassificationInferenceOptions" }, "fill_mask": { - "$ref": "#/components/schemas/ml._types:FillMaskInferenceOptions" + "$ref": "#/components/schemas/ml._types.FillMaskInferenceOptions" }, "learning_to_rank": { - "$ref": "#/components/schemas/ml._types:LearningToRankConfig" + "$ref": "#/components/schemas/ml._types.LearningToRankConfig" }, "ner": { - "$ref": "#/components/schemas/ml._types:NerInferenceOptions" + "$ref": "#/components/schemas/ml._types.NerInferenceOptions" }, "pass_through": { - "$ref": "#/components/schemas/ml._types:PassThroughInferenceOptions" + "$ref": "#/components/schemas/ml._types.PassThroughInferenceOptions" }, "text_embedding": { - "$ref": "#/components/schemas/ml._types:TextEmbeddingInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextEmbeddingInferenceOptions" }, "text_expansion": { - "$ref": "#/components/schemas/ml._types:TextExpansionInferenceOptions" + "$ref": "#/components/schemas/ml._types.TextExpansionInferenceOptions" }, "question_answering": { - "$ref": "#/components/schemas/ml._types:QuestionAnsweringInferenceOptions" + "$ref": "#/components/schemas/ml._types.QuestionAnsweringInferenceOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:TextClassificationInferenceOptions": { + "ml._types.TextClassificationInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -55934,7 +58358,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -55948,44 +58372,44 @@ } }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:TokenizationConfigContainer": { + "ml._types.TokenizationConfigContainer": { "description": "Tokenization options stored in inference configuration", "type": "object", "properties": { "bert": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "bert_ja": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "mpnet": { - "$ref": "#/components/schemas/ml._types:NlpBertTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpBertTokenizationConfig" }, "roberta": { - "$ref": "#/components/schemas/ml._types:NlpRobertaTokenizationConfig" + "$ref": "#/components/schemas/ml._types.NlpRobertaTokenizationConfig" }, "xlm_roberta": { - "$ref": "#/components/schemas/ml._types:XlmRobertaTokenizationConfig" + "$ref": "#/components/schemas/ml._types.XlmRobertaTokenizationConfig" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:NlpBertTokenizationConfig": { + "ml._types.NlpBertTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object" } ] }, - "ml._types:CommonTokenizationConfig": { + "ml._types.CommonTokenizationConfig": { "type": "object", "properties": { "do_lower_case": { @@ -56001,7 +58425,7 @@ "type": "number" }, "truncate": { - "$ref": "#/components/schemas/ml._types:TokenizationTruncate" + "$ref": "#/components/schemas/ml._types.TokenizationTruncate" }, "with_special_tokens": { "description": "Is tokenization completed with special tokens", @@ -56009,7 +58433,7 @@ } } }, - "ml._types:TokenizationTruncate": { + "ml._types.TokenizationTruncate": { "type": "string", "enum": [ "first", @@ -56017,10 +58441,10 @@ "none" ] }, - "ml._types:NlpRobertaTokenizationConfig": { + "ml._types.NlpRobertaTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object", @@ -56033,32 +58457,32 @@ } ] }, - "ml._types:XlmRobertaTokenizationConfig": { + "ml._types.XlmRobertaTokenizationConfig": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:CommonTokenizationConfig" + "$ref": "#/components/schemas/ml._types.CommonTokenizationConfig" }, { "type": "object" } ] }, - "ml._types:Vocabulary": { + "ml._types.Vocabulary": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "index" ] }, - "ml._types:ZeroShotClassificationInferenceOptions": { + "ml._types.ZeroShotClassificationInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "hypothesis_template": { "description": "Hypothesis template used when tokenizing labels for prediction", @@ -56091,7 +58515,7 @@ "classification_labels" ] }, - "ml._types:FillMaskInferenceOptions": { + "ml._types.FillMaskInferenceOptions": { "type": "object", "properties": { "mask_token": { @@ -56103,21 +58527,21 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:LearningToRankConfig": { + "ml._types.LearningToRankConfig": { "type": "object", "properties": { "default_params": { @@ -56131,7 +58555,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:FeatureExtractor" + "$ref": "#/components/schemas/ml._types.FeatureExtractor" } } }, @@ -56143,14 +58567,14 @@ "num_top_feature_importance_values" ] }, - "ml._types:FeatureExtractor": { + "ml._types.FeatureExtractor": { "allOf": [ { - "$ref": "#/components/schemas/ml._types:QueryFeatureExtractor" + "$ref": "#/components/schemas/ml._types.QueryFeatureExtractor" } ] }, - "ml._types:QueryFeatureExtractor": { + "ml._types.QueryFeatureExtractor": { "type": "object", "properties": { "default_score": { @@ -56160,7 +58584,7 @@ "type": "string" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -56168,11 +58592,11 @@ "query" ] }, - "ml._types:NerInferenceOptions": { + "ml._types.NerInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56186,26 +58610,26 @@ } }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:PassThroughInferenceOptions": { + "ml._types.PassThroughInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } } }, - "ml._types:TextEmbeddingInferenceOptions": { + "ml._types.TextEmbeddingInferenceOptions": { "type": "object", "properties": { "embedding_size": { @@ -56213,39 +58637,39 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:TextExpansionInferenceOptions": { + "ml._types.TextExpansionInferenceOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", "type": "string" }, "vocabulary": { - "$ref": "#/components/schemas/ml._types:Vocabulary" + "$ref": "#/components/schemas/ml._types.Vocabulary" } }, "required": [ "vocabulary" ] }, - "ml._types:QuestionAnsweringInferenceOptions": { + "ml._types.QuestionAnsweringInferenceOptions": { "type": "object", "properties": { "num_top_classes": { @@ -56253,7 +58677,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:TokenizationConfigContainer" + "$ref": "#/components/schemas/ml._types.TokenizationConfigContainer" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56265,14 +58689,14 @@ } } }, - "ml._types:TrainedModelConfigInput": { + "ml._types.TrainedModelConfigInput": { "type": "object", "properties": { "field_names": { "description": "An array of input field names for the model.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, @@ -56280,7 +58704,7 @@ "field_names" ] }, - "ml._types:TrainedModelConfigMetadata": { + "ml._types.TrainedModelConfigMetadata": { "type": "object", "properties": { "model_aliases": { @@ -56300,19 +58724,19 @@ "description": "List of the available hyperparameters optimized during the fine_parameter_tuning phase as well as specified by the user.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Hyperparameter" + "$ref": "#/components/schemas/ml._types.Hyperparameter" } }, "total_feature_importance": { "description": "An array of the total feature importance for each feature used from the training data set. This array of objects is returned if data frame analytics trained the model and the request includes total_feature_importance in the include request parameter.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportance" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportance" } } } }, - "ml._types:Hyperparameter": { + "ml._types.Hyperparameter": { "type": "object", "properties": { "absolute_importance": { @@ -56320,7 +58744,7 @@ "type": "number" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "relative_importance": { "description": "A number between 0 and 1 showing the proportion of influence on the variation of the loss function among all tuned hyperparameters. For hyperparameters with values that are not specified by the user but tuned during hyperparameter optimization.", @@ -56341,24 +58765,24 @@ "value" ] }, - "ml._types:TotalFeatureImportance": { + "ml._types.TotalFeatureImportance": { "type": "object", "properties": { "feature_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "importance": { "description": "A collection of feature importance statistics related to the training data set for this particular feature.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceStatistics" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceStatistics" } }, "classes": { "description": "If the trained model is a classification model, feature importance statistics are gathered per target class value.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceClass" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceClass" } } }, @@ -56368,7 +58792,7 @@ "classes" ] }, - "ml._types:TotalFeatureImportanceStatistics": { + "ml._types.TotalFeatureImportanceStatistics": { "type": "object", "properties": { "mean_magnitude": { @@ -56390,17 +58814,17 @@ "min" ] }, - "ml._types:TotalFeatureImportanceClass": { + "ml._types.TotalFeatureImportanceClass": { "type": "object", "properties": { "class_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "importance": { "description": "A collection of feature importance statistics related to the training data set for this particular feature.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TotalFeatureImportanceStatistics" + "$ref": "#/components/schemas/ml._types.TotalFeatureImportanceStatistics" } } }, @@ -56409,11 +58833,11 @@ "importance" ] }, - "ml._types:ModelPackageConfig": { + "ml._types.ModelPackageConfig": { "type": "object", "properties": { "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "description": { "type": "string" @@ -56425,7 +58849,7 @@ } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "minimum_version": { "type": "string" @@ -56437,16 +58861,16 @@ "type": "string" }, "packaged_model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "platform_architecture": { "type": "string" }, "prefix_strings": { - "$ref": "#/components/schemas/ml._types:TrainedModelPrefixStrings" + "$ref": "#/components/schemas/ml._types.TrainedModelPrefixStrings" }, "size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "sha256": { "type": "string" @@ -56465,7 +58889,7 @@ "packaged_model_id" ] }, - "ml._types:TrainedModelPrefixStrings": { + "ml._types.TrainedModelPrefixStrings": { "type": "object", "properties": { "ingest": { @@ -56478,36 +58902,36 @@ } } }, - "ml._types:TrainedModelLocation": { + "ml._types.TrainedModelLocation": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/ml._types:TrainedModelLocationIndex" + "$ref": "#/components/schemas/ml._types.TrainedModelLocationIndex" } }, "required": [ "index" ] }, - "ml._types:TrainedModelLocationIndex": { + "ml._types.TrainedModelLocationIndex": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "name" ] }, - "ml._types:TrainedModelStats": { + "ml._types.TrainedModelStats": { "type": "object", "properties": { "deployment_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentStats" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentStats" }, "inference_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceStats" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceStats" }, "ingest": { "description": "A collection of ingest stats for the model across all nodes.\nThe values are summations of the individual node statistics.\nThe format matches the ingest section in the nodes stats API.", @@ -56517,10 +58941,10 @@ } }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "model_size_stats": { - "$ref": "#/components/schemas/ml._types:TrainedModelSizeStats" + "$ref": "#/components/schemas/ml._types.TrainedModelSizeStats" }, "pipeline_count": { "description": "The number of ingest pipelines that currently refer to the model.", @@ -56533,20 +58957,20 @@ "pipeline_count" ] }, - "ml._types:TrainedModelDeploymentStats": { + "ml._types.TrainedModelDeploymentStats": { "type": "object", "properties": { "adaptive_allocations": { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" }, "allocation_status": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentAllocationStatus" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentAllocationStatus" }, "cache_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "deployment_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "error_count": { "description": "The sum of `error_count` for all nodes in the deployment.", @@ -56557,13 +58981,13 @@ "type": "number" }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "nodes": { "description": "The deployment stats for each node that currently has the model allocated.\nIn serverless, stats are reported for a single unnamed virtual node.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelDeploymentNodesStats" + "$ref": "#/components/schemas/ml._types.TrainedModelDeploymentNodesStats" } }, "number_of_allocations": { @@ -56574,7 +58998,7 @@ "type": "number" }, "priority": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "queue_capacity": { "description": "The number of inference requests that can be queued before new requests are rejected.", @@ -56589,10 +59013,10 @@ "type": "string" }, "start_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "state": { - "$ref": "#/components/schemas/ml._types:DeploymentAssignmentState" + "$ref": "#/components/schemas/ml._types.DeploymentAssignmentState" }, "threads_per_allocation": { "description": "The number of threads used be each allocation during inference.", @@ -56612,7 +59036,7 @@ "start_time" ] }, - "ml._types:AdaptiveAllocationsSettings": { + "ml._types.AdaptiveAllocationsSettings": { "type": "object", "properties": { "enabled": { @@ -56632,7 +59056,7 @@ "enabled" ] }, - "ml._types:TrainedModelDeploymentAllocationStatus": { + "ml._types.TrainedModelDeploymentAllocationStatus": { "type": "object", "properties": { "allocation_count": { @@ -56640,7 +59064,7 @@ "type": "number" }, "state": { - "$ref": "#/components/schemas/ml._types:DeploymentAllocationState" + "$ref": "#/components/schemas/ml._types.DeploymentAllocationState" }, "target_allocation_count": { "description": "The desired number of nodes for model allocation.", @@ -56653,7 +59077,7 @@ "target_allocation_count" ] }, - "ml._types:DeploymentAllocationState": { + "ml._types.DeploymentAllocationState": { "type": "string", "enum": [ "started", @@ -56661,17 +59085,17 @@ "fully_allocated" ] }, - "ml._types:TrainedModelDeploymentNodesStats": { + "ml._types.TrainedModelDeploymentNodesStats": { "type": "object", "properties": { "average_inference_time_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_inference_time_ms_last_minute": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "average_inference_time_ms_excluding_cache_hits": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "error_count": { "description": "The number of errors when evaluating the trained model.", @@ -56688,7 +59112,7 @@ "type": "number" }, "last_access": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "number_of_allocations": { "description": "The number of allocations assigned to this node.", @@ -56706,10 +59130,10 @@ "type": "number" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentRoutingStateAndReason" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentRoutingStateAndReason" }, "start_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "threads_per_allocation": { "description": "The number of threads used by each allocation during inference.", @@ -56729,7 +59153,7 @@ "throughput_last_minute" ] }, - "ml._types:TrainedModelAssignmentRoutingStateAndReason": { + "ml._types.TrainedModelAssignmentRoutingStateAndReason": { "type": "object", "properties": { "reason": { @@ -56737,14 +59161,14 @@ "type": "string" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:RoutingState" + "$ref": "#/components/schemas/ml._types.RoutingState" } }, "required": [ "routing_state" ] }, - "ml._types:RoutingState": { + "ml._types.RoutingState": { "type": "string", "enum": [ "failed", @@ -56754,14 +59178,14 @@ "stopping" ] }, - "ml._types:TrainingPriority": { + "ml._types.TrainingPriority": { "type": "string", "enum": [ "normal", "low" ] }, - "ml._types:DeploymentAssignmentState": { + "ml._types.DeploymentAssignmentState": { "type": "string", "enum": [ "started", @@ -56770,7 +59194,7 @@ "failed" ] }, - "ml._types:TrainedModelInferenceStats": { + "ml._types.TrainedModelInferenceStats": { "type": "object", "properties": { "cache_miss_count": { @@ -56790,7 +59214,7 @@ "type": "number" }, "timestamp": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -56801,14 +59225,14 @@ "timestamp" ] }, - "ml._types:TrainedModelSizeStats": { + "ml._types.TrainedModelSizeStats": { "type": "object", "properties": { "model_size_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "required_native_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" } }, "required": [ @@ -56816,44 +59240,44 @@ "required_native_memory_bytes" ] }, - "ml._types:InferenceConfigUpdateContainer": { + "ml._types.InferenceConfigUpdateContainer": { "type": "object", "properties": { "regression": { - "$ref": "#/components/schemas/ml._types:RegressionInferenceOptions" + "$ref": "#/components/schemas/ml._types.RegressionInferenceOptions" }, "classification": { - "$ref": "#/components/schemas/ml._types:ClassificationInferenceOptions" + "$ref": "#/components/schemas/ml._types.ClassificationInferenceOptions" }, "text_classification": { - "$ref": "#/components/schemas/ml._types:TextClassificationInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextClassificationInferenceUpdateOptions" }, "zero_shot_classification": { - "$ref": "#/components/schemas/ml._types:ZeroShotClassificationInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.ZeroShotClassificationInferenceUpdateOptions" }, "fill_mask": { - "$ref": "#/components/schemas/ml._types:FillMaskInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.FillMaskInferenceUpdateOptions" }, "ner": { - "$ref": "#/components/schemas/ml._types:NerInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.NerInferenceUpdateOptions" }, "pass_through": { - "$ref": "#/components/schemas/ml._types:PassThroughInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.PassThroughInferenceUpdateOptions" }, "text_embedding": { - "$ref": "#/components/schemas/ml._types:TextEmbeddingInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextEmbeddingInferenceUpdateOptions" }, "text_expansion": { - "$ref": "#/components/schemas/ml._types:TextExpansionInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.TextExpansionInferenceUpdateOptions" }, "question_answering": { - "$ref": "#/components/schemas/ml._types:QuestionAnsweringInferenceUpdateOptions" + "$ref": "#/components/schemas/ml._types.QuestionAnsweringInferenceUpdateOptions" } }, "minProperties": 1, "maxProperties": 1 }, - "ml._types:TextClassificationInferenceUpdateOptions": { + "ml._types.TextClassificationInferenceUpdateOptions": { "type": "object", "properties": { "num_top_classes": { @@ -56861,7 +59285,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56876,11 +59300,11 @@ } } }, - "ml._types:NlpTokenizationUpdateOptions": { + "ml._types.NlpTokenizationUpdateOptions": { "type": "object", "properties": { "truncate": { - "$ref": "#/components/schemas/ml._types:TokenizationTruncate" + "$ref": "#/components/schemas/ml._types.TokenizationTruncate" }, "span": { "description": "Span options to apply", @@ -56888,11 +59312,11 @@ } } }, - "ml._types:ZeroShotClassificationInferenceUpdateOptions": { + "ml._types.ZeroShotClassificationInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56914,7 +59338,7 @@ "labels" ] }, - "ml._types:FillMaskInferenceUpdateOptions": { + "ml._types.FillMaskInferenceUpdateOptions": { "type": "object", "properties": { "num_top_classes": { @@ -56922,7 +59346,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56930,11 +59354,11 @@ } } }, - "ml._types:NerInferenceUpdateOptions": { + "ml._types.NerInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56942,11 +59366,11 @@ } } }, - "ml._types:PassThroughInferenceUpdateOptions": { + "ml._types.PassThroughInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56954,11 +59378,11 @@ } } }, - "ml._types:TextEmbeddingInferenceUpdateOptions": { + "ml._types.TextEmbeddingInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56966,11 +59390,11 @@ } } }, - "ml._types:TextExpansionInferenceUpdateOptions": { + "ml._types.TextExpansionInferenceUpdateOptions": { "type": "object", "properties": { "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -56978,7 +59402,7 @@ } } }, - "ml._types:QuestionAnsweringInferenceUpdateOptions": { + "ml._types.QuestionAnsweringInferenceUpdateOptions": { "type": "object", "properties": { "question": { @@ -56990,7 +59414,7 @@ "type": "number" }, "tokenization": { - "$ref": "#/components/schemas/ml._types:NlpTokenizationUpdateOptions" + "$ref": "#/components/schemas/ml._types.NlpTokenizationUpdateOptions" }, "results_field": { "description": "The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value.", @@ -57005,14 +59429,14 @@ "question" ] }, - "ml._types:InferenceResponseResult": { + "ml._types.InferenceResponseResult": { "type": "object", "properties": { "entities": { "description": "If the model is trained for named entity recognition (NER) tasks, the response contains the recognized entities.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelEntities" + "$ref": "#/components/schemas/ml._types.TrainedModelEntities" } }, "is_truncated": { @@ -57023,12 +59447,12 @@ "description": "If the model is trained for a text classification or zero shot classification task, the response is the\npredicted class.\nFor named entity recognition (NER) tasks, it contains the annotated text output.\nFor fill mask tasks, it contains the top prediction for replacing the mask token.\nFor text embedding tasks, it contains the raw numerical text embedding values.\nFor regression models, its a numerical value\nFor classification models, it may be an integer, double, boolean or string depending on prediction type", "oneOf": [ { - "$ref": "#/components/schemas/ml._types:PredictedValue" + "$ref": "#/components/schemas/ml._types.PredictedValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:PredictedValue" + "$ref": "#/components/schemas/ml._types.PredictedValue" } } ] @@ -57049,7 +59473,7 @@ "description": "For fill mask, text classification, and zero shot classification tasks, the response contains a list of top\nclass entries.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TopClassEntry" + "$ref": "#/components/schemas/ml._types.TopClassEntry" } }, "warning": { @@ -57060,12 +59484,12 @@ "description": "The feature importance for the inference results. Relevant only for classification or regression models", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceFeatureImportance" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceFeatureImportance" } } } }, - "ml._types:TrainedModelEntities": { + "ml._types.TrainedModelEntities": { "type": "object", "properties": { "class_name": { @@ -57092,20 +59516,20 @@ "end_pos" ] }, - "ml._types:PredictedValue": { + "ml._types.PredictedValue": { "oneOf": [ { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ScalarValue" + "$ref": "#/components/schemas/_types.ScalarValue" } } ] }, - "ml._types:TopClassEntry": { + "ml._types.TopClassEntry": { "type": "object", "properties": { "class_name": { @@ -57124,7 +59548,7 @@ "class_score" ] }, - "ml._types:TrainedModelInferenceFeatureImportance": { + "ml._types.TrainedModelInferenceFeatureImportance": { "type": "object", "properties": { "feature_name": { @@ -57136,7 +59560,7 @@ "classes": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelInferenceClassImportance" + "$ref": "#/components/schemas/ml._types.TrainedModelInferenceClassImportance" } } }, @@ -57144,7 +59568,7 @@ "feature_name" ] }, - "ml._types:TrainedModelInferenceClassImportance": { + "ml._types.TrainedModelInferenceClassImportance": { "type": "object", "properties": { "class_name": { @@ -57159,14 +59583,14 @@ "importance" ] }, - "ml.preview_data_frame_analytics:DataframePreviewConfig": { + "ml.preview_data_frame_analytics.DataframePreviewConfig": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSource" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSource" }, "analysis": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisContainer" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisContainer" }, "model_memory_limit": { "type": "string" @@ -57175,7 +59599,7 @@ "type": "number" }, "analyzed_fields": { - "$ref": "#/components/schemas/ml._types:DataframeAnalysisAnalyzedFields" + "$ref": "#/components/schemas/ml._types.DataframeAnalysisAnalyzedFields" } }, "required": [ @@ -57183,55 +59607,55 @@ "analysis" ] }, - "ml._types:DatafeedConfig": { + "ml._types.DatafeedConfig": { "type": "object", "properties": { "aggregations": { "description": "If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "chunking_config": { - "$ref": "#/components/schemas/ml._types:ChunkingConfig" + "$ref": "#/components/schemas/ml._types.ChunkingConfig" }, "datafeed_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "delayed_data_check_config": { - "$ref": "#/components/schemas/ml._types:DelayedDataCheckConfig" + "$ref": "#/components/schemas/ml._types.DelayedDataCheckConfig" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "indices_options": { - "$ref": "#/components/schemas/_types:IndicesOptions" + "$ref": "#/components/schemas/_types.IndicesOptions" }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "max_empty_searches": { "description": "If a real-time datafeed has never seen any data (including during any initial training period) then it will automatically stop itself and close its associated job after this many real-time searches that return no documents. In other words, it will stop after `frequency` times `max_empty_searches` of real-time operation. If not set then a datafeed with no end time that sees no data will remain started until it is explicitly stopped.", "type": "number" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query_delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "script_fields": { "description": "Specifies scripts that evaluate custom expressions and returns script fields to the datafeed. The detector configuration objects in a job can contain functions that use these script fields.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "scroll_size": { @@ -57240,7 +59664,7 @@ } } }, - "ml._types:JobConfig": { + "ml._types.JobConfig": { "type": "object", "properties": { "allow_lazy_open": { @@ -57248,26 +59672,26 @@ "type": "boolean" }, "analysis_config": { - "$ref": "#/components/schemas/ml._types:AnalysisConfig" + "$ref": "#/components/schemas/ml._types.AnalysisConfig" }, "analysis_limits": { - "$ref": "#/components/schemas/ml._types:AnalysisLimits" + "$ref": "#/components/schemas/ml._types.AnalysisLimits" }, "background_persist_interval": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "custom_settings": { - "$ref": "#/components/schemas/ml._types:CustomSettings" + "$ref": "#/components/schemas/ml._types.CustomSettings" }, "daily_model_snapshot_retention_after_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies a period of time (in days) after which only the first snapshot per day is retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.", "type": "number" }, "data_description": { - "$ref": "#/components/schemas/ml._types:DataDescription" + "$ref": "#/components/schemas/ml._types.DataDescription" }, "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "description": { "description": "A description of the job.", @@ -57281,14 +59705,14 @@ } }, "job_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "job_type": { "description": "Reserved for future use, currently set to `anomaly_detector`.", "type": "string" }, "model_plot_config": { - "$ref": "#/components/schemas/ml._types:ModelPlotConfig" + "$ref": "#/components/schemas/ml._types.ModelPlotConfig" }, "model_snapshot_retention_days": { "description": "Advanced configuration option, which affects the automatic removal of old model snapshots for this job.\nIt specifies the maximum period of time (in days) that snapshots are retained.\nThis period is relative to the timestamp of the most recent snapshot for this job.\nThe default value is `10`, which means snapshots ten days older than the newest snapshot are deleted.", @@ -57299,7 +59723,7 @@ "type": "number" }, "results_index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "results_retention_days": { "description": "Advanced configuration option.\nThe period of time (in days) that results are retained.\nAge is calculated relative to the timestamp of the latest bucket result.\nIf this property has a non-null value, once per day at 00:30 (server time), results that are the specified number of days older than the latest bucket result are deleted from Elasticsearch.\nThe default value is null, which means all results are retained.\nAnnotations generated by the system also count as results for retention purposes; they are deleted after the same number of days as results.\nAnnotations added by users are retained forever.", @@ -57311,7 +59735,7 @@ "data_description" ] }, - "_types:HttpHeaders": { + "_types.HttpHeaders": { "type": "object", "additionalProperties": { "oneOf": [ @@ -57327,17 +59751,17 @@ ] } }, - "ml._types:AnalysisConfigRead": { + "ml._types.AnalysisConfigRead": { "type": "object", "properties": { "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "categorization_analyzer": { - "$ref": "#/components/schemas/ml._types:CategorizationAnalyzer" + "$ref": "#/components/schemas/ml._types.CategorizationAnalyzer" }, "categorization_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "categorization_filters": { "description": "If `categorization_field_name` is specified, you can also define optional filters.\nThis property expects an array of regular expressions.\nThe expressions are used to filter out matching sequences from the categorization field values.", @@ -57350,31 +59774,31 @@ "description": "An array of detector configuration objects.\nDetector configuration objects specify which data fields a job analyzes.\nThey also specify which analytical functions are used.\nYou can specify multiple detectors for a job.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectorRead" + "$ref": "#/components/schemas/ml._types.DetectorRead" } }, "influencers": { "description": "A comma separated list of influencer field names.\nTypically these can be the by, over, or partition fields that are used in the detector configuration.\nYou might also want to use a field name that is not specifically named in a detector, but is available as part of the input data.\nWhen you use multiple detectors, the use of influencers is recommended as it aggregates results for each influencer entity.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "model_prune_window": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "latency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "multivariate_by_fields": { "description": "This functionality is reserved for internal use.\nIt is not supported for use in customer environments and is not subject to the support SLA of official GA features.\nIf set to `true`, the analysis will automatically find correlations between metrics for a given by field value and report anomalies when those correlations cease to hold.", "type": "boolean" }, "per_partition_categorization": { - "$ref": "#/components/schemas/ml._types:PerPartitionCategorization" + "$ref": "#/components/schemas/ml._types.PerPartitionCategorization" }, "summary_count_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ @@ -57383,17 +59807,17 @@ "influencers" ] }, - "ml._types:DetectorRead": { + "ml._types.DetectorRead": { "type": "object", "properties": { "by_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "custom_rules": { "description": "An array of custom rule objects, which enable you to customize the way detectors operate.\nFor example, a rule may dictate to the detector conditions under which results should be skipped.\nKibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } }, "detector_description": { @@ -57405,20 +59829,20 @@ "type": "number" }, "exclude_frequent": { - "$ref": "#/components/schemas/ml._types:ExcludeFrequent" + "$ref": "#/components/schemas/ml._types.ExcludeFrequent" }, "field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "function": { "description": "The analysis function that is used.\nFor example, `count`, `rare`, `mean`, `min`, `max`, and `sum`.", "type": "string" }, "over_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "partition_field_name": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "use_null": { "description": "Defines whether a new series is used as the null series when there is no value for the by or partition fields.", @@ -57429,41 +59853,41 @@ "function" ] }, - "ml.put_trained_model:Definition": { + "ml.put_trained_model.Definition": { "type": "object", "properties": { "preprocessors": { "description": "Collection of preprocessors", "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:Preprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.Preprocessor" } }, "trained_model": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModel" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModel" } }, "required": [ "trained_model" ] }, - "ml.put_trained_model:Preprocessor": { + "ml.put_trained_model.Preprocessor": { "type": "object", "properties": { "frequency_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:FrequencyEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.FrequencyEncodingPreprocessor" }, "one_hot_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:OneHotEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.OneHotEncodingPreprocessor" }, "target_mean_encoding": { - "$ref": "#/components/schemas/ml.put_trained_model:TargetMeanEncodingPreprocessor" + "$ref": "#/components/schemas/ml.put_trained_model.TargetMeanEncodingPreprocessor" } }, "minProperties": 1, "maxProperties": 1 }, - "ml.put_trained_model:FrequencyEncodingPreprocessor": { + "ml.put_trained_model.FrequencyEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -57485,7 +59909,7 @@ "frequency_map" ] }, - "ml.put_trained_model:OneHotEncodingPreprocessor": { + "ml.put_trained_model.OneHotEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -57503,7 +59927,7 @@ "hot_map" ] }, - "ml.put_trained_model:TargetMeanEncodingPreprocessor": { + "ml.put_trained_model.TargetMeanEncodingPreprocessor": { "type": "object", "properties": { "field": { @@ -57529,21 +59953,21 @@ "default_value" ] }, - "ml.put_trained_model:TrainedModel": { + "ml.put_trained_model.TrainedModel": { "type": "object", "properties": { "tree": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTree" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTree" }, "tree_node": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTreeNode" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTreeNode" }, "ensemble": { - "$ref": "#/components/schemas/ml.put_trained_model:Ensemble" + "$ref": "#/components/schemas/ml.put_trained_model.Ensemble" } } }, - "ml.put_trained_model:TrainedModelTree": { + "ml.put_trained_model.TrainedModelTree": { "type": "object", "properties": { "classification_labels": { @@ -57564,7 +59988,7 @@ "tree_structure": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModelTreeNode" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModelTreeNode" } } }, @@ -57573,7 +59997,7 @@ "tree_structure" ] }, - "ml.put_trained_model:TrainedModelTreeNode": { + "ml.put_trained_model.TrainedModelTreeNode": { "type": "object", "properties": { "decision_type": { @@ -57608,11 +60032,11 @@ "node_index" ] }, - "ml.put_trained_model:Ensemble": { + "ml.put_trained_model.Ensemble": { "type": "object", "properties": { "aggregate_output": { - "$ref": "#/components/schemas/ml.put_trained_model:AggregateOutput" + "$ref": "#/components/schemas/ml.put_trained_model.AggregateOutput" }, "classification_labels": { "type": "array", @@ -57632,7 +60056,7 @@ "trained_models": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.put_trained_model:TrainedModel" + "$ref": "#/components/schemas/ml.put_trained_model.TrainedModel" } } }, @@ -57640,24 +60064,24 @@ "trained_models" ] }, - "ml.put_trained_model:AggregateOutput": { + "ml.put_trained_model.AggregateOutput": { "type": "object", "properties": { "logistic_regression": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "weighted_sum": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "weighted_mode": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" }, "exponent": { - "$ref": "#/components/schemas/ml.put_trained_model:Weights" + "$ref": "#/components/schemas/ml.put_trained_model.Weights" } } }, - "ml.put_trained_model:Weights": { + "ml.put_trained_model.Weights": { "type": "object", "properties": { "weights": { @@ -57668,37 +60092,37 @@ "weights" ] }, - "ml.put_trained_model:Input": { + "ml.put_trained_model.Input": { "type": "object", "properties": { "field_names": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" } }, "required": [ "field_names" ] }, - "_types:NodeIds": { + "_types.NodeIds": { "oneOf": [ { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" } } ] }, - "ml._types:TrainedModelAssignment": { + "ml._types.TrainedModelAssignment": { "type": "object", "properties": { "adaptive_allocations": { "oneOf": [ { - "$ref": "#/components/schemas/ml._types:AdaptiveAllocationsSettings" + "$ref": "#/components/schemas/ml._types.AdaptiveAllocationsSettings" }, { "nullable": true, @@ -57707,7 +60131,7 @@ ] }, "assignment_state": { - "$ref": "#/components/schemas/ml._types:DeploymentAssignmentState" + "$ref": "#/components/schemas/ml._types.DeploymentAssignmentState" }, "max_assigned_allocations": { "type": "number" @@ -57719,14 +60143,14 @@ "description": "The allocation state for each node.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentRoutingTable" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentRoutingTable" } }, "start_time": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "task_parameters": { - "$ref": "#/components/schemas/ml._types:TrainedModelAssignmentTaskParameters" + "$ref": "#/components/schemas/ml._types.TrainedModelAssignmentTaskParameters" } }, "required": [ @@ -57736,7 +60160,7 @@ "task_parameters" ] }, - "ml._types:TrainedModelAssignmentRoutingTable": { + "ml._types.TrainedModelAssignmentRoutingTable": { "type": "object", "properties": { "reason": { @@ -57744,7 +60168,7 @@ "type": "string" }, "routing_state": { - "$ref": "#/components/schemas/ml._types:RoutingState" + "$ref": "#/components/schemas/ml._types.RoutingState" }, "current_allocations": { "description": "Current number of allocations.", @@ -57761,33 +60185,33 @@ "target_allocations" ] }, - "ml._types:TrainedModelAssignmentTaskParameters": { + "ml._types.TrainedModelAssignmentTaskParameters": { "type": "object", "properties": { "model_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "model_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "deployment_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "cache_size": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "number_of_allocations": { "description": "The total number of allocations this model is assigned across ML nodes.", "type": "number" }, "priority": { - "$ref": "#/components/schemas/ml._types:TrainingPriority" + "$ref": "#/components/schemas/ml._types.TrainingPriority" }, "per_deployment_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "per_allocation_memory_bytes": { - "$ref": "#/components/schemas/_types:ByteSize" + "$ref": "#/components/schemas/_types.ByteSize" }, "queue_capacity": { "description": "Number of inference requests are allowed in the queue at a time.", @@ -57810,7 +60234,7 @@ "threads_per_allocation" ] }, - "ml._types:AnalysisMemoryLimit": { + "ml._types.AnalysisMemoryLimit": { "type": "object", "properties": { "model_memory_limit": { @@ -57822,7 +60246,7 @@ "model_memory_limit" ] }, - "ml._types:DetectorUpdate": { + "ml._types.DetectorUpdate": { "type": "object", "properties": { "detector_index": { @@ -57837,7 +60261,7 @@ "description": "An array of custom rule objects, which enable you to customize the way detectors operate.\nFor example, a rule may dictate to the detector conditions under which results should be skipped.\nKibana refers to custom rules as job rules.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DetectionRule" + "$ref": "#/components/schemas/ml._types.DetectionRule" } } }, @@ -57845,30 +60269,30 @@ "detector_index" ] }, - "_global.msearch:RequestItem": { + "_global.msearch.RequestItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultisearchHeader" + "$ref": "#/components/schemas/_global.msearch.MultisearchHeader" }, { - "$ref": "#/components/schemas/_global.search._types:SearchRequestBody" + "$ref": "#/components/schemas/_global.search._types.SearchRequestBody" } ] }, - "_global.msearch:MultisearchHeader": { + "_global.msearch.MultisearchHeader": { "type": "object", "properties": { "allow_no_indices": { "type": "boolean" }, "expand_wildcards": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "ignore_unavailable": { "type": "boolean" }, "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "preference": { "type": "string" @@ -57877,10 +60301,10 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_type": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "ccs_minimize_roundtrips": { "type": "boolean" @@ -57893,7 +60317,7 @@ } } }, - "_global.msearch:MultiSearchResult": { + "_global.msearch.MultiSearchResult": { "type": "object", "properties": { "took": { @@ -57902,7 +60326,7 @@ "responses": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:ResponseItem" + "$ref": "#/components/schemas/_global.msearch.ResponseItem" } } }, @@ -57911,20 +60335,20 @@ "responses" ] }, - "_global.msearch:ResponseItem": { + "_global.msearch.ResponseItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultiSearchItem" + "$ref": "#/components/schemas/_global.msearch.MultiSearchItem" }, { - "$ref": "#/components/schemas/_types:ErrorResponseBase" + "$ref": "#/components/schemas/_types.ErrorResponseBase" } ] }, - "_global.msearch:MultiSearchItem": { + "_global.msearch.MultiSearchItem": { "allOf": [ { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" }, { "type": "object", @@ -57936,7 +60360,7 @@ } ] }, - "_global.search:ResponseBody": { + "_global.search.ResponseBody": { "type": "object", "properties": { "took": { @@ -57948,19 +60372,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -57975,20 +60399,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -58003,11 +60427,11 @@ "hits" ] }, - "_types:ErrorResponseBase": { + "_types.ErrorResponseBase": { "type": "object", "properties": { "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" }, "status": { "type": "number" @@ -58018,17 +60442,17 @@ "status" ] }, - "_global.msearch_template:RequestItem": { + "_global.msearch_template.RequestItem": { "oneOf": [ { - "$ref": "#/components/schemas/_global.msearch:MultisearchHeader" + "$ref": "#/components/schemas/_global.msearch.MultisearchHeader" }, { - "$ref": "#/components/schemas/_global.msearch_template:TemplateConfig" + "$ref": "#/components/schemas/_global.msearch_template.TemplateConfig" } ] }, - "_global.msearch_template:TemplateConfig": { + "_global.msearch_template.TemplateConfig": { "type": "object", "properties": { "explain": { @@ -58036,7 +60460,7 @@ "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Key-value pairs used to replace Mustache variables in the template.\nThe key is the variable name.\nThe value is the variable value.", @@ -58050,32 +60474,32 @@ "type": "boolean" }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, - "_global.mtermvectors:Operation": { + "_global.mtermvectors.Operation": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "doc": { "description": "An artificial document (a document not present in the index) for which you want to retrieve term vectors.", "type": "object" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "field_statistics": { "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_global.termvectors:Filter" + "$ref": "#/components/schemas/_global.termvectors.Filter" }, "offsets": { "description": "If `true`, the response includes term offsets.", @@ -58090,21 +60514,21 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "term_statistics": { "description": "If true, the response includes term frequency and document frequency.", "type": "boolean" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, - "_global.termvectors:Filter": { + "_global.termvectors.Filter": { "type": "object", "properties": { "max_doc_freq": { @@ -58137,17 +60561,17 @@ } } }, - "_global.mtermvectors:TermVectorsResult": { + "_global.mtermvectors.TermVectorsResult": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "took": { "type": "number" @@ -58158,27 +60582,27 @@ "term_vectors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:TermVector" + "$ref": "#/components/schemas/_global.termvectors.TermVector" } }, "error": { - "$ref": "#/components/schemas/_types:ErrorCause" + "$ref": "#/components/schemas/_types.ErrorCause" } }, "required": [ "_index" ] }, - "_global.termvectors:TermVector": { + "_global.termvectors.TermVector": { "type": "object", "properties": { "field_statistics": { - "$ref": "#/components/schemas/_global.termvectors:FieldStatistics" + "$ref": "#/components/schemas/_global.termvectors.FieldStatistics" }, "terms": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:Term" + "$ref": "#/components/schemas/_global.termvectors.Term" } } }, @@ -58186,7 +60610,7 @@ "terms" ] }, - "_global.termvectors:FieldStatistics": { + "_global.termvectors.FieldStatistics": { "type": "object", "properties": { "doc_count": { @@ -58205,7 +60629,7 @@ "sum_ttf" ] }, - "_global.termvectors:Term": { + "_global.termvectors.Term": { "type": "object", "properties": { "doc_freq": { @@ -58220,7 +60644,7 @@ "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.termvectors:Token" + "$ref": "#/components/schemas/_global.termvectors.Token" } }, "ttf": { @@ -58231,7 +60655,7 @@ "term_freq" ] }, - "_global.termvectors:Token": { + "_global.termvectors.Token": { "type": "object", "properties": { "end_offset": { @@ -58251,31 +60675,31 @@ "position" ] }, - "query_rules._types:QueryRule": { + "query_rules._types.QueryRule": { "type": "object", "properties": { "rule_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleType" }, "criteria": { "description": "The criteria that must be met for the rule to be applied.\nIf multiple criteria are specified for a rule, all criteria must be met for the rule to be applied.", "oneOf": [ { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" }, { "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteria" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteria" } } ] }, "actions": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleActions" + "$ref": "#/components/schemas/query_rules._types.QueryRuleActions" }, "priority": { "type": "number" @@ -58288,18 +60712,18 @@ "actions" ] }, - "query_rules._types:QueryRuleType": { + "query_rules._types.QueryRuleType": { "type": "string", "enum": [ "pinned", "exclude" ] }, - "query_rules._types:QueryRuleCriteria": { + "query_rules._types.QueryRuleCriteria": { "type": "object", "properties": { "type": { - "$ref": "#/components/schemas/query_rules._types:QueryRuleCriteriaType" + "$ref": "#/components/schemas/query_rules._types.QueryRuleCriteriaType" }, "metadata": { "description": "The metadata field to match against.\nThis metadata will be used to match against `match_criteria` sent in the rule.\nIt is required for all criteria types except `always`.", @@ -58317,7 +60741,7 @@ "type" ] }, - "query_rules._types:QueryRuleCriteriaType": { + "query_rules._types.QueryRuleCriteriaType": { "type": "string", "enum": [ "global", @@ -58334,36 +60758,36 @@ "always" ] }, - "query_rules._types:QueryRuleActions": { + "query_rules._types.QueryRuleActions": { "type": "object", "properties": { "ids": { "description": "The unique document IDs of the documents to apply the rule to.\nOnly one of `ids` or `docs` may be specified and at least one must be specified.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "docs": { "description": "The documents to apply the rule to.\nOnly one of `ids` or `docs` may be specified and at least one must be specified.\nThere is a maximum value of 100 documents in a rule.\nYou can specify the following attributes for each document:\n\n* `_index`: The index of the document to pin.\n* `_id`: The unique document ID.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:PinnedDoc" + "$ref": "#/components/schemas/_types.query_dsl.PinnedDoc" } } } }, - "query_rules._types:QueryRuleset": { + "query_rules._types.QueryRuleset": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rules": { "description": "Rules associated with the query ruleset.", "type": "array", "items": { - "$ref": "#/components/schemas/query_rules._types:QueryRule" + "$ref": "#/components/schemas/query_rules._types.QueryRule" } } }, @@ -58372,11 +60796,11 @@ "rules" ] }, - "query_rules.list_rulesets:QueryRulesetListItem": { + "query_rules.list_rulesets.QueryRulesetListItem": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rule_total_count": { "description": "The number of rules associated with the ruleset.", @@ -58404,14 +60828,14 @@ "rule_type_counts" ] }, - "query_rules.test:QueryRulesetMatchedRule": { + "query_rules.test.QueryRulesetMatchedRule": { "type": "object", "properties": { "ruleset_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "rule_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -58419,24 +60843,24 @@ "rule_id" ] }, - "_global.rank_eval:RankEvalRequestItem": { + "_global.rank_eval.RankEvalRequestItem": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "request": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalQuery" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalQuery" }, "ratings": { "description": "List of document ratings", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:DocumentRating" + "$ref": "#/components/schemas/_global.rank_eval.DocumentRating" } }, "template_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "The search template parameters.", @@ -58451,11 +60875,11 @@ "ratings" ] }, - "_global.rank_eval:RankEvalQuery": { + "_global.rank_eval.RankEvalQuery": { "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "size": { "type": "number" @@ -58465,14 +60889,14 @@ "query" ] }, - "_global.rank_eval:DocumentRating": { + "_global.rank_eval.DocumentRating": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "rating": { "description": "The document’s relevance with regard to this search request.", @@ -58485,30 +60909,30 @@ "rating" ] }, - "_global.rank_eval:RankEvalMetric": { + "_global.rank_eval.RankEvalMetric": { "type": "object", "properties": { "precision": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricPrecision" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricPrecision" }, "recall": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRecall" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRecall" }, "mean_reciprocal_rank": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricMeanReciprocalRank" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricMeanReciprocalRank" }, "dcg": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricDiscountedCumulativeGain" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricDiscountedCumulativeGain" }, "expected_reciprocal_rank": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricExpectedReciprocalRank" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricExpectedReciprocalRank" } } }, - "_global.rank_eval:RankEvalMetricPrecision": { + "_global.rank_eval.RankEvalMetricPrecision": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object", @@ -58521,10 +60945,10 @@ } ] }, - "_global.rank_eval:RankEvalMetricRatingTreshold": { + "_global.rank_eval.RankEvalMetricRatingTreshold": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -58537,7 +60961,7 @@ } ] }, - "_global.rank_eval:RankEvalMetricBase": { + "_global.rank_eval.RankEvalMetricBase": { "type": "object", "properties": { "k": { @@ -58546,30 +60970,30 @@ } } }, - "_global.rank_eval:RankEvalMetricRecall": { + "_global.rank_eval.RankEvalMetricRecall": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object" } ] }, - "_global.rank_eval:RankEvalMetricMeanReciprocalRank": { + "_global.rank_eval.RankEvalMetricMeanReciprocalRank": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricRatingTreshold" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricRatingTreshold" }, { "type": "object" } ] }, - "_global.rank_eval:RankEvalMetricDiscountedCumulativeGain": { + "_global.rank_eval.RankEvalMetricDiscountedCumulativeGain": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -58582,10 +61006,10 @@ } ] }, - "_global.rank_eval:RankEvalMetricExpectedReciprocalRank": { + "_global.rank_eval.RankEvalMetricExpectedReciprocalRank": { "allOf": [ { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricBase" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricBase" }, { "type": "object", @@ -58601,7 +61025,7 @@ } ] }, - "_global.rank_eval:RankEvalMetricDetail": { + "_global.rank_eval.RankEvalMetricDetail": { "type": "object", "properties": { "metric_score": { @@ -58612,14 +61036,14 @@ "description": "The unrated_docs section contains an _index and _id entry for each document in the search result for this query that didn’t have a ratings value. This can be used to ask the user to supply ratings for these documents", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:UnratedDocument" + "$ref": "#/components/schemas/_global.rank_eval.UnratedDocument" } }, "hits": { "description": "The hits section shows a grouping of the search results with their supplied ratings", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalHitItem" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalHitItem" } }, "metric_details": { @@ -58640,14 +61064,14 @@ "metric_details" ] }, - "_global.rank_eval:UnratedDocument": { + "_global.rank_eval.UnratedDocument": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ @@ -58655,11 +61079,11 @@ "_index" ] }, - "_global.rank_eval:RankEvalHitItem": { + "_global.rank_eval.RankEvalHitItem": { "type": "object", "properties": { "hit": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalHit" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalHit" }, "rating": { "oneOf": [ @@ -58677,14 +61101,14 @@ "hit" ] }, - "_global.rank_eval:RankEvalHit": { + "_global.rank_eval.RankEvalHit": { "type": "object", "properties": { "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_score": { "type": "number" @@ -58696,68 +61120,68 @@ "_score" ] }, - "_global.reindex:Destination": { + "_global.reindex.Destination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "op_type": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "pipeline": { "description": "The name of the pipeline to use.", "type": "string" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } }, "required": [ "index" ] }, - "_global.reindex:Source": { + "_global.reindex.Source": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "remote": { - "$ref": "#/components/schemas/_global.reindex:RemoteSource" + "$ref": "#/components/schemas/_global.reindex.RemoteSource" }, "size": { "description": "The number of documents to index per batch.\nUse it when you are indexing from remote to ensure that the batches fit within the on-heap buffer, which defaults to a maximum size of 100 MB.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } }, "required": [ "index" ] }, - "_global.reindex:RemoteSource": { + "_global.reindex.RemoteSource": { "type": "object", "properties": { "connect_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "headers": { "description": "An object containing the headers of the request.", @@ -58767,32 +61191,32 @@ } }, "host": { - "$ref": "#/components/schemas/_types:Host" + "$ref": "#/components/schemas/_types.Host" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "password": { - "$ref": "#/components/schemas/_types:Password" + "$ref": "#/components/schemas/_types.Password" }, "socket_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ "host" ] }, - "_types:Host": { + "_types.Host": { "type": "string" }, - "_types:Username": { + "_types.Username": { "type": "string" }, - "_types:Password": { + "_types.Password": { "type": "string" }, - "_global.scripts_painless_execute:PainlessContext": { + "_global.scripts_painless_execute.PainlessContext": { "type": "string", "enum": [ "painless_test", @@ -58808,7 +61232,7 @@ "composite_field" ] }, - "_global.scripts_painless_execute:PainlessContextSetup": { + "_global.scripts_painless_execute.PainlessContextSetup": { "type": "object", "properties": { "document": { @@ -58816,10 +61240,10 @@ "type": "object" }, "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } }, "required": [ @@ -58827,19 +61251,19 @@ "index" ] }, - "search_application._types:SearchApplication": { + "search_application._types.SearchApplication": { "allOf": [ { - "$ref": "#/components/schemas/search_application._types:SearchApplicationParameters" + "$ref": "#/components/schemas/search_application._types.SearchApplicationParameters" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "updated_at_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ @@ -58849,70 +61273,70 @@ } ] }, - "search_application._types:SearchApplicationParameters": { + "search_application._types.SearchApplicationParameters": { "type": "object", "properties": { "indices": { "description": "Indices that are part of the Search Application.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "analytics_collection_name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "template": { - "$ref": "#/components/schemas/search_application._types:SearchApplicationTemplate" + "$ref": "#/components/schemas/search_application._types.SearchApplicationTemplate" } }, "required": [ "indices" ] }, - "search_application._types:SearchApplicationTemplate": { + "search_application._types.SearchApplicationTemplate": { "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "script" ] }, - "search_application._types:AnalyticsCollection": { + "search_application._types.AnalyticsCollection": { "type": "object", "properties": { "event_data_stream": { - "$ref": "#/components/schemas/search_application._types:EventDataStream" + "$ref": "#/components/schemas/search_application._types.EventDataStream" } }, "required": [ "event_data_stream" ] }, - "search_application._types:EventDataStream": { + "search_application._types.EventDataStream": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } }, "required": [ "name" ] }, - "search_application.put_behavioral_analytics:AnalyticsAcknowledgeResponseBase": { + "search_application.put_behavioral_analytics.AnalyticsAcknowledgeResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" }, { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ @@ -58921,20 +61345,20 @@ } ] }, - "_global.search_mvt._types:ZoomLevel": { + "_global.search_mvt._types.ZoomLevel": { "type": "number" }, - "_global.search_mvt._types:Coordinate": { + "_global.search_mvt._types.Coordinate": { "type": "number" }, - "_global.search_mvt._types:GridAggregationType": { + "_global.search_mvt._types.GridAggregationType": { "type": "string", "enum": [ "geotile", "geohex" ] }, - "_global.search_mvt._types:GridType": { + "_global.search_mvt._types.GridType": { "type": "string", "enum": [ "grid", @@ -58942,28 +61366,28 @@ "centroid" ] }, - "_types:MapboxVectorTiles": { + "_types.MapboxVectorTiles": { "type": "object" }, - "security.authenticate:AuthenticateApiKey": { + "security.authenticate.AuthenticateApiKey": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "required": [ "id" ] }, - "security._types:RealmInfo": { + "security._types.RealmInfo": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -58974,11 +61398,11 @@ "type" ] }, - "security.authenticate:Token": { + "security.authenticate.Token": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -58988,32 +61412,32 @@ "name" ] }, - "security._types:RoleDescriptor": { + "security._types.RoleDescriptor": { "type": "object", "properties": { "cluster": { "description": "A list of cluster privileges. These privileges define the cluster level actions that API keys are able to execute.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "applications": { "description": "A list of application privilege entries", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -59030,7 +61454,7 @@ "type": "string" }, "restriction": { - "$ref": "#/components/schemas/security._types:Restriction" + "$ref": "#/components/schemas/security._types.Restriction" }, "transient_metadata": { "type": "object", @@ -59040,7 +61464,7 @@ } } }, - "security._types:ClusterPrivilege": { + "security._types.ClusterPrivilege": { "anyOf": [ { "type": "string", @@ -59079,22 +61503,22 @@ } ] }, - "security._types:IndicesPrivileges": { + "security._types.IndicesPrivileges": { "type": "object", "properties": { "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -59103,11 +61527,11 @@ "description": "The index level privileges that owners of the role have on the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" } }, "required": [ @@ -59115,18 +61539,18 @@ "privileges" ] }, - "security._types:FieldSecurity": { + "security._types.FieldSecurity": { "type": "object", "properties": { "except": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "grant": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" } } }, - "security._types:IndexPrivilege": { + "security._types.IndexPrivilege": { "anyOf": [ { "type": "string", @@ -59154,36 +61578,36 @@ } ] }, - "security._types:IndicesPrivilegesQuery": { + "security._types.IndicesPrivilegesQuery": { "description": "While creating or updating a role you can provide either a JSON structure or a string to the API.\nHowever, the response provided by Elasticsearch will only be string with a json-as-text content.\n\nSince this is embedded in `IndicesPrivileges`, the same structure is used for clarity in both contexts.", "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { - "$ref": "#/components/schemas/security._types:RoleTemplateQuery" + "$ref": "#/components/schemas/security._types.RoleTemplateQuery" } ] }, - "security._types:RoleTemplateQuery": { + "security._types.RoleTemplateQuery": { "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/security._types:RoleTemplateScript" + "$ref": "#/components/schemas/security._types.RoleTemplateScript" } } }, - "security._types:RoleTemplateScript": { + "security._types.RoleTemplateScript": { "type": "object", "properties": { "source": { - "$ref": "#/components/schemas/security._types:RoleTemplateInlineQuery" + "$ref": "#/components/schemas/security._types.RoleTemplateInlineQuery" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Specifies any named parameters that are passed into the script as variables.\nUse parameters instead of hard-coded values to decrease compile time.", @@ -59193,7 +61617,7 @@ } }, "lang": { - "$ref": "#/components/schemas/_types:ScriptLanguage" + "$ref": "#/components/schemas/_types.ScriptLanguage" }, "options": { "type": "object", @@ -59203,17 +61627,17 @@ } } }, - "security._types:RoleTemplateInlineQuery": { + "security._types.RoleTemplateInlineQuery": { "oneOf": [ { "type": "string" }, { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } ] }, - "security._types:ApplicationPrivileges": { + "security._types.ApplicationPrivileges": { "type": "object", "properties": { "application": { @@ -59241,14 +61665,14 @@ "resources" ] }, - "security._types:Restriction": { + "security._types.Restriction": { "type": "object", "properties": { "workflows": { "description": "A list of workflows to which the API key is restricted.\nNOTE: In order to use a role restriction, an API key must be created with a single role descriptor.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RestrictionWorkflow" + "$ref": "#/components/schemas/security._types.RestrictionWorkflow" } } }, @@ -59256,7 +61680,7 @@ "workflows" ] }, - "security._types:RestrictionWorkflow": { + "security._types.RestrictionWorkflow": { "anyOf": [ { "type": "string", @@ -59269,33 +61693,33 @@ } ] }, - "security._types:ApiKey": { + "security._types.ApiKey": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { - "$ref": "#/components/schemas/security._types:ApiKeyType" + "$ref": "#/components/schemas/security._types.ApiKeyType" }, "creation": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "expiration": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "invalidated": { "description": "Invalidation status for the API key.\nIf the key has been invalidated, it has a value of `true`. Otherwise, it is `false`.", "type": "boolean" }, "invalidation": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" }, "realm": { "description": "Realm name of the principal for which this API key was created.", @@ -59306,13 +61730,13 @@ "type": "string" }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "role_descriptors": { "description": "The role descriptors assigned to this API key when it was created or last updated.\nAn empty role descriptor means the API key inherits the owner user’s permissions.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "limited_by": { @@ -59321,19 +61745,19 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } } }, "access": { - "$ref": "#/components/schemas/security._types:Access" + "$ref": "#/components/schemas/security._types.Access" }, "profile_uid": { "description": "The profile uid for the API key owner principal, if requested and if it exists", "type": "string" }, "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } }, "required": [ @@ -59347,45 +61771,45 @@ "metadata" ] }, - "security._types:ApiKeyType": { + "security._types.ApiKeyType": { "type": "string", "enum": [ "rest", "cross_cluster" ] }, - "security._types:Access": { + "security._types.Access": { "type": "object", "properties": { "replication": { "description": "A list of indices permission entries for cross-cluster replication.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ReplicationAccess" + "$ref": "#/components/schemas/security._types.ReplicationAccess" } }, "search": { "description": "A list of indices permission entries for cross-cluster search.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:SearchAccess" + "$ref": "#/components/schemas/security._types.SearchAccess" } } } }, - "security._types:ReplicationAccess": { + "security._types.ReplicationAccess": { "type": "object", "properties": { "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] @@ -59399,51 +61823,51 @@ "names" ] }, - "security._types:SearchAccess": { + "security._types.SearchAccess": { "type": "object", "properties": { "field_security": { - "$ref": "#/components/schemas/security._types:FieldSecurity" + "$ref": "#/components/schemas/security._types.FieldSecurity" }, "names": { "description": "A list of indices (or index name patterns) to which the permissions in this entry apply.", "oneOf": [ { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" } } ] }, "query": { - "$ref": "#/components/schemas/security._types:IndicesPrivilegesQuery" + "$ref": "#/components/schemas/security._types.IndicesPrivilegesQuery" } }, "required": [ "names" ] }, - "security.get_role:Role": { + "security.get_role.Role": { "type": "object", "properties": { "cluster": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "description": { "type": "string" @@ -59463,13 +61887,13 @@ "applications": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "role_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/security._types:RoleTemplate" + "$ref": "#/components/schemas/security._types.RoleTemplate" } }, "global": { @@ -59495,28 +61919,28 @@ "applications" ] }, - "security._types:RoleTemplate": { + "security._types.RoleTemplate": { "type": "object", "properties": { "format": { - "$ref": "#/components/schemas/security._types:TemplateFormat" + "$ref": "#/components/schemas/security._types.TemplateFormat" }, "template": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } }, "required": [ "template" ] }, - "security._types:TemplateFormat": { + "security._types.TemplateFormat": { "type": "string", "enum": [ "string", "json" ] }, - "security.has_privileges:ApplicationPrivilegesCheck": { + "security.has_privileges.ApplicationPrivilegesCheck": { "type": "object", "properties": { "application": { @@ -59544,17 +61968,17 @@ "resources" ] }, - "security.has_privileges:IndexPrivilegesCheck": { + "security.has_privileges.IndexPrivilegesCheck": { "type": "object", "properties": { "names": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "privileges": { "description": "A list of the privileges that you want to check for the specified indices.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndexPrivilege" + "$ref": "#/components/schemas/security._types.IndexPrivilege" } }, "allow_restricted_indices": { @@ -59567,25 +61991,25 @@ "privileges" ] }, - "security.has_privileges:ApplicationsPrivileges": { + "security.has_privileges.ApplicationsPrivileges": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:ResourcePrivileges" + "$ref": "#/components/schemas/security.has_privileges.ResourcePrivileges" } }, - "security.has_privileges:ResourcePrivileges": { + "security.has_privileges.ResourcePrivileges": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:Privileges" + "$ref": "#/components/schemas/security.has_privileges.Privileges" } }, - "security.has_privileges:Privileges": { + "security.has_privileges.Privileges": { "type": "object", "additionalProperties": { "type": "boolean" } }, - "security._types:CreatedStatus": { + "security._types.CreatedStatus": { "type": "object", "properties": { "created": { @@ -59596,7 +62020,7 @@ "created" ] }, - "security.query_api_keys:ApiKeyAggregationContainer": { + "security.query_api_keys.ApiKeyAggregationContainer": { "allOf": [ { "type": "object", @@ -59605,11 +62029,11 @@ "description": "Sub-aggregations for this aggregation.\nOnly applies to bucket aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregationContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregationContainer" } }, "meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, @@ -59617,31 +62041,31 @@ "type": "object", "properties": { "cardinality": { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregation" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregation" }, "composite": { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregation" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregation" }, "date_range": { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregation" }, "filter": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" }, "filters": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyFiltersAggregation" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyFiltersAggregation" }, "missing": { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregation" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregation" }, "range": { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregation" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" }, "value_count": { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregation" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregation" } }, "minProperties": 1, @@ -59649,35 +62073,35 @@ } ] }, - "security.query_api_keys:ApiKeyQueryContainer": { + "security.query_api_keys.ApiKeyQueryContainer": { "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "match": { "description": "Returns documents that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns documents that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -59686,31 +62110,31 @@ "description": "Returns documents that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns documents that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns documents that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -59719,16 +62143,16 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_api_keys:ApiKeyFiltersAggregation": { + "security.query_api_keys.ApiKeyFiltersAggregation": { "allOf": [ { - "$ref": "#/components/schemas/_types.aggregations:BucketAggregationBase" + "$ref": "#/components/schemas/_types.aggregations.BucketAggregationBase" }, { "type": "object", "properties": { "filters": { - "$ref": "#/components/schemas/_types.aggregations:BucketsApiKeyQueryContainer" + "$ref": "#/components/schemas/_types.aggregations.BucketsApiKeyQueryContainer" }, "other_bucket": { "description": "Set to `true` to add a bucket to the response which will contain all documents that do not match any of the given filters.", @@ -59746,95 +62170,95 @@ } ] }, - "_types.aggregations:BucketsApiKeyQueryContainer": { + "_types.aggregations.BucketsApiKeyQueryContainer": { "description": "Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for\nthe different buckets, the result is a dictionary.", "oneOf": [ { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" } }, { "type": "array", "items": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" } } ] }, - "security.query_api_keys:ApiKeyAggregate": { + "security.query_api_keys.ApiKeyAggregate": { "oneOf": [ { - "$ref": "#/components/schemas/_types.aggregations:CardinalityAggregate" + "$ref": "#/components/schemas/_types.aggregations.CardinalityAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:ValueCountAggregate" + "$ref": "#/components/schemas/_types.aggregations.ValueCountAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:StringTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.StringTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:LongTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.LongTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DoubleTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.DoubleTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:UnmappedTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.UnmappedTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MultiTermsAggregate" + "$ref": "#/components/schemas/_types.aggregations.MultiTermsAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:MissingAggregate" + "$ref": "#/components/schemas/_types.aggregations.MissingAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FilterAggregate" + "$ref": "#/components/schemas/_types.aggregations.FilterAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:FiltersAggregate" + "$ref": "#/components/schemas/_types.aggregations.FiltersAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:RangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.RangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:DateRangeAggregate" + "$ref": "#/components/schemas/_types.aggregations.DateRangeAggregate" }, { - "$ref": "#/components/schemas/_types.aggregations:CompositeAggregate" + "$ref": "#/components/schemas/_types.aggregations.CompositeAggregate" } ] }, - "security.query_role:RoleQueryContainer": { + "security.query_role.RoleQueryContainer": { "type": "object", "properties": { "bool": { - "$ref": "#/components/schemas/_types.query_dsl:BoolQuery" + "$ref": "#/components/schemas/_types.query_dsl.BoolQuery" }, "exists": { - "$ref": "#/components/schemas/_types.query_dsl:ExistsQuery" + "$ref": "#/components/schemas/_types.query_dsl.ExistsQuery" }, "ids": { - "$ref": "#/components/schemas/_types.query_dsl:IdsQuery" + "$ref": "#/components/schemas/_types.query_dsl.IdsQuery" }, "match": { "description": "Returns roles that match a provided text, number, date or boolean value.\nThe provided text is analyzed before matching.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:MatchQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchQuery" }, "minProperties": 1, "maxProperties": 1 }, "match_all": { - "$ref": "#/components/schemas/_types.query_dsl:MatchAllQuery" + "$ref": "#/components/schemas/_types.query_dsl.MatchAllQuery" }, "prefix": { "description": "Returns roles that contain a specific prefix in a provided field.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:PrefixQuery" + "$ref": "#/components/schemas/_types.query_dsl.PrefixQuery" }, "minProperties": 1, "maxProperties": 1 @@ -59843,31 +62267,31 @@ "description": "Returns roles that contain terms within a provided range.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:RangeQuery" + "$ref": "#/components/schemas/_types.query_dsl.RangeQuery" }, "minProperties": 1, "maxProperties": 1 }, "simple_query_string": { - "$ref": "#/components/schemas/_types.query_dsl:SimpleQueryStringQuery" + "$ref": "#/components/schemas/_types.query_dsl.SimpleQueryStringQuery" }, "term": { "description": "Returns roles that contain an exact term in a provided field.\nTo return a document, the query term must exactly match the queried field's value, including whitespace and capitalization.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:TermQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermQuery" }, "minProperties": 1, "maxProperties": 1 }, "terms": { - "$ref": "#/components/schemas/_types.query_dsl:TermsQuery" + "$ref": "#/components/schemas/_types.query_dsl.TermsQuery" }, "wildcard": { "description": "Returns roles that contain terms matching a wildcard pattern.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.query_dsl:WildcardQuery" + "$ref": "#/components/schemas/_types.query_dsl.WildcardQuery" }, "minProperties": 1, "maxProperties": 1 @@ -59876,16 +62300,16 @@ "minProperties": 1, "maxProperties": 1 }, - "security.query_role:QueryRole": { + "security.query_role.QueryRole": { "allOf": [ { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" }, { "type": "object", "properties": { "_sort": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "name": { "description": "Name of the role.", @@ -59898,11 +62322,11 @@ } ] }, - "sql._types:Column": { + "sql._types.Column": { "type": "object", "properties": { "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "type": { "type": "string" @@ -59913,13 +62337,13 @@ "type" ] }, - "sql._types:Row": { + "sql._types.Row": { "type": "array", "items": { "type": "object" } }, - "sql.query:SqlFormat": { + "sql.query.SqlFormat": { "type": "string", "enum": [ "csv", @@ -59931,14 +62355,14 @@ "smile" ] }, - "synonyms._types:SynonymsUpdateResult": { + "synonyms._types.SynonymsUpdateResult": { "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "reload_analyzers_details": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadResult" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadResult" } }, "required": [ @@ -59946,17 +62370,17 @@ "reload_analyzers_details" ] }, - "indices.reload_search_analyzers:ReloadResult": { + "indices.reload_search_analyzers.ReloadResult": { "type": "object", "properties": { "reload_details": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.reload_search_analyzers:ReloadDetails" + "$ref": "#/components/schemas/indices.reload_search_analyzers.ReloadDetails" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -59964,7 +62388,7 @@ "_shards" ] }, - "indices.reload_search_analyzers:ReloadDetails": { + "indices.reload_search_analyzers.ReloadDetails": { "type": "object", "properties": { "index": { @@ -59989,14 +62413,14 @@ "reloaded_node_ids" ] }, - "synonyms._types:SynonymRuleRead": { + "synonyms._types.SynonymRuleRead": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ @@ -60004,14 +62428,14 @@ "synonyms" ] }, - "synonyms._types:SynonymString": { + "synonyms._types.SynonymString": { "type": "string" }, - "synonyms.get_synonyms_sets:SynonymsSetItem": { + "synonyms.get_synonyms_sets.SynonymsSetItem": { "type": "object", "properties": { "synonyms_set": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "count": { "description": "Number of synonym rules that the synonym set contains", @@ -60023,21 +62447,21 @@ "count" ] }, - "synonyms._types:SynonymRule": { + "synonyms._types.SynonymRule": { "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "synonyms": { - "$ref": "#/components/schemas/synonyms._types:SynonymString" + "$ref": "#/components/schemas/synonyms._types.SynonymString" } }, "required": [ "synonyms" ] }, - "tasks._types:TaskInfo": { + "tasks._types.TaskInfo": { "type": "object", "properties": { "action": { @@ -60063,16 +62487,16 @@ "type": "number" }, "node": { - "$ref": "#/components/schemas/_types:NodeId" + "$ref": "#/components/schemas/_types.NodeId" }, "running_time": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "running_time_in_nanos": { - "$ref": "#/components/schemas/_types:DurationValueUnitNanos" + "$ref": "#/components/schemas/_types.DurationValueUnitNanos" }, "start_time_in_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "status": { "description": "The internal status of the task, which varies from task to task.\nThe format also varies.\nWhile the goal is to keep the status for a particular task consistent from version to version, this is not always possible because sometimes the implementation changes.\nFields might be removed from the status for a particular request so any parsing you do of the status might break in minor releases.", @@ -60082,7 +62506,7 @@ "type": "string" }, "parent_task_id": { - "$ref": "#/components/schemas/_types:TaskId" + "$ref": "#/components/schemas/_types.TaskId" } }, "required": [ @@ -60096,54 +62520,54 @@ "type" ] }, - "transform.get_transform:TransformSummary": { + "transform.get_transform.TransformSummary": { "type": "object", "properties": { "authorization": { - "$ref": "#/components/schemas/ml._types:TransformAuthorization" + "$ref": "#/components/schemas/ml._types.TransformAuthorization" }, "create_time": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "create_time_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "dest": { - "$ref": "#/components/schemas/_global.reindex:Destination" + "$ref": "#/components/schemas/_global.reindex.Destination" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "version": { - "$ref": "#/components/schemas/_types:VersionString" + "$ref": "#/components/schemas/_types.VersionString" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } }, "required": [ @@ -60152,11 +62576,11 @@ "source" ] }, - "ml._types:TransformAuthorization": { + "ml._types.TransformAuthorization": { "type": "object", "properties": { "api_key": { - "$ref": "#/components/schemas/ml._types:ApiKeyAuthorization" + "$ref": "#/components/schemas/ml._types.ApiKeyAuthorization" }, "roles": { "description": "If a user ID was used for the most recent update to the transform, its roles at the time of the update are listed in the response.", @@ -60171,17 +62595,17 @@ } } }, - "transform._types:Latest": { + "transform._types.Latest": { "type": "object", "properties": { "sort": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "unique_key": { "description": "Specifies an array of one or more fields that are used to group the data.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } } }, @@ -60190,62 +62614,62 @@ "unique_key" ] }, - "transform._types:Pivot": { + "transform._types.Pivot": { "type": "object", "properties": { "aggregations": { "description": "Defines how to aggregate the grouped data. The following aggregations are currently supported: average, bucket\nscript, bucket selector, cardinality, filter, geo bounds, geo centroid, geo line, max, median absolute deviation,\nmin, missing, percentiles, rare terms, scripted metric, stats, sum, terms, top metrics, value count, weighted\naverage.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "group_by": { "description": "Defines how to group the data. More than one grouping can be defined per pivot. The following groupings are\ncurrently supported: date histogram, geotile grid, histogram, terms.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/transform._types:PivotGroupByContainer" + "$ref": "#/components/schemas/transform._types.PivotGroupByContainer" } } } }, - "transform._types:PivotGroupByContainer": { + "transform._types.PivotGroupByContainer": { "type": "object", "properties": { "date_histogram": { - "$ref": "#/components/schemas/_types.aggregations:DateHistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.DateHistogramAggregation" }, "geotile_grid": { - "$ref": "#/components/schemas/_types.aggregations:GeoTileGridAggregation" + "$ref": "#/components/schemas/_types.aggregations.GeoTileGridAggregation" }, "histogram": { - "$ref": "#/components/schemas/_types.aggregations:HistogramAggregation" + "$ref": "#/components/schemas/_types.aggregations.HistogramAggregation" }, "terms": { - "$ref": "#/components/schemas/_types.aggregations:TermsAggregation" + "$ref": "#/components/schemas/_types.aggregations.TermsAggregation" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:RetentionPolicyContainer": { + "transform._types.RetentionPolicyContainer": { "type": "object", "properties": { "time": { - "$ref": "#/components/schemas/transform._types:RetentionPolicy" + "$ref": "#/components/schemas/transform._types.RetentionPolicy" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:RetentionPolicy": { + "transform._types.RetentionPolicy": { "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "max_age": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } }, "required": [ @@ -60253,7 +62677,7 @@ "max_age" ] }, - "transform._types:Settings": { + "transform._types.Settings": { "type": "object", "properties": { "align_checkpoints": { @@ -60282,58 +62706,58 @@ } } }, - "transform._types:Source": { + "transform._types.Source": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } }, "required": [ "index" ] }, - "transform._types:SyncContainer": { + "transform._types.SyncContainer": { "type": "object", "properties": { "time": { - "$ref": "#/components/schemas/transform._types:TimeSync" + "$ref": "#/components/schemas/transform._types.TimeSync" } }, "minProperties": 1, "maxProperties": 1 }, - "transform._types:TimeSync": { + "transform._types.TimeSync": { "type": "object", "properties": { "delay": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" } }, "required": [ "field" ] }, - "transform.get_transform_stats:TransformStats": { + "transform.get_transform_stats.TransformStats": { "type": "object", "properties": { "checkpointing": { - "$ref": "#/components/schemas/transform.get_transform_stats:Checkpointing" + "$ref": "#/components/schemas/transform.get_transform_stats.Checkpointing" }, "health": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformStatsHealth" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformStatsHealth" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "reason": { "type": "string" @@ -60342,7 +62766,7 @@ "type": "string" }, "stats": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformIndexerStats" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformIndexerStats" } }, "required": [ @@ -60352,20 +62776,20 @@ "stats" ] }, - "transform.get_transform_stats:Checkpointing": { + "transform.get_transform_stats.Checkpointing": { "type": "object", "properties": { "changes_last_detected_at": { "type": "number" }, "changes_last_detected_at_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "last": { - "$ref": "#/components/schemas/transform.get_transform_stats:CheckpointStats" + "$ref": "#/components/schemas/transform.get_transform_stats.CheckpointStats" }, "next": { - "$ref": "#/components/schemas/transform.get_transform_stats:CheckpointStats" + "$ref": "#/components/schemas/transform.get_transform_stats.CheckpointStats" }, "operations_behind": { "type": "number" @@ -60374,40 +62798,40 @@ "type": "number" }, "last_search_time_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ "last" ] }, - "transform.get_transform_stats:CheckpointStats": { + "transform.get_transform_stats.CheckpointStats": { "type": "object", "properties": { "checkpoint": { "type": "number" }, "checkpoint_progress": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformProgress" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformProgress" }, "timestamp": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "timestamp_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "time_upper_bound": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "time_upper_bound_millis": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" } }, "required": [ "checkpoint" ] }, - "transform.get_transform_stats:TransformProgress": { + "transform.get_transform_stats.TransformProgress": { "type": "object", "properties": { "docs_indexed": { @@ -60431,17 +62855,17 @@ "docs_processed" ] }, - "transform.get_transform_stats:TransformStatsHealth": { + "transform.get_transform_stats.TransformStatsHealth": { "type": "object", "properties": { "status": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "issues": { "description": "If a non-healthy status is returned, contains a list of issues of the transform.", "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform_stats:TransformHealthIssue" + "$ref": "#/components/schemas/transform.get_transform_stats.TransformHealthIssue" } } }, @@ -60449,7 +62873,7 @@ "status" ] }, - "transform.get_transform_stats:TransformHealthIssue": { + "transform.get_transform_stats.TransformHealthIssue": { "type": "object", "properties": { "type": { @@ -60469,10 +62893,10 @@ "type": "number" }, "first_occurrence": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "first_occurence_string": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" } }, "required": [ @@ -60481,11 +62905,11 @@ "count" ] }, - "transform.get_transform_stats:TransformIndexerStats": { + "transform.get_transform_stats.TransformIndexerStats": { "type": "object", "properties": { "delete_time_in_ms": { - "$ref": "#/components/schemas/_types:EpochTimeUnitMillis" + "$ref": "#/components/schemas/_types.EpochTimeUnitMillis" }, "documents_indexed": { "type": "number" @@ -60497,7 +62921,7 @@ "type": "number" }, "exponential_avg_checkpoint_duration_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitFloatMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitFloatMillis" }, "exponential_avg_documents_indexed": { "type": "number" @@ -60509,7 +62933,7 @@ "type": "number" }, "index_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "index_total": { "type": "number" @@ -60518,7 +62942,7 @@ "type": "number" }, "processing_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "processing_total": { "type": "number" @@ -60527,7 +62951,7 @@ "type": "number" }, "search_time_in_ms": { - "$ref": "#/components/schemas/_types:DurationValueUnitMillis" + "$ref": "#/components/schemas/_types.DurationValueUnitMillis" }, "search_total": { "type": "number" @@ -60554,11 +62978,11 @@ "trigger_count" ] }, - "transform._types:Destination": { + "transform._types.Destination": { "type": "object", "properties": { "index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "pipeline": { "description": "The unique identifier for an ingest pipeline.", @@ -60566,16 +62990,16 @@ } } }, - "_global.update:UpdateWriteResponseBase": { + "_global.update.UpdateWriteResponseBase": { "allOf": [ { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, { "type": "object", "properties": { "get": { - "$ref": "#/components/schemas/_types:InlineGet" + "$ref": "#/components/schemas/_types.InlineGet" } } } @@ -60583,23 +63007,48 @@ } }, "responses": { - "async_search.submit:200": { + "async_search.submit-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/async_search._types:AsyncSearchDocumentResponseBase" + "$ref": "#/components/schemas/async_search._types.AsyncSearchDocumentResponseBase" }, "examples": { "AsyncSearchSubmitResponseExample1": { "description": "A successful response when performing search asynchronously.", - "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_partial\" : true,\n \"is_running\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"response\" : {\n \"took\" : 1122,\n \"timed_out\" : false,\n \"num_reduce_phases\" : 0,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 3,\n \"skipped\" : 0,\n \"failed\" : 0\n },\n \"hits\" : {\n \"total\" : {\n \"value\" : 157483,\n \"relation\" : \"gte\"\n },\n \"max_score\" : null,\n \"hits\" : [ ]\n }\n }\n}" + "value": { + "expiration_time_in_millis": 1584377890986, + "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", + "is_partial": true, + "is_running": true, + "response": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 3, + "total": 562 + }, + "hits": { + "hits": [], + "max_score": null, + "total": { + "relation": "gte", + "value": 157483 + } + }, + "num_reduce_phases": 0, + "timed_out": false, + "took": 1122 + }, + "start_time_in_millis": 1583945890986 + } } } } } }, - "bulk:200": { + "bulk-200": { "description": "", "content": { "application/json": { @@ -60616,7 +63065,7 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.bulk:ResponseItem" + "$ref": "#/components/schemas/_global.bulk.ResponseItem" }, "minProperties": 1, "maxProperties": 1 @@ -60639,200 +63088,543 @@ "examples": { "BulkResponseExample1": { "summary": "Multiple successful operations", - "value": "{\n \"took\": 30,\n \"errors\": false,\n \"items\": [\n {\n \"index\": {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 201,\n \"_seq_no\" : 0,\n \"_primary_term\": 1\n }\n },\n {\n \"delete\": {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"_version\": 1,\n \"result\": \"not_found\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 404,\n \"_seq_no\" : 1,\n \"_primary_term\" : 2\n }\n },\n {\n \"create\": {\n \"_index\": \"test\",\n \"_id\": \"3\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 201,\n \"_seq_no\" : 2,\n \"_primary_term\" : 3\n }\n },\n {\n \"update\": {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"result\": \"updated\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 200,\n \"_seq_no\" : 3,\n \"_primary_term\" : 4\n }\n }\n ]\n}" + "value": { + "errors": false, + "items": [ + { + "index": { + "_id": "1", + "_index": "test", + "_primary_term": 1, + "_seq_no": 0, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 1, + "result": "created", + "status": 201 + } + }, + { + "delete": { + "_id": "2", + "_index": "test", + "_primary_term": 2, + "_seq_no": 1, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 1, + "result": "not_found", + "status": 404 + } + }, + { + "create": { + "_id": "3", + "_index": "test", + "_primary_term": 3, + "_seq_no": 2, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 1, + "result": "created", + "status": 201 + } + }, + { + "update": { + "_id": "1", + "_index": "test", + "_primary_term": 4, + "_seq_no": 3, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 2, + "result": "updated", + "status": 200 + } + } + ], + "took": 30 + } }, "BulkResponseExample2": { "summary": "Failed actions", "description": "If you run `POST /_bulk` with operations that update non-existent documents, the operations cannot complete successfully. The API returns a response with an `errors` property value `true`. The response also includes an error object for any failed operations. The error object contains additional information about the failure, such as the error type and reason.\n", - "value": "{\n \"took\": 486,\n \"errors\": true,\n \"items\": [\n {\n \"update\": {\n \"_index\": \"index1\",\n \"_id\": \"5\",\n \"status\": 404,\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[5]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"update\": {\n \"_index\": \"index1\",\n \"_id\": \"6\",\n \"status\": 404,\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[6]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"create\": {\n \"_index\": \"index1\",\n \"_id\": \"7\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"status\": 201\n }\n }\n ]\n}" + "value": { + "errors": true, + "items": [ + { + "update": { + "_id": "5", + "_index": "index1", + "error": { + "index": "index1", + "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", + "reason": "[5]: document missing", + "shard": "0", + "type": "document_missing_exception" + }, + "status": 404 + } + }, + { + "update": { + "_id": "6", + "_index": "index1", + "error": { + "index": "index1", + "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", + "reason": "[6]: document missing", + "shard": "0", + "type": "document_missing_exception" + }, + "status": 404 + } + }, + { + "create": { + "_id": "7", + "_index": "index1", + "_primary_term": 1, + "_seq_no": 0, + "_shards": { + "failed": 0, + "successful": 1, + "total": 2 + }, + "_version": 1, + "result": "created", + "status": 201 + } + } + ], + "took": 486 + } }, "BulkResponseExample3": { "summary": "Filter for failed operations", "description": "An example response from `POST /_bulk?filter_path=items.*.error`, which returns only information about failed operations.\n", - "value": "{\n \"items\": [\n {\n \"update\": {\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[5]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"update\": {\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[6]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n }\n ]\n}" + "value": { + "items": [ + { + "update": { + "error": { + "index": "index1", + "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", + "reason": "[5]: document missing", + "shard": "0", + "type": "document_missing_exception" + } + } + }, + { + "update": { + "error": { + "index": "index1", + "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", + "reason": "[6]: document missing", + "shard": "0", + "type": "document_missing_exception" + } + } + } + ] + } } } } } }, - "cat.aliases:200": { + "cat.aliases-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.aliases:AliasesRecord" + "$ref": "#/components/schemas/cat.aliases.AliasesRecord" } }, "examples": { "CatAliasesResponseExample1": { "description": "A successful response from `GET _cat/aliases?format=json&v=true`. This response shows that `alias2` has configured a filter and `alias3` and `alias4` have routing configurations.\n", - "value": "[\n {\n \"alias\": \"alias1\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"-\",\n \"routing.search\": \"-\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias1\",\n \"index\": \"test1\",\n \"filter\": \"*\",\n \"routing.index\": \"-\",\n \"routing.search\": \"-\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias3\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"1\",\n \"routing.search\": \"1\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias4\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"2\",\n \"routing.search\": \"1,2\",\n \"is_write_index\": \"true\"\n }\n]" + "value": [ + { + "alias": "alias1", + "filter": "-", + "index": "test1", + "is_write_index": "true", + "routing.index": "-", + "routing.search": "-" + }, + { + "alias": "alias1", + "filter": "*", + "index": "test1", + "is_write_index": "true", + "routing.index": "-", + "routing.search": "-" + }, + { + "alias": "alias3", + "filter": "-", + "index": "test1", + "is_write_index": "true", + "routing.index": "1", + "routing.search": "1" + }, + { + "alias": "alias4", + "filter": "-", + "index": "test1", + "is_write_index": "true", + "routing.index": "2", + "routing.search": "1,2" + } + ] } } } } }, - "cat.component_templates:200": { + "cat.component_templates-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.component_templates:ComponentTemplate" + "$ref": "#/components/schemas/cat.component_templates.ComponentTemplate" } }, "examples": { "CatComponentTemplatesResponseExample1": { "description": "A successful response from `GET _cat/component_templates/my-template-*?v=true&s=name&format=json`.\n", - "value": "[\n {\n \"name\": \"my-template-1\",\n \"version\": \"null\",\n \"alias_count\": \"0\",\n \"mapping_count\": \"0\",\n \"settings_count\": \"1\",\n \"metadata_count\": \"0\",\n \"included_in\": \"[my-index-template]\"\n },\n {\n \"name\": \"my-template-2\",\n \"version\": null,\n \"alias_count\": \"0\",\n \"mapping_count\": \"3\",\n \"settings_count\": \"0\",\n \"metadata_count\": \"0\",\n \"included_in\": \"[my-index-template]\"\n }\n]" + "value": [ + { + "alias_count": "0", + "included_in": "[my-index-template]", + "mapping_count": "0", + "metadata_count": "0", + "name": "my-template-1", + "settings_count": "1", + "version": "null" + }, + { + "alias_count": "0", + "included_in": "[my-index-template]", + "mapping_count": "3", + "metadata_count": "0", + "name": "my-template-2", + "settings_count": "0", + "version": null + } + ] } } } } }, - "cat.count:200": { + "cat.count-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.count:CountRecord" + "$ref": "#/components/schemas/cat.count.CountRecord" } }, "examples": { "CatCountResponseExample1": { "summary": "Single data stream or index count", "description": "A successful response from `GET /_cat/count/my-index-000001?v=true&format=json`. It retrieves the document count for the `my-index-000001` data stream or index.\n", - "value": "[\n {\n \"epoch\": \"1475868259\",\n \"timestamp\": \"15:24:20\",\n \"count\": \"120\"\n }\n]" + "value": [ + { + "count": "120", + "epoch": "1475868259", + "timestamp": "15:24:20" + } + ] }, "CatCountResponseExample2": { "summary": "All data streams and indices count", "description": "A successful response from `GET /_cat/count?v=true&format=json`. It retrieves the document count for all data streams and indices in the cluster.\n", - "value": "[\n {\n \"epoch\": \"1475868259\",\n \"timestamp\": \"15:24:20\",\n \"count\": \"121\"\n }\n]" + "value": [ + { + "count": "121", + "epoch": "1475868259", + "timestamp": "15:24:20" + } + ] } } } } }, - "cat.indices:200": { + "cat.indices-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.indices:IndicesRecord" + "$ref": "#/components/schemas/cat.indices.IndicesRecord" } }, "examples": { "CatIndicesResponseExample1": { "description": "A successful response from `GET /_cat/indices/my-index-*?v=true&s=index&format=json`.\n", - "value": "[\n {\n \"health\": \"yellow\",\n \"status\": \"open\",\n \"index\": \"my-index-000001\",\n \"uuid\": \"u8FNjxh8Rfy_awN11oDKYQ\",\n \"pri\": \"1\",\n \"rep\": \"1\",\n \"docs.count\": \"1200\",\n \"docs.deleted\": \"0\",\n \"store.size\": \"88.1kb\",\n \"pri.store.size\": \"88.1kb\",\n \"dataset.size\": \"88.1kb\"\n },\n {\n \"health\": \"green\",\n \"status\": \"open\",\n \"index\": \"my-index-000002\",\n \"uuid\": \"nYFWZEO7TUiOjLQXBaYJpA \",\n \"pri\": \"1\",\n \"rep\": \"0\",\n \"docs.count\": \"0\",\n \"docs.deleted\": \"0\",\n \"store.size\": \"260b\",\n \"pri.store.size\": \"260b\",\n \"dataset.size\": \"260b\"\n }\n]" + "value": [ + { + "dataset.size": "88.1kb", + "docs.count": "1200", + "docs.deleted": "0", + "health": "yellow", + "index": "my-index-000001", + "pri": "1", + "pri.store.size": "88.1kb", + "rep": "1", + "status": "open", + "store.size": "88.1kb", + "uuid": "u8FNjxh8Rfy_awN11oDKYQ" + }, + { + "dataset.size": "260b", + "docs.count": "0", + "docs.deleted": "0", + "health": "green", + "index": "my-index-000002", + "pri": "1", + "pri.store.size": "260b", + "rep": "0", + "status": "open", + "store.size": "260b", + "uuid": "nYFWZEO7TUiOjLQXBaYJpA " + } + ] } } } } }, - "cat.ml_data_frame_analytics:200": { + "cat.ml_data_frame_analytics-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_data_frame_analytics:DataFrameAnalyticsRecord" + "$ref": "#/components/schemas/cat.ml_data_frame_analytics.DataFrameAnalyticsRecord" } }, "examples": { "CatDataframeanalyticsResponseExample1": { "description": "A successful response from `GET _cat/ml/data_frame/analytics?v=true&format=json`.", - "value": "[\n {\n \"id\": \"classifier_job_1\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:09.594Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_2\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:14.479Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_3\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:16.928Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_4\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:19.127Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_5\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:21.349Z\",\n \"state\": \"stopped\"\n }\n]" + "value": [ + { + "create_time": "2020-02-12T11:49:09.594Z", + "id": "classifier_job_1", + "state": "stopped", + "type": "classification" + }, + { + "create_time": "2020-02-12T11:49:14.479Z", + "id": "classifier_job_2", + "state": "stopped", + "type": "classification" + }, + { + "create_time": "2020-02-12T11:49:16.928Z", + "id": "classifier_job_3", + "state": "stopped", + "type": "classification" + }, + { + "create_time": "2020-02-12T11:49:19.127Z", + "id": "classifier_job_4", + "state": "stopped", + "type": "classification" + }, + { + "create_time": "2020-02-12T11:49:21.349Z", + "id": "classifier_job_5", + "state": "stopped", + "type": "classification" + } + ] } } } } }, - "cat.ml_datafeeds:200": { + "cat.ml_datafeeds-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_datafeeds:DatafeedsRecord" + "$ref": "#/components/schemas/cat.ml_datafeeds.DatafeedsRecord" } }, "examples": { "CatDatafeedsResponseExample1": { "description": "A successful response from `GET _cat/ml/datafeeds?v=true&format=json`.", - "value": "[\n {\n \"id\": \"datafeed-high_sum_total_sales\",\n \"state\": \"stopped\",\n \"buckets.count\": \"743\",\n \"search.count\": \"7\"\n },\n {\n \"id\": \"datafeed-low_request_rate\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1457\",\n \"search.count\": \"3\"\n },\n {\n \"id\": \"datafeed-response_code_rates\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1460\",\n \"search.count\": \"18\"\n },\n {\n \"id\": \"datafeed-url_scanning\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1460\",\n \"search.count\": \"18\"\n }\n]" + "value": [ + { + "buckets.count": "743", + "id": "datafeed-high_sum_total_sales", + "search.count": "7", + "state": "stopped" + }, + { + "buckets.count": "1457", + "id": "datafeed-low_request_rate", + "search.count": "3", + "state": "stopped" + }, + { + "buckets.count": "1460", + "id": "datafeed-response_code_rates", + "search.count": "18", + "state": "stopped" + }, + { + "buckets.count": "1460", + "id": "datafeed-url_scanning", + "search.count": "18", + "state": "stopped" + } + ] } } } } }, - "cat.ml_jobs:200": { + "cat.ml_jobs-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_jobs:JobsRecord" + "$ref": "#/components/schemas/cat.ml_jobs.JobsRecord" } }, "examples": { "CatJobsResponseExample1": { "description": "A successful response from `GET _cat/ml/anomaly_detectors?h=id,s,dpr,mb&v=true&format=json`.", - "value": "[\n {\n \"id\": \"high_sum_total_sales\",\n \"s\": \"closed\",\n \"dpr\": \"14022\",\n \"mb\": \"1.5mb\"\n },\n {\n \"id\": \"low_request_rate\",\n \"s\": \"closed\",\n \"dpr\": \"1216\",\n \"mb\": \"40.5kb\"\n },\n {\n \"id\": \"response_code_rates\",\n \"s\": \"closed\",\n \"dpr\": \"28146\",\n \"mb\": \"132.7kb\"\n },\n {\n \"id\": \"url_scanning\",\n \"s\": \"closed\",\n \"dpr\": \"28146\",\n \"mb\": \"501.6kb\"\n }\n]" + "value": [ + { + "dpr": "14022", + "id": "high_sum_total_sales", + "mb": "1.5mb", + "s": "closed" + }, + { + "dpr": "1216", + "id": "low_request_rate", + "mb": "40.5kb", + "s": "closed" + }, + { + "dpr": "28146", + "id": "response_code_rates", + "mb": "132.7kb", + "s": "closed" + }, + { + "dpr": "28146", + "id": "url_scanning", + "mb": "501.6kb", + "s": "closed" + } + ] } } } } }, - "cat.ml_trained_models:200": { + "cat.ml_trained_models-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.ml_trained_models:TrainedModelsRecord" + "$ref": "#/components/schemas/cat.ml_trained_models.TrainedModelsRecord" } }, "examples": { "CatTrainedModelsResponseExample1": { "description": "A successful response from `GET _cat/ml/trained_models?v=true&format=json`.", - "value": "[\n {\n \"id\": \"ddddd-1580216177138\",\n \"heap_size\": \"0b\",\n \"operations\": \"196\",\n \"create_time\": \"2025-03-25T00:01:38.662Z\",\n \"type\": \"pytorch\",\n \"ingest.pipelines\": \"0\",\n \"data_frame.id\": \"__none__\"\n },\n {\n \"id\": \"lang_ident_model_1\",\n \"heap_size\": \"1mb\",\n \"operations\": \"39629\",\n \"create_time\": \"2019-12-05T12:28:34.594Z\",\n \"type\": \"lang_ident\",\n \"ingest.pipelines\": \"0\",\n \"data_frame.id\": \"__none__\"\n }\n]" + "value": [ + { + "create_time": "2025-03-25T00:01:38.662Z", + "data_frame.id": "__none__", + "heap_size": "0b", + "id": "ddddd-1580216177138", + "ingest.pipelines": "0", + "operations": "196", + "type": "pytorch" + }, + { + "create_time": "2019-12-05T12:28:34.594Z", + "data_frame.id": "__none__", + "heap_size": "1mb", + "id": "lang_ident_model_1", + "ingest.pipelines": "0", + "operations": "39629", + "type": "lang_ident" + } + ] } } } } }, - "cat.transforms:200": { + "cat.transforms-200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/cat.transforms:TransformsRecord" + "$ref": "#/components/schemas/cat.transforms.TransformsRecord" } }, "examples": { "CatTransformsResponseExample1": { "description": "A successful response from `GET /_cat/transforms?v=true&format=json`.", - "value": "[\n {\n \"id\" : \"ecommerce_transform\",\n \"state\" : \"started\",\n \"checkpoint\" : \"1\",\n \"documents_processed\" : \"705\",\n \"checkpoint_progress\" : \"100.00\",\n \"changes_last_detection_time\" : null\n }\n]" + "value": [ + { + "changes_last_detection_time": null, + "checkpoint": "1", + "checkpoint_progress": "100.00", + "documents_processed": "705", + "id": "ecommerce_transform", + "state": "started" + } + ] } } } } }, - "clear_scroll:200": { + "clear_scroll-200": { "description": "", "content": { "application/json": { @@ -60856,7 +63648,7 @@ } } }, - "cluster.get_component_template:200": { + "cluster.get_component_template-200": { "description": "", "content": { "application/json": { @@ -60866,7 +63658,7 @@ "component_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/cluster._types:ComponentTemplate" + "$ref": "#/components/schemas/cluster._types.ComponentTemplate" } } }, @@ -60877,17 +63669,17 @@ } } }, - "cluster.put_component_template:200": { + "cluster.put_component_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "connector.put:200": { + "connector.put-200": { "description": "", "content": { "application/json": { @@ -60895,10 +63687,10 @@ "type": "object", "properties": { "result": { - "$ref": "#/components/schemas/_types:Result" + "$ref": "#/components/schemas/_types.Result" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "required": [ @@ -60908,13 +63700,16 @@ }, "examples": { "ConnectorPutResponseExample1": { - "value": "{\n \"result\": \"created\",\n \"id\": \"my-connector\"\n}" + "value": { + "id": "my-connector", + "result": "created" + } } } } } }, - "count:200": { + "count-200": { "description": "", "content": { "application/json": { @@ -60925,7 +63720,7 @@ "type": "number" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" } }, "required": [ @@ -60936,23 +63731,31 @@ "examples": { "CountResponseExample1": { "description": "A successful response from `GET /my-index-000001/_count?q=user:kimchy`.", - "value": "{\n \"count\": 1,\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"skipped\": 0,\n \"failed\": 0\n }\n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 1, + "total": 1 + }, + "count": 1 + } } } } } }, - "create:200": { + "create-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" } } } }, - "enrich.get_policy:200": { + "enrich.get_policy-200": { "description": "", "content": { "application/json": { @@ -60962,7 +63765,7 @@ "policies": { "type": "array", "items": { - "$ref": "#/components/schemas/enrich._types:Summary" + "$ref": "#/components/schemas/enrich._types.Summary" } } }, @@ -60973,24 +63776,86 @@ } } }, - "eql.search:200": { + "eql.search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/eql._types:EqlSearchResponseBase" + "$ref": "#/components/schemas/eql._types.EqlSearchResponseBase" }, "examples": { "EqlSearchResponseExample2": { "summary": "A successful response for performing search with an EQL query.", "description": "", - "value": "{\n \"is_partial\": false,\n \"is_running\": false,\n \"took\": 6,\n \"timed_out\": false,\n \"hits\": {\n \"total\": {\n \"value\": 1,\n \"relation\": \"eq\"\n },\n \"sequences\": [\n {\n \"join_keys\": [\n 2012\n ],\n \"events\": [\n {\n \"_index\": \".ds-my-data-stream-2099.12.07-000001\",\n \"_id\": \"AtOJ4UjUBAAx3XR5kcCM\",\n \"_source\": {\n \"@timestamp\": \"2099-12-06T11:04:07.000Z\",\n \"event\": {\n \"category\": \"file\",\n \"id\": \"dGCHwoeS\",\n \"sequence\": 2\n },\n \"file\": {\n \"accessed\": \"2099-12-07T11:07:08.000Z\",\n \"name\": \"cmd.exe\",\n \"path\": \"C:\\\\Windows\\\\System32\\\\cmd.exe\",\n \"type\": \"file\",\n \"size\": 16384\n },\n \"process\": {\n \"pid\": 2012,\n \"name\": \"cmd.exe\",\n \"executable\": \"C:\\\\Windows\\\\System32\\\\cmd.exe\"\n }\n }\n },\n {\n \"_index\": \".ds-my-data-stream-2099.12.07-000001\",\n \"_id\": \"OQmfCaduce8zoHT93o4H\",\n \"_source\": {\n \"@timestamp\": \"2099-12-07T11:07:09.000Z\",\n \"event\": {\n \"category\": \"process\",\n \"id\": \"aR3NWVOs\",\n \"sequence\": 4\n },\n \"process\": {\n \"pid\": 2012,\n \"name\": \"regsvr32.exe\",\n \"command_line\": \"regsvr32.exe /s /u /i:https://...RegSvr32.sct scrobj.dll\",\n \"executable\": \"C:\\\\Windows\\\\System32\\\\regsvr32.exe\"\n }\n }\n }\n ]\n }\n ]\n }\n}" + "value": { + "hits": { + "sequences": [ + { + "events": [ + { + "_id": "AtOJ4UjUBAAx3XR5kcCM", + "_index": ".ds-my-data-stream-2099.12.07-000001", + "_source": { + "@timestamp": "2099-12-06T11:04:07.000Z", + "event": { + "category": "file", + "id": "dGCHwoeS", + "sequence": 2 + }, + "file": { + "accessed": "2099-12-07T11:07:08.000Z", + "name": "cmd.exe", + "path": "C:\\Windows\\System32\\cmd.exe", + "size": 16384, + "type": "file" + }, + "process": { + "executable": "C:\\Windows\\System32\\cmd.exe", + "name": "cmd.exe", + "pid": 2012 + } + } + }, + { + "_id": "OQmfCaduce8zoHT93o4H", + "_index": ".ds-my-data-stream-2099.12.07-000001", + "_source": { + "@timestamp": "2099-12-07T11:07:09.000Z", + "event": { + "category": "process", + "id": "aR3NWVOs", + "sequence": 4 + }, + "process": { + "command_line": "regsvr32.exe /s /u /i:https://...RegSvr32.sct scrobj.dll", + "executable": "C:\\Windows\\System32\\regsvr32.exe", + "name": "regsvr32.exe", + "pid": 2012 + } + } + } + ], + "join_keys": [ + 2012 + ] + } + ], + "total": { + "relation": "eq", + "value": 1 + } + }, + "is_partial": false, + "is_running": false, + "timed_out": false, + "took": 6 + } } } } } }, - "explain:200": { + "explain-200": { "description": "", "content": { "application/json": { @@ -60998,19 +63863,19 @@ "type": "object", "properties": { "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "matched": { "type": "boolean" }, "explanation": { - "$ref": "#/components/schemas/_global.explain:ExplanationDetail" + "$ref": "#/components/schemas/_global.explain.ExplanationDetail" }, "get": { - "$ref": "#/components/schemas/_types:InlineGet" + "$ref": "#/components/schemas/_types.InlineGet" } }, "required": [ @@ -61022,13 +63887,81 @@ "examples": { "ExplainResponseExample1": { "description": "A successful response from `GET /my-index-000001/_explain/0`.", - "value": "{\n \"_index\":\"my-index-000001\",\n \"_id\":\"0\",\n \"matched\":true,\n \"explanation\":{\n \"value\":1.6943598,\n \"description\":\"weight(message:elasticsearch in 0) [PerFieldSimilarity], result of:\",\n \"details\":[\n {\n \"value\":1.6943598,\n \"description\":\"score(freq=1.0), computed as boost * idf * tf from:\",\n \"details\":[\n {\n \"value\":2.2,\n \"description\":\"boost\",\n \"details\":[]\n },\n {\n \"value\":1.3862944,\n \"description\":\"idf, computed as log(1 + (N - n + 0.5) / (n + 0.5)) from:\",\n \"details\":[\n {\n \"value\":1,\n \"description\":\"n, number of documents containing term\",\n \"details\":[]\n },\n {\n \"value\":5,\n \"description\":\"N, total number of documents with field\",\n \"details\":[]\n }\n ]\n },\n {\n \"value\":0.5555556,\n \"description\":\"tf, computed as freq / (freq + k1 * (1 - b + b * dl / avgdl)) from:\",\n \"details\":[\n {\n \"value\":1.0,\n \"description\":\"freq, occurrences of term within document\",\n \"details\":[]\n },\n {\n \"value\":1.2,\n \"description\":\"k1, term saturation parameter\",\n \"details\":[]\n },\n {\n \"value\":0.75,\n \"description\":\"b, length normalization parameter\",\n \"details\":[]\n },\n {\n \"value\":3.0,\n \"description\":\"dl, length of field\",\n \"details\":[]\n },\n {\n \"value\":5.4,\n \"description\":\"avgdl, average length of field\",\n \"details\":[]\n }\n ]\n }\n ]\n }\n ]\n }\n}" + "value": { + "_id": "0", + "_index": "my-index-000001", + "explanation": { + "description": "weight(message:elasticsearch in 0) [PerFieldSimilarity], result of:", + "details": [ + { + "description": "score(freq=1.0), computed as boost * idf * tf from:", + "details": [ + { + "description": "boost", + "details": [], + "value": 2.2 + }, + { + "description": "idf, computed as log(1 + (N - n + 0.5) / (n + 0.5)) from:", + "details": [ + { + "description": "n, number of documents containing term", + "details": [], + "value": 1 + }, + { + "description": "N, total number of documents with field", + "details": [], + "value": 5 + } + ], + "value": 1.3862944 + }, + { + "description": "tf, computed as freq / (freq + k1 * (1 - b + b * dl / avgdl)) from:", + "details": [ + { + "description": "freq, occurrences of term within document", + "details": [], + "value": 1.0 + }, + { + "description": "k1, term saturation parameter", + "details": [], + "value": 1.2 + }, + { + "description": "b, length normalization parameter", + "details": [], + "value": 0.75 + }, + { + "description": "dl, length of field", + "details": [], + "value": 3.0 + }, + { + "description": "avgdl, average length of field", + "details": [], + "value": 5.4 + } + ], + "value": 0.5555556 + } + ], + "value": 1.6943598 + } + ], + "value": 1.6943598 + }, + "matched": true + } } } } } }, - "field_caps:200": { + "field_caps-200": { "description": "", "content": { "application/json": { @@ -61036,14 +63969,14 @@ "type": "object", "properties": { "indices": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "fields": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.field_caps:FieldCapability" + "$ref": "#/components/schemas/_global.field_caps.FieldCapability" } } } @@ -61057,18 +63990,104 @@ "FieldCapabilitiesResponseExample1": { "summary": "Get two fields", "description": "A successful response from `GET _field_caps?fields=rating,title`. The field `rating` is defined as a long in `index1` and `index2` and as a `keyword` in `index3` and `index4`. The field `rating` is not aggregatable in `index1`. The field `rating` is not searchable in `index4`. The field `title` is defined as text in all indices.\n", - "value": "{\n \"indices\": [ \"index1\", \"index2\", \"index3\", \"index4\", \"index5\" ],\n \"fields\": {\n \"rating\": { \n \"long\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false,\n \"indices\": [ \"index1\", \"index2\" ],\n \"non_aggregatable_indices\": [ \"index1\" ] \n },\n \"keyword\": {\n \"metadata_field\": false,\n \"searchable\": false,\n \"aggregatable\": true,\n \"indices\": [ \"index3\", \"index4\" ],\n \"non_searchable_indices\": [ \"index4\" ] \n }\n },\n \"title\": { \n \"text\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false\n }\n }\n }\n}" + "value": { + "fields": { + "rating": { + "keyword": { + "aggregatable": true, + "indices": [ + "index3", + "index4" + ], + "metadata_field": false, + "non_searchable_indices": [ + "index4" + ], + "searchable": false + }, + "long": { + "aggregatable": false, + "indices": [ + "index1", + "index2" + ], + "metadata_field": false, + "non_aggregatable_indices": [ + "index1" + ], + "searchable": true + } + }, + "title": { + "text": { + "aggregatable": false, + "metadata_field": false, + "searchable": true + } + } + }, + "indices": [ + "index1", + "index2", + "index3", + "index4", + "index5" + ] + } }, "FieldCapabilitiesResponseExample2": { "summary": "Get unmapped fields", "description": "A successful response from `GET _field_caps?fields=rating,title&include_unmapped`. The response contains an entry for each field that is present in some indices but not all. For example, the `rating` and `title` fields are unmapped in `index5`.\n", - "value": "{\n \"indices\": [ \"index1\", \"index2\", \"index3\", \"index4\", \"index5\" ],\n \"fields\": {\n \"rating\": { \n \"long\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false,\n \"indices\": [ \"index1\", \"index2\" ],\n \"non_aggregatable_indices\": [ \"index1\" ] \n },\n \"keyword\": {\n \"metadata_field\": false,\n \"searchable\": false,\n \"aggregatable\": true,\n \"indices\": [ \"index3\", \"index4\" ],\n \"non_searchable_indices\": [ \"index4\" ] \n }\n },\n \"title\": { \n \"text\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false\n }\n }\n }\n}" + "value": { + "fields": { + "rating": { + "keyword": { + "aggregatable": true, + "indices": [ + "index3", + "index4" + ], + "metadata_field": false, + "non_searchable_indices": [ + "index4" + ], + "searchable": false + }, + "long": { + "aggregatable": false, + "indices": [ + "index1", + "index2" + ], + "metadata_field": false, + "non_aggregatable_indices": [ + "index1" + ], + "searchable": true + } + }, + "title": { + "text": { + "aggregatable": false, + "metadata_field": false, + "searchable": true + } + } + }, + "indices": [ + "index1", + "index2", + "index3", + "index4", + "index5" + ] + } } } } } }, - "graph.explore:200": { + "graph.explore-200": { "description": "", "content": { "application/json": { @@ -61078,13 +64097,13 @@ "connections": { "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:Connection" + "$ref": "#/components/schemas/graph._types.Connection" } }, "failures": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:ShardFailure" + "$ref": "#/components/schemas/_types.ShardFailure" } }, "timed_out": { @@ -61096,7 +64115,7 @@ "vertices": { "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:Vertex" + "$ref": "#/components/schemas/graph._types.Vertex" } } }, @@ -61111,29 +64130,53 @@ } } }, - "index:200": { + "index-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:WriteResponseBase" + "$ref": "#/components/schemas/_types.WriteResponseBase" }, "examples": { "IndexResponseExample1": { "summary": "Automate document IDs", "description": "A successful response from `POST my-index-000001/_doc/`, which contains an automated document ID.", - "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"W0tpsmIBdwcYyG50zbta\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"result\": \"created\"\n}" + "value": { + "_id": "W0tpsmIBdwcYyG50zbta", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 0, + "_shards": { + "failed": 0, + "successful": 2, + "total": 2 + }, + "_version": 1, + "result": "created" + } }, "IndexResponseExample2": { "summary": "Define document IDs", "description": "A successful response from `PUT my-index-000001/_doc/1`.", - "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"result\": \"created\"\n}" + "value": { + "_id": "1", + "_index": "my-index-000001", + "_primary_term": 1, + "_seq_no": 0, + "_shards": { + "failed": 0, + "successful": 2, + "total": 2 + }, + "_version": 1, + "result": "created" + } } } } } }, - "indices.analyze:200": { + "indices.analyze-200": { "description": "", "content": { "application/json": { @@ -61141,12 +64184,12 @@ "type": "object", "properties": { "detail": { - "$ref": "#/components/schemas/indices.analyze:AnalyzeDetail" + "$ref": "#/components/schemas/indices.analyze.AnalyzeDetail" }, "tokens": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.analyze:AnalyzeToken" + "$ref": "#/components/schemas/indices.analyze.AnalyzeToken" } } } @@ -61154,42 +64197,89 @@ "examples": { "indicesAnalyzeResponseExample7": { "description": "A successful response for an analysis with `explain` set to `true`.", - "value": "{\n \"detail\": {\n \"custom_analyzer\": true,\n \"charfilters\": [],\n \"tokenizer\": {\n \"name\": \"standard\",\n \"tokens\": [\n {\n \"token\": \"detailed\",\n \"start_offset\": 0,\n \"end_offset\": 8,\n \"type\": \"\",\n \"position\": 0\n },\n {\n \"token\": \"output\",\n \"start_offset\": 9,\n \"end_offset\": 15,\n \"type\": \"\",\n \"position\": 1\n }\n ]\n },\n \"tokenfilters\": [\n {\n \"name\": \"snowball\",\n \"tokens\": [\n {\n \"token\": \"detail\",\n \"start_offset\": 0,\n \"end_offset\": 8,\n \"type\": \"\",\n \"position\": 0,\n \"keyword\": false\n },\n {\n \"token\": \"output\",\n \"start_offset\": 9,\n \"end_offset\": 15,\n \"type\": \"\",\n \"position\": 1,\n \"keyword\": false\n }\n ]\n }\n ]\n }\n}" + "value": { + "detail": { + "charfilters": [], + "custom_analyzer": true, + "tokenfilters": [ + { + "name": "snowball", + "tokens": [ + { + "end_offset": 8, + "keyword": false, + "position": 0, + "start_offset": 0, + "token": "detail", + "type": "" + }, + { + "end_offset": 15, + "keyword": false, + "position": 1, + "start_offset": 9, + "token": "output", + "type": "" + } + ] + } + ], + "tokenizer": { + "name": "standard", + "tokens": [ + { + "end_offset": 8, + "position": 0, + "start_offset": 0, + "token": "detailed", + "type": "" + }, + { + "end_offset": 15, + "position": 1, + "start_offset": 9, + "token": "output", + "type": "" + } + ] + } + } + } } } } } }, - "indices.delete_alias:200": { + "indices.delete_alias-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.exists_alias:200": { + "indices.exists_alias-200": { "description": "", "content": { "application/json": {} } }, - "indices.get_alias:200": { + "indices.get_alias-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_alias:IndexAliases" + "$ref": "#/components/schemas/indices.get_alias.IndexAliases" } } } } }, - "indices.get_data_stream:200": { + "indices.get_data_stream-200": { "description": "", "content": { "application/json": { @@ -61199,7 +64289,7 @@ "data_streams": { "type": "array", "items": { - "$ref": "#/components/schemas/indices._types:DataStream" + "$ref": "#/components/schemas/indices._types.DataStream" } } }, @@ -61210,13 +64300,81 @@ "examples": { "indicesGetDataStreamResponseExample1": { "description": "A successful response for retrieving information about a data stream.", - "value": "{\n \"data_streams\": [\n {\n \"name\": \"my-data-stream\",\n \"timestamp_field\": {\n \"name\": \"@timestamp\"\n },\n \"indices\": [\n {\n \"index_name\": \".ds-my-data-stream-2099.03.07-000001\",\n \"index_uuid\": \"xCEhwsp8Tey0-FLNFYVwSg\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n },\n {\n \"index_name\": \".ds-my-data-stream-2099.03.08-000002\",\n \"index_uuid\": \"PA_JquKGSiKcAKBA8DJ5gw\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n }\n ],\n \"generation\": 2,\n \"_meta\": {\n \"my-meta-field\": \"foo\"\n },\n \"status\": \"GREEN\",\n \"next_generation_managed_by\": \"Index Lifecycle Management\",\n \"prefer_ilm\": true,\n \"template\": \"my-index-template\",\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"hidden\": false,\n \"system\": false,\n \"allow_custom_routing\": false,\n \"replicated\": false,\n \"rollover_on_write\": false\n },\n {\n \"name\": \"my-data-stream-two\",\n \"timestamp_field\": {\n \"name\": \"@timestamp\"\n },\n \"indices\": [\n {\n \"index_name\": \".ds-my-data-stream-two-2099.03.08-000001\",\n \"index_uuid\": \"3liBu2SYS5axasRt6fUIpA\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n }\n ],\n \"generation\": 1,\n \"_meta\": {\n \"my-meta-field\": \"foo\"\n },\n \"status\": \"YELLOW\",\n \"next_generation_managed_by\": \"Index Lifecycle Management\",\n \"prefer_ilm\": true,\n \"template\": \"my-index-template\",\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"hidden\": false,\n \"system\": false,\n \"allow_custom_routing\": false,\n \"replicated\": false,\n \"rollover_on_write\": false\n }\n ]\n}" + "value": { + "data_streams": [ + { + "_meta": { + "my-meta-field": "foo" + }, + "allow_custom_routing": false, + "generation": 2, + "hidden": false, + "ilm_policy": "my-lifecycle-policy", + "indices": [ + { + "ilm_policy": "my-lifecycle-policy", + "index_name": ".ds-my-data-stream-2099.03.07-000001", + "index_uuid": "xCEhwsp8Tey0-FLNFYVwSg", + "managed_by": "Index Lifecycle Management", + "prefer_ilm": true + }, + { + "ilm_policy": "my-lifecycle-policy", + "index_name": ".ds-my-data-stream-2099.03.08-000002", + "index_uuid": "PA_JquKGSiKcAKBA8DJ5gw", + "managed_by": "Index Lifecycle Management", + "prefer_ilm": true + } + ], + "name": "my-data-stream", + "next_generation_managed_by": "Index Lifecycle Management", + "prefer_ilm": true, + "replicated": false, + "rollover_on_write": false, + "status": "GREEN", + "system": false, + "template": "my-index-template", + "timestamp_field": { + "name": "@timestamp" + } + }, + { + "_meta": { + "my-meta-field": "foo" + }, + "allow_custom_routing": false, + "generation": 1, + "hidden": false, + "ilm_policy": "my-lifecycle-policy", + "indices": [ + { + "ilm_policy": "my-lifecycle-policy", + "index_name": ".ds-my-data-stream-two-2099.03.08-000001", + "index_uuid": "3liBu2SYS5axasRt6fUIpA", + "managed_by": "Index Lifecycle Management", + "prefer_ilm": true + } + ], + "name": "my-data-stream-two", + "next_generation_managed_by": "Index Lifecycle Management", + "prefer_ilm": true, + "replicated": false, + "rollover_on_write": false, + "status": "YELLOW", + "system": false, + "template": "my-index-template", + "timestamp_field": { + "name": "@timestamp" + } + } + ] + } } } } } }, - "indices.get_index_template:200": { + "indices.get_index_template-200": { "description": "", "content": { "application/json": { @@ -61226,7 +64384,7 @@ "index_templates": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.get_index_template:IndexTemplateItem" + "$ref": "#/components/schemas/indices.get_index_template.IndexTemplateItem" } } }, @@ -61237,83 +64395,83 @@ } } }, - "indices.get_mapping:200": { + "indices.get_mapping-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices.get_mapping:IndexMappingRecord" + "$ref": "#/components/schemas/indices.get_mapping.IndexMappingRecord" } } } } }, - "indices.get_settings:200": { + "indices.get_settings-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" } } } } }, - "indices.put_alias:200": { + "indices.put_alias-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_index_template:200": { + "indices.put_index_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.put_mapping:200": { + "indices.put_mapping-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:IndicesResponseBase" + "$ref": "#/components/schemas/_types.IndicesResponseBase" } } } }, - "indices.put_settings:200": { + "indices.put_settings-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "indices.refresh:200": { + "indices.refresh-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:ShardsOperationResponseBase" + "$ref": "#/components/schemas/_types.ShardsOperationResponseBase" } } } }, - "indices.rollover:200": { + "indices.rollover-200": { "description": "", "content": { "application/json": { @@ -61358,13 +64516,45 @@ "examples": { "indicesRolloverResponseExample1": { "description": "An abbreviated response from `GET /_segments`.\n", - "value": "{\n \"_shards\": {},\n \"indices\": {\n \"test\": {\n \"shards\": {\n \"0\": [\n {\n \"routing\": {\n \"state\": \"STARTED\",\n \"primary\": true,\n \"node\": \"zDC_RorJQCao9xf9pg3Fvw\"\n },\n \"num_committed_segments\": 0,\n \"num_search_segments\": 1,\n \"segments\": {\n \"_0\": {\n \"generation\": 0,\n \"num_docs\": 1,\n \"deleted_docs\": 0,\n \"size_in_bytes\": 3800,\n \"committed\": false,\n \"search\": true,\n \"version\": \"7.0.0\",\n \"compound\": true,\n \"attributes\": {}\n }\n }\n }\n ]\n }\n }\n }\n}" + "value": { + "_shards": {}, + "indices": { + "test": { + "shards": { + "0": [ + { + "num_committed_segments": 0, + "num_search_segments": 1, + "routing": { + "node": "zDC_RorJQCao9xf9pg3Fvw", + "primary": true, + "state": "STARTED" + }, + "segments": { + "_0": { + "attributes": {}, + "committed": false, + "compound": true, + "deleted_docs": 0, + "generation": 0, + "num_docs": 1, + "search": true, + "size_in_bytes": 3800, + "version": "7.0.0" + } + } + } + ] + } + } + } + } } } } } }, - "indices.simulate_template:200": { + "indices.simulate_template-200": { "description": "", "content": { "application/json": { @@ -61374,11 +64564,11 @@ "overlapping": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.simulate_template:Overlapping" + "$ref": "#/components/schemas/indices.simulate_template.Overlapping" } }, "template": { - "$ref": "#/components/schemas/indices.simulate_template:Template" + "$ref": "#/components/schemas/indices.simulate_template.Template" } }, "required": [ @@ -61388,13 +64578,44 @@ "examples": { "indicesSimulateTemplateResponseExample2": { "description": "A successful response from `POST /_index_template/_simulate` with a template configuration in the request body. The response shows any overlapping templates with a lower priority.\n", - "value": "{\n \"template\" : {\n \"settings\" : {\n \"index\" : {\n \"number_of_replicas\" : \"1\",\n \"routing\" : {\n \"allocation\" : {\n \"include\" : {\n \"_tier_preference\" : \"data_content\"\n }\n }\n }\n }\n },\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n }\n }\n },\n \"aliases\" : { }\n },\n \"overlapping\" : [\n {\n \"name\" : \"final-template\",\n \"index_patterns\" : [\n \"my-index-*\"\n ]\n }\n ]\n}" + "value": { + "overlapping": [ + { + "index_patterns": [ + "my-index-*" + ], + "name": "final-template" + } + ], + "template": { + "aliases": {}, + "mappings": { + "properties": { + "@timestamp": { + "type": "date" + } + } + }, + "settings": { + "index": { + "number_of_replicas": "1", + "routing": { + "allocation": { + "include": { + "_tier_preference": "data_content" + } + } + } + } + } + } + } } } } } }, - "indices.validate_query:200": { + "indices.validate_query-200": { "description": "", "content": { "application/json": { @@ -61404,11 +64625,11 @@ "explanations": { "type": "array", "items": { - "$ref": "#/components/schemas/indices.validate_query:IndicesValidationExplanation" + "$ref": "#/components/schemas/indices.validate_query.IndicesValidationExplanation" } }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "valid": { "type": "boolean" @@ -61424,17 +64645,17 @@ } } }, - "inference.delete:200": { + "inference.delete-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:DeleteInferenceEndpointResult" + "$ref": "#/components/schemas/inference._types.DeleteInferenceEndpointResult" } } } }, - "inference.get:200": { + "inference.get-200": { "description": "", "content": { "application/json": { @@ -61444,7 +64665,7 @@ "endpoints": { "type": "array", "items": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } }, @@ -61455,36 +64676,49 @@ } } }, - "inference.put:200": { + "inference.put-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpointInfo" + "$ref": "#/components/schemas/inference._types.InferenceEndpointInfo" } } } }, - "ingest.get_pipeline:200": { + "ingest.get_pipeline-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } }, "examples": { "GetPipelineResponseExample1": { "description": "A successful response for retrieving information about an ingest pipeline.", - "value": "{\n \"my-pipeline-id\" : {\n \"description\" : \"describe pipeline\",\n \"version\" : 123,\n \"processors\" : [\n {\n \"set\" : {\n \"field\" : \"foo\",\n \"value\" : \"bar\"\n }\n }\n ]\n }\n}" + "value": { + "my-pipeline-id": { + "description": "describe pipeline", + "processors": [ + { + "set": { + "field": "foo", + "value": "bar" + } + } + ], + "version": 123 + } + } } } } } }, - "ingest.simulate:200": { + "ingest.simulate-200": { "description": "", "content": { "application/json": { @@ -61494,7 +64728,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:SimulateDocumentResult" + "$ref": "#/components/schemas/ingest._types.SimulateDocumentResult" } } }, @@ -61505,32 +64739,82 @@ "examples": { "SimulatePipelineResponseExample1": { "description": "A successful response for running an ingest pipeline against a set of provided documents.", - "value": "{\n \"docs\": [\n {\n \"doc\": {\n \"_id\": \"id\",\n \"_index\": \"index\",\n \"_version\": \"-3\",\n \"_source\": {\n \"field2\": \"_value\",\n \"foo\": \"bar\"\n },\n \"_ingest\": {\n \"timestamp\": \"2017-05-04T22:30:03.187Z\"\n }\n }\n },\n {\n \"doc\": {\n \"_id\": \"id\",\n \"_index\": \"index\",\n \"_version\": \"-3\",\n \"_source\": {\n \"field2\": \"_value\",\n \"foo\": \"rab\"\n },\n \"_ingest\": {\n \"timestamp\": \"2017-05-04T22:30:03.188Z\"\n }\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "doc": { + "_id": "id", + "_index": "index", + "_ingest": { + "timestamp": "2017-05-04T22:30:03.187Z" + }, + "_source": { + "field2": "_value", + "foo": "bar" + }, + "_version": "-3" + } + }, + { + "doc": { + "_id": "id", + "_index": "index", + "_ingest": { + "timestamp": "2017-05-04T22:30:03.188Z" + }, + "_source": { + "field2": "_value", + "foo": "rab" + }, + "_version": "-3" + } + } + ] + } } } } } }, - "logstash.get_pipeline:200": { + "logstash.get_pipeline-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/logstash._types:Pipeline" + "$ref": "#/components/schemas/logstash._types.Pipeline" } }, "examples": { "LogstashGetPipelineResponseExample1": { "description": "A successful response from `GET _logstash/pipeline/my_pipeline`.\n", - "value": "{\n \"my_pipeline\": {\n \"description\": \"Sample pipeline for illustration purposes\",\n \"last_modified\": \"2021-01-02T02:50:51.250Z\",\n \"pipeline_metadata\": {\n \"type\": \"logstash_pipeline\",\n \"version\": \"1\"\n },\n \"username\": \"elastic\",\n \"pipeline\": \"input {}\\\\n filter { grok {} }\\\\n output {}\",\n \"pipeline_settings\": {\n \"pipeline.workers\": 1,\n \"pipeline.batch.size\": 125,\n \"pipeline.batch.delay\": 50,\n \"queue.type\": \"memory\",\n \"queue.max_bytes\": \"1gb\",\n \"queue.checkpoint.writes\": 1024\n }\n }\n}" + "value": { + "my_pipeline": { + "description": "Sample pipeline for illustration purposes", + "last_modified": "2021-01-02T02:50:51.250Z", + "pipeline": "input {}\\n filter { grok {} }\\n output {}", + "pipeline_metadata": { + "type": "logstash_pipeline", + "version": "1" + }, + "pipeline_settings": { + "pipeline.batch.delay": 50, + "pipeline.batch.size": 125, + "pipeline.workers": 1, + "queue.checkpoint.writes": 1024, + "queue.max_bytes": "1gb", + "queue.type": "memory" + }, + "username": "elastic" + } + } } } } } }, - "mget:200": { + "mget-200": { "description": "", "content": { "application/json": { @@ -61541,7 +64825,7 @@ "description": "The response includes a docs array that contains the documents in the order specified in the request.\nThe structure of the returned documents is similar to that returned by the get API.\nIf there is a failure getting a particular document, the error is included in place of the document.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mget:ResponseItem" + "$ref": "#/components/schemas/_global.mget.ResponseItem" } } }, @@ -61552,7 +64836,7 @@ } } }, - "ml.get_calendars:200": { + "ml.get_calendars-200": { "description": "", "content": { "application/json": { @@ -61562,7 +64846,7 @@ "calendars": { "type": "array", "items": { - "$ref": "#/components/schemas/ml.get_calendars:Calendar" + "$ref": "#/components/schemas/ml.get_calendars.Calendar" } }, "count": { @@ -61577,7 +64861,7 @@ } } }, - "ml.get_data_frame_analytics:200": { + "ml.get_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -61591,7 +64875,7 @@ "description": "An array of data frame analytics job resources, which are sorted by the id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalyticsSummary" + "$ref": "#/components/schemas/ml._types.DataframeAnalyticsSummary" } } }, @@ -61603,7 +64887,7 @@ } } }, - "ml.get_data_frame_analytics_stats:200": { + "ml.get_data_frame_analytics_stats-200": { "description": "", "content": { "application/json": { @@ -61617,7 +64901,7 @@ "description": "An array of objects that contain usage information for data frame analytics jobs, which are sorted by the id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DataframeAnalytics" + "$ref": "#/components/schemas/ml._types.DataframeAnalytics" } } }, @@ -61629,7 +64913,7 @@ } } }, - "ml.get_datafeed_stats:200": { + "ml.get_datafeed_stats-200": { "description": "", "content": { "application/json": { @@ -61642,7 +64926,7 @@ "datafeeds": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:DatafeedStats" + "$ref": "#/components/schemas/ml._types.DatafeedStats" } } }, @@ -61654,7 +64938,7 @@ } } }, - "ml.get_datafeeds:200": { + "ml.get_datafeeds-200": { "description": "", "content": { "application/json": { @@ -61667,7 +64951,7 @@ "datafeeds": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Datafeed" + "$ref": "#/components/schemas/ml._types.Datafeed" } } }, @@ -61679,7 +64963,7 @@ } } }, - "ml.get_filters:200": { + "ml.get_filters-200": { "description": "", "content": { "application/json": { @@ -61692,7 +64976,7 @@ "filters": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Filter" + "$ref": "#/components/schemas/ml._types.Filter" } } }, @@ -61704,7 +64988,7 @@ } } }, - "ml.get_job_stats:200": { + "ml.get_job_stats-200": { "description": "", "content": { "application/json": { @@ -61717,7 +65001,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:JobStats" + "$ref": "#/components/schemas/ml._types.JobStats" } } }, @@ -61729,7 +65013,7 @@ } } }, - "ml.get_jobs:200": { + "ml.get_jobs-200": { "description": "", "content": { "application/json": { @@ -61742,7 +65026,7 @@ "jobs": { "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:Job" + "$ref": "#/components/schemas/ml._types.Job" } } }, @@ -61754,7 +65038,7 @@ } } }, - "ml.get_overall_buckets:200": { + "ml.get_overall_buckets-200": { "description": "", "content": { "application/json": { @@ -61768,7 +65052,7 @@ "description": "Array of overall bucket objects", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:OverallBucket" + "$ref": "#/components/schemas/ml._types.OverallBucket" } } }, @@ -61780,7 +65064,7 @@ } } }, - "ml.get_trained_models:200": { + "ml.get_trained_models-200": { "description": "", "content": { "application/json": { @@ -61794,7 +65078,7 @@ "description": "An array of trained model resources, which are sorted by the model_id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelConfig" + "$ref": "#/components/schemas/ml._types.TrainedModelConfig" } } }, @@ -61806,7 +65090,7 @@ } } }, - "ml.get_trained_models_stats:200": { + "ml.get_trained_models_stats-200": { "description": "", "content": { "application/json": { @@ -61821,7 +65105,7 @@ "description": "An array of trained model statistics, which are sorted by the model_id value in ascending order.", "type": "array", "items": { - "$ref": "#/components/schemas/ml._types:TrainedModelStats" + "$ref": "#/components/schemas/ml._types.TrainedModelStats" } } }, @@ -61833,7 +65117,7 @@ } } }, - "ml.preview_data_frame_analytics:200": { + "ml.preview_data_frame_analytics-200": { "description": "", "content": { "application/json": { @@ -61858,7 +65142,7 @@ } } }, - "ml.preview_datafeed:200": { + "ml.preview_datafeed-200": { "description": "", "content": { "application/json": { @@ -61871,27 +65155,27 @@ } } }, - "msearch:200": { + "msearch-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.msearch:MultiSearchResult" + "$ref": "#/components/schemas/_global.msearch.MultiSearchResult" } } } }, - "msearch_template:200": { + "msearch_template-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.msearch:MultiSearchResult" + "$ref": "#/components/schemas/_global.msearch.MultiSearchResult" } } } }, - "mtermvectors:200": { + "mtermvectors-200": { "description": "", "content": { "application/json": { @@ -61901,7 +65185,7 @@ "docs": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.mtermvectors:TermVectorsResult" + "$ref": "#/components/schemas/_global.mtermvectors.TermVectorsResult" } } }, @@ -61912,17 +65196,17 @@ } } }, - "put_script:200": { + "put_script-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:AcknowledgedResponseBase" + "$ref": "#/components/schemas/_types.AcknowledgedResponseBase" } } } }, - "rank_eval:200": { + "rank_eval-200": { "description": "", "content": { "application/json": { @@ -61937,7 +65221,7 @@ "description": "The details section contains one entry for every query in the original requests section, keyed by the search request id", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetricDetail" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetricDetail" } }, "failures": { @@ -61956,7 +65240,7 @@ } } }, - "render_search_template:200": { + "render_search_template-200": { "description": "", "content": { "application/json": { @@ -61977,7 +65261,7 @@ } } }, - "scripts_painless_execute:200": { + "scripts_painless_execute-200": { "description": "", "content": { "application/json": { @@ -61996,94 +65280,318 @@ "ExecutePainlessScriptResponseExample1": { "summary": "Test context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `painless_test` context.", - "value": "{\n \"result\": \"0.1\"\n}" + "value": { + "result": "0.1" + } }, "ExecutePainlessScriptResponseExample2": { "summary": "Filter context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `filter` context.", - "value": "{\n \"result\": true\n}" + "value": { + "result": true + } }, "ExecutePainlessScriptResponseExample3": { "summary": "Score context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `score` context.", - "value": "{\n \"result\": 0.8\n}" + "value": { + "result": 0.8 + } } } } } }, - "scroll:200": { + "scroll-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" } } } }, - "search:200": { + "search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" }, "examples": { "SearchResponseExample1": { "description": "An abbreviated response from `GET /my-index-000001/_search?from=40&size=20` with a simple term query.\n", - "value": "{\n \"took\": 5,\n \"timed_out\": false,\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"skipped\": 0,\n \"failed\": 0\n },\n \"hits\": {\n \"total\": {\n \"value\": 20,\n \"relation\": \"eq\"\n },\n \"max_score\": 1.3862942,\n \"hits\": [\n {\n \"_index\": \"my-index-000001\",\n \"_id\": \"0\",\n \"_score\": 1.3862942,\n \"_source\": {\n \"@timestamp\": \"2099-11-15T14:12:12\",\n \"http\": {\n \"request\": {\n \"method\": \"get\"\n },\n \"response\": {\n \"status_code\": 200,\n \"bytes\": 1070000\n },\n \"version\": \"1.1\"\n },\n \"source\": {\n \"ip\": \"127.0.0.1\"\n },\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n }\n }\n ]\n }\n}" + "value": { + "_shards": { + "failed": 0, + "skipped": 0, + "successful": 1, + "total": 1 + }, + "hits": { + "hits": [ + { + "_id": "0", + "_index": "my-index-000001", + "_score": 1.3862942, + "_source": { + "@timestamp": "2099-11-15T14:12:12", + "http": { + "request": { + "method": "get" + }, + "response": { + "bytes": 1070000, + "status_code": 200 + }, + "version": "1.1" + }, + "message": "GET /search HTTP/1.1 200 1070000", + "source": { + "ip": "127.0.0.1" + }, + "user": { + "id": "kimchy" + } + } + } + ], + "max_score": 1.3862942, + "total": { + "relation": "eq", + "value": 20 + } + }, + "timed_out": false, + "took": 5 + } } } } } }, - "search_application.get_behavioral_analytics:200": { + "search_application.get_behavioral_analytics-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/search_application._types:AnalyticsCollection" + "$ref": "#/components/schemas/search_application._types.AnalyticsCollection" } }, "examples": { "BehavioralAnalyticsGetResponseExample1": { "description": "A successful response from `GET _application/analytics/my*`", - "value": "{\n \"my_analytics_collection\": {\n \"event_data_stream\": {\n \"name\": \"behavioral_analytics-events-my_analytics_collection\"\n }\n },\n \"my_analytics_collection2\": {\n \"event_data_stream\": {\n \"name\": \"behavioral_analytics-events-my_analytics_collection2\"\n }\n }\n}" + "value": { + "my_analytics_collection": { + "event_data_stream": { + "name": "behavioral_analytics-events-my_analytics_collection" + } + }, + "my_analytics_collection2": { + "event_data_stream": { + "name": "behavioral_analytics-events-my_analytics_collection2" + } + } + } } } } } }, - "search_application.search:200": { + "search_application.search-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_global.search:ResponseBody" + "$ref": "#/components/schemas/_global.search.ResponseBody" } } } }, - "search_mvt:200": { + "search_mvt-200": { "description": "", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/_types:MapboxVectorTiles" + "$ref": "#/components/schemas/_types.MapboxVectorTiles" }, "examples": { "SearchMvtResponseExample1": { "description": "A successful response from `GET museums/_mvt/location/13/4207/2692`. It returns results as a binary vector tile. When decoded into JSON, the tile contains the following data.\n", - "value": "{\n \"hits\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3208,\n 3864\n ]\n },\n \"properties\": {\n \"_id\": \"1\",\n \"_index\": \"museums\",\n \"name\": \"NEMO Science Museum\",\n \"price\": 1750\n },\n \"type\": 1\n },\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3429,\n 3496\n ]\n },\n \"properties\": {\n \"_id\": \"3\",\n \"_index\": \"museums\",\n \"name\": \"Nederlands Scheepvaartmuseum\",\n \"price\": 1650\n },\n \"type\": 1\n },\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3429,\n 3496\n ]\n },\n \"properties\": {\n \"_id\": \"4\",\n \"_index\": \"museums\",\n \"name\": \"Amsterdam Centre for Architecture\",\n \"price\": 0\n },\n \"type\": 1\n }\n ]\n },\n \"aggs\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n 3072,\n 3072\n ],\n [\n 4096,\n 3072\n ],\n [\n 4096,\n 4096\n ],\n [\n 3072,\n 4096\n ],\n [\n 3072,\n 3072\n ]\n ]\n ]\n },\n \"properties\": {\n \"_count\": 3,\n \"max_price.value\": 1750.0,\n \"min_price.value\": 0.0,\n \"avg_price.value\": 1133.3333333333333\n },\n \"type\": 3\n }\n ]\n },\n \"meta\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n 0,\n 0\n ],\n [\n 4096,\n 0\n ],\n [\n 4096,\n 4096\n ],\n [\n 0,\n 4096\n ],\n [\n 0,\n 0\n ]\n ]\n ]\n },\n \"properties\": {\n \"_shards.failed\": 0,\n \"_shards.skipped\": 0,\n \"_shards.successful\": 1,\n \"_shards.total\": 1,\n \"aggregations._count.avg\": 3.0,\n \"aggregations._count.count\": 1,\n \"aggregations._count.max\": 3.0,\n \"aggregations._count.min\": 3.0,\n \"aggregations._count.sum\": 3.0,\n \"aggregations.avg_price.avg\": 1133.3333333333333,\n \"aggregations.avg_price.count\": 1,\n \"aggregations.avg_price.max\": 1133.3333333333333,\n \"aggregations.avg_price.min\": 1133.3333333333333,\n \"aggregations.avg_price.sum\": 1133.3333333333333,\n \"aggregations.max_price.avg\": 1750.0,\n \"aggregations.max_price.count\": 1,\n \"aggregations.max_price.max\": 1750.0,\n \"aggregations.max_price.min\": 1750.0,\n \"aggregations.max_price.sum\": 1750.0,\n \"aggregations.min_price.avg\": 0.0,\n \"aggregations.min_price.count\": 1,\n \"aggregations.min_price.max\": 0.0,\n \"aggregations.min_price.min\": 0.0,\n \"aggregations.min_price.sum\": 0.0,\n \"hits.max_score\": 0.0,\n \"hits.total.relation\": \"eq\",\n \"hits.total.value\": 3,\n \"timed_out\": false,\n \"took\": 2\n },\n \"type\": 3\n }\n ]\n }\n}" + "value": { + "aggs": { + "extent": 4096, + "features": [ + { + "geometry": { + "coordinates": [ + [ + [ + 3072, + 3072 + ], + [ + 4096, + 3072 + ], + [ + 4096, + 4096 + ], + [ + 3072, + 4096 + ], + [ + 3072, + 3072 + ] + ] + ], + "type": "Polygon" + }, + "properties": { + "_count": 3, + "avg_price.value": 1133.3333333333333, + "max_price.value": 1750.0, + "min_price.value": 0.0 + }, + "type": 3 + } + ], + "version": 2 + }, + "hits": { + "extent": 4096, + "features": [ + { + "geometry": { + "coordinates": [ + 3208, + 3864 + ], + "type": "Point" + }, + "properties": { + "_id": "1", + "_index": "museums", + "name": "NEMO Science Museum", + "price": 1750 + }, + "type": 1 + }, + { + "geometry": { + "coordinates": [ + 3429, + 3496 + ], + "type": "Point" + }, + "properties": { + "_id": "3", + "_index": "museums", + "name": "Nederlands Scheepvaartmuseum", + "price": 1650 + }, + "type": 1 + }, + { + "geometry": { + "coordinates": [ + 3429, + 3496 + ], + "type": "Point" + }, + "properties": { + "_id": "4", + "_index": "museums", + "name": "Amsterdam Centre for Architecture", + "price": 0 + }, + "type": 1 + } + ], + "version": 2 + }, + "meta": { + "extent": 4096, + "features": [ + { + "geometry": { + "coordinates": [ + [ + [ + 0, + 0 + ], + [ + 4096, + 0 + ], + [ + 4096, + 4096 + ], + [ + 0, + 4096 + ], + [ + 0, + 0 + ] + ] + ], + "type": "Polygon" + }, + "properties": { + "_shards.failed": 0, + "_shards.skipped": 0, + "_shards.successful": 1, + "_shards.total": 1, + "aggregations._count.avg": 3.0, + "aggregations._count.count": 1, + "aggregations._count.max": 3.0, + "aggregations._count.min": 3.0, + "aggregations._count.sum": 3.0, + "aggregations.avg_price.avg": 1133.3333333333333, + "aggregations.avg_price.count": 1, + "aggregations.avg_price.max": 1133.3333333333333, + "aggregations.avg_price.min": 1133.3333333333333, + "aggregations.avg_price.sum": 1133.3333333333333, + "aggregations.max_price.avg": 1750.0, + "aggregations.max_price.count": 1, + "aggregations.max_price.max": 1750.0, + "aggregations.max_price.min": 1750.0, + "aggregations.max_price.sum": 1750.0, + "aggregations.min_price.avg": 0.0, + "aggregations.min_price.count": 1, + "aggregations.min_price.max": 0.0, + "aggregations.min_price.min": 0.0, + "aggregations.min_price.sum": 0.0, + "hits.max_score": 0.0, + "hits.total.relation": "eq", + "hits.total.value": 3, + "timed_out": false, + "took": 2 + }, + "type": 3 + } + ], + "version": 2 + } + } } } } } }, - "search_template:200": { + "search_template-200": { "description": "", "content": { "application/json": { @@ -62097,19 +65605,19 @@ "type": "boolean" }, "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "hits": { - "$ref": "#/components/schemas/_global.search._types:HitsMetadata" + "$ref": "#/components/schemas/_global.search._types.HitsMetadata" }, "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:Aggregate" + "$ref": "#/components/schemas/_types.aggregations.Aggregate" } }, "_clusters": { - "$ref": "#/components/schemas/_types:ClusterStatistics" + "$ref": "#/components/schemas/_types.ClusterStatistics" }, "fields": { "type": "object", @@ -62124,20 +65632,20 @@ "type": "number" }, "profile": { - "$ref": "#/components/schemas/_global.search._types:Profile" + "$ref": "#/components/schemas/_global.search._types.Profile" }, "pit_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "suggest": { "type": "object", "additionalProperties": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Suggest" + "$ref": "#/components/schemas/_global.search._types.Suggest" } } }, @@ -62155,7 +65663,7 @@ } } }, - "security.create_api_key:200": { + "security.create_api_key-200": { "description": "", "content": { "application/json": { @@ -62171,10 +65679,10 @@ "type": "number" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "encoded": { "description": "API key credentials which is the base64-encoding of\nthe UTF-8 representation of `id` and `api_key` joined\nby a colon (`:`).", @@ -62191,32 +65699,73 @@ "examples": { "SecurityCreateApiKeyResponseExample1": { "description": "A successful response from `POST /_security/api_key`.", - "value": "{\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\", \n \"name\": \"my-api-key\",\n \"expiration\": 1544068612110, \n \"api_key\": \"ui2lp2axTNmsyakw9tvNnw\", \n \"encoded\": \"VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==\" \n}" + "value": { + "api_key": "ui2lp2axTNmsyakw9tvNnw", + "encoded": "VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==", + "expiration": 1544068612110, + "id": "VuaCfGcBCdbkQm-e5aOx", + "name": "my-api-key" + } } } } } }, - "security.get_role:200": { + "security.get_role-200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.get_role:Role" + "$ref": "#/components/schemas/security.get_role.Role" } }, "examples": { "SecurityGetRoleResponseExample1": { "description": "A successful response from `GET /_security/role/my_admin_role`. The response contains information about the `my_admin_role` role in the native realm.\n", - "value": "{\n \"my_admin_role\": {\n \"description\": \"Grants full access to all management features within the cluster.\",\n \"cluster\" : [ \"all\" ],\n \"indices\" : [\n {\n \"names\" : [ \"index1\", \"index2\" ],\n \"privileges\" : [ \"all\" ],\n \"allow_restricted_indices\" : false,\n \"field_security\" : {\n \"grant\" : [ \"title\", \"body\" ]}\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ \"other_user\" ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n}" + "value": { + "my_admin_role": { + "applications": [], + "cluster": [ + "all" + ], + "description": "Grants full access to all management features within the cluster.", + "indices": [ + { + "allow_restricted_indices": false, + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ] + } + ], + "metadata": { + "version": 1 + }, + "run_as": [ + "other_user" + ], + "transient_metadata": { + "enabled": true + } + } + } } } } } }, - "security.has_privileges:200": { + "security.has_privileges-200": { "description": "", "content": { "application/json": { @@ -62224,7 +65773,7 @@ "type": "object", "properties": { "application": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationsPrivileges" + "$ref": "#/components/schemas/security.has_privileges.ApplicationsPrivileges" }, "cluster": { "type": "object", @@ -62238,11 +65787,11 @@ "index": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.has_privileges:Privileges" + "$ref": "#/components/schemas/security.has_privileges.Privileges" } }, "username": { - "$ref": "#/components/schemas/_types:Username" + "$ref": "#/components/schemas/_types.Username" } }, "required": [ @@ -62256,13 +65805,40 @@ "examples": { "SecurityHasPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/user/_has_privileges`, which lists the privileges for the `rdeniro` user.", - "value": "{\n \"username\": \"rdeniro\",\n \"has_all_requested\" : false,\n \"cluster\" : {\n \"monitor\" : true,\n \"manage\" : false\n },\n \"index\" : {\n \"suppliers\" : {\n \"read\" : true\n },\n \"products\" : {\n \"read\" : true\n },\n \"inventory\" : {\n \"read\" : true,\n \"write\" : false\n }\n },\n \"application\" : {\n \"inventory_manager\" : {\n \"product/1852563\" : {\n \"read\": false,\n \"data:write/inventory\": false\n }\n }\n }\n}" + "value": { + "application": { + "inventory_manager": { + "product/1852563": { + "data:write/inventory": false, + "read": false + } + } + }, + "cluster": { + "manage": false, + "monitor": true + }, + "has_all_requested": false, + "index": { + "inventory": { + "read": true, + "write": false + }, + "products": { + "read": true + }, + "suppliers": { + "read": true + } + }, + "username": "rdeniro" + } } } } } }, - "security.put_role:200": { + "security.put_role-200": { "description": "", "content": { "application/json": { @@ -62270,7 +65846,7 @@ "type": "object", "properties": { "role": { - "$ref": "#/components/schemas/security._types:CreatedStatus" + "$ref": "#/components/schemas/security._types.CreatedStatus" } }, "required": [ @@ -62280,13 +65856,17 @@ "examples": { "SecurityPutRoleResponseExample1": { "description": "A successful response from `POST /_security/role/my_admin_role`.", - "value": "{\n \"role\": {\n \"created\": true \n }\n}" + "value": { + "role": { + "created": true + } + } } } } } }, - "security.query_api_keys:200": { + "security.query_api_keys-200": { "description": "", "content": { "application/json": { @@ -62305,14 +65885,14 @@ "description": "A list of API key information.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApiKey" + "$ref": "#/components/schemas/security._types.ApiKey" } }, "aggregations": { "description": "The aggregations result, if requested.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregate" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregate" } } }, @@ -62326,23 +65906,158 @@ "QueryApiKeysResponseExample1": { "summary": "Query API keys by ID", "description": "A successful response from `GET /_security/_query/api_key?with_limited_by=true`. The `limited_by` details are the owner user's permissions associated with the API key. It is a point-in-time snapshot captured at creation and subsequent updates. An API key's effective permissions are an intersection of its assigned privileges and the owner user's permissions.\n", - "value": "{\n \"api_keys\": [\n {\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\",\n \"name\": \"application-key-1\",\n \"creation\": 1548550550158,\n \"expiration\": 1548551550158,\n \"invalidated\": false,\n \"username\": \"myuser\",\n \"realm\": \"native1\",\n \"realm_type\": \"native\",\n \"metadata\": {\n \"application\": \"my-application\"\n },\n \"role_descriptors\": { },\n \"limited_by\": [ \n {\n \"role-power-user\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n ]\n }\n ]\n}" + "value": { + "api_keys": [ + { + "creation": 1548550550158, + "expiration": 1548551550158, + "id": "VuaCfGcBCdbkQm-e5aOx", + "invalidated": false, + "limited_by": [ + { + "role-power-user": { + "applications": [], + "cluster": [ + "monitor" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "*" + ], + "privileges": [ + "read" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + } + ], + "metadata": { + "application": "my-application" + }, + "name": "application-key-1", + "realm": "native1", + "realm_type": "native", + "role_descriptors": {}, + "username": "myuser" + } + ] + } }, "QueryApiKeysResponseExample2": { "summary": "Query API keys with pagination", "description": "An abbreviated response from `GET /_security/_query/api_key` that contains a list of matched API keys along with their sort values. The first sort value is creation time, which is displayed in `date_time` format. The second sort value is the API key name.\n", - "value": "{\n \"total\": 100,\n \"count\": 10,\n \"api_keys\": [\n {\n \"id\": \"CLXgVnsBOGkf8IyjcXU7\",\n \"name\": \"app1-key-79\",\n \"creation\": 1629250154811,\n \"invalidated\": false,\n \"username\": \"org-admin-user\",\n \"realm\": \"native1\",\n \"metadata\": {\n \"environment\": \"production\"\n },\n \"role_descriptors\": { },\n \"_sort\": [\n \"2021-08-18T01:29:14.811Z\", \n \"app1-key-79\" \n ]\n },\n {\n \"id\": \"BrXgVnsBOGkf8IyjbXVB\",\n \"name\": \"app1-key-78\",\n \"creation\": 1629250153794,\n \"invalidated\": false,\n \"username\": \"org-admin-user\",\n \"realm\": \"native1\",\n \"metadata\": {\n \"environment\": \"production\"\n },\n \"role_descriptors\": { },\n \"_sort\": [\n \"2021-08-18T01:29:13.794Z\",\n \"app1-key-78\"\n ]\n }\n ]\n}" + "value": { + "api_keys": [ + { + "_sort": [ + "2021-08-18T01:29:14.811Z", + "app1-key-79" + ], + "creation": 1629250154811, + "id": "CLXgVnsBOGkf8IyjcXU7", + "invalidated": false, + "metadata": { + "environment": "production" + }, + "name": "app1-key-79", + "realm": "native1", + "role_descriptors": {}, + "username": "org-admin-user" + }, + { + "_sort": [ + "2021-08-18T01:29:13.794Z", + "app1-key-78" + ], + "creation": 1629250153794, + "id": "BrXgVnsBOGkf8IyjbXVB", + "invalidated": false, + "metadata": { + "environment": "production" + }, + "name": "app1-key-78", + "realm": "native1", + "role_descriptors": {}, + "username": "org-admin-user" + } + ], + "count": 10, + "total": 100 + } }, "QueryApiKeysResponseExample3": { "summary": "Query all API keys", "description": "A successful response from `GET /_security/_query/api_key`. It includes the role descriptors that are assigned to each API key when it was created or last updated. Note that an API key's effective permissions are an intersection of its assigned privileges and the point-in-time snapshot of the owner user's permissions. An empty role descriptors object means the API key inherits the owner user's permissions.\n", - "value": "{\n \"total\": 3,\n \"count\": 3,\n \"api_keys\": [ \n {\n \"id\": \"nkvrGXsB8w290t56q3Rg\",\n \"name\": \"my-api-key-1\",\n \"creation\": 1628227480421,\n \"expiration\": 1629091480421,\n \"invalidated\": false,\n \"username\": \"elastic\",\n \"realm\": \"reserved\",\n \"realm_type\": \"reserved\",\n \"metadata\": {\n \"letter\": \"a\"\n },\n \"role_descriptors\": { \n \"role-a\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index-a\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n },\n {\n \"id\": \"oEvrGXsB8w290t5683TI\",\n \"name\": \"my-api-key-2\",\n \"creation\": 1628227498953,\n \"expiration\": 1628313898953,\n \"invalidated\": false,\n \"username\": \"elastic\",\n \"realm\": \"reserved\",\n \"metadata\": {\n \"letter\": \"b\"\n },\n \"role_descriptors\": { } \n }\n ]\n}" + "value": { + "api_keys": [ + { + "creation": 1628227480421, + "expiration": 1629091480421, + "id": "nkvrGXsB8w290t56q3Rg", + "invalidated": false, + "metadata": { + "letter": "a" + }, + "name": "my-api-key-1", + "realm": "reserved", + "realm_type": "reserved", + "role_descriptors": { + "role-a": { + "applications": [], + "cluster": [ + "monitor" + ], + "indices": [ + { + "allow_restricted_indices": false, + "names": [ + "index-a" + ], + "privileges": [ + "read" + ] + } + ], + "metadata": {}, + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + }, + "username": "elastic" + }, + { + "creation": 1628227498953, + "expiration": 1628313898953, + "id": "oEvrGXsB8w290t5683TI", + "invalidated": false, + "metadata": { + "letter": "b" + }, + "name": "my-api-key-2", + "realm": "reserved", + "role_descriptors": {}, + "username": "elastic" + } + ], + "count": 3, + "total": 3 + } } } } } }, - "security.query_role:200": { + "security.query_role-200": { "description": "", "content": { "application/json": { @@ -62361,7 +66076,7 @@ "description": "A list of roles that match the query.\nThe returned role format is an extension of the role definition format.\nIt adds the `transient_metadata.enabled` and the `_sort` fields.\n`transient_metadata.enabled` is set to `false` in case the role is automatically disabled, for example when the role grants privileges that are not allowed by the installed license.\n`_sort` is present when the search query sorts on some field.\nIt contains the array of values that have been used for sorting.", "type": "array", "items": { - "$ref": "#/components/schemas/security.query_role:QueryRole" + "$ref": "#/components/schemas/security.query_role.QueryRole" } } }, @@ -62375,18 +66090,131 @@ "QueryRolesResponseExample1": { "summary": "Query roles by name", "description": "A successful response from `POST /_security/_query/role`. It returns a JSON structure that contains the information retrieved for one or more roles.\n", - "value": "{\n \"total\": 2,\n \"count\": 2,\n \"roles\": [ \n {\n \"name\" : \"my_admin_role\",\n \"cluster\" : [\n \"all\"\n ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [\n \"other_user\"\n ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants full access to all management features within the cluster.\",\n \"_sort\" : [\n \"my_admin_role\"\n ]\n },\n {\n \"name\" : \"my_user_role\",\n \"cluster\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants user access to some indicies.\",\n \"_sort\" : [\n \"my_user_role\"\n ]\n }\n ]\n}" + "value": { + "count": 2, + "roles": [ + { + "_sort": [ + "my_admin_role" + ], + "applications": [], + "cluster": [ + "all" + ], + "description": "Grants full access to all management features within the cluster.", + "indices": [ + { + "allow_restricted_indices": false, + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ] + } + ], + "metadata": { + "version": 1 + }, + "name": "my_admin_role", + "run_as": [ + "other_user" + ], + "transient_metadata": { + "enabled": true + } + }, + { + "_sort": [ + "my_user_role" + ], + "applications": [], + "cluster": [], + "description": "Grants user access to some indicies.", + "indices": [ + { + "allow_restricted_indices": false, + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ] + } + ], + "metadata": { + "version": 1 + }, + "name": "my_user_role", + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + ], + "total": 2 + } }, "QueryRolesResponseExample2": { "summary": "Query roles by description", "description": "A successful response from `POST /_security/_query/role`.\n", - "value": "{\n \"total\": 2,\n \"count\": 1,\n \"roles\": [\n {\n \"name\" : \"my_user_role\",\n \"cluster\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants user access to some indicies.\"\n }\n ]\n}" + "value": { + "count": 1, + "roles": [ + { + "applications": [], + "cluster": [], + "description": "Grants user access to some indicies.", + "indices": [ + { + "allow_restricted_indices": false, + "field_security": { + "grant": [ + "title", + "body" + ] + }, + "names": [ + "index1", + "index2" + ], + "privileges": [ + "all" + ] + } + ], + "metadata": { + "version": 1 + }, + "name": "my_user_role", + "run_as": [], + "transient_metadata": { + "enabled": true + } + } + ], + "total": 2 + } } } } } }, - "sql.query:200": { + "sql.query-200": { "description": "", "content": { "application/json": { @@ -62397,7 +66225,7 @@ "description": "Column headings for the search results. Each object is a column.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Column" + "$ref": "#/components/schemas/sql._types.Column" } }, "cursor": { @@ -62405,7 +66233,7 @@ "type": "string" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "is_running": { "description": "If `true`, the search is still running.\nIf `false`, the search has finished.\nThis value is returned only for async and saved synchronous searches.\nFor CSV, TSV, and TXT responses, this value is returned in the `Async-partial` HTTP header.", @@ -62419,7 +66247,7 @@ "description": "The values for the search results.", "type": "array", "items": { - "$ref": "#/components/schemas/sql._types:Row" + "$ref": "#/components/schemas/sql._types.Row" } } }, @@ -62430,7 +66258,7 @@ } } }, - "sql.translate:200": { + "sql.translate-200": { "description": "", "content": { "application/json": { @@ -62440,33 +66268,33 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "size": { "type": "number" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" } } } } } }, - "terms_enum:200": { + "terms_enum-200": { "description": "", "content": { "application/json": { @@ -62474,7 +66302,7 @@ "type": "object", "properties": { "_shards": { - "$ref": "#/components/schemas/_types:ShardStatistics" + "$ref": "#/components/schemas/_types.ShardStatistics" }, "terms": { "type": "array", @@ -62496,13 +66324,23 @@ "examples": { "TermsEnumResponseExample1": { "description": "A successful response from `POST stackoverflow/_terms_enum`.", - "value": "{\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"failed\": 0\n },\n \"terms\": [\n \"kibana\"\n ],\n \"complete\" : true\n}" + "value": { + "_shards": { + "failed": 0, + "successful": 1, + "total": 1 + }, + "complete": true, + "terms": [ + "kibana" + ] + } } } } } }, - "termvectors:200": { + "termvectors-200": { "description": "", "content": { "application/json": { @@ -62513,22 +66351,22 @@ "type": "boolean" }, "_id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "_index": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "term_vectors": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_global.termvectors:TermVector" + "$ref": "#/components/schemas/_global.termvectors.TermVector" } }, "took": { "type": "number" }, "_version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" } }, "required": [ @@ -62542,23 +66380,124 @@ "TermVectorsResponseExample1": { "summary": "Return stored term vectors", "description": "A successful response from `GET /my-index-000001/_termvectors/1`.", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"found\": true,\n \"took\": 6,\n \"term_vectors\": {\n \"text\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 4,\n \"doc_count\": 2,\n \"sum_ttf\": 6\n },\n \"terms\": {\n \"test\": {\n \"doc_freq\": 2,\n \"ttf\": 4,\n \"term_freq\": 3,\n \"tokens\": [\n {\n \"position\": 0,\n \"start_offset\": 0,\n \"end_offset\": 4,\n \"payload\": \"d29yZA==\"\n },\n {\n \"position\": 1,\n \"start_offset\": 5,\n \"end_offset\": 9,\n \"payload\": \"d29yZA==\"\n },\n {\n \"position\": 2,\n \"start_offset\": 10,\n \"end_offset\": 14,\n \"payload\": \"d29yZA==\"\n }\n ]\n }\n }\n }\n }\n}" + "value": { + "_id": "1", + "_index": "my-index-000001", + "_version": 1, + "found": true, + "term_vectors": { + "text": { + "field_statistics": { + "doc_count": 2, + "sum_doc_freq": 4, + "sum_ttf": 6 + }, + "terms": { + "test": { + "doc_freq": 2, + "term_freq": 3, + "tokens": [ + { + "end_offset": 4, + "payload": "d29yZA==", + "position": 0, + "start_offset": 0 + }, + { + "end_offset": 9, + "payload": "d29yZA==", + "position": 1, + "start_offset": 5 + }, + { + "end_offset": 14, + "payload": "d29yZA==", + "position": 2, + "start_offset": 10 + } + ], + "ttf": 4 + } + } + } + }, + "took": 6 + } }, "TermVectorsResponseExample2": { "summary": "Per-field analyzer", "description": "A successful response from `GET /my-index-000001/_termvectors` with `per_field_analyzer` in the request body.", - "value": "{\n \"_index\": \"my-index-000001\",\n \"_version\": 0,\n \"found\": true,\n \"took\": 6,\n \"term_vectors\": {\n \"fullname\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 2,\n \"doc_count\": 4,\n \"sum_ttf\": 4\n },\n \"terms\": {\n \"John Doe\": {\n \"term_freq\": 1,\n \"tokens\": [\n {\n \"position\": 0,\n \"start_offset\": 0,\n \"end_offset\": 8\n }\n ]\n }\n }\n }\n }\n}" + "value": { + "_index": "my-index-000001", + "_version": 0, + "found": true, + "term_vectors": { + "fullname": { + "field_statistics": { + "doc_count": 4, + "sum_doc_freq": 2, + "sum_ttf": 4 + }, + "terms": { + "John Doe": { + "term_freq": 1, + "tokens": [ + { + "end_offset": 8, + "position": 0, + "start_offset": 0 + } + ] + } + } + } + }, + "took": 6 + } }, "TermVectorsResponseExample3": { "summary": "Terms filtering", "description": "A successful response from `GET /my-index-000001/_termvectors` with a `filter` in the request body.", - "value": "{\n \"_index\": \"imdb\",\n \"_version\": 0,\n \"found\": true,\n \"term_vectors\": {\n \"plot\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 3384269,\n \"doc_count\": 176214,\n \"sum_ttf\": 3753460\n },\n \"terms\": {\n \"armored\": {\n \"doc_freq\": 27,\n \"ttf\": 27,\n \"term_freq\": 1,\n \"score\": 9.74725\n },\n \"industrialist\": {\n \"doc_freq\": 88,\n \"ttf\": 88,\n \"term_freq\": 1,\n \"score\": 8.590818\n },\n \"stark\": {\n \"doc_freq\": 44,\n \"ttf\": 47,\n \"term_freq\": 1,\n \"score\": 9.272792\n }\n }\n }\n }\n}" + "value": { + "_index": "imdb", + "_version": 0, + "found": true, + "term_vectors": { + "plot": { + "field_statistics": { + "doc_count": 176214, + "sum_doc_freq": 3384269, + "sum_ttf": 3753460 + }, + "terms": { + "armored": { + "doc_freq": 27, + "score": 9.74725, + "term_freq": 1, + "ttf": 27 + }, + "industrialist": { + "doc_freq": 88, + "score": 8.590818, + "term_freq": 1, + "ttf": 88 + }, + "stark": { + "doc_freq": 44, + "score": 9.272792, + "term_freq": 1, + "ttf": 47 + } + } + } + } + } } } } } }, - "transform.get_transform:200": { + "transform.get_transform-200": { "description": "", "content": { "application/json": { @@ -62571,7 +66510,7 @@ "transforms": { "type": "array", "items": { - "$ref": "#/components/schemas/transform.get_transform:TransformSummary" + "$ref": "#/components/schemas/transform.get_transform.TransformSummary" } } }, @@ -62583,13 +66522,74 @@ "examples": { "GetTransformResponseExample1": { "description": "A successful response that contains configuration information for a transform.", - "value": "{\n \"count\": 1,\n \"transforms\": [\n {\n \"id\": \"ecommerce_transform1\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"version\": \"8.4.0\",\n \"create_time\": 1656023416565,\n \"source\": {\n \"index\": [\n \"kibana_sample_data_ecommerce\"\n ],\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\"\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"settings\": {},\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n }\n ]\n}" + "value": { + "count": 1, + "transforms": [ + { + "authorization": { + "roles": [ + "superuser" + ] + }, + "create_time": 1656023416565, + "description": "Maximum priced ecommerce data by customer_id in Asia", + "dest": { + "index": "kibana_sample_data_ecommerce_transform1", + "pipeline": "add_timestamp_pipeline" + }, + "frequency": "5m", + "id": "ecommerce_transform1", + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id" + } + } + } + }, + "retention_policy": { + "time": { + "field": "order_date", + "max_age": "30d" + } + }, + "settings": {}, + "source": { + "index": [ + "kibana_sample_data_ecommerce" + ], + "query": { + "term": { + "geoip.continent_name": { + "value": "Asia" + } + } + } + }, + "sync": { + "time": { + "delay": "60s", + "field": "order_date" + } + }, + "version": "8.4.0" + } + ] + } } } } } }, - "transform.preview_transform:200": { + "transform.preview_transform-200": { "description": "", "content": { "application/json": { @@ -62597,7 +66597,7 @@ "type": "object", "properties": { "generated_dest_index": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" }, "preview": { "type": "array", @@ -62614,7 +66614,223 @@ "examples": { "PreviewTransformResponseExample1": { "description": "An abbreviated response from `POST _transform/_preview` that contains a preview a transform that uses the pivot method.", - "value": "{\n \"preview\": [\n {\n \"max_price\": 171,\n \"customer_id\": \"10\"\n },\n {\n \"max_price\": 233,\n \"customer_id\": \"11\"\n },\n {\n \"max_price\": 200,\n \"customer_id\": \"12\"\n },\n {\n \"max_price\": 301,\n \"customer_id\": \"13\"\n },\n {\n \"max_price\": 176,\n \"customer_id\": \"14\"\n },\n {\n \"max_price\": 2250,\n \"customer_id\": \"15\"\n },\n {\n \"max_price\": 170,\n \"customer_id\": \"16\"\n },\n {\n \"max_price\": 243,\n \"customer_id\": \"17\"\n },\n {\n \"max_price\": 154,\n \"customer_id\": \"18\"\n },\n {\n \"max_price\": 393,\n \"customer_id\": \"19\"\n },\n {\n \"max_price\": 165,\n \"customer_id\": \"20\"\n },\n {\n \"max_price\": 115,\n \"customer_id\": \"21\"\n },\n {\n \"max_price\": 192,\n \"customer_id\": \"22\"\n },\n {\n \"max_price\": 169,\n \"customer_id\": \"23\"\n },\n {\n \"max_price\": 230,\n \"customer_id\": \"24\"\n },\n {\n \"max_price\": 278,\n \"customer_id\": \"25\"\n },\n {\n \"max_price\": 200,\n \"customer_id\": \"26\"\n },\n {\n \"max_price\": 344,\n \"customer_id\": \"27\"\n },\n {\n \"max_price\": 175,\n \"customer_id\": \"28\"\n },\n {\n \"max_price\": 177,\n \"customer_id\": \"29\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"30\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"31\"\n },\n {\n \"max_price\": 205,\n \"customer_id\": \"32\"\n },\n {\n \"max_price\": 215,\n \"customer_id\": \"33\"\n },\n {\n \"max_price\": 270,\n \"customer_id\": \"34\"\n },\n {\n \"max_price\": 184,\n \"customer_id\": \"36\"\n },\n {\n \"max_price\": 222,\n \"customer_id\": \"37\"\n },\n {\n \"max_price\": 370,\n \"customer_id\": \"38\"\n },\n {\n \"max_price\": 240,\n \"customer_id\": \"39\"\n },\n {\n \"max_price\": 230,\n \"customer_id\": \"4\"\n },\n {\n \"max_price\": 229,\n \"customer_id\": \"41\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"42\"\n },\n {\n \"max_price\": 150,\n \"customer_id\": \"43\"\n },\n {\n \"max_price\": 175,\n \"customer_id\": \"44\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"45\"\n },\n {\n \"max_price\": 150,\n \"customer_id\": \"46\"\n },\n {\n \"max_price\": 310,\n \"customer_id\": \"48\"\n },\n {\n \"max_price\": 223,\n \"customer_id\": \"49\"\n },\n {\n \"max_price\": 283,\n \"customer_id\": \"5\"\n },\n {\n \"max_price\": 185,\n \"customer_id\": \"50\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"51\"\n },\n {\n \"max_price\": 333,\n \"customer_id\": \"52\"\n },\n {\n \"max_price\": 165,\n \"customer_id\": \"6\"\n },\n {\n \"max_price\": 144,\n \"customer_id\": \"7\"\n },\n {\n \"max_price\": 198,\n \"customer_id\": \"8\"\n },\n {\n \"max_price\": 210,\n \"customer_id\": \"9\"\n }\n ],\n \"generated_dest_index\": {\n \"mappings\": {\n \"_meta\": {\n \"_transform\": {\n \"transform\": \"transform-preview\",\n \"version\": {\n \"created\": \"10.0.0\"\n },\n \"creation_date_in_millis\": 1712948905889\n },\n \"created_by\": \"transform\"\n },\n \"properties\": {\n \"max_price\": {\n \"type\": \"half_float\"\n },\n \"customer_id\": {\n \"type\": \"keyword\"\n }\n }\n },\n \"settings\": {\n \"index\": {\n \"number_of_shards\": \"1\",\n \"auto_expand_replicas\": \"0-1\"\n }\n },\n \"aliases\": {}\n }\n}" + "value": { + "generated_dest_index": { + "aliases": {}, + "mappings": { + "_meta": { + "_transform": { + "creation_date_in_millis": 1712948905889, + "transform": "transform-preview", + "version": { + "created": "10.0.0" + } + }, + "created_by": "transform" + }, + "properties": { + "customer_id": { + "type": "keyword" + }, + "max_price": { + "type": "half_float" + } + } + }, + "settings": { + "index": { + "auto_expand_replicas": "0-1", + "number_of_shards": "1" + } + } + }, + "preview": [ + { + "customer_id": "10", + "max_price": 171 + }, + { + "customer_id": "11", + "max_price": 233 + }, + { + "customer_id": "12", + "max_price": 200 + }, + { + "customer_id": "13", + "max_price": 301 + }, + { + "customer_id": "14", + "max_price": 176 + }, + { + "customer_id": "15", + "max_price": 2250 + }, + { + "customer_id": "16", + "max_price": 170 + }, + { + "customer_id": "17", + "max_price": 243 + }, + { + "customer_id": "18", + "max_price": 154 + }, + { + "customer_id": "19", + "max_price": 393 + }, + { + "customer_id": "20", + "max_price": 165 + }, + { + "customer_id": "21", + "max_price": 115 + }, + { + "customer_id": "22", + "max_price": 192 + }, + { + "customer_id": "23", + "max_price": 169 + }, + { + "customer_id": "24", + "max_price": 230 + }, + { + "customer_id": "25", + "max_price": 278 + }, + { + "customer_id": "26", + "max_price": 200 + }, + { + "customer_id": "27", + "max_price": 344 + }, + { + "customer_id": "28", + "max_price": 175 + }, + { + "customer_id": "29", + "max_price": 177 + }, + { + "customer_id": "30", + "max_price": 190 + }, + { + "customer_id": "31", + "max_price": 190 + }, + { + "customer_id": "32", + "max_price": 205 + }, + { + "customer_id": "33", + "max_price": 215 + }, + { + "customer_id": "34", + "max_price": 270 + }, + { + "customer_id": "36", + "max_price": 184 + }, + { + "customer_id": "37", + "max_price": 222 + }, + { + "customer_id": "38", + "max_price": 370 + }, + { + "customer_id": "39", + "max_price": 240 + }, + { + "customer_id": "4", + "max_price": 230 + }, + { + "customer_id": "41", + "max_price": 229 + }, + { + "customer_id": "42", + "max_price": 190 + }, + { + "customer_id": "43", + "max_price": 150 + }, + { + "customer_id": "44", + "max_price": 175 + }, + { + "customer_id": "45", + "max_price": 190 + }, + { + "customer_id": "46", + "max_price": 150 + }, + { + "customer_id": "48", + "max_price": 310 + }, + { + "customer_id": "49", + "max_price": 223 + }, + { + "customer_id": "5", + "max_price": 283 + }, + { + "customer_id": "50", + "max_price": 185 + }, + { + "customer_id": "51", + "max_price": 190 + }, + { + "customer_id": "52", + "max_price": 333 + }, + { + "customer_id": "6", + "max_price": 165 + }, + { + "customer_id": "7", + "max_price": 144 + }, + { + "customer_id": "8", + "max_price": 198 + }, + { + "customer_id": "9", + "max_price": 210 + } + ] + } } } } @@ -62622,38 +66838,38 @@ } }, "parameters": { - "async_search.submit:index": { + "async_search.submit-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "async_search.submit:wait_for_completion_timeout": { + "async_search.submit-wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Blocks and waits until the search is completed up to a certain timeout.\nWhen the async search completes within the timeout, the response won’t include the ID as the results are not stored in the cluster.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:keep_alive": { + "async_search.submit-keep_alive": { "in": "query", "name": "keep_alive", "description": "Specifies how long the async search needs to be available.\nOngoing async searches and any saved search results are deleted after this period.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:keep_on_completion": { + "async_search.submit-keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If `true`, results are stored for later retrieval when the search completes within the `wait_for_completion_timeout`.", @@ -62663,7 +66879,7 @@ }, "style": "form" }, - "async_search.submit:allow_no_indices": { + "async_search.submit-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", @@ -62673,7 +66889,7 @@ }, "style": "form" }, - "async_search.submit:allow_partial_search_results": { + "async_search.submit-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "Indicate if an error should be returned if there is a partial search failure or timeout", @@ -62683,7 +66899,7 @@ }, "style": "form" }, - "async_search.submit:analyzer": { + "async_search.submit-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string", @@ -62693,7 +66909,7 @@ }, "style": "form" }, - "async_search.submit:analyze_wildcard": { + "async_search.submit-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "Specify whether wildcard and prefix queries should be analyzed (default: false)", @@ -62703,7 +66919,7 @@ }, "style": "form" }, - "async_search.submit:batched_reduce_size": { + "async_search.submit-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "Affects how often partial results become available, which happens whenever shard results are reduced.\nA partial reduction is performed every time the coordinating node has received a certain number of new shard responses (5 by default).", @@ -62713,7 +66929,7 @@ }, "style": "form" }, - "async_search.submit:ccs_minimize_roundtrips": { + "async_search.submit-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "The default value is the only supported value.", @@ -62723,17 +66939,17 @@ }, "style": "form" }, - "async_search.submit:default_operator": { + "async_search.submit-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query (AND or OR)", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "async_search.submit:df": { + "async_search.submit-df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string", @@ -62743,27 +66959,27 @@ }, "style": "form" }, - "async_search.submit:docvalue_fields": { + "async_search.submit-docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:expand_wildcards": { + "async_search.submit-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "async_search.submit:explain": { + "async_search.submit-explain": { "in": "query", "name": "explain", "description": "Specify whether to return detailed information about score computation as part of a hit", @@ -62773,7 +66989,7 @@ }, "style": "form" }, - "async_search.submit:ignore_throttled": { + "async_search.submit-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled", @@ -62783,7 +66999,7 @@ }, "style": "form" }, - "async_search.submit:ignore_unavailable": { + "async_search.submit-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", @@ -62793,7 +67009,7 @@ }, "style": "form" }, - "async_search.submit:lenient": { + "async_search.submit-lenient": { "in": "query", "name": "lenient", "description": "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored", @@ -62803,7 +67019,7 @@ }, "style": "form" }, - "async_search.submit:max_concurrent_shard_requests": { + "async_search.submit-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests", @@ -62813,7 +67029,7 @@ }, "style": "form" }, - "async_search.submit:preference": { + "async_search.submit-preference": { "in": "query", "name": "preference", "description": "Specify the node or shard the operation should be performed on (default: random)", @@ -62823,7 +67039,7 @@ }, "style": "form" }, - "async_search.submit:request_cache": { + "async_search.submit-request_cache": { "in": "query", "name": "request_cache", "description": "Specify if request cache should be used for this request or not, defaults to true", @@ -62833,27 +67049,27 @@ }, "style": "form" }, - "async_search.submit:routing": { + "async_search.submit-routing": { "in": "query", "name": "routing", "description": "A comma-separated list of specific routing values", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "async_search.submit:search_type": { + "async_search.submit-search_type": { "in": "query", "name": "search_type", "description": "Search operation type", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "async_search.submit:stats": { + "async_search.submit-stats": { "in": "query", "name": "stats", "description": "Specific 'tag' of the request for logging and statistical purposes", @@ -62866,37 +67082,37 @@ }, "style": "form" }, - "async_search.submit:stored_fields": { + "async_search.submit-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:suggest_field": { + "async_search.submit-suggest_field": { "in": "query", "name": "suggest_field", "description": "Specifies which field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "async_search.submit:suggest_mode": { + "async_search.submit-suggest_mode": { "in": "query", "name": "suggest_mode", "description": "Specify suggest mode", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "async_search.submit:suggest_size": { + "async_search.submit-suggest_size": { "in": "query", "name": "suggest_size", "description": "How many suggestions to return in response", @@ -62906,7 +67122,7 @@ }, "style": "form" }, - "async_search.submit:suggest_text": { + "async_search.submit-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.", @@ -62916,7 +67132,7 @@ }, "style": "form" }, - "async_search.submit:terminate_after": { + "async_search.submit-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.", @@ -62926,27 +67142,27 @@ }, "style": "form" }, - "async_search.submit:timeout": { + "async_search.submit-timeout": { "in": "query", "name": "timeout", "description": "Explicit operation timeout", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "async_search.submit:track_total_hits": { + "async_search.submit-track_total_hits": { "in": "query", "name": "track_total_hits", "description": "Indicate if the number of documents that match the query should be tracked. A number can also be specified, to accurately track the total hit count up to the number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "async_search.submit:track_scores": { + "async_search.submit-track_scores": { "in": "query", "name": "track_scores", "description": "Whether to calculate and return scores even if they are not used for sorting", @@ -62956,7 +67172,7 @@ }, "style": "form" }, - "async_search.submit:typed_keys": { + "async_search.submit-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specify whether aggregation and suggester names should be prefixed by their respective types in the response", @@ -62966,7 +67182,7 @@ }, "style": "form" }, - "async_search.submit:rest_total_hits_as_int": { + "async_search.submit-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response", @@ -62976,7 +67192,7 @@ }, "style": "form" }, - "async_search.submit:version": { + "async_search.submit-version": { "in": "query", "name": "version", "description": "Specify whether to return document version as part of a hit", @@ -62986,37 +67202,37 @@ }, "style": "form" }, - "async_search.submit:_source": { + "async_search.submit-_source": { "in": "query", "name": "_source", "description": "True or false to return the _source field or not, or a list of fields to return", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "async_search.submit:_source_excludes": { + "async_search.submit-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A list of fields to exclude from the returned _source field", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:_source_includes": { + "async_search.submit-_source_includes": { "in": "query", "name": "_source_includes", "description": "A list of fields to extract and return from the _source field", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "async_search.submit:seq_no_primary_term": { + "async_search.submit-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "Specify whether to return sequence number and primary term of the last modification of each hit", @@ -63026,7 +67242,7 @@ }, "style": "form" }, - "async_search.submit:q": { + "async_search.submit-q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax", @@ -63036,7 +67252,7 @@ }, "style": "form" }, - "async_search.submit:size": { + "async_search.submit-size": { "in": "query", "name": "size", "description": "Number of hits to return (default: 10)", @@ -63046,7 +67262,7 @@ }, "style": "form" }, - "async_search.submit:from": { + "async_search.submit-from": { "in": "query", "name": "from", "description": "Starting offset (default: 0)", @@ -63056,7 +67272,7 @@ }, "style": "form" }, - "async_search.submit:sort": { + "async_search.submit-sort": { "in": "query", "name": "sort", "description": "A comma-separated list of : pairs", @@ -63076,18 +67292,18 @@ }, "style": "form" }, - "bulk:index": { + "bulk-index": { "in": "path", "name": "index", "description": "The name of the data stream, index, or index alias to perform bulk actions on.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "bulk:include_source_on_error": { + "bulk-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -63097,7 +67313,7 @@ }, "style": "form" }, - "bulk:list_executed_pipelines": { + "bulk-list_executed_pipelines": { "in": "query", "name": "list_executed_pipelines", "description": "If `true`, the response will include the ingest pipelines that were run for each index or create.", @@ -63107,7 +67323,7 @@ }, "style": "form" }, - "bulk:pipeline": { + "bulk-pipeline": { "in": "query", "name": "pipeline", "description": "The pipeline identifier to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -63117,77 +67333,77 @@ }, "style": "form" }, - "bulk:refresh": { + "bulk-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, wait for a refresh to make this operation visible to search.\nIf `false`, do nothing with refreshes.\nValid values: `true`, `false`, `wait_for`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "bulk:routing": { + "bulk-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "bulk:_source": { + "bulk-_source": { "in": "query", "name": "_source", "description": "Indicates whether to return the `_source` field (`true` or `false`) or contains a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "bulk:_source_excludes": { + "bulk-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "bulk:_source_includes": { + "bulk-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "bulk:timeout": { + "bulk-timeout": { "in": "query", "name": "timeout", "description": "The period each action waits for the following operations: automatic index creation, dynamic mapping updates, and waiting for active shards.\nThe default is `1m` (one minute), which guarantees Elasticsearch waits for at least the timeout before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "bulk:wait_for_active_shards": { + "bulk-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default is `1`, which waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "bulk:require_alias": { + "bulk-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the request's actions must target an index alias.", @@ -63197,7 +67413,7 @@ }, "style": "form" }, - "bulk:require_data_stream": { + "bulk-require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -63207,58 +67423,58 @@ }, "style": "form" }, - "cat.aliases:name": { + "cat.aliases-name": { "in": "path", "name": "name", "description": "A comma-separated list of aliases to retrieve. Supports wildcards (`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "cat.aliases:h": { + "cat.aliases-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.aliases:s": { + "cat.aliases-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.aliases:expand_wildcards": { + "cat.aliases-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cat.aliases:master_timeout": { + "cat.aliases-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf the master node is not available before the timeout expires, the request fails and returns an error.\nTo indicated that the request should never timeout, you can set it to `-1`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.component_templates:name": { + "cat.component_templates-name": { "in": "path", "name": "name", "description": "The name of the component template.\nIt accepts wildcard expressions.\nIf it is omitted, all component templates are returned.", @@ -63269,27 +67485,27 @@ }, "style": "simple" }, - "cat.component_templates:h": { + "cat.component_templates-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.component_templates:s": { + "cat.component_templates-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.component_templates:local": { + "cat.component_templates-local": { "in": "query", "name": "local", "description": "If `true`, the request computes the list of selected nodes from the\nlocal cluster state. If `false` the list of selected nodes are computed\nfrom the cluster state of the master node. In both cases the coordinating\nnode will send requests for further information to each selected node.", @@ -63299,89 +67515,89 @@ }, "style": "form" }, - "cat.component_templates:master_timeout": { + "cat.component_templates-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.count:index": { + "cat.count-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request.\nIt supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.count:h": { + "cat.count-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.count:s": { + "cat.count-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.indices:index": { + "cat.indices-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`). To target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "cat.indices:bytes": { + "cat.indices-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.indices:expand_wildcards": { + "cat.indices-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "cat.indices:health": { + "cat.indices-health": { "in": "query", "name": "health", "description": "The health status used to limit returned indices. By default, the response includes indices of any health status.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:HealthStatus" + "$ref": "#/components/schemas/_types.HealthStatus" }, "style": "form" }, - "cat.indices:include_unloaded_segments": { + "cat.indices-include_unloaded_segments": { "in": "query", "name": "include_unloaded_segments", "description": "If true, the response includes information from segments that are not loaded into memory.", @@ -63391,7 +67607,7 @@ }, "style": "form" }, - "cat.indices:pri": { + "cat.indices-pri": { "in": "query", "name": "pri", "description": "If true, the response only includes information from primary shards.", @@ -63401,58 +67617,58 @@ }, "style": "form" }, - "cat.indices:time": { + "cat.indices-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.indices:master_timeout": { + "cat.indices-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cat.indices:h": { + "cat.indices-h": { "in": "query", "name": "h", "description": "List of columns to appear in the response. Supports simple wildcards.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.indices:s": { + "cat.indices-s": { "in": "query", "name": "s", "description": "List of columns that determine how the table should be sorted.\nSorting defaults to ascending and can be changed by setting `:asc`\nor `:desc` as a suffix to the column name.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "form" }, - "cat.ml_data_frame_analytics:id": { + "cat.ml_data_frame_analytics-id": { "in": "path", "name": "id", "description": "The ID of the data frame analytics to fetch", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_data_frame_analytics:allow_no_match": { + "cat.ml_data_frame_analytics-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)", @@ -63462,58 +67678,58 @@ }, "style": "form" }, - "cat.ml_data_frame_analytics:bytes": { + "cat.ml_data_frame_analytics-bytes": { "in": "query", "name": "bytes", "description": "The unit in which to display byte values", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_data_frame_analytics:h": { + "cat.ml_data_frame_analytics-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDfaColumns" + "$ref": "#/components/schemas/cat._types.CatDfaColumns" }, "style": "form" }, - "cat.ml_data_frame_analytics:s": { + "cat.ml_data_frame_analytics-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the\nresponse.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDfaColumns" + "$ref": "#/components/schemas/cat._types.CatDfaColumns" }, "style": "form" }, - "cat.ml_data_frame_analytics:time": { + "cat.ml_data_frame_analytics-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_datafeeds:datafeed_id": { + "cat.ml_datafeeds-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_datafeeds:allow_no_match": { + "cat.ml_datafeeds-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no datafeeds that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty datafeeds array when there are no matches and the subset of results when\nthere are partial matches. If `false`, the API returns a 404 status code when there are no matches or only\npartial matches.", @@ -63523,48 +67739,48 @@ }, "style": "form" }, - "cat.ml_datafeeds:h": { + "cat.ml_datafeeds-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumns" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumns" }, "style": "form" }, - "cat.ml_datafeeds:s": { + "cat.ml_datafeeds-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatDatafeedColumns" + "$ref": "#/components/schemas/cat._types.CatDatafeedColumns" }, "style": "form" }, - "cat.ml_datafeeds:time": { + "cat.ml_datafeeds-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_jobs:job_id": { + "cat.ml_jobs-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_jobs:allow_no_match": { + "cat.ml_jobs-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n* Contains wildcard expressions and there are no jobs that match.\n* Contains the `_all` string or no identifiers and there are no matches.\n* Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty jobs array when there are no matches and the subset of results when there\nare partial matches. If `false`, the API returns a 404 status code when there are no matches or only partial\nmatches.", @@ -63574,58 +67790,58 @@ }, "style": "form" }, - "cat.ml_jobs:bytes": { + "cat.ml_jobs-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_jobs:h": { + "cat.ml_jobs-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatAnonalyDetectorColumns" + "$ref": "#/components/schemas/cat._types.CatAnonalyDetectorColumns" }, "style": "form" }, - "cat.ml_jobs:s": { + "cat.ml_jobs-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatAnonalyDetectorColumns" + "$ref": "#/components/schemas/cat._types.CatAnonalyDetectorColumns" }, "style": "form" }, - "cat.ml_jobs:time": { + "cat.ml_jobs-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.ml_trained_models:model_id": { + "cat.ml_trained_models-model_id": { "in": "path", "name": "model_id", "description": "A unique identifier for the trained model.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.ml_trained_models:allow_no_match": { + "cat.ml_trained_models-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no models that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, the API returns an empty array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the API returns a 404 status code when there are no matches or only partial matches.", @@ -63635,37 +67851,37 @@ }, "style": "form" }, - "cat.ml_trained_models:bytes": { + "cat.ml_trained_models-bytes": { "in": "query", "name": "bytes", "description": "The unit used to display byte values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Bytes" + "$ref": "#/components/schemas/_types.Bytes" }, "style": "form" }, - "cat.ml_trained_models:h": { + "cat.ml_trained_models-h": { "in": "query", "name": "h", "description": "A comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumns" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumns" }, "style": "form" }, - "cat.ml_trained_models:s": { + "cat.ml_trained_models-s": { "in": "query", "name": "s", "description": "A comma-separated list of column names or aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTrainedModelsColumns" + "$ref": "#/components/schemas/cat._types.CatTrainedModelsColumns" }, "style": "form" }, - "cat.ml_trained_models:from": { + "cat.ml_trained_models-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -63675,7 +67891,7 @@ }, "style": "form" }, - "cat.ml_trained_models:size": { + "cat.ml_trained_models-size": { "in": "query", "name": "size", "description": "The maximum number of transforms to display.", @@ -63685,28 +67901,28 @@ }, "style": "form" }, - "cat.ml_trained_models:time": { + "cat.ml_trained_models-time": { "in": "query", "name": "time", "description": "Unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.transforms:transform_id": { + "cat.transforms-transform_id": { "in": "path", "name": "transform_id", "description": "A transform identifier or a wildcard expression.\nIf you do not specify one of these options, the API returns information for all transforms.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "cat.transforms:allow_no_match": { + "cat.transforms-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request: contains wildcard expressions and there are no transforms that match; contains the `_all` string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches.\nIf `true`, it returns an empty transforms array when there are no matches and the subset of results when there are partial matches.\nIf `false`, the request returns a 404 status code when there are no matches or only partial matches.", @@ -63716,7 +67932,7 @@ }, "style": "form" }, - "cat.transforms:from": { + "cat.transforms-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -63726,37 +67942,37 @@ }, "style": "form" }, - "cat.transforms:h": { + "cat.transforms-h": { "in": "query", "name": "h", "description": "Comma-separated list of column names to display.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTransformColumns" + "$ref": "#/components/schemas/cat._types.CatTransformColumns" }, "style": "form" }, - "cat.transforms:s": { + "cat.transforms-s": { "in": "query", "name": "s", "description": "Comma-separated list of column names or column aliases used to sort the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/cat._types:CatTransformColumns" + "$ref": "#/components/schemas/cat._types.CatTransformColumns" }, "style": "form" }, - "cat.transforms:time": { + "cat.transforms-time": { "in": "query", "name": "time", "description": "The unit used to display time values.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:TimeUnit" + "$ref": "#/components/schemas/_types.TimeUnit" }, "style": "form" }, - "cat.transforms:size": { + "cat.transforms-size": { "in": "query", "name": "size", "description": "The maximum number of transforms to obtain.", @@ -63766,29 +67982,29 @@ }, "style": "form" }, - "clear_scroll:scroll_id": { + "clear_scroll-scroll_id": { "in": "path", "name": "scroll_id", "description": "A comma-separated list of scroll IDs to clear.\nTo clear all scroll IDs, use `_all`.\nIMPORTANT: Scroll IDs can be long. It is recommended to specify scroll IDs in the request body parameter.", "required": true, "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollIds" + "$ref": "#/components/schemas/_types.ScrollIds" }, "style": "simple" }, - "cluster.get_component_template:name": { + "cluster.get_component_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of component template names used to limit the request.\nWildcard (`*`) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cluster.get_component_template:flat_settings": { + "cluster.get_component_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -63798,7 +68014,7 @@ }, "style": "form" }, - "cluster.get_component_template:include_defaults": { + "cluster.get_component_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "Return all default configurations for the component template (default: false)", @@ -63808,7 +68024,7 @@ }, "style": "form" }, - "cluster.get_component_template:local": { + "cluster.get_component_template-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.\nIf `false`, information is retrieved from the master node.", @@ -63818,28 +68034,28 @@ }, "style": "form" }, - "cluster.get_component_template:master_timeout": { + "cluster.get_component_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "cluster.put_component_template:name": { + "cluster.put_component_template-name": { "in": "path", "name": "name", "description": "Name of the component template to create.\nElasticsearch includes the following built-in component templates: `logs-mappings`; `logs-settings`; `metrics-mappings`; `metrics-settings`;`synthetics-mapping`; `synthetics-settings`.\nElastic Agent uses these templates to configure backing indices for its data streams.\nIf you use Elastic Agent and want to overwrite one of these templates, set the `version` for your replacement template higher than the current version.\nIf you don’t use Elastic Agent and want to disable all built-in component and index templates, set `stack.templates.enabled` to `false` using the cluster update settings API.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "cluster.put_component_template:create": { + "cluster.put_component_template-create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing component templates.", @@ -63849,39 +68065,39 @@ }, "style": "form" }, - "cluster.put_component_template:master_timeout": { + "cluster.put_component_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "connector.put:connector_id": { + "connector.put-connector_id": { "in": "path", "name": "connector_id", "description": "The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "count:index": { + "count-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "count:allow_no_indices": { + "count-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -63891,7 +68107,7 @@ }, "style": "form" }, - "count:analyzer": { + "count-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63901,7 +68117,7 @@ }, "style": "form" }, - "count:analyze_wildcard": { + "count-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63911,17 +68127,17 @@ }, "style": "form" }, - "count:default_operator": { + "count-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "count:df": { + "count-df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63931,17 +68147,17 @@ }, "style": "form" }, - "count:expand_wildcards": { + "count-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "count:ignore_throttled": { + "count-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded, or aliased indices are ignored when frozen.", @@ -63951,7 +68167,7 @@ }, "style": "form" }, - "count:ignore_unavailable": { + "count-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -63961,7 +68177,7 @@ }, "style": "form" }, - "count:lenient": { + "count-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -63971,7 +68187,7 @@ }, "style": "form" }, - "count:min_score": { + "count-min_score": { "in": "query", "name": "min_score", "description": "The minimum `_score` value that documents must have to be included in the result.", @@ -63981,7 +68197,7 @@ }, "style": "form" }, - "count:preference": { + "count-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nBy default, it is random.", @@ -63991,17 +68207,17 @@ }, "style": "form" }, - "count:routing": { + "count-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "count:terminate_after": { + "count-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.", @@ -64011,7 +68227,7 @@ }, "style": "form" }, - "count:q": { + "count-q": { "in": "query", "name": "q", "description": "The query in Lucene query string syntax. This parameter cannot be used with a request body.", @@ -64021,29 +68237,29 @@ }, "style": "form" }, - "create:id": { + "create-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "create:index": { + "create-index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn’t match a data stream template, this request creates the index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "create:if_primary_term": { + "create-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -64053,17 +68269,17 @@ }, "style": "form" }, - "create:if_seq_no": { + "create-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "create:include_source_on_error": { + "create-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -64073,17 +68289,17 @@ }, "style": "form" }, - "create:op_type": { + "create-op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "style": "form" }, - "create:pipeline": { + "create-pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, setting the value to `_none` turns off the default ingest pipeline for this request.\nIf a final pipeline is configured, it will always run regardless of the value of this parameter.", @@ -64093,17 +68309,17 @@ }, "style": "form" }, - "create:refresh": { + "create-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "create:require_alias": { + "create-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -64113,7 +68329,7 @@ }, "style": "form" }, - "create:require_data_stream": { + "create-require_data_stream": { "in": "query", "name": "require_data_stream", "description": "If `true`, the request's actions must target a data stream (existing or to be created).", @@ -64123,89 +68339,89 @@ }, "style": "form" }, - "create:routing": { + "create-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "create:timeout": { + "create-timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\nElasticsearch waits for at least the specified timeout period before failing.\nThe actual wait time could be longer, particularly when multiple waits occur.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "create:version": { + "create-version": { "in": "query", "name": "version", "description": "The explicit version number for concurrency control.\nIt must be a non-negative long number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "create:version_type": { + "create-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "create:wait_for_active_shards": { + "create-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "enrich.get_policy:name": { + "enrich.get_policy-name": { "in": "path", "name": "name", "description": "Comma-separated list of enrich policy names used to limit the request.\nTo return information for all enrich policies, omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "enrich.get_policy:master_timeout": { + "enrich.get_policy-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "eql.search:index": { + "eql.search-index": { "in": "path", "name": "index", "description": "The name of the index to scope the operation", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "eql.search:allow_no_indices": { + "eql.search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "deprecated": false, @@ -64214,7 +68430,7 @@ }, "style": "form" }, - "eql.search:allow_partial_search_results": { + "eql.search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If true, returns partial results if there are shard failures. If false, returns an error with no partial results.", @@ -64224,7 +68440,7 @@ }, "style": "form" }, - "eql.search:allow_partial_sequence_results": { + "eql.search-allow_partial_sequence_results": { "in": "query", "name": "allow_partial_sequence_results", "description": "If true, sequence queries will return partial results in case of shard failures. If false, they will return no results at all.\nThis flag has effect only if allow_partial_search_results is true.", @@ -64234,16 +68450,16 @@ }, "style": "form" }, - "eql.search:expand_wildcards": { + "eql.search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "eql.search:ignore_unavailable": { + "eql.search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -64253,17 +68469,17 @@ }, "style": "form" }, - "eql.search:keep_alive": { + "eql.search-keep_alive": { "in": "query", "name": "keep_alive", "description": "Period for which the search and its results are stored on the cluster.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "eql.search:keep_on_completion": { + "eql.search-keep_on_completion": { "in": "query", "name": "keep_on_completion", "description": "If true, the search and its results are stored on the cluster.", @@ -64273,39 +68489,39 @@ }, "style": "form" }, - "eql.search:wait_for_completion_timeout": { + "eql.search-wait_for_completion_timeout": { "in": "query", "name": "wait_for_completion_timeout", "description": "Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "explain:id": { + "explain-id": { "in": "path", "name": "id", "description": "The document identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "explain:index": { + "explain-index": { "in": "path", "name": "index", "description": "Index names that are used to limit the request.\nOnly a single index name can be provided to this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "explain:analyzer": { + "explain-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64315,7 +68531,7 @@ }, "style": "form" }, - "explain:analyze_wildcard": { + "explain-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64325,17 +68541,17 @@ }, "style": "form" }, - "explain:default_operator": { + "explain-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "explain:df": { + "explain-df": { "in": "query", "name": "df", "description": "The field to use as default where no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64345,7 +68561,7 @@ }, "style": "form" }, - "explain:lenient": { + "explain-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -64355,7 +68571,7 @@ }, "style": "form" }, - "explain:preference": { + "explain-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -64365,57 +68581,57 @@ }, "style": "form" }, - "explain:routing": { + "explain-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "explain:_source": { + "explain-_source": { "in": "query", "name": "_source", "description": "`True` or `false` to return the `_source` field or not or a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "explain:_source_excludes": { + "explain-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:_source_includes": { + "explain-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:stored_fields": { + "explain-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return in the response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "explain:q": { + "explain-q": { "in": "query", "name": "q", "description": "The query in the Lucene query string syntax.", @@ -64425,18 +68641,18 @@ }, "style": "form" }, - "field_caps:index": { + "field_caps-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indices, omit this parameter or use * or _all.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "field_caps:allow_no_indices": { + "field_caps-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias,\nor `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request\ntargeting `foo*,bar*` returns an error if an index starts with foo but no index starts with bar.", @@ -64446,27 +68662,27 @@ }, "style": "form" }, - "field_caps:expand_wildcards": { + "field_caps-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "field_caps:fields": { + "field_caps-fields": { "in": "query", "name": "fields", "description": "A comma-separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "field_caps:ignore_unavailable": { + "field_caps-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -64476,7 +68692,7 @@ }, "style": "form" }, - "field_caps:include_unmapped": { + "field_caps-include_unmapped": { "in": "query", "name": "include_unmapped", "description": "If true, unmapped fields are included in the response.", @@ -64486,7 +68702,7 @@ }, "style": "form" }, - "field_caps:filters": { + "field_caps-filters": { "in": "query", "name": "filters", "description": "A comma-separated list of filters to apply to the response.", @@ -64496,7 +68712,7 @@ }, "style": "form" }, - "field_caps:types": { + "field_caps-types": { "in": "query", "name": "types", "description": "A comma-separated list of field types to include.\nAny fields that do not match one of these types will be excluded from the results.\nIt defaults to empty, meaning that all field types are returned.", @@ -64509,7 +68725,7 @@ }, "style": "form" }, - "field_caps:include_empty_fields": { + "field_caps-include_empty_fields": { "in": "query", "name": "include_empty_fields", "description": "If false, empty fields are not included in the response.", @@ -64519,60 +68735,60 @@ }, "style": "form" }, - "graph.explore:index": { + "graph.explore-index": { "in": "path", "name": "index", "description": "Name of the index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "graph.explore:routing": { + "graph.explore-routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "graph.explore:timeout": { + "graph.explore-timeout": { "in": "query", "name": "timeout", "description": "Specifies the period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nDefaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "index:id": { + "index-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.\nTo automatically generate a document ID, use the `POST //_doc/` request format and omit this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "index:index": { + "index-index": { "in": "path", "name": "index", "description": "The name of the data stream or index to target.\nIf the target doesn't exist and matches the name or wildcard (`*`) pattern of an index template with a `data_stream` definition, this request creates the data stream.\nIf the target doesn't exist and doesn't match a data stream template, this request creates the index.\nYou can check for existing targets with the resolve index API.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "index:if_primary_term": { + "index-if_primary_term": { "in": "query", "name": "if_primary_term", "description": "Only perform the operation if the document has this primary term.", @@ -64582,17 +68798,17 @@ }, "style": "form" }, - "index:if_seq_no": { + "index-if_seq_no": { "in": "query", "name": "if_seq_no", "description": "Only perform the operation if the document has this sequence number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SequenceNumber" + "$ref": "#/components/schemas/_types.SequenceNumber" }, "style": "form" }, - "index:include_source_on_error": { + "index-include_source_on_error": { "in": "query", "name": "include_source_on_error", "description": "True or false if to include the document source in the error message in case of parsing errors.", @@ -64602,17 +68818,17 @@ }, "style": "form" }, - "index:op_type": { + "index-op_type": { "in": "query", "name": "op_type", "description": "Set to `create` to only index the document if it does not already exist (put if absent).\nIf a document with the specified `_id` already exists, the indexing operation will fail.\nThe behavior is the same as using the `/_create` endpoint.\nIf a document ID is specified, this paramater defaults to `index`.\nOtherwise, it defaults to `create`.\nIf the request targets a data stream, an `op_type` of `create` is required.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:OpType" + "$ref": "#/components/schemas/_types.OpType" }, "style": "form" }, - "index:pipeline": { + "index-pipeline": { "in": "query", "name": "pipeline", "description": "The ID of the pipeline to use to preprocess incoming documents.\nIf the index has a default ingest pipeline specified, then setting the value to `_none` disables the default ingest pipeline for this request.\nIf a final pipeline is configured it will always run, regardless of the value of this parameter.", @@ -64622,67 +68838,67 @@ }, "style": "form" }, - "index:refresh": { + "index-refresh": { "in": "query", "name": "refresh", "description": "If `true`, Elasticsearch refreshes the affected shards to make this operation visible to search.\nIf `wait_for`, it waits for a refresh to make this operation visible to search.\nIf `false`, it does nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "index:routing": { + "index-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "index:timeout": { + "index-timeout": { "in": "query", "name": "timeout", "description": "The period the request waits for the following operations: automatic index creation, dynamic mapping updates, waiting for active shards.\n\nThis parameter is useful for situations where the primary shard assigned to perform the operation might not be available when the operation runs.\nSome reasons for this might be that the primary shard is currently recovering from a gateway or undergoing relocation.\nBy default, the operation will wait on the primary shard to become available for at least 1 minute before failing and responding with an error.\nThe actual wait time could be longer, particularly when multiple waits occur.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "index:version": { + "index-version": { "in": "query", "name": "version", "description": "An explicit version number for concurrency control.\nIt must be a non-negative long number.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "index:version_type": { + "index-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "index:wait_for_active_shards": { + "index-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nYou can set it to `all` or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).\nThe default value of `1` means it waits for each primary shard to be active.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "index:require_alias": { + "index-require_alias": { "in": "query", "name": "require_alias", "description": "If `true`, the destination must be an index alias.", @@ -64692,92 +68908,92 @@ }, "style": "form" }, - "indices.analyze:index": { + "indices.analyze-index": { "in": "path", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.analyze:index_": { + "indices.analyze-index_": { "in": "query", "name": "index", "description": "Index used to derive the analyzer.\nIf specified, the `analyzer` or field parameter overrides this value.\nIf no index is specified or the index does not have a default analyzer, the analyze API uses the standard analyzer.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "form" }, - "indices.delete_alias:index": { + "indices.delete_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.delete_alias:name": { + "indices.delete_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to remove.\nSupports wildcards (`*`). To remove all aliases, use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.delete_alias:master_timeout": { + "indices.delete_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.delete_alias:timeout": { + "indices.delete_alias-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.exists_alias:name": { + "indices.exists_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to check. Supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.exists_alias:index": { + "indices.exists_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request. Supports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.exists_alias:allow_no_indices": { + "indices.exists_alias-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -64787,17 +69003,17 @@ }, "style": "form" }, - "indices.exists_alias:expand_wildcards": { + "indices.exists_alias-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.exists_alias:ignore_unavailable": { + "indices.exists_alias-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, requests that include a missing data stream or index in the target indices or data streams return an error.", @@ -64807,39 +69023,39 @@ }, "style": "form" }, - "indices.exists_alias:master_timeout": { + "indices.exists_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_alias:name": { + "indices.get_alias-name": { "in": "path", "name": "name", "description": "Comma-separated list of aliases to retrieve.\nSupports wildcards (`*`).\nTo retrieve all aliases, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_alias:index": { + "indices.get_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_alias:allow_no_indices": { + "indices.get_alias-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -64849,17 +69065,17 @@ }, "style": "form" }, - "indices.get_alias:expand_wildcards": { + "indices.get_alias-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_alias:ignore_unavailable": { + "indices.get_alias-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -64869,38 +69085,38 @@ }, "style": "form" }, - "indices.get_alias:master_timeout": { + "indices.get_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_data_stream:name": { + "indices.get_data_stream-name": { "in": "path", "name": "name", "description": "Comma-separated list of data stream names used to limit the request.\nWildcard (`*`) expressions are supported. If omitted, all data streams are returned.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DataStreamNames" + "$ref": "#/components/schemas/_types.DataStreamNames" }, "style": "simple" }, - "indices.get_data_stream:expand_wildcards": { + "indices.get_data_stream-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of data stream that wildcard patterns can match.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_data_stream:include_defaults": { + "indices.get_data_stream-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -64910,17 +69126,17 @@ }, "style": "form" }, - "indices.get_data_stream:master_timeout": { + "indices.get_data_stream-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_data_stream:verbose": { + "indices.get_data_stream-verbose": { "in": "query", "name": "verbose", "description": "Whether the maximum timestamp for each data stream should be calculated and returned.", @@ -64930,18 +69146,18 @@ }, "style": "form" }, - "indices.get_index_template:name": { + "indices.get_index_template-name": { "in": "path", "name": "name", "description": "Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.get_index_template:local": { + "indices.get_index_template-local": { "in": "query", "name": "local", "description": "If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.", @@ -64951,7 +69167,7 @@ }, "style": "form" }, - "indices.get_index_template:flat_settings": { + "indices.get_index_template-flat_settings": { "in": "query", "name": "flat_settings", "description": "If true, returns settings in flat format.", @@ -64961,17 +69177,17 @@ }, "style": "form" }, - "indices.get_index_template:master_timeout": { + "indices.get_index_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_index_template:include_defaults": { + "indices.get_index_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -64981,18 +69197,18 @@ }, "style": "form" }, - "indices.get_mapping:index": { + "indices.get_mapping-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_mapping:allow_no_indices": { + "indices.get_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65002,17 +69218,17 @@ }, "style": "form" }, - "indices.get_mapping:expand_wildcards": { + "indices.get_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_mapping:ignore_unavailable": { + "indices.get_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65022,7 +69238,7 @@ }, "style": "form" }, - "indices.get_mapping:local": { + "indices.get_mapping-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only.", @@ -65032,39 +69248,39 @@ }, "style": "form" }, - "indices.get_mapping:master_timeout": { + "indices.get_mapping-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.get_settings:index": { + "indices.get_settings-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.get_settings:name": { + "indices.get_settings-name": { "in": "path", "name": "name", "description": "Comma-separated list or wildcard expression of settings to retrieve.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "indices.get_settings:allow_no_indices": { + "indices.get_settings-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with foo but no index starts with `bar`.", @@ -65074,17 +69290,17 @@ }, "style": "form" }, - "indices.get_settings:expand_wildcards": { + "indices.get_settings-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.get_settings:flat_settings": { + "indices.get_settings-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -65094,7 +69310,7 @@ }, "style": "form" }, - "indices.get_settings:ignore_unavailable": { + "indices.get_settings-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65104,7 +69320,7 @@ }, "style": "form" }, - "indices.get_settings:include_defaults": { + "indices.get_settings-include_defaults": { "in": "query", "name": "include_defaults", "description": "If `true`, return all default settings in the response.", @@ -65114,7 +69330,7 @@ }, "style": "form" }, - "indices.get_settings:local": { + "indices.get_settings-local": { "in": "query", "name": "local", "description": "If `true`, the request retrieves information from the local node only. If\n`false`, information is retrieved from the master node.", @@ -65124,70 +69340,70 @@ }, "style": "form" }, - "indices.get_settings:master_timeout": { + "indices.get_settings-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_alias:index": { + "indices.put_alias-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams or indices to add.\nSupports wildcards (`*`).\nWildcard patterns that match both data streams and indices return an error.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_alias:name": { + "indices.put_alias-name": { "in": "path", "name": "name", "description": "Alias to update.\nIf the alias doesn’t exist, the request creates it.\nIndex alias names support date math.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_alias:master_timeout": { + "indices.put_alias-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_alias:timeout": { + "indices.put_alias-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_index_template:name": { + "indices.put_index_template-name": { "in": "path", "name": "name", "description": "Index or template name", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.put_index_template:create": { + "indices.put_index_template-create": { "in": "query", "name": "create", "description": "If `true`, this request cannot replace or update existing index templates.", @@ -65197,17 +69413,17 @@ }, "style": "form" }, - "indices.put_index_template:master_timeout": { + "indices.put_index_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_index_template:cause": { + "indices.put_index_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for creating/updating the index template", @@ -65217,18 +69433,18 @@ }, "style": "form" }, - "indices.put_mapping:index": { + "indices.put_mapping-index": { "in": "path", "name": "index", "description": "A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_mapping:allow_no_indices": { + "indices.put_mapping-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65238,17 +69454,17 @@ }, "style": "form" }, - "indices.put_mapping:expand_wildcards": { + "indices.put_mapping-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.put_mapping:ignore_unavailable": { + "indices.put_mapping-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65258,27 +69474,27 @@ }, "style": "form" }, - "indices.put_mapping:master_timeout": { + "indices.put_mapping-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_mapping:timeout": { + "indices.put_mapping-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_mapping:write_index_only": { + "indices.put_mapping-write_index_only": { "in": "query", "name": "write_index_only", "description": "If `true`, the mappings are applied only to the current write index for the target.", @@ -65288,18 +69504,18 @@ }, "style": "form" }, - "indices.put_settings:index": { + "indices.put_settings-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit\nthe request. Supports wildcards (`*`). To target all data streams and\nindices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.put_settings:allow_no_indices": { + "indices.put_settings-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index\nalias, or `_all` value targets only missing or closed indices. This\nbehavior applies even if the request targets other open indices. For\nexample, a request targeting `foo*,bar*` returns an error if an index\nstarts with `foo` but no index starts with `bar`.", @@ -65309,17 +69525,17 @@ }, "style": "form" }, - "indices.put_settings:expand_wildcards": { + "indices.put_settings-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match. If the request can target\ndata streams, this argument determines whether wildcard expressions match\nhidden data streams. Supports comma-separated values, such as\n`open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.put_settings:flat_settings": { + "indices.put_settings-flat_settings": { "in": "query", "name": "flat_settings", "description": "If `true`, returns settings in flat format.", @@ -65329,7 +69545,7 @@ }, "style": "form" }, - "indices.put_settings:ignore_unavailable": { + "indices.put_settings-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, returns settings in flat format.", @@ -65339,17 +69555,17 @@ }, "style": "form" }, - "indices.put_settings:master_timeout": { + "indices.put_settings-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is\nreceived before the timeout expires, the request fails and returns an\nerror.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.put_settings:preserve_existing": { + "indices.put_settings-preserve_existing": { "in": "query", "name": "preserve_existing", "description": "If `true`, existing index settings remain unchanged.", @@ -65359,7 +69575,7 @@ }, "style": "form" }, - "indices.put_settings:reopen": { + "indices.put_settings-reopen": { "in": "query", "name": "reopen", "description": "Whether to close and reopen the index to apply non-dynamic settings.\nIf set to `true` the indices to which the settings are being applied\nwill be closed temporarily and then reopened in order to apply the changes.", @@ -65369,28 +69585,28 @@ }, "style": "form" }, - "indices.put_settings:timeout": { + "indices.put_settings-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\n timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.refresh:index": { + "indices.refresh-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases used to limit the request.\nSupports wildcards (`*`).\nTo target all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.refresh:allow_no_indices": { + "indices.refresh-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65400,17 +69616,17 @@ }, "style": "form" }, - "indices.refresh:expand_wildcards": { + "indices.refresh-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.refresh:ignore_unavailable": { + "indices.refresh-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65420,29 +69636,29 @@ }, "style": "form" }, - "indices.rollover:alias": { + "indices.rollover-alias": { "in": "path", "name": "alias", "description": "Name of the data stream or index alias to roll over.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexAlias" + "$ref": "#/components/schemas/_types.IndexAlias" }, "style": "simple" }, - "indices.rollover:new_index": { + "indices.rollover-new_index": { "in": "path", "name": "new_index", "description": "Name of the index to create.\nSupports date math.\nData streams do not support this parameter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "indices.rollover:dry_run": { + "indices.rollover-dry_run": { "in": "query", "name": "dry_run", "description": "If `true`, checks whether the current index satisfies the specified conditions but does not perform a rollover.", @@ -65452,37 +69668,37 @@ }, "style": "form" }, - "indices.rollover:master_timeout": { + "indices.rollover-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:timeout": { + "indices.rollover-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.rollover:wait_for_active_shards": { + "indices.rollover-wait_for_active_shards": { "in": "query", "name": "wait_for_active_shards", "description": "The number of shard copies that must be active before proceeding with the operation.\nSet to all or any positive integer up to the total number of shards in the index (`number_of_replicas+1`).", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:WaitForActiveShards" + "$ref": "#/components/schemas/_types.WaitForActiveShards" }, "style": "form" }, - "indices.rollover:lazy": { + "indices.rollover-lazy": { "in": "query", "name": "lazy", "description": "If set to true, the rollover action will only mark a data stream to signal that it needs to be rolled over at the next write.\nOnly allowed on data streams.", @@ -65492,18 +69708,18 @@ }, "style": "form" }, - "indices.simulate_template:name": { + "indices.simulate_template-name": { "in": "path", "name": "name", "description": "Name of the index template to simulate. To test a template configuration before you add it to the cluster, omit\nthis parameter and specify the template configuration in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "indices.simulate_template:create": { + "indices.simulate_template-create": { "in": "query", "name": "create", "description": "If true, the template passed in the body is only used if no existing templates match the same index patterns. If false, the simulation uses the template with the highest priority. Note that the template is not permanently added or updated in either case; it is only used for the simulation.", @@ -65513,7 +69729,7 @@ }, "style": "form" }, - "indices.simulate_template:cause": { + "indices.simulate_template-cause": { "in": "query", "name": "cause", "description": "User defined reason for dry-run creating the new template for simulation purposes", @@ -65523,17 +69739,17 @@ }, "style": "form" }, - "indices.simulate_template:master_timeout": { + "indices.simulate_template-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "indices.simulate_template:include_defaults": { + "indices.simulate_template-include_defaults": { "in": "query", "name": "include_defaults", "description": "If true, returns all relevant default configurations for the index template.", @@ -65543,18 +69759,18 @@ }, "style": "form" }, - "indices.validate_query:index": { + "indices.validate_query-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and aliases to search.\nSupports wildcards (`*`).\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "indices.validate_query:allow_no_indices": { + "indices.validate_query-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.", @@ -65564,7 +69780,7 @@ }, "style": "form" }, - "indices.validate_query:all_shards": { + "indices.validate_query-all_shards": { "in": "query", "name": "all_shards", "description": "If `true`, the validation is executed on all shards instead of one random shard per index.", @@ -65574,7 +69790,7 @@ }, "style": "form" }, - "indices.validate_query:analyzer": { + "indices.validate_query-analyzer": { "in": "query", "name": "analyzer", "description": "Analyzer to use for the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -65584,7 +69800,7 @@ }, "style": "form" }, - "indices.validate_query:analyze_wildcard": { + "indices.validate_query-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.", @@ -65594,17 +69810,17 @@ }, "style": "form" }, - "indices.validate_query:default_operator": { + "indices.validate_query-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for query string query: `AND` or `OR`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "indices.validate_query:df": { + "indices.validate_query-df": { "in": "query", "name": "df", "description": "Field to use as default where no field prefix is given in the query string.\nThis parameter can only be used when the `q` query string parameter is specified.", @@ -65614,17 +69830,17 @@ }, "style": "form" }, - "indices.validate_query:expand_wildcards": { + "indices.validate_query-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "indices.validate_query:explain": { + "indices.validate_query-explain": { "in": "query", "name": "explain", "description": "If `true`, the response returns detailed information if an error has occurred.", @@ -65634,7 +69850,7 @@ }, "style": "form" }, - "indices.validate_query:ignore_unavailable": { + "indices.validate_query-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -65644,7 +69860,7 @@ }, "style": "form" }, - "indices.validate_query:lenient": { + "indices.validate_query-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.", @@ -65654,7 +69870,7 @@ }, "style": "form" }, - "indices.validate_query:rewrite": { + "indices.validate_query-rewrite": { "in": "query", "name": "rewrite", "description": "If `true`, returns a more detailed explanation showing the actual Lucene query that will be executed.", @@ -65664,7 +69880,7 @@ }, "style": "form" }, - "indices.validate_query:q": { + "indices.validate_query-q": { "in": "query", "name": "q", "description": "Query in the Lucene query string syntax.", @@ -65674,29 +69890,29 @@ }, "style": "form" }, - "inference.delete:task_type": { + "inference.delete-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.delete:inference_id": { + "inference.delete-inference_id": { "in": "path", "name": "inference_id", "description": "The inference identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.delete:dry_run": { + "inference.delete-dry_run": { "in": "query", "name": "dry_run", "description": "When true, the endpoint is not deleted and a list of ingest processors which reference this endpoint is returned.", @@ -65706,7 +69922,7 @@ }, "style": "form" }, - "inference.delete:force": { + "inference.delete-force": { "in": "query", "name": "force", "description": "When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields.", @@ -65716,72 +69932,72 @@ }, "style": "form" }, - "inference.get:task_type": { + "inference.get-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.get:inference_id": { + "inference.get-inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "inference.put:task_type": { + "inference.put-task_type": { "in": "path", "name": "task_type", "description": "The task type", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/inference._types:TaskType" + "$ref": "#/components/schemas/inference._types.TaskType" }, "style": "simple" }, - "inference.put:inference_id": { + "inference.put-inference_id": { "in": "path", "name": "inference_id", "description": "The inference Id", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.get_pipeline:id": { + "ingest.get_pipeline-id": { "in": "path", "name": "id", "description": "Comma-separated list of pipeline IDs to retrieve.\nWildcard (`*`) expressions are supported.\nTo get all ingest pipelines, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.get_pipeline:master_timeout": { + "ingest.get_pipeline-master_timeout": { "in": "query", "name": "master_timeout", "description": "Period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ingest.get_pipeline:summary": { + "ingest.get_pipeline-summary": { "in": "query", "name": "summary", "description": "Return pipelines without their definitions (default: false)", @@ -65791,18 +70007,18 @@ }, "style": "form" }, - "ingest.simulate:id": { + "ingest.simulate-id": { "in": "path", "name": "id", "description": "The pipeline to test.\nIf you don't specify a `pipeline` in the request body, this parameter is required.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ingest.simulate:verbose": { + "ingest.simulate-verbose": { "in": "query", "name": "verbose", "description": "If `true`, the response includes output data for each processor in the executed pipeline.", @@ -65812,29 +70028,29 @@ }, "style": "form" }, - "logstash.get_pipeline:id": { + "logstash.get_pipeline-id": { "in": "path", "name": "id", "description": "A comma-separated list of pipeline identifiers.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "mget:index": { + "mget-index": { "in": "path", "name": "index", "description": "Name of the index to retrieve documents from when `ids` are specified, or when a document in the `docs` array does not specify an index.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "mget:preference": { + "mget-preference": { "in": "query", "name": "preference", "description": "Specifies the node or shard the operation should be performed on. Random by default.", @@ -65844,7 +70060,7 @@ }, "style": "form" }, - "mget:realtime": { + "mget-realtime": { "in": "query", "name": "realtime", "description": "If `true`, the request is real-time as opposed to near-real-time.", @@ -65854,7 +70070,7 @@ }, "style": "form" }, - "mget:refresh": { + "mget-refresh": { "in": "query", "name": "refresh", "description": "If `true`, the request refreshes relevant shards before retrieving documents.", @@ -65864,68 +70080,68 @@ }, "style": "form" }, - "mget:routing": { + "mget-routing": { "in": "query", "name": "routing", "description": "Custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "mget:_source": { + "mget-_source": { "in": "query", "name": "_source", "description": "True or false to return the `_source` field or not, or a list of fields to return.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "mget:_source_excludes": { + "mget-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mget:_source_includes": { + "mget-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned. You can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mget:stored_fields": { + "mget-stored_fields": { "in": "query", "name": "stored_fields", "description": "If `true`, retrieves the document fields stored in the index rather than the document `_source`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "ml.get_calendars:calendar_id": { + "ml.get_calendars-calendar_id": { "in": "path", "name": "calendar_id", "description": "A string that uniquely identifies a calendar. You can get information for multiple calendars by using a comma-separated list of ids or a wildcard expression. You can get information for all calendars by using `_all` or `*` or by omitting the calendar identifier.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_calendars:from": { + "ml.get_calendars-from": { "in": "query", "name": "from", "description": "Skips the specified number of calendars. This parameter is supported only when you omit the calendar identifier.", @@ -65935,7 +70151,7 @@ }, "style": "form" }, - "ml.get_calendars:size": { + "ml.get_calendars-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of calendars to obtain. This parameter is supported only when you omit the calendar identifier.", @@ -65945,18 +70161,18 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:id": { + "ml.get_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_data_frame_analytics:allow_no_match": { + "ml.get_data_frame_analytics-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -65966,7 +70182,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:from": { + "ml.get_data_frame_analytics-from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -65976,7 +70192,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:size": { + "ml.get_data_frame_analytics-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -65986,7 +70202,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics:exclude_generated": { + "ml.get_data_frame_analytics-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -65996,18 +70212,18 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:id": { + "ml.get_data_frame_analytics_stats-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job. If you do not specify this\noption, the API returns information for the first hundred data frame\nanalytics jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_data_frame_analytics_stats:allow_no_match": { + "ml.get_data_frame_analytics_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no data frame analytics\njobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value returns an empty data_frame_analytics array when there\nare no matches and the subset of results when there are partial matches.\nIf this parameter is `false`, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -66017,7 +70233,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:from": { + "ml.get_data_frame_analytics_stats-from": { "in": "query", "name": "from", "description": "Skips the specified number of data frame analytics jobs.", @@ -66027,7 +70243,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:size": { + "ml.get_data_frame_analytics_stats-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of data frame analytics jobs to obtain.", @@ -66037,7 +70253,7 @@ }, "style": "form" }, - "ml.get_data_frame_analytics_stats:verbose": { + "ml.get_data_frame_analytics_stats-verbose": { "in": "query", "name": "verbose", "description": "Defines whether the stats response should be verbose.", @@ -66047,18 +70263,18 @@ }, "style": "form" }, - "ml.get_datafeed_stats:datafeed_id": { + "ml.get_datafeed_stats-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_datafeed_stats:allow_no_match": { + "ml.get_datafeed_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -66068,18 +70284,18 @@ }, "style": "form" }, - "ml.get_datafeeds:datafeed_id": { + "ml.get_datafeeds-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "Identifier for the datafeed. It can be a datafeed identifier or a\nwildcard expression. If you do not specify one of these options, the API\nreturns information about all datafeeds.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_datafeeds:allow_no_match": { + "ml.get_datafeeds-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no datafeeds that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `datafeeds` array\nwhen there are no matches and the subset of results when there are\npartial matches. If this parameter is `false`, the request returns a\n`404` status code when there are no matches or only partial matches.", @@ -66089,7 +70305,7 @@ }, "style": "form" }, - "ml.get_datafeeds:exclude_generated": { + "ml.get_datafeeds-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66099,18 +70315,18 @@ }, "style": "form" }, - "ml.get_filters:filter_id": { + "ml.get_filters-filter_id": { "in": "path", "name": "filter_id", "description": "A string that uniquely identifies a filter.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_filters:from": { + "ml.get_filters-from": { "in": "query", "name": "from", "description": "Skips the specified number of filters.", @@ -66120,7 +70336,7 @@ }, "style": "form" }, - "ml.get_filters:size": { + "ml.get_filters-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of filters to obtain.", @@ -66130,18 +70346,18 @@ }, "style": "form" }, - "ml.get_job_stats:job_id": { + "ml.get_job_stats-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs, or a wildcard expression. If\nyou do not specify one of these options, the API returns information for\nall anomaly detection jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_job_stats:allow_no_match": { + "ml.get_job_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the API returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If `false`, the API returns a `404` status\ncode when there are no matches or only partial matches.", @@ -66151,18 +70367,18 @@ }, "style": "form" }, - "ml.get_jobs:job_id": { + "ml.get_jobs-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, or a wildcard expression. If you do not specify one of these\noptions, the API returns information for all anomaly detection jobs.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_jobs:allow_no_match": { + "ml.get_jobs-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nThe default value is `true`, which returns an empty `jobs` array when\nthere are no matches and the subset of results when there are partial\nmatches. If this parameter is `false`, the request returns a `404` status\ncode when there are no matches or only partial matches.", @@ -66172,7 +70388,7 @@ }, "style": "form" }, - "ml.get_jobs:exclude_generated": { + "ml.get_jobs-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66182,18 +70398,18 @@ }, "style": "form" }, - "ml.get_overall_buckets:job_id": { + "ml.get_overall_buckets-job_id": { "in": "path", "name": "job_id", "description": "Identifier for the anomaly detection job. It can be a job identifier, a\ngroup name, a comma-separated list of jobs or groups, or a wildcard\nexpression.\n\nYou can summarize the bucket results for all anomaly detection jobs by\nusing `_all` or by specifying `*` as the ``.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.get_overall_buckets:allow_no_match": { + "ml.get_overall_buckets-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no jobs that match.\n2. Contains the `_all` string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf `true`, the request returns an empty `jobs` array when there are no\nmatches and the subset of results when there are partial matches. If this\nparameter is `false`, the request returns a `404` status code when there\nare no matches or only partial matches.", @@ -66203,27 +70419,27 @@ }, "style": "form" }, - "ml.get_overall_buckets:bucket_span": { + "ml.get_overall_buckets-bucket_span": { "in": "query", "name": "bucket_span", "description": "The span of the overall buckets. Must be greater or equal to the largest\nbucket span of the specified anomaly detection jobs, which is the default\nvalue.\n\nBy default, an overall bucket has a span equal to the largest bucket span\nof the specified anomaly detection jobs. To override that behavior, use\nthe optional `bucket_span` parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "ml.get_overall_buckets:end": { + "ml.get_overall_buckets-end": { "in": "query", "name": "end", "description": "Returns overall buckets with timestamps earlier than this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:exclude_interim": { + "ml.get_overall_buckets-exclude_interim": { "in": "query", "name": "exclude_interim", "description": "If `true`, the output excludes interim results.", @@ -66233,7 +70449,7 @@ }, "style": "form" }, - "ml.get_overall_buckets:overall_score": { + "ml.get_overall_buckets-overall_score": { "in": "query", "name": "overall_score", "description": "Returns overall buckets with overall scores greater than or equal to this\nvalue.", @@ -66250,17 +70466,17 @@ }, "style": "form" }, - "ml.get_overall_buckets:start": { + "ml.get_overall_buckets-start": { "in": "query", "name": "start", "description": "Returns overall buckets with timestamps after this time.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.get_overall_buckets:top_n": { + "ml.get_overall_buckets-top_n": { "in": "query", "name": "top_n", "description": "The number of top anomaly detection job bucket scores to be used in the\n`overall_score` calculation.", @@ -66270,18 +70486,18 @@ }, "style": "form" }, - "ml.get_trained_models:model_id": { + "ml.get_trained_models-model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias.\n\nYou can get information for multiple trained models in a single API\nrequest by using a comma-separated list of model IDs or a wildcard\nexpression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_trained_models:allow_no_match": { + "ml.get_trained_models-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -66291,7 +70507,7 @@ }, "style": "form" }, - "ml.get_trained_models:decompress_definition": { + "ml.get_trained_models-decompress_definition": { "in": "query", "name": "decompress_definition", "description": "Specifies whether the included model definition should be returned as a\nJSON map (true) or in a custom compressed format (false).", @@ -66301,7 +70517,7 @@ }, "style": "form" }, - "ml.get_trained_models:exclude_generated": { + "ml.get_trained_models-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Indicates if certain fields should be removed from the configuration on\nretrieval. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -66311,7 +70527,7 @@ }, "style": "form" }, - "ml.get_trained_models:from": { + "ml.get_trained_models-from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -66321,17 +70537,17 @@ }, "style": "form" }, - "ml.get_trained_models:include": { + "ml.get_trained_models-include": { "in": "query", "name": "include", "description": "A comma delimited string of optional fields to include in the response\nbody.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/ml._types:Include" + "$ref": "#/components/schemas/ml._types.Include" }, "style": "form" }, - "ml.get_trained_models:size": { + "ml.get_trained_models-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -66341,7 +70557,7 @@ }, "style": "form" }, - "ml.get_trained_models:tags": { + "ml.get_trained_models-tags": { "in": "query", "name": "tags", "description": "A comma delimited string of tags. A trained model can have many tags, or\nnone. When supplied, only trained models that contain all the supplied\ntags are returned.", @@ -66361,18 +70577,18 @@ }, "style": "form" }, - "ml.get_trained_models_stats:model_id": { + "ml.get_trained_models_stats-model_id": { "in": "path", "name": "model_id", "description": "The unique identifier of the trained model or a model alias. It can be a\ncomma-separated list or a wildcard expression.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" }, "style": "simple" }, - "ml.get_trained_models_stats:allow_no_match": { + "ml.get_trained_models_stats-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n- Contains wildcard expressions and there are no models that match.\n- Contains the _all string or no identifiers and there are no matches.\n- Contains wildcard expressions and there are only partial matches.\n\nIf true, it returns an empty array when there are no matches and the\nsubset of results when there are partial matches.", @@ -66382,7 +70598,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats:from": { + "ml.get_trained_models_stats-from": { "in": "query", "name": "from", "description": "Skips the specified number of models.", @@ -66392,7 +70608,7 @@ }, "style": "form" }, - "ml.get_trained_models_stats:size": { + "ml.get_trained_models_stats-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of models to obtain.", @@ -66402,60 +70618,60 @@ }, "style": "form" }, - "ml.preview_data_frame_analytics:id": { + "ml.preview_data_frame_analytics-id": { "in": "path", "name": "id", "description": "Identifier for the data frame analytics job.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.preview_datafeed:datafeed_id": { + "ml.preview_datafeed-datafeed_id": { "in": "path", "name": "datafeed_id", "description": "A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase\nalphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric\ncharacters. NOTE: If you use this path parameter, you cannot provide datafeed or anomaly detection job\nconfiguration details in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "ml.preview_datafeed:start": { + "ml.preview_datafeed-start": { "in": "query", "name": "start", "description": "The start time from where the datafeed preview should begin", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "ml.preview_datafeed:end": { + "ml.preview_datafeed-end": { "in": "query", "name": "end", "description": "The end time when the datafeed preview should stop", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "style": "form" }, - "msearch:index": { + "msearch-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, and index aliases to search.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "msearch:allow_no_indices": { + "msearch-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar.", @@ -66465,7 +70681,7 @@ }, "style": "form" }, - "msearch:ccs_minimize_roundtrips": { + "msearch-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.", @@ -66475,17 +70691,17 @@ }, "style": "form" }, - "msearch:expand_wildcards": { + "msearch-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "msearch:ignore_throttled": { + "msearch-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If true, concrete, expanded or aliased indices are ignored when frozen.", @@ -66495,7 +70711,7 @@ }, "style": "form" }, - "msearch:ignore_unavailable": { + "msearch-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If true, missing or closed indices are not included in the response.", @@ -66505,7 +70721,7 @@ }, "style": "form" }, - "msearch:include_named_queries_score": { + "msearch-include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "Indicates whether hit.matched_queries should be rendered as a map that includes\nthe name of the matched query associated with its score (true)\nor as an array containing the name of the matched queries (false)\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -66515,7 +70731,7 @@ }, "style": "form" }, - "msearch:max_concurrent_searches": { + "msearch-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "Maximum number of concurrent searches the multi search API can execute.\nDefaults to `max(1, (# of data nodes * min(search thread pool size, 10)))`.", @@ -66525,7 +70741,7 @@ }, "style": "form" }, - "msearch:max_concurrent_shard_requests": { + "msearch-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "Maximum number of concurrent shard requests that each sub-search request executes per node.", @@ -66535,7 +70751,7 @@ }, "style": "form" }, - "msearch:pre_filter_shard_size": { + "msearch-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.", @@ -66545,7 +70761,7 @@ }, "style": "form" }, - "msearch:rest_total_hits_as_int": { + "msearch-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.", @@ -66555,27 +70771,27 @@ }, "style": "form" }, - "msearch:routing": { + "msearch-routing": { "in": "query", "name": "routing", "description": "Custom routing value used to route search operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "msearch:search_type": { + "msearch-search_type": { "in": "query", "name": "search_type", "description": "Indicates whether global term and document frequencies should be used when scoring returned documents.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "msearch:typed_keys": { + "msearch-typed_keys": { "in": "query", "name": "typed_keys", "description": "Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.", @@ -66585,18 +70801,18 @@ }, "style": "form" }, - "msearch_template:index": { + "msearch_template-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "msearch_template:ccs_minimize_roundtrips": { + "msearch_template-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -66606,7 +70822,7 @@ }, "style": "form" }, - "msearch_template:max_concurrent_searches": { + "msearch_template-max_concurrent_searches": { "in": "query", "name": "max_concurrent_searches", "description": "The maximum number of concurrent searches the API can run.", @@ -66616,17 +70832,17 @@ }, "style": "form" }, - "msearch_template:search_type": { + "msearch_template-search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "msearch_template:rest_total_hits_as_int": { + "msearch_template-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, the response returns `hits.total` as an integer.\nIf `false`, it returns `hits.total` as an object.", @@ -66636,7 +70852,7 @@ }, "style": "form" }, - "msearch_template:typed_keys": { + "msearch_template-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -66646,18 +70862,18 @@ }, "style": "form" }, - "mtermvectors:index": { + "mtermvectors-index": { "in": "path", "name": "index", "description": "The name of the index that contains the documents.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "mtermvectors:ids": { + "mtermvectors-ids": { "in": "query", "name": "ids", "description": "A comma-separated list of documents ids. You must define ids as parameter or set \"ids\" or \"docs\" in the request body", @@ -66665,22 +70881,22 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } }, "style": "form" }, - "mtermvectors:fields": { + "mtermvectors-fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "mtermvectors:field_statistics": { + "mtermvectors-field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes the document count, sum of document frequencies, and sum of total term frequencies.", @@ -66690,7 +70906,7 @@ }, "style": "form" }, - "mtermvectors:offsets": { + "mtermvectors-offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -66700,7 +70916,7 @@ }, "style": "form" }, - "mtermvectors:payloads": { + "mtermvectors-payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -66710,7 +70926,7 @@ }, "style": "form" }, - "mtermvectors:positions": { + "mtermvectors-positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -66720,7 +70936,7 @@ }, "style": "form" }, - "mtermvectors:preference": { + "mtermvectors-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -66730,7 +70946,7 @@ }, "style": "form" }, - "mtermvectors:realtime": { + "mtermvectors-realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -66740,17 +70956,17 @@ }, "style": "form" }, - "mtermvectors:routing": { + "mtermvectors-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "mtermvectors:term_statistics": { + "mtermvectors-term_statistics": { "in": "query", "name": "term_statistics", "description": "If true, the response includes term frequency and document frequency.", @@ -66760,90 +70976,90 @@ }, "style": "form" }, - "mtermvectors:version": { + "mtermvectors-version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "mtermvectors:version_type": { + "mtermvectors-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "put_script:id": { + "put_script-id": { "in": "path", "name": "id", "description": "The identifier for the stored script or search template.\nIt must be unique within the cluster.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "put_script:context": { + "put_script-context": { "in": "path", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "put_script:context_": { + "put_script-context_": { "in": "query", "name": "context", "description": "The context in which the script or search template should run.\nTo prevent errors, the API immediately compiles the script or template in this context.\nIf you specify both this and the `` path parameter, the API uses the request path parameter.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "form" }, - "put_script:master_timeout": { + "put_script-master_timeout": { "in": "query", "name": "master_timeout", "description": "The period to wait for a connection to the master node.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "put_script:timeout": { + "put_script-timeout": { "in": "query", "name": "timeout", "description": "The period to wait for a response.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt can also be set to `-1` to indicate that the request should never timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "rank_eval:index": { + "rank_eval-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases used to limit the request.\nWildcard (`*`) expressions are supported.\nTo target all data streams and indices in a cluster, omit this parameter or use `_all` or `*`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "rank_eval:allow_no_indices": { + "rank_eval-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -66853,17 +71069,17 @@ }, "style": "form" }, - "rank_eval:expand_wildcards": { + "rank_eval-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "rank_eval:ignore_unavailable": { + "rank_eval-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `true`, missing or closed indices are not included in the response.", @@ -66873,7 +71089,7 @@ }, "style": "form" }, - "rank_eval:search_type": { + "rank_eval-search_type": { "in": "query", "name": "search_type", "description": "Search operation type", @@ -66883,49 +71099,49 @@ }, "style": "form" }, - "render_search_template:id": { + "render_search_template-id": { "in": "path", "name": "id", "description": "The ID of the search template to render.\nIf no `source` is specified, this or the `id` request body parameter is required.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "scroll:scroll_id": { + "scroll-scroll_id": { "in": "path", "name": "scroll_id", "description": "The scroll ID", "required": true, "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "style": "simple" }, - "scroll:scroll": { + "scroll-scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "scroll:scroll_id_": { + "scroll-scroll_id_": { "in": "query", "name": "scroll_id", "description": "The scroll ID for scrolled search", "deprecated": true, "schema": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" }, "style": "form" }, - "scroll:rest_total_hits_as_int": { + "scroll-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If true, the API response’s hit.total property is returned as an integer. If false, the API response’s hit.total property is returned as an object.", @@ -66935,18 +71151,18 @@ }, "style": "form" }, - "search:index": { + "search-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).\nTo search all data streams and indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search:allow_no_indices": { + "search-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -66956,7 +71172,7 @@ }, "style": "form" }, - "search:allow_partial_search_results": { + "search-allow_partial_search_results": { "in": "query", "name": "allow_partial_search_results", "description": "If `true` and there are shard request timeouts or shard failures, the request returns partial results.\nIf `false`, it returns an error with no partial results.\n\nTo override the default behavior, you can set the `search.default_allow_partial_results` cluster setting to `false`.", @@ -66966,7 +71182,7 @@ }, "style": "form" }, - "search:analyzer": { + "search-analyzer": { "in": "query", "name": "analyzer", "description": "The analyzer to use for the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -66976,7 +71192,7 @@ }, "style": "form" }, - "search:analyze_wildcard": { + "search-analyze_wildcard": { "in": "query", "name": "analyze_wildcard", "description": "If `true`, wildcard and prefix queries are analyzed.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -66986,7 +71202,7 @@ }, "style": "form" }, - "search:batched_reduce_size": { + "search-batched_reduce_size": { "in": "query", "name": "batched_reduce_size", "description": "The number of shard results that should be reduced at once on the coordinating node.\nIf the potential number of shards in the request can be large, this value should be used as a protection mechanism to reduce the memory overhead per search request.", @@ -66996,7 +71212,7 @@ }, "style": "form" }, - "search:ccs_minimize_roundtrips": { + "search-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips between the coordinating node and the remote clusters are minimized when running cross-cluster search (CCS) requests.", @@ -67006,17 +71222,17 @@ }, "style": "form" }, - "search:default_operator": { + "search-default_operator": { "in": "query", "name": "default_operator", "description": "The default operator for the query string query: `AND` or `OR`.\nThis parameter can be used only when the `q` query string parameter is specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types.query_dsl:Operator" + "$ref": "#/components/schemas/_types.query_dsl.Operator" }, "style": "form" }, - "search:df": { + "search-df": { "in": "query", "name": "df", "description": "The field to use as a default when no field prefix is given in the query string.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -67026,27 +71242,27 @@ }, "style": "form" }, - "search:docvalue_fields": { + "search-docvalue_fields": { "in": "query", "name": "docvalue_fields", "description": "A comma-separated list of fields to return as the docvalue representation of a field for each hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:expand_wildcards": { + "search-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nIt supports comma-separated values such as `open,hidden`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search:explain": { + "search-explain": { "in": "query", "name": "explain", "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -67056,7 +71272,7 @@ }, "style": "form" }, - "search:ignore_throttled": { + "search-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, concrete, expanded or aliased indices will be ignored when frozen.", @@ -67066,7 +71282,7 @@ }, "style": "form" }, - "search:ignore_unavailable": { + "search-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -67076,7 +71292,7 @@ }, "style": "form" }, - "search:include_named_queries_score": { + "search-include_named_queries_score": { "in": "query", "name": "include_named_queries_score", "description": "If `true`, the response includes the score contribution from any named queries.\n\nThis functionality reruns each named query on every hit in a search response.\nTypically, this adds a small overhead to a request.\nHowever, using computationally expensive named queries on a large number of hits may add significant overhead.", @@ -67086,7 +71302,7 @@ }, "style": "form" }, - "search:lenient": { + "search-lenient": { "in": "query", "name": "lenient", "description": "If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.\nThis parameter can be used only when the `q` query string parameter is specified.", @@ -67096,7 +71312,7 @@ }, "style": "form" }, - "search:max_concurrent_shard_requests": { + "search-max_concurrent_shard_requests": { "in": "query", "name": "max_concurrent_shard_requests", "description": "The number of concurrent shard requests per node that the search runs concurrently.\nThis value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests.", @@ -67106,7 +71322,7 @@ }, "style": "form" }, - "search:preference": { + "search-preference": { "in": "query", "name": "preference", "description": "The nodes and shards used for the search.\nBy default, Elasticsearch selects from eligible nodes and shards using adaptive replica selection, accounting for allocation awareness.\nValid values are:\n\n* `_only_local` to run the search only on shards on the local node.\n* `_local` to, if possible, run the search on shards on the local node, or if not, select shards using the default method.\n* `_only_nodes:,` to run the search on only the specified nodes IDs. If suitable shards exist on more than one selected node, use shards on those nodes using the default method. If none of the specified nodes are available, select shards from any available node using the default method.\n* `_prefer_nodes:,` to if possible, run the search on the specified nodes IDs. If not, select shards using the default method.\n`_shards:,` to run the search only on the specified shards. You can combine this value with other `preference` values. However, the `_shards` value must come first. For example: `_shards:2,3|_local`.\n`` (any string that does not start with `_`) to route searches with the same `` to the same shards in the same order.", @@ -67116,7 +71332,7 @@ }, "style": "form" }, - "search:pre_filter_shard_size": { + "search-pre_filter_shard_size": { "in": "query", "name": "pre_filter_shard_size", "description": "A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.\nThis filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method (if date filters are mandatory to match but the shard bounds and the query are disjoint).\nWhen unspecified, the pre-filter phase is executed if any of these conditions is met:\n\n* The request targets more than 128 shards.\n* The request targets one or more read-only index.\n* The primary sort of the query targets an indexed field.", @@ -67126,7 +71342,7 @@ }, "style": "form" }, - "search:request_cache": { + "search-request_cache": { "in": "query", "name": "request_cache", "description": "If `true`, the caching of search results is enabled for requests where `size` is `0`.\nIt defaults to index level settings.", @@ -67136,37 +71352,37 @@ }, "style": "form" }, - "search:routing": { + "search-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search:scroll": { + "search-scroll": { "in": "query", "name": "scroll", "description": "The period to retain the search context for scrolling.\nBy default, this value cannot exceed `1d` (24 hours).\nYou can change this limit by using the `search.max_keep_alive` cluster-level setting.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search:search_type": { + "search-search_type": { "in": "query", "name": "search_type", "description": "Indicates how distributed term frequencies are calculated for relevance scoring.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "search:stats": { + "search-stats": { "in": "query", "name": "stats", "description": "Specific `tag` of the request for logging and statistical purposes.", @@ -67179,37 +71395,37 @@ }, "style": "form" }, - "search:stored_fields": { + "search-stored_fields": { "in": "query", "name": "stored_fields", "description": "A comma-separated list of stored fields to return as part of a hit.\nIf no fields are specified, no stored fields are included in the response.\nIf this field is specified, the `_source` parameter defaults to `false`.\nYou can pass `_source: true` to return both source fields and stored fields in the search response.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:suggest_field": { + "search-suggest_field": { "in": "query", "name": "suggest_field", "description": "The field to use for suggestions.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "form" }, - "search:suggest_mode": { + "search-suggest_mode": { "in": "query", "name": "suggest_mode", "description": "The suggest mode.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SuggestMode" + "$ref": "#/components/schemas/_types.SuggestMode" }, "style": "form" }, - "search:suggest_size": { + "search-suggest_size": { "in": "query", "name": "suggest_size", "description": "The number of suggestions to return.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -67219,7 +71435,7 @@ }, "style": "form" }, - "search:suggest_text": { + "search-suggest_text": { "in": "query", "name": "suggest_text", "description": "The source text for which the suggestions should be returned.\nThis parameter can be used only when the `suggest_field` and `suggest_text` query string parameters are specified.", @@ -67229,7 +71445,7 @@ }, "style": "form" }, - "search:terminate_after": { + "search-terminate_after": { "in": "query", "name": "terminate_after", "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this parameter to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this parameter for requests that target data streams with backing indices across multiple data tiers.\nIf set to `0` (default), the query does not terminate early.", @@ -67239,27 +71455,27 @@ }, "style": "form" }, - "search:timeout": { + "search-timeout": { "in": "query", "name": "timeout", "description": "The period of time to wait for a response from each shard.\nIf no response is received before the timeout expires, the request fails and returns an error.\nIt defaults to no timeout.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search:track_total_hits": { + "search-track_total_hits": { "in": "query", "name": "track_total_hits", "description": "The number of hits matching the query to count accurately.\nIf `true`, the exact number of hits is returned at the cost of some performance.\nIf `false`, the response does not include the total number of hits matching the query.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "style": "form" }, - "search:track_scores": { + "search-track_scores": { "in": "query", "name": "track_scores", "description": "If `true`, the request calculates and returns document scores, even if the scores are not used for sorting.", @@ -67269,7 +71485,7 @@ }, "style": "form" }, - "search:typed_keys": { + "search-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, aggregation and suggester names are be prefixed by their respective types in the response.", @@ -67279,7 +71495,7 @@ }, "style": "form" }, - "search:rest_total_hits_as_int": { + "search-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "Indicates whether `hits.total` should be rendered as an integer or an object in the rest search response.", @@ -67289,7 +71505,7 @@ }, "style": "form" }, - "search:version": { + "search-version": { "in": "query", "name": "version", "description": "If `true`, the request returns the document version as part of a hit.", @@ -67299,37 +71515,37 @@ }, "style": "form" }, - "search:_source": { + "search-_source": { "in": "query", "name": "_source", "description": "The source fields that are returned for matching documents.\nThese fields are returned in the `hits._source` property of the search response.\nValid values are:\n\n* `true` to return the entire document source.\n* `false` to not return the document source.\n* `` to return the source fields that are specified as a comma-separated list that supports wildcard (`*`) patterns.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search._types:SourceConfigParam" + "$ref": "#/components/schemas/_global.search._types.SourceConfigParam" }, "style": "form" }, - "search:_source_excludes": { + "search-_source_excludes": { "in": "query", "name": "_source_excludes", "description": "A comma-separated list of source fields to exclude from the response.\nYou can also use this parameter to exclude fields from the subset specified in `_source_includes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:_source_includes": { + "search-_source_includes": { "in": "query", "name": "_source_includes", "description": "A comma-separated list of source fields to include in the response.\nIf this parameter is specified, only these source fields are returned.\nYou can exclude fields from this subset using the `_source_excludes` query parameter.\nIf the `_source` parameter is `false`, this parameter is ignored.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "search:seq_no_primary_term": { + "search-seq_no_primary_term": { "in": "query", "name": "seq_no_primary_term", "description": "If `true`, the request returns the sequence number and primary term of the last modification of each hit.", @@ -67339,7 +71555,7 @@ }, "style": "form" }, - "search:q": { + "search-q": { "in": "query", "name": "q", "description": "A query in the Lucene query string syntax.\nQuery parameter searches do not support the full Elasticsearch Query DSL but are handy for testing.\n\nIMPORTANT: This parameter overrides the query parameter in the request body.\nIf both parameters are specified, documents matching the query request body parameter are not returned.", @@ -67349,7 +71565,7 @@ }, "style": "form" }, - "search:size": { + "search-size": { "in": "query", "name": "size", "description": "The number of hits to return.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -67359,7 +71575,7 @@ }, "style": "form" }, - "search:from": { + "search-from": { "in": "query", "name": "from", "description": "The starting document offset, which must be non-negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", @@ -67369,7 +71585,7 @@ }, "style": "form" }, - "search:sort": { + "search-sort": { "in": "query", "name": "sort", "description": "A comma-separated list of `:` pairs.", @@ -67389,7 +71605,7 @@ }, "style": "form" }, - "search_application.get_behavioral_analytics:name": { + "search_application.get_behavioral_analytics-name": { "in": "path", "name": "name", "description": "A list of analytics collections to limit the returned information", @@ -67398,23 +71614,23 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "style": "simple" }, - "search_application.search:name": { + "search_application.search-name": { "in": "path", "name": "name", "description": "The name of the search application to be searched.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "search_application.search:typed_keys": { + "search_application.search-typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -67424,62 +71640,62 @@ }, "style": "form" }, - "search_mvt:index": { + "search_mvt-index": { "in": "path", "name": "index", "description": "Comma-separated list of data streams, indices, or aliases to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_mvt:field": { + "search_mvt-field": { "in": "path", "name": "field", "description": "Field containing geospatial data to return", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "style": "simple" }, - "search_mvt:zoom": { + "search_mvt-zoom": { "in": "path", "name": "zoom", "description": "Zoom level for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:ZoomLevel" + "$ref": "#/components/schemas/_global.search_mvt._types.ZoomLevel" }, "style": "simple" }, - "search_mvt:x": { + "search_mvt-x": { "in": "path", "name": "x", "description": "X coordinate for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:Coordinate" + "$ref": "#/components/schemas/_global.search_mvt._types.Coordinate" }, "style": "simple" }, - "search_mvt:y": { + "search_mvt-y": { "in": "path", "name": "y", "description": "Y coordinate for the vector tile to search", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:Coordinate" + "$ref": "#/components/schemas/_global.search_mvt._types.Coordinate" }, "style": "simple" }, - "search_mvt:exact_bounds": { + "search_mvt-exact_bounds": { "in": "query", "name": "exact_bounds", "description": "If `false`, the meta layer's feature is the bounding box of the tile.\nIf true, the meta layer's feature is a bounding box resulting from a\ngeo_bounds aggregation. The aggregation runs on values that intersect\nthe // tile with wrap_longitude set to false. The resulting\nbounding box may be larger than the vector tile.", @@ -67489,7 +71705,7 @@ }, "style": "form" }, - "search_mvt:extent": { + "search_mvt-extent": { "in": "query", "name": "extent", "description": "The size, in pixels, of a side of the tile. Vector tiles are square with equal sides.", @@ -67499,17 +71715,17 @@ }, "style": "form" }, - "search_mvt:grid_agg": { + "search_mvt-grid_agg": { "in": "query", "name": "grid_agg", "description": "Aggregation used to create a grid for `field`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridAggregationType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridAggregationType" }, "style": "form" }, - "search_mvt:grid_precision": { + "search_mvt-grid_precision": { "in": "query", "name": "grid_precision", "description": "Additional zoom levels available through the aggs layer. For example, if is 7\nand grid_precision is 8, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", @@ -67519,17 +71735,17 @@ }, "style": "form" }, - "search_mvt:grid_type": { + "search_mvt-grid_type": { "in": "query", "name": "grid_type", "description": "Determines the geometry type for features in the aggs layer. In the aggs layer,\neach feature represents a geotile_grid cell. If 'grid' each feature is a Polygon\nof the cells bounding box. If 'point' each feature is a Point that is the centroid\nof the cell.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridType" }, "style": "form" }, - "search_mvt:size": { + "search_mvt-size": { "in": "query", "name": "size", "description": "Maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", @@ -67539,7 +71755,7 @@ }, "style": "form" }, - "search_mvt:with_labels": { + "search_mvt-with_labels": { "in": "query", "name": "with_labels", "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -67549,18 +71765,18 @@ }, "style": "form" }, - "search_template:index": { + "search_template-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and aliases to search.\nIt supports wildcards (`*`).", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "style": "simple" }, - "search_template:allow_no_indices": { + "search_template-allow_no_indices": { "in": "query", "name": "allow_no_indices", "description": "If `false`, the request returns an error if any wildcard expression, index alias, or `_all` value targets only missing or closed indices.\nThis behavior applies even if the request targets other open indices.\nFor example, a request targeting `foo*,bar*` returns an error if an index starts with `foo` but no index starts with `bar`.", @@ -67570,7 +71786,7 @@ }, "style": "form" }, - "search_template:ccs_minimize_roundtrips": { + "search_template-ccs_minimize_roundtrips": { "in": "query", "name": "ccs_minimize_roundtrips", "description": "If `true`, network round-trips are minimized for cross-cluster search requests.", @@ -67580,17 +71796,17 @@ }, "style": "form" }, - "search_template:expand_wildcards": { + "search_template-expand_wildcards": { "in": "query", "name": "expand_wildcards", "description": "The type of index that wildcard patterns can match.\nIf the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.\nSupports comma-separated values, such as `open,hidden`.\nValid values are: `all`, `open`, `closed`, `hidden`, `none`.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:ExpandWildcards" + "$ref": "#/components/schemas/_types.ExpandWildcards" }, "style": "form" }, - "search_template:explain": { + "search_template-explain": { "in": "query", "name": "explain", "description": "If `true`, the response includes additional details about score computation as part of a hit.", @@ -67600,7 +71816,7 @@ }, "style": "form" }, - "search_template:ignore_throttled": { + "search_template-ignore_throttled": { "in": "query", "name": "ignore_throttled", "description": "If `true`, specified concrete, expanded, or aliased indices are not included in the response when throttled.", @@ -67610,7 +71826,7 @@ }, "style": "form" }, - "search_template:ignore_unavailable": { + "search_template-ignore_unavailable": { "in": "query", "name": "ignore_unavailable", "description": "If `false`, the request returns an error if it targets a missing or closed index.", @@ -67620,7 +71836,7 @@ }, "style": "form" }, - "search_template:preference": { + "search_template-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -67630,7 +71846,7 @@ }, "style": "form" }, - "search_template:profile": { + "search_template-profile": { "in": "query", "name": "profile", "description": "If `true`, the query execution is profiled.", @@ -67640,37 +71856,37 @@ }, "style": "form" }, - "search_template:routing": { + "search_template-routing": { "in": "query", "name": "routing", "description": "A custom value used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "search_template:scroll": { + "search_template-scroll": { "in": "query", "name": "scroll", "description": "Specifies how long a consistent view of the index\nshould be maintained for scrolled search.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" }, - "search_template:search_type": { + "search_template-search_type": { "in": "query", "name": "search_type", "description": "The type of the search operation.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:SearchType" + "$ref": "#/components/schemas/_types.SearchType" }, "style": "form" }, - "search_template:rest_total_hits_as_int": { + "search_template-rest_total_hits_as_int": { "in": "query", "name": "rest_total_hits_as_int", "description": "If `true`, `hits.total` is rendered as an integer in the response.\nIf `false`, it is rendered as an object.", @@ -67680,7 +71896,7 @@ }, "style": "form" }, - "search_template:typed_keys": { + "search_template-typed_keys": { "in": "query", "name": "typed_keys", "description": "If `true`, the response prefixes aggregation and suggester names with their respective types.", @@ -67690,60 +71906,60 @@ }, "style": "form" }, - "security.create_api_key:refresh": { + "security.create_api_key-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.get_role:name": { + "security.get_role-name": { "in": "path", "name": "name", "description": "The name of the role.\nYou can specify multiple roles as a comma-separated list.\nIf you do not specify this parameter, the API returns information about all roles.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "security.has_privileges:user": { + "security.has_privileges-user": { "in": "path", "name": "user", "description": "Username", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_role:name": { + "security.put_role-name": { "in": "path", "name": "name", "description": "The name of the role that is being created or updated. On Elasticsearch Serverless, the role name must begin with a letter or digit and can only contain letters, digits and the characters '_', '-', and '.'. Each role must have a unique name, as this will serve as the identifier for that role.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "style": "simple" }, - "security.put_role:refresh": { + "security.put_role-refresh": { "in": "query", "name": "refresh", "description": "If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Refresh" + "$ref": "#/components/schemas/_types.Refresh" }, "style": "form" }, - "security.query_api_keys:with_limited_by": { + "security.query_api_keys-with_limited_by": { "in": "query", "name": "with_limited_by", "description": "Return the snapshot of the owner user's role descriptors associated with the API key.\nAn API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors (effectively limited by it).\nAn API key cannot retrieve any API key’s limited-by role descriptors (including itself) unless it has `manage_api_key` or higher privileges.", @@ -67753,7 +71969,7 @@ }, "style": "form" }, - "security.query_api_keys:with_profile_uid": { + "security.query_api_keys-with_profile_uid": { "in": "query", "name": "with_profile_uid", "description": "Determines whether to also retrieve the profile UID for the API key owner principal.\nIf it exists, the profile UID is returned under the `profile_uid` response field for each API key.", @@ -67763,7 +71979,7 @@ }, "style": "form" }, - "security.query_api_keys:typed_keys": { + "security.query_api_keys-typed_keys": { "in": "query", "name": "typed_keys", "description": "Determines whether aggregation names are prefixed by their respective types in the response.", @@ -67773,60 +71989,60 @@ }, "style": "form" }, - "sql.query:format": { + "sql.query-format": { "in": "query", "name": "format", "description": "The format for the response.\nYou can also specify a format using the `Accept` HTTP header.\nIf you specify both this parameter and the `Accept` HTTP header, this parameter takes precedence.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/sql.query:SqlFormat" + "$ref": "#/components/schemas/sql.query.SqlFormat" }, "style": "form" }, - "terms_enum:index": { + "terms_enum-index": { "in": "path", "name": "index", "description": "A comma-separated list of data streams, indices, and index aliases to search.\nWildcard (`*`) expressions are supported.\nTo search all data streams or indices, omit this parameter or use `*` or `_all`.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "termvectors:index": { + "termvectors-index": { "in": "path", "name": "index", "description": "The name of the index that contains the document.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "style": "simple" }, - "termvectors:id": { + "termvectors-id": { "in": "path", "name": "id", "description": "A unique identifier for the document.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "termvectors:fields": { + "termvectors-fields": { "in": "query", "name": "fields", "description": "A comma-separated list or wildcard expressions of fields to include in the statistics.\nIt is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "style": "form" }, - "termvectors:field_statistics": { + "termvectors-field_statistics": { "in": "query", "name": "field_statistics", "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -67836,7 +72052,7 @@ }, "style": "form" }, - "termvectors:offsets": { + "termvectors-offsets": { "in": "query", "name": "offsets", "description": "If `true`, the response includes term offsets.", @@ -67846,7 +72062,7 @@ }, "style": "form" }, - "termvectors:payloads": { + "termvectors-payloads": { "in": "query", "name": "payloads", "description": "If `true`, the response includes term payloads.", @@ -67856,7 +72072,7 @@ }, "style": "form" }, - "termvectors:positions": { + "termvectors-positions": { "in": "query", "name": "positions", "description": "If `true`, the response includes term positions.", @@ -67866,7 +72082,7 @@ }, "style": "form" }, - "termvectors:preference": { + "termvectors-preference": { "in": "query", "name": "preference", "description": "The node or shard the operation should be performed on.\nIt is random by default.", @@ -67876,7 +72092,7 @@ }, "style": "form" }, - "termvectors:realtime": { + "termvectors-realtime": { "in": "query", "name": "realtime", "description": "If true, the request is real-time as opposed to near-real-time.", @@ -67886,17 +72102,17 @@ }, "style": "form" }, - "termvectors:routing": { + "termvectors-routing": { "in": "query", "name": "routing", "description": "A custom value that is used to route operations to a specific shard.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "style": "form" }, - "termvectors:term_statistics": { + "termvectors-term_statistics": { "in": "query", "name": "term_statistics", "description": "If `true`, the response includes:\n\n* The total term frequency (how often a term occurs in all documents).\n* The document frequency (the number of documents containing the current term).\n\nBy default these values are not returned since term statistics can have a serious performance impact.", @@ -67906,38 +72122,38 @@ }, "style": "form" }, - "termvectors:version": { + "termvectors-version": { "in": "query", "name": "version", "description": "If `true`, returns the document version as part of a hit.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "style": "form" }, - "termvectors:version_type": { + "termvectors-version_type": { "in": "query", "name": "version_type", "description": "The version type.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" }, "style": "form" }, - "transform.get_transform:transform_id": { + "transform.get_transform-transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform. It can be a transform identifier or a\nwildcard expression. You can get information for all transforms by using\n`_all`, by specifying `*` as the ``, or by omitting the\n``.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Names" + "$ref": "#/components/schemas/_types.Names" }, "style": "simple" }, - "transform.get_transform:allow_no_match": { + "transform.get_transform-allow_no_match": { "in": "query", "name": "allow_no_match", "description": "Specifies what to do when the request:\n\n1. Contains wildcard expressions and there are no transforms that match.\n2. Contains the _all string or no identifiers and there are no matches.\n3. Contains wildcard expressions and there are only partial matches.\n\nIf this parameter is false, the request returns a 404 status code when\nthere are no matches or only partial matches.", @@ -67947,7 +72163,7 @@ }, "style": "form" }, - "transform.get_transform:from": { + "transform.get_transform-from": { "in": "query", "name": "from", "description": "Skips the specified number of transforms.", @@ -67957,7 +72173,7 @@ }, "style": "form" }, - "transform.get_transform:size": { + "transform.get_transform-size": { "in": "query", "name": "size", "description": "Specifies the maximum number of transforms to obtain.", @@ -67967,7 +72183,7 @@ }, "style": "form" }, - "transform.get_transform:exclude_generated": { + "transform.get_transform-exclude_generated": { "in": "query", "name": "exclude_generated", "description": "Excludes fields that were automatically added when creating the\ntransform. This allows the configuration to be in an acceptable format to\nbe retrieved and then added to another cluster.", @@ -67977,24 +72193,24 @@ }, "style": "form" }, - "transform.preview_transform:transform_id": { + "transform.preview_transform-transform_id": { "in": "path", "name": "transform_id", "description": "Identifier for the transform to preview. If you specify this path parameter, you cannot provide transform\nconfiguration details in the request body.", "required": true, "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "style": "simple" }, - "transform.preview_transform:timeout": { + "transform.preview_transform-timeout": { "in": "query", "name": "timeout", "description": "Period to wait for a response. If no response is received before the\ntimeout expires, the request fails and returns an error.", "deprecated": false, "schema": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "style": "form" } @@ -68009,11 +72225,11 @@ "aggregations": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If true, returns detailed information about score computation as part of a hit.", @@ -68031,10 +72247,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "description": "Boosts the _score of documents from specified indices.", @@ -68052,19 +72268,19 @@ "description": "Array of wildcard (*) patterns. The request returns doc values for field\nnames matching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { "description": "Defines the approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] @@ -68074,23 +72290,23 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] @@ -68099,34 +72315,34 @@ "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return. By default, you cannot page through more\nthan 10,000 hits using the from and size parameters. To page through more\nhits, use the search_after parameter.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "Array of wildcard (*) patterns. The request returns values for field names\nmatching these patterns in the hits.fields property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "Maximum number of documents to collect for each shard. If a query reaches this\nlimit, Elasticsearch terminates the query early. Elasticsearch collects documents\nbefore sorting. Defaults to 0, which does not terminate query execution early.", @@ -68149,13 +72365,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "Stats groups to associate with the search. Each group maintains a statistics\naggregation for its associated searches. You can retrieve these stats using\nthe indices stats API.", @@ -68169,7 +72385,23 @@ "examples": { "AsyncSearchSubmitRequestExample1": { "description": "Perform a search request asynchronously with `POST /sales*/_async_search?size=0`. It accepts the same parameters and request body as the search API.\n", - "value": "{\n \"sort\": [\n { \"date\": { \"order\": \"asc\" } }\n ],\n \"aggs\": {\n \"sale_date\": {\n \"date_histogram\": {\n \"field\": \"date\",\n \"calendar_interval\": \"1d\"\n }\n }\n }\n}" + "value": { + "aggs": { + "sale_date": { + "date_histogram": { + "calendar_interval": "1d", + "field": "date" + } + } + }, + "sort": [ + { + "date": { + "order": "asc" + } + } + ] + } } } } @@ -68183,10 +72415,10 @@ "items": { "oneOf": [ { - "$ref": "#/components/schemas/_global.bulk:OperationContainer" + "$ref": "#/components/schemas/_global.bulk.OperationContainer" }, { - "$ref": "#/components/schemas/_global.bulk:UpdateAction" + "$ref": "#/components/schemas/_global.bulk.UpdateAction" }, { "type": "object" @@ -68227,14 +72459,16 @@ "type": "object", "properties": { "scroll_id": { - "$ref": "#/components/schemas/_types:ScrollIds" + "$ref": "#/components/schemas/_types.ScrollIds" } } }, "examples": { "ClearScrollRequestExample1": { "description": "Run `DELETE /_search/scroll` to clear the search context and results for a scrolling search.", - "value": "{\n \"scroll_id\": \"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==\"\n}" + "value": { + "scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==" + } } } } @@ -68247,13 +72481,13 @@ "type": "object", "properties": { "template": { - "$ref": "#/components/schemas/indices._types:IndexState" + "$ref": "#/components/schemas/indices._types.IndexState" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "deprecated": { "description": "Marks this index template as deprecated. When creating or updating a non-deprecated index template\nthat uses deprecated components, Elasticsearch will emit a deprecation warning.", @@ -68267,12 +72501,48 @@ "examples": { "ClusterPutComponentTemplateRequestExample1": { "summary": "Create a template", - "value": "{\n \"template\": null,\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"_source\": {\n \"enabled\": false\n },\n \"properties\": {\n \"host_name\": {\n \"type\": \"keyword\"\n },\n \"created_at\": {\n \"type\": \"date\",\n \"format\": \"EEE MMM dd HH:mm:ss Z yyyy\"\n }\n }\n }\n}" + "value": { + "mappings": { + "_source": { + "enabled": false + }, + "properties": { + "created_at": { + "format": "EEE MMM dd HH:mm:ss Z yyyy", + "type": "date" + }, + "host_name": { + "type": "keyword" + } + } + }, + "settings": { + "number_of_shards": 1 + }, + "template": null + } }, "ClusterPutComponentTemplateRequestExample2": { "summary": "Create a template with aliases", "description": "You can include index aliases in a component template. During index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": "{\n \"template\": null,\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n}" + "value": { + "aliases": { + "alias1": {}, + "alias2": { + "filter": { + "term": { + "user.id": "kimchy" + } + }, + "routing": "shard-1" + }, + "{index}-alias": {} + }, + "settings": { + "number_of_shards": 1 + }, + "template": null + } } } } @@ -68289,7 +72559,7 @@ "type": "string" }, "index_name": { - "$ref": "#/components/schemas/_types:IndexName" + "$ref": "#/components/schemas/_types.IndexName" }, "is_native": { "type": "boolean" @@ -68307,10 +72577,20 @@ }, "examples": { "ConnectorPutRequestExample1": { - "value": "{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\",\n \"service_type\": \"google_drive\"\n}" + "value": { + "index_name": "search-google-drive", + "name": "My Connector", + "service_type": "google_drive" + } }, "ConnectorPutRequestExample2": { - "value": "{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\",\n \"description\": \"My Connector to sync data to Elastic index from Google Drive\",\n \"service_type\": \"google_drive\",\n \"language\": \"english\"\n}" + "value": { + "description": "My Connector to sync data to Elastic index from Google Drive", + "index_name": "search-google-drive", + "language": "english", + "name": "My Connector", + "service_type": "google_drive" + } } } } @@ -68323,14 +72603,20 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, "examples": { "CountRequestExample1": { "description": "Run `GET /my-index-000001/_count?q=user:kimchy`. Alternatively, run `GET /my-index-000001/_count` with the same query in the request body. Both requests count the number of documents in `my-index-000001` with a `user.id` of `kimchy`.\n", - "value": "{\n \"query\" : {\n \"term\" : { \"user.id\" : \"kimchy\" }\n }\n}" + "value": { + "query": { + "term": { + "user.id": "kimchy" + } + } + } } } } @@ -68345,7 +72631,13 @@ "examples": { "CreateRequestExample1": { "description": "Run `PUT my-index-000001/_create/1` to index a document into the `my-index-000001` index if no document with that ID exists.\n", - "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" + "value": { + "@timestamp": "2099-11-15T13:12:00", + "message": "GET /search HTTP/1.1 200 1070000", + "user": { + "id": "kimchy" + } + } } } } @@ -68366,39 +72658,39 @@ "type": "boolean" }, "event_category_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "tiebreaker_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "timestamp_field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "fetch_size": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "filter": { "description": "Query, written in Query DSL, used to filter the events on which the EQL query runs.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } ] }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "keep_on_completion": { "type": "boolean" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "allow_partial_search_results": { "description": "Allow query execution also in case of shard failures.\nIf true, the query will keep running and will return results based on the available shards.\nFor sequences, the behavior can be further refined using allow_partial_sequence_results", @@ -68409,27 +72701,27 @@ "type": "boolean" }, "size": { - "$ref": "#/components/schemas/_types:uint" + "$ref": "#/components/schemas/_types.uint" }, "fields": { "description": "Array of wildcard (*) patterns. The response returns values for field names matching these patterns in the fields property of each hit.", "oneOf": [ { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } } ] }, "result_position": { - "$ref": "#/components/schemas/eql.search:ResultPosition" + "$ref": "#/components/schemas/eql.search.ResultPosition" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "max_samples_per_key": { "description": "By default, the response of a sample query contains up to `10` samples, with one sample per unique set of join keys. Use the `size`\nparameter to get a smaller or larger set of samples. To retrieve more than one sample per set of join keys, use the\n`max_samples_per_key` parameter. Pipes are not supported for sample queries.", @@ -68463,14 +72755,20 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } }, "examples": { "ExplainRequestExample1": { "description": "Run `GET /my-index-000001/_explain/0` with the request body. Alternatively, run `GET /my-index-000001/_explain/0?q=message:elasticsearch`\n", - "value": "{\n \"query\" : {\n \"match\" : { \"message\" : \"elasticsearch\" }\n }\n}" + "value": { + "query": { + "match": { + "message": "elasticsearch" + } + } + } } } } @@ -68483,20 +72781,28 @@ "type": "object", "properties": { "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } } }, "examples": { "FieldCapabilitiesRequestExample1": { "description": "Run `POST my-index-*/_field_caps?fields=rating` to get field capabilities and filter indices with a query. Indices that rewrite the provided filter to `match_none` on every shard will be filtered from the response.\n", - "value": "{\n \"index_filter\": {\n \"range\": {\n \"@timestamp\": {\n \"gte\": \"2018\"\n }\n }\n }\n}" + "value": { + "index_filter": { + "range": { + "@timestamp": { + "gte": "2018" + } + } + } + } } } } @@ -68509,19 +72815,19 @@ "type": "object", "properties": { "connections": { - "$ref": "#/components/schemas/graph._types:Hop" + "$ref": "#/components/schemas/graph._types.Hop" }, "controls": { - "$ref": "#/components/schemas/graph._types:ExploreControls" + "$ref": "#/components/schemas/graph._types.ExploreControls" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "vertices": { "description": "Specifies one or more fields that contain the terms you want to include in the graph as vertices.", "type": "array", "items": { - "$ref": "#/components/schemas/graph._types:VertexDefinition" + "$ref": "#/components/schemas/graph._types.VertexDefinition" } } } @@ -68529,7 +72835,25 @@ "examples": { "GraphExploreRequestExample1": { "description": "Run `POST clicklogs/_graph/explore` for a basic exploration An initial graph explore query typically begins with a query to identify strongly related terms. Seed the exploration with a query. This example is searching `clicklogs` for people who searched for the term `midi`.Identify the vertices to include in the graph. This example is looking for product codes that are significantly associated with searches for `midi`. Find the connections. This example is looking for other search terms that led people to click on the products that are associated with searches for `midi`.\n", - "value": "{\n \"query\": {\n \"match\": {\n \"query.raw\": \"midi\"\n }\n },\n \"vertices\": [\n {\n \"field\": \"product\"\n }\n ],\n \"connections\": {\n \"vertices\": [\n {\n \"field\": \"query.raw\"\n }\n ]\n }\n}" + "value": { + "connections": { + "vertices": [ + { + "field": "query.raw" + } + ] + }, + "query": { + "match": { + "query.raw": "midi" + } + }, + "vertices": [ + { + "field": "product" + } + ] + } } } } @@ -68545,12 +72869,24 @@ "IndexRequestExample1": { "summary": "Automate document IDs", "description": "Run `POST my-index-000001/_doc/` to index a document. When you use the `POST //_doc/` request format, the `op_type` is automatically set to `create` and the index operation generates a unique ID for the document.\n", - "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" + "value": { + "@timestamp": "2099-11-15T13:12:00", + "message": "GET /search HTTP/1.1 200 1070000", + "user": { + "id": "kimchy" + } + } }, "IndexRequestExample2": { "summary": "Define document IDs", "description": "Run `PUT my-index-000001/_doc/1` to insert a JSON document into the `my-index-000001` index with an `_id` of 1.\n", - "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" + "value": { + "@timestamp": "2099-11-15T13:12:00", + "message": "GET /search HTTP/1.1 200 1070000", + "user": { + "id": "kimchy" + } + } } } } @@ -68578,7 +72914,7 @@ "description": "Array of character filters used to preprocess characters before the tokenizer.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:CharFilter" + "$ref": "#/components/schemas/_types.analysis.CharFilter" } }, "explain": { @@ -68586,13 +72922,13 @@ "type": "boolean" }, "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "filter": { "description": "Array of token filters used to apply after the tokenizer.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.analysis:TokenFilter" + "$ref": "#/components/schemas/_types.analysis.TokenFilter" } }, "normalizer": { @@ -68600,10 +72936,10 @@ "type": "string" }, "text": { - "$ref": "#/components/schemas/indices.analyze:TextToAnalyze" + "$ref": "#/components/schemas/indices.analyze.TextToAnalyze" }, "tokenizer": { - "$ref": "#/components/schemas/_types.analysis:Tokenizer" + "$ref": "#/components/schemas/_types.analysis.Tokenizer" } } }, @@ -68611,37 +72947,85 @@ "indicesAnalyzeRequestExample1": { "summary": "No index specified", "description": "You can apply any of the built-in analyzers to the text string without specifying an index.", - "value": "{\n \"analyzer\": \"standard\",\n \"text\": \"this is a test\"\n}" + "value": { + "analyzer": "standard", + "text": "this is a test" + } }, "indicesAnalyzeRequestExample2": { "summary": "An array of text strings", "description": "If the text parameter is provided as array of strings, it is analyzed as a multi-value field.", - "value": "{\n \"analyzer\": \"standard\",\n \"text\": [\n \"this is a test\",\n \"the second text\"\n ]\n}" + "value": { + "analyzer": "standard", + "text": [ + "this is a test", + "the second text" + ] + } }, "indicesAnalyzeRequestExample3": { "summary": "Custom analyzer example 1", "description": "You can test a custom transient analyzer built from tokenizers, token filters, and char filters. Token filters use the filter parameter.", - "value": "{\n \"tokenizer\": \"keyword\",\n \"filter\": [\n \"lowercase\"\n ],\n \"char_filter\": [\n \"html_strip\"\n ],\n \"text\": \"this is a test\"\n}" + "value": { + "char_filter": [ + "html_strip" + ], + "filter": [ + "lowercase" + ], + "text": "this is a test", + "tokenizer": "keyword" + } }, "indicesAnalyzeRequestExample4": { "summary": "Custom analyzer example 2", "description": "Custom tokenizers, token filters, and character filters can be specified in the request body.", - "value": "{\n \"tokenizer\": \"whitespace\",\n \"filter\": [\n \"lowercase\",\n {\n \"type\": \"stop\",\n \"stopwords\": [\n \"a\",\n \"is\",\n \"this\"\n ]\n }\n ],\n \"text\": \"this is a test\"\n}" + "value": { + "filter": [ + "lowercase", + { + "stopwords": [ + "a", + "is", + "this" + ], + "type": "stop" + } + ], + "text": "this is a test", + "tokenizer": "whitespace" + } }, "indicesAnalyzeRequestExample5": { "summary": "Derive analyzer from field mapping", "description": "Run `GET /analyze_sample/_analyze` to run an analysis on the text using the default index analyzer associated with the `analyze_sample` index. Alternatively, the analyzer can be derived based on a field mapping.", - "value": "{\n \"field\": \"obj1.field1\",\n \"text\": \"this is a test\"\n}" + "value": { + "field": "obj1.field1", + "text": "this is a test" + } }, "indicesAnalyzeRequestExample6": { "summary": "Normalizer", "description": "Run `GET /analyze_sample/_analyze` and supply a normalizer for a keyword field if there is a normalizer associated with the specified index.", - "value": "{\n \"normalizer\": \"my_normalizer\",\n \"text\": \"BaR\"\n}" + "value": { + "normalizer": "my_normalizer", + "text": "BaR" + } }, "indicesAnalyzeRequestExample7": { "summary": "Explain analysis", "description": "If you want to get more advanced details, set `explain` to `true`. It will output all token attributes for each token. You can filter token attributes you want to output by setting the `attributes` option. NOTE: The format of the additional detail information is labelled as experimental in Lucene and it may change in the future.\n", - "value": "{\n \"tokenizer\": \"standard\",\n \"filter\": [\n \"snowball\"\n ],\n \"text\": \"detailed output\",\n \"explain\": true,\n \"attributes\": [\n \"keyword\"\n ]\n}" + "value": { + "attributes": [ + "keyword" + ], + "explain": true, + "filter": [ + "snowball" + ], + "text": "detailed output", + "tokenizer": "standard" + } } } } @@ -68654,26 +73038,35 @@ "type": "object", "properties": { "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "is_write_index": { "description": "If `true`, sets the write index or data stream for the alias.\nIf an alias points to multiple indices or data streams and `is_write_index` isn’t set, the alias rejects write requests.\nIf an index alias points to one index and `is_write_index` isn’t set, the index automatically acts as the write index.\nData stream aliases don’t automatically set a write data stream, even if the alias points to one data stream.", "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "search_routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" } } }, "examples": { "indicesPutAliasRequestExample1": { - "value": "{\n \"actions\": [\n {\n \"add\": {\n \"index\": \"my-data-stream\",\n \"alias\": \"my-alias\"\n }\n }\n ]\n}" + "value": { + "actions": [ + { + "add": { + "alias": "my-alias", + "index": "my-data-stream" + } + } + ] + } } } } @@ -68686,30 +73079,30 @@ "type": "object", "properties": { "index_patterns": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices.put_index_template:IndexTemplateMapping" + "$ref": "#/components/schemas/indices.put_index_template.IndexTemplateMapping" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:DataStreamVisibility" + "$ref": "#/components/schemas/indices._types.DataStreamVisibility" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "allow_auto_create": { "description": "This setting overrides the value of the `action.auto_create_index` cluster setting.\nIf set to `true` in a template, then indices can be automatically created using that template even if auto-creation of indices is disabled via `actions.auto_create_index`.\nIf set to `false`, then indices or data streams matching the template must always be explicitly created, and may never be automatically created.", @@ -68731,12 +73124,43 @@ "examples": { "IndicesPutIndexTemplateRequestExample1": { "summary": "Create a template", - "value": "{\n \"index_patterns\" : [\"template*\"],\n \"priority\" : 1,\n \"template\": {\n \"settings\" : {\n \"number_of_shards\" : 2\n }\n }\n}" + "value": { + "index_patterns": [ + "template*" + ], + "priority": 1, + "template": { + "settings": { + "number_of_shards": 2 + } + } + } }, "IndicesPutIndexTemplateRequestExample2": { "summary": "Create a template with aliases", "description": "You can include index aliases in an index template.\nDuring index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": "{\n \"index_patterns\": [\n \"template*\"\n ],\n \"template\": {\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n }\n}" + "value": { + "index_patterns": [ + "template*" + ], + "template": { + "aliases": { + "alias1": {}, + "alias2": { + "filter": { + "term": { + "user.id": "kimchy" + } + }, + "routing": "shard-1" + }, + "{index}-alias": {} + }, + "settings": { + "number_of_shards": 1 + } + } + } } } } @@ -68754,7 +73178,7 @@ "type": "boolean" }, "dynamic": { - "$ref": "#/components/schemas/_types.mapping:DynamicMapping" + "$ref": "#/components/schemas/_types.mapping.DynamicMapping" }, "dynamic_date_formats": { "description": "If date detection is enabled then new string fields are checked\nagainst 'dynamic_date_formats' and if the value matches then\na new date field is added instead of string.", @@ -68769,17 +73193,17 @@ "items": { "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:DynamicTemplate" + "$ref": "#/components/schemas/_types.mapping.DynamicTemplate" }, "minProperties": 1, "maxProperties": 1 } }, "_field_names": { - "$ref": "#/components/schemas/_types.mapping:FieldNamesField" + "$ref": "#/components/schemas/_types.mapping.FieldNamesField" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "numeric_detection": { "description": "Automatically map strings into numeric data types for all fields.", @@ -68789,17 +73213,17 @@ "description": "Mapping for a field. For new fields, this mapping can include:\n\n- Field name\n- Field data type\n- Mapping parameters", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.mapping:Property" + "$ref": "#/components/schemas/_types.mapping.Property" } }, "_routing": { - "$ref": "#/components/schemas/_types.mapping:RoutingField" + "$ref": "#/components/schemas/_types.mapping.RoutingField" }, "_source": { - "$ref": "#/components/schemas/_types.mapping:SourceField" + "$ref": "#/components/schemas/_types.mapping.SourceField" }, "runtime": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" } } }, @@ -68807,7 +73231,17 @@ "indicesPutMappingRequestExample1": { "summary": "Update multiple targets", "description": "The update mapping API can be applied to multiple data streams or indices with a single request. For example, run `PUT /my-index-000001,my-index-000002/_mapping` to update mappings for the `my-index-000001` and `my-index-000002` indices at the same time.\n", - "value": "{\n \"properties\": {\n \"user\": {\n \"properties\": {\n \"name\": {\n \"type\": \"keyword\"\n }\n }\n }\n }\n}" + "value": { + "properties": { + "user": { + "properties": { + "name": { + "type": "keyword" + } + } + } + } + } } } } @@ -68818,17 +73252,25 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/indices._types:IndexSettings" + "$ref": "#/components/schemas/indices._types.IndexSettings" }, "examples": { "IndicesPutSettingsRequestExample1": { "summary": "Change a dynamic index setting", - "value": "{\n \"index\" : {\n \"number_of_replicas\" : 2\n }\n}" + "value": { + "index": { + "number_of_replicas": 2 + } + } }, "indicesPutSettingsRequestExample2": { "summary": "Reset an index setting", "description": "To revert a setting to the default value, use `null`.", - "value": "{\n \"index\" : {\n \"refresh_interval\" : null\n }\n}" + "value": { + "index": { + "refresh_interval": null + } + } }, "indicesPutSettingsRequestExample3": { "summary": "Update index analysis", @@ -68850,14 +73292,14 @@ "description": "Aliases for the target index.\nData streams do not support this parameter.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/indices._types:Alias" + "$ref": "#/components/schemas/indices._types.Alias" } }, "conditions": { - "$ref": "#/components/schemas/indices.rollover:RolloverConditions" + "$ref": "#/components/schemas/indices.rollover.RolloverConditions" }, "mappings": { - "$ref": "#/components/schemas/_types.mapping:TypeMapping" + "$ref": "#/components/schemas/_types.mapping.TypeMapping" }, "settings": { "description": "Configuration options for the index.\nData streams do not support this parameter.", @@ -68871,7 +73313,14 @@ "examples": { "indicesRolloverRequestExample1": { "summary": "Create a new index for a data stream.", - "value": "{\n \"conditions\": {\n \"max_age\": \"7d\",\n \"max_docs\": 1000,\n \"max_primary_shard_size\": \"50gb\",\n \"max_primary_shard_docs\": \"2000\"\n }\n}" + "value": { + "conditions": { + "max_age": "7d", + "max_docs": 1000, + "max_primary_shard_docs": "2000", + "max_primary_shard_size": "50gb" + } + } } } } @@ -68888,30 +73337,30 @@ "type": "boolean" }, "index_patterns": { - "$ref": "#/components/schemas/_types:Indices" + "$ref": "#/components/schemas/_types.Indices" }, "composed_of": { "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" } }, "template": { - "$ref": "#/components/schemas/indices.put_index_template:IndexTemplateMapping" + "$ref": "#/components/schemas/indices.put_index_template.IndexTemplateMapping" }, "data_stream": { - "$ref": "#/components/schemas/indices._types:DataStreamVisibility" + "$ref": "#/components/schemas/indices._types.DataStreamVisibility" }, "priority": { "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", "type": "number" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "_meta": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "ignore_missing_component_templates": { "description": "The configuration option ignore_missing_component_templates can be used when an index template\nreferences a component template that might not exist", @@ -68929,7 +73378,20 @@ "examples": { "indicesSimulateTemplateRequestExample1": { "description": "To see what settings will be applied by a template before you add it to the cluster, you can pass a template configuration in the request body. The specified template is used for the simulation if it has a higher priority than existing templates.\n", - "value": "{\n \"index_patterns\": [\"my-index-*\"],\n \"composed_of\": [\"ct2\"],\n \"priority\": 10,\n \"template\": {\n \"settings\": {\n \"index.number_of_replicas\": 1\n }\n }\n}" + "value": { + "composed_of": [ + "ct2" + ], + "index_patterns": [ + "my-index-*" + ], + "priority": 10, + "template": { + "settings": { + "index.number_of_replicas": 1 + } + } + } } } } @@ -68942,7 +73404,7 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" } } } @@ -68953,7 +73415,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/inference._types:InferenceEndpoint" + "$ref": "#/components/schemas/inference._types.InferenceEndpoint" } } }, @@ -68969,11 +73431,11 @@ "description": "Sample documents to test in the pipeline.", "type": "array", "items": { - "$ref": "#/components/schemas/ingest._types:Document" + "$ref": "#/components/schemas/ingest._types.Document" } }, "pipeline": { - "$ref": "#/components/schemas/ingest._types:Pipeline" + "$ref": "#/components/schemas/ingest._types.Pipeline" } }, "required": [ @@ -68984,7 +73446,35 @@ "SimulatePipelineRequestExample1": { "summary": "Run an ingest pipeline against a set of provided documents.", "description": "You can specify the used pipeline either in the request body or as a path parameter.", - "value": "{\n \"pipeline\" :\n {\n \"description\": \"_description\",\n \"processors\": [\n {\n \"set\" : {\n \"field\" : \"field2\",\n \"value\" : \"_value\"\n }\n }\n ]\n },\n \"docs\": [\n {\n \"_index\": \"index\",\n \"_id\": \"id\",\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_index\": \"index\",\n \"_id\": \"id\",\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "id", + "_index": "index", + "_source": { + "foo": "bar" + } + }, + { + "_id": "id", + "_index": "index", + "_source": { + "foo": "rab" + } + } + ], + "pipeline": { + "description": "_description", + "processors": [ + { + "set": { + "field": "field2", + "value": "_value" + } + } + ] + } + } } } } @@ -69001,11 +73491,11 @@ "description": "The documents you want to retrieve. Required if no index is specified in the request URI.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mget:Operation" + "$ref": "#/components/schemas/_global.mget.Operation" } }, "ids": { - "$ref": "#/components/schemas/_types:Ids" + "$ref": "#/components/schemas/_types.Ids" } } }, @@ -69013,22 +73503,90 @@ "MultiGetRequestExample1": { "summary": "Get documents by ID", "description": "Run `GET /my-index-000001/_mget`. When you specify an index in the request URI, only the document IDs are required in the request body.\n", - "value": "{\n \"docs\": [\n {\n \"_id\": \"1\"\n },\n {\n \"_id\": \"2\"\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "1" + }, + { + "_id": "2" + } + ] + } }, "MultiGetRequestExample2": { "summary": "Filter source fields", "description": "Run `GET /_mget`. This request sets `_source` to `false` for document 1 to exclude the source entirely. It retrieves `field3` and `field4` from document 2. It retrieves the `user` field from document 3 but filters out the `user.location` field.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_source\": false\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"_source\": [ \"field3\", \"field4\" ]\n },\n {\n \"_index\": \"test\",\n \"_id\": \"3\",\n \"_source\": {\n \"include\": [ \"user\" ],\n \"exclude\": [ \"user.location\" ]\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "1", + "_index": "test", + "_source": false + }, + { + "_id": "2", + "_index": "test", + "_source": [ + "field3", + "field4" + ] + }, + { + "_id": "3", + "_index": "test", + "_source": { + "exclude": [ + "user.location" + ], + "include": [ + "user" + ] + } + } + ] + } }, "MultiGetRequestExample3": { "summary": "Get stored fields", "description": "Run `GET /_mget`. This request retrieves `field1` and `field2` from document 1 and `field3` and `field4` from document 2.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"stored_fields\": [ \"field1\", \"field2\" ]\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"stored_fields\": [ \"field3\", \"field4\" ]\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "1", + "_index": "test", + "stored_fields": [ + "field1", + "field2" + ] + }, + { + "_id": "2", + "_index": "test", + "stored_fields": [ + "field3", + "field4" + ] + } + ] + } }, "MultiGetRequestExample4": { "summary": "Document routing", "description": "Run `GET /_mget?routing=key1`. If routing is used during indexing, you need to specify the routing value to retrieve documents. This request fetches `test/_doc/2` from the shard corresponding to routing key `key1`. It fetches `test/_doc/1` from the shard corresponding to routing key `key2`.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"routing\": \"key2\"\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\"\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "1", + "_index": "test", + "routing": "key2" + }, + { + "_id": "2", + "_index": "test" + } + ] + } } } } @@ -69042,7 +73600,7 @@ "type": "object", "properties": { "page": { - "$ref": "#/components/schemas/ml._types:Page" + "$ref": "#/components/schemas/ml._types.Page" } } } @@ -69060,10 +73618,10 @@ "type": "boolean" }, "bucket_span": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "end": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "exclude_interim": { "description": "Refer to the description for the `exclude_interim` query parameter.", @@ -69081,7 +73639,7 @@ ] }, "start": { - "$ref": "#/components/schemas/_types:DateTime" + "$ref": "#/components/schemas/_types.DateTime" }, "top_n": { "description": "Refer to the description for the `top_n` query parameter.", @@ -69099,7 +73657,7 @@ "type": "object", "properties": { "config": { - "$ref": "#/components/schemas/ml.preview_data_frame_analytics:DataframePreviewConfig" + "$ref": "#/components/schemas/ml.preview_data_frame_analytics.DataframePreviewConfig" } } } @@ -69113,10 +73671,10 @@ "type": "object", "properties": { "datafeed_config": { - "$ref": "#/components/schemas/ml._types:DatafeedConfig" + "$ref": "#/components/schemas/ml._types.DatafeedConfig" }, "job_config": { - "$ref": "#/components/schemas/ml._types:JobConfig" + "$ref": "#/components/schemas/ml._types.JobConfig" } } } @@ -69129,7 +73687,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch:RequestItem" + "$ref": "#/components/schemas/_global.msearch.RequestItem" } } } @@ -69142,7 +73700,7 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/_global.msearch_template:RequestItem" + "$ref": "#/components/schemas/_global.msearch_template.RequestItem" } }, "examples": { @@ -69165,14 +73723,14 @@ "description": "An array of existing or artificial documents.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.mtermvectors:Operation" + "$ref": "#/components/schemas/_global.mtermvectors.Operation" } }, "ids": { "description": "A simplified syntax to specify documents by their ID if they're in the same index.", "type": "array", "items": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" } } } @@ -69181,17 +73739,54 @@ "MultiTermVectorsRequestExample1": { "summary": "Get multiple term vectors", "description": "Run `POST /my-index-000001/_mtermvectors`. When you specify an index in the request URI, the index does not need to be specified for each documents in the request body.\n", - "value": "{\n \"docs\": [\n {\n \"_id\": \"2\",\n \"fields\": [\n \"message\"\n ],\n \"term_statistics\": true\n },\n {\n \"_id\": \"1\"\n }\n ]\n}" + "value": { + "docs": [ + { + "_id": "2", + "fields": [ + "message" + ], + "term_statistics": true + }, + { + "_id": "1" + } + ] + } }, "MultiTermVectorsRequestExample2": { "summary": "Simplified syntax", "description": "Run `POST /my-index-000001/_mtermvectors`. If all requested documents are in same index and the parameters are the same, you can use a simplified syntax.\n", - "value": "{\n \"ids\": [ \"1\", \"2\" ],\n \"fields\": [\n \"message\"\n ],\n \"term_statistics\": true\n}" + "value": { + "fields": [ + "message" + ], + "ids": [ + "1", + "2" + ], + "term_statistics": true + } }, "MultiTermVectorsRequestExample3": { "summary": "Artificial documents", "description": "Run `POST /_mtermvectors` to generate term vectors for artificial documents provided in the body of the request. The mapping used is determined by the specified `_index`.\n", - "value": "{\n \"docs\": [\n {\n \"_index\": \"my-index-000001\",\n \"doc\" : {\n \"message\" : \"test test test\"\n }\n },\n {\n \"_index\": \"my-index-000001\",\n \"doc\" : {\n \"message\" : \"Another test ...\"\n }\n }\n ]\n}" + "value": { + "docs": [ + { + "_index": "my-index-000001", + "doc": { + "message": "test test test" + } + }, + { + "_index": "my-index-000001", + "doc": { + "message": "Another test ..." + } + } + ] + } } } } @@ -69204,7 +73799,7 @@ "type": "object", "properties": { "script": { - "$ref": "#/components/schemas/_types:StoredScript" + "$ref": "#/components/schemas/_types.StoredScript" } }, "required": [ @@ -69215,12 +73810,30 @@ "PutScriptRequestExample1": { "summary": "Create a search template", "description": "Run `PUT _scripts/my-search-template` to create a search template.\n", - "value": "{\n \"script\": {\n \"lang\": \"mustache\",\n \"source\": {\n \"query\": {\n \"match\": {\n \"message\": \"{{query_string}}\"\n }\n },\n \"from\": \"{{from}}\",\n \"size\": \"{{size}}\"\n }\n }\n}" + "value": { + "script": { + "lang": "mustache", + "source": { + "from": "{{from}}", + "query": { + "match": { + "message": "{{query_string}}" + } + }, + "size": "{{size}}" + } + } + } }, "PutScriptRequestExample2": { "summary": "Create a stored script", "description": "Run `PUT _scripts/my-stored-script` to create a stored script.\n", - "value": "{\n \"script\": {\n \"lang\": \"painless\",\n \"source\": \"Math.log(_score * 2) + params['my_modifier']\"\n }\n}" + "value": { + "script": { + "lang": "painless", + "source": "Math.log(_score * 2) + params['my_modifier']" + } + } } } } @@ -69237,11 +73850,11 @@ "description": "A set of typical search requests, together with their provided ratings.", "type": "array", "items": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalRequestItem" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalRequestItem" } }, "metric": { - "$ref": "#/components/schemas/_global.rank_eval:RankEvalMetric" + "$ref": "#/components/schemas/_global.rank_eval.RankEvalMetric" } }, "required": [ @@ -69259,7 +73872,7 @@ "type": "object", "properties": { "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "file": { "type": "string" @@ -69272,14 +73885,21 @@ } }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, "examples": { "RenderSearchTemplateRequestExample1": { "description": "Run `POST _render/template`", - "value": "{\n \"id\": \"my-search-template\",\n \"params\": {\n \"query_string\": \"hello world\",\n \"from\": 20,\n \"size\": 10\n }\n}" + "value": { + "id": "my-search-template", + "params": { + "from": 20, + "query_string": "hello world", + "size": 10 + } + } } } } @@ -69292,13 +73912,13 @@ "type": "object", "properties": { "context": { - "$ref": "#/components/schemas/_global.scripts_painless_execute:PainlessContext" + "$ref": "#/components/schemas/_global.scripts_painless_execute.PainlessContext" }, "context_setup": { - "$ref": "#/components/schemas/_global.scripts_painless_execute:PainlessContextSetup" + "$ref": "#/components/schemas/_global.scripts_painless_execute.PainlessContextSetup" }, "script": { - "$ref": "#/components/schemas/_types:Script" + "$ref": "#/components/schemas/_types.Script" } } }, @@ -69306,17 +73926,53 @@ "ExecutePainlessScriptRequestExample1": { "summary": "Test context", "description": "Run `POST /_scripts/painless/_execute`. The `painless_test` context is the default context. It runs scripts without additional parameters. The only variable that is available is `params`, which can be used to access user defined values. The result of the script is always converted to a string.\n", - "value": "{\n \"script\": {\n \"source\": \"params.count / params.total\",\n \"params\": {\n \"count\": 100.0,\n \"total\": 1000.0\n }\n }\n}" + "value": { + "script": { + "params": { + "count": 100.0, + "total": 1000.0 + }, + "source": "params.count / params.total" + } + } }, "ExecutePainlessScriptRequestExample2": { "summary": "Filter context", "description": "Run `POST /_scripts/painless/_execute` with a `filter` context. It treats scripts as if they were run inside a script query. For testing purposes, a document must be provided so that it will be temporarily indexed in-memory and is accessible from the script. More precisely, the `_source`, stored fields, and doc values of such a document are available to the script being tested.\n", - "value": "{\n \"script\": {\n \"source\": \"doc['field'].value.length() <= params.max_length\",\n \"params\": {\n \"max_length\": 4\n }\n },\n \"context\": \"filter\",\n \"context_setup\": {\n \"index\": \"my-index-000001\",\n \"document\": {\n \"field\": \"four\"\n }\n }\n}" + "value": { + "context": "filter", + "context_setup": { + "document": { + "field": "four" + }, + "index": "my-index-000001" + }, + "script": { + "params": { + "max_length": 4 + }, + "source": "doc['field'].value.length() <= params.max_length" + } + } }, "ExecutePainlessScriptRequestExample3": { "summary": "Score context", "description": "Run `POST /_scripts/painless/_execute` with a `score` context. It treats scripts as if they were run inside a `script_score` function in a `function_score` query.\n", - "value": "{\n \"script\": {\n \"source\": \"doc['rank'].value / params.max_rank\",\n \"params\": {\n \"max_rank\": 5.0\n }\n },\n \"context\": \"score\",\n \"context_setup\": {\n \"index\": \"my-index-000001\",\n \"document\": {\n \"rank\": 4\n }\n }\n}" + "value": { + "context": "score", + "context_setup": { + "document": { + "rank": 4 + }, + "index": "my-index-000001" + }, + "script": { + "params": { + "max_rank": 5.0 + }, + "source": "doc['rank'].value / params.max_rank" + } + } } } } @@ -69329,10 +73985,10 @@ "type": "object", "properties": { "scroll": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "scroll_id": { - "$ref": "#/components/schemas/_types:ScrollId" + "$ref": "#/components/schemas/_types.ScrollId" } }, "required": [ @@ -69342,7 +73998,9 @@ "examples": { "ScrollRequestExample1": { "description": "Run `GET /_search/scroll` to get the next batch of results for a scrolling search.", - "value": "{\n \"scroll_id\" : \"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==\"\n}" + "value": { + "scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==" + } } } } @@ -69358,11 +74016,11 @@ "description": "Defines the aggregations that are run as part of the search request.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "collapse": { - "$ref": "#/components/schemas/_global.search._types:FieldCollapse" + "$ref": "#/components/schemas/_global.search._types.FieldCollapse" }, "explain": { "description": "If `true`, the request returns detailed information about score computation as part of a hit.", @@ -69380,10 +74038,10 @@ "type": "number" }, "highlight": { - "$ref": "#/components/schemas/_global.search._types:Highlight" + "$ref": "#/components/schemas/_global.search._types.Highlight" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "indices_boost": { "externalDocs": { @@ -69407,7 +74065,7 @@ "description": "An array of wildcard (`*`) field patterns.\nThe request returns doc values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "knn": { @@ -69417,12 +74075,12 @@ "description": "The approximate kNN search to run.", "oneOf": [ { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_types:KnnSearch" + "$ref": "#/components/schemas/_types.KnnSearch" } } ] @@ -69432,64 +74090,64 @@ "type": "number" }, "post_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "profile": { "description": "Set to `true` to return detailed timing information about the execution of individual components in a search request.\nNOTE: This is a debugging tool and adds significant overhead to search execution.", "type": "boolean" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "rescore": { "description": "Can be used to improve precision by reordering just the top (for example 100 - 500) documents returned by the `query` and `post_filter` phases.", "oneOf": [ { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" }, { "type": "array", "items": { - "$ref": "#/components/schemas/_global.search._types:Rescore" + "$ref": "#/components/schemas/_global.search._types.Rescore" } } ] }, "retriever": { - "$ref": "#/components/schemas/_types:RetrieverContainer" + "$ref": "#/components/schemas/_types.RetrieverContainer" }, "script_fields": { "description": "Retrieve a script evaluation (based on different fields) for each hit.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types:ScriptField" + "$ref": "#/components/schemas/_types.ScriptField" } }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" }, "size": { "description": "The number of hits to return, which must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` property.", "type": "number" }, "slice": { - "$ref": "#/components/schemas/_types:SlicedScroll" + "$ref": "#/components/schemas/_types.SlicedScroll" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "_source": { - "$ref": "#/components/schemas/_global.search._types:SourceConfig" + "$ref": "#/components/schemas/_global.search._types.SourceConfig" }, "fields": { "description": "An array of wildcard (`*`) field patterns.\nThe request returns values for field names matching these patterns in the `hits.fields` property of the response.", "type": "array", "items": { - "$ref": "#/components/schemas/_types.query_dsl:FieldAndFormat" + "$ref": "#/components/schemas/_types.query_dsl.FieldAndFormat" } }, "suggest": { - "$ref": "#/components/schemas/_global.search._types:Suggester" + "$ref": "#/components/schemas/_global.search._types.Suggester" }, "terminate_after": { "description": "The maximum number of documents to collect for each shard.\nIf a query reaches this limit, Elasticsearch terminates the query early.\nElasticsearch collects documents before sorting.\n\nIMPORTANT: Use with caution.\nElasticsearch applies this property to each shard handling the request.\nWhen possible, let Elasticsearch perform early termination automatically.\nAvoid specifying this property for requests that target data streams with backing indices across multiple data tiers.\n\nIf set to `0` (default), the query does not terminate early.", @@ -69515,13 +74173,13 @@ "type": "boolean" }, "stored_fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "pit": { - "$ref": "#/components/schemas/_global.search._types:PointInTimeReference" + "$ref": "#/components/schemas/_global.search._types.PointInTimeReference" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "stats": { "description": "The stats groups to associate with the search.\nEach group maintains a statistics aggregation for its associated searches.\nYou can retrieve these stats using the indices stats API.", @@ -69536,17 +74194,47 @@ "SearchRequestExample1": { "summary": "A simple term search", "description": "Run `GET /my-index-000001/_search?from=40&size=20` to run a search.\n", - "value": "{\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" + "value": { + "query": { + "term": { + "user.id": "kimchy" + } + } + } }, "SearchRequestExample2": { "summary": "A point in time search", "description": "Run `POST /_search` to run a point in time search. The `id` parameter tells Elasticsearch to run the request using contexts from this open point in time. The `keep_alive` parameter tells Elasticsearch how long it should extend the time to live of the point in time.\n", - "value": "{\n \"size\": 100, \n \"query\": {\n \"match\" : {\n \"title\" : \"elasticsearch\"\n }\n },\n \"pit\": {\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\", \n \"keep_alive\": \"1m\" \n }\n}" + "value": { + "pit": { + "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==", + "keep_alive": "1m" + }, + "query": { + "match": { + "title": "elasticsearch" + } + }, + "size": 100 + } }, "SearchRequestExample3": { "summary": "Search slicing", "description": "When paging through a large number of documents, it can be helpful to split the search into multiple slices to consume them independently. The result from running the first `GET /_search` request returns documents belonging to the first slice (`id: 0`). If you run a second request with `id` set to `1', it returns documents in the second slice. Since the maximum number of slices is set to `2`, the union of the results is equivalent to the results of a point-in-time search without slicing.\n", - "value": "{\n \"slice\": {\n \"id\": 0, \n \"max\": 2 \n },\n \"query\": {\n \"match\": {\n \"message\": \"foo\"\n }\n },\n \"pit\": {\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\"\n }\n}" + "value": { + "pit": { + "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==" + }, + "query": { + "match": { + "message": "foo" + } + }, + "slice": { + "id": 0, + "max": 2 + } + } } } } @@ -69570,7 +74258,21 @@ "examples": { "SearchApplicationsSearchRequestExample1": { "description": "Use `POST _application/search_application/my-app/_search` to run a search against a search application called `my-app` that uses a search template.", - "value": "{\n \"params\": {\n \"query_string\": \"my first query\",\n \"text_fields\": [\n {\"name\": \"title\", \"boost\": 5},\n {\"name\": \"description\", \"boost\": 1}\n ]\n }\n}" + "value": { + "params": { + "query_string": "my first query", + "text_fields": [ + { + "boost": 5, + "name": "title" + }, + { + "boost": 1, + "name": "description" + } + ] + } + } } } } @@ -69586,7 +74288,7 @@ "description": "Sub-aggregations for the geotile_grid.\n\nIt supports the following aggregation types:\n\n- `avg`\n- `boxplot`\n- `cardinality`\n- `extended stats`\n- `max`\n- `median absolute deviation`\n- `min`\n- `percentile`\n- `percentile-rank`\n- `stats`\n- `sum`\n- `value count`\n\nThe aggregation names can't start with `_mvt_`. The `_mvt_` prefix is reserved for internal aggregations.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/_types.aggregations:AggregationContainer" + "$ref": "#/components/schemas/_types.aggregations.AggregationContainer" } }, "buffer": { @@ -69602,33 +74304,33 @@ "type": "number" }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "grid_agg": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridAggregationType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridAggregationType" }, "grid_precision": { "description": "Additional zoom levels available through the aggs layer. For example, if `` is `7`\nand `grid_precision` is `8`, you can zoom in up to level 15. Accepts 0-8. If 0, results\ndon't include the aggs layer.", "type": "number" }, "grid_type": { - "$ref": "#/components/schemas/_global.search_mvt._types:GridType" + "$ref": "#/components/schemas/_global.search_mvt._types.GridType" }, "query": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "size": { "description": "The maximum number of features to return in the hits layer. Accepts 0-10000.\nIf 0, results don't include the hits layer.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "track_total_hits": { - "$ref": "#/components/schemas/_global.search._types:TrackHits" + "$ref": "#/components/schemas/_global.search._types.TrackHits" }, "with_labels": { "description": "If `true`, the hits and aggs layers will contain additional point features representing\nsuggested label positions for the original features.\n\n* `Point` and `MultiPoint` features will have one of the points selected.\n* `Polygon` and `MultiPolygon` features will have a single point generated, either the centroid, if it is within the polygon, or another point within the polygon selected from the sorted triangle-tree.\n* `LineString` features will likewise provide a roughly central point selected from the triangle-tree.\n* The aggregation results will provide one central point for each aggregation bucket.\n\nAll attributes from the original features will also be copied to the new label features.\nIn addition, the new features will be distinguishable using the tag `_mvt_label_position`.", @@ -69639,7 +74341,36 @@ "examples": { "SearchMvtRequestExample1": { "description": "Run `GET museums/_mvt/location/13/4207/2692` to search an index for `location` values that intersect the `13/4207/2692` vector tile.\n", - "value": "{\n \"grid_agg\": \"geotile\",\n \"grid_precision\": 2,\n \"fields\": [\n \"name\",\n \"price\"\n ],\n \"query\": {\n \"term\": {\n \"included\": true\n }\n },\n \"aggs\": {\n \"min_price\": {\n \"min\": {\n \"field\": \"price\"\n }\n },\n \"max_price\": {\n \"max\": {\n \"field\": \"price\"\n }\n },\n \"avg_price\": {\n \"avg\": {\n \"field\": \"price\"\n }\n }\n }\n}" + "value": { + "aggs": { + "avg_price": { + "avg": { + "field": "price" + } + }, + "max_price": { + "max": { + "field": "price" + } + }, + "min_price": { + "min": { + "field": "price" + } + } + }, + "fields": [ + "name", + "price" + ], + "grid_agg": "geotile", + "grid_precision": 2, + "query": { + "term": { + "included": true + } + } + } } } } @@ -69656,7 +74387,7 @@ "type": "boolean" }, "id": { - "$ref": "#/components/schemas/_types:Id" + "$ref": "#/components/schemas/_types.Id" }, "params": { "description": "Key-value pairs used to replace Mustache variables in the template.\nThe key is the variable name.\nThe value is the variable value.", @@ -69670,14 +74401,21 @@ "type": "boolean" }, "source": { - "$ref": "#/components/schemas/_types:ScriptSource" + "$ref": "#/components/schemas/_types.ScriptSource" } } }, "examples": { "SearchTemplateRequestExample1": { "description": "Run `GET my-index/_search/template` to run a search with a search template.\n", - "value": "{\n \"id\": \"my-search-template\",\n \"params\": {\n \"query_string\": \"hello world\",\n \"from\": 0,\n \"size\": 10\n }\n}" + "value": { + "id": "my-search-template", + "params": { + "from": 0, + "query_string": "hello world", + "size": 10 + } + } } } } @@ -69691,10 +74429,10 @@ "type": "object", "properties": { "expiration": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "name": { - "$ref": "#/components/schemas/_types:Name" + "$ref": "#/components/schemas/_types.Name" }, "role_descriptors": { "externalDocs": { @@ -69703,18 +74441,64 @@ "description": "An array of role descriptors for this API key.\nWhen it is not specified or it is an empty array, the API key will have a point in time snapshot of permissions of the authenticated user.\nIf you supply role descriptors, the resultant permissions are an intersection of API keys permissions and the authenticated user's permissions thereby limiting the access scope for API keys.\nThe structure of role descriptor is the same as the request for the create role API.\nFor more details, refer to the create or update roles API.\n\nNOTE: Due to the way in which this permission intersection is calculated, it is not possible to create an API key that is a child of another API key, unless the derived key is created without any privileges.\nIn this case, you must explicitly specify a role descriptor with no privileges.\nThe derived API key can be used for authentication; it will not have authority to call Elasticsearch APIs.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security._types:RoleDescriptor" + "$ref": "#/components/schemas/security._types.RoleDescriptor" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" } } }, "examples": { "SecurityCreateApiKeyRequestExample1": { "description": "Run `POST /_security/api_key` to create an API key. If `expiration` is not provided, the API keys do not expire. If `role_descriptors` is not provided, the permissions of the authenticated user are applied.\n", - "value": "{\n \"name\": \"my-api-key\",\n \"expiration\": \"1d\", \n \"role_descriptors\": { \n \"role-a\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-a*\"],\n \"privileges\": [\"read\"]\n }\n ]\n },\n \"role-b\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-b*\"],\n \"privileges\": [\"all\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"application\": \"my-application\",\n \"environment\": {\n \"level\": 1,\n \"trusted\": true,\n \"tags\": [\"dev\", \"staging\"]\n }\n }\n}" + "value": { + "expiration": "1d", + "metadata": { + "application": "my-application", + "environment": { + "level": 1, + "tags": [ + "dev", + "staging" + ], + "trusted": true + } + }, + "name": "my-api-key", + "role_descriptors": { + "role-a": { + "cluster": [ + "all" + ], + "indices": [ + { + "names": [ + "index-a*" + ], + "privileges": [ + "read" + ] + } + ] + }, + "role-b": { + "cluster": [ + "all" + ], + "indices": [ + { + "names": [ + "index-b*" + ], + "privileges": [ + "all" + ] + } + ] + } + } + } } } } @@ -69730,20 +74514,20 @@ "application": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:ApplicationPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.ApplicationPrivilegesCheck" } }, "cluster": { "description": "A list of the cluster privileges that you want to check.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "index": { "type": "array", "items": { - "$ref": "#/components/schemas/security.has_privileges:IndexPrivilegesCheck" + "$ref": "#/components/schemas/security.has_privileges.IndexPrivilegesCheck" } } } @@ -69751,7 +74535,44 @@ "examples": { "SecurityHasPrivilegesRequestExample1": { "description": "Run `GET /_security/user/_has_privileges` to check whether the current user has a specific set of cluster, index, and application privileges.", - "value": "{\n \"cluster\": [ \"monitor\", \"manage\" ],\n \"index\" : [\n {\n \"names\": [ \"suppliers\", \"products\" ],\n \"privileges\": [ \"read\" ]\n },\n {\n \"names\": [ \"inventory\" ],\n \"privileges\" : [ \"read\", \"write\" ]\n }\n ],\n \"application\": [\n {\n \"application\": \"inventory_manager\",\n \"privileges\" : [ \"read\", \"data:write/inventory\" ],\n \"resources\" : [ \"product/1852563\" ]\n }\n ]\n}" + "value": { + "application": [ + { + "application": "inventory_manager", + "privileges": [ + "read", + "data:write/inventory" + ], + "resources": [ + "product/1852563" + ] + } + ], + "cluster": [ + "monitor", + "manage" + ], + "index": [ + { + "names": [ + "suppliers", + "products" + ], + "privileges": [ + "read" + ] + }, + { + "names": [ + "inventory" + ], + "privileges": [ + "read", + "write" + ] + } + ] + } } } } @@ -69768,25 +74589,25 @@ "description": "A list of application privilege entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ApplicationPrivileges" + "$ref": "#/components/schemas/security._types.ApplicationPrivileges" } }, "cluster": { "description": "A list of cluster privileges. These privileges define the cluster-level actions for users with this role.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:ClusterPrivilege" + "$ref": "#/components/schemas/security._types.ClusterPrivilege" } }, "indices": { "description": "A list of indices permissions entries.", "type": "array", "items": { - "$ref": "#/components/schemas/security._types:IndicesPrivileges" + "$ref": "#/components/schemas/security._types.IndicesPrivileges" } }, "metadata": { - "$ref": "#/components/schemas/_types:Metadata" + "$ref": "#/components/schemas/_types.Metadata" }, "run_as": { "externalDocs": { @@ -69820,12 +74641,53 @@ "SecurityPutRoleRequestExample2": { "summary": "Role example 2", "description": "Run `POST /_security/role/cli_or_drivers_minimal` to configure a role that can run SQL in JDBC.", - "value": "{\n \"cluster\": [\"cluster:monitor/main\"],\n \"indices\": [\n {\n \"names\": [\"test\"],\n \"privileges\": [\"read\", \"indices:admin/get\"]\n }\n ]\n}" + "value": { + "cluster": [ + "cluster:monitor/main" + ], + "indices": [ + { + "names": [ + "test" + ], + "privileges": [ + "read", + "indices:admin/get" + ] + } + ] + } }, "SecurityPutRoleRequestExample3": { "summary": "Role example 3", "description": "Run `POST /_security/role/only_remote_access_role` to configure a role with remote indices and remote cluster privileges for a remote cluster.", - "value": "{\n \"remote_indices\": [\n {\n \"clusters\": [\"my_remote\"], \n \"names\": [\"logs*\"], \n \"privileges\": [\"read\", \"read_cross_cluster\", \"view_index_metadata\"] \n }\n ],\n \"remote_cluster\": [\n {\n \"clusters\": [\"my_remote\"], \n \"privileges\": [\"monitor_stats\"] \n }\n ]\n}" + "value": { + "remote_cluster": [ + { + "clusters": [ + "my_remote" + ], + "privileges": [ + "monitor_stats" + ] + } + ], + "remote_indices": [ + { + "clusters": [ + "my_remote" + ], + "names": [ + "logs*" + ], + "privileges": [ + "read", + "read_cross_cluster", + "view_index_metadata" + ] + } + ] + } } } } @@ -69842,25 +74704,25 @@ "description": "Any aggregations to run over the corpus of returned API keys.\nAggregations and queries work together. Aggregations are computed only on the API keys that match the query.\nThis supports only a subset of aggregation types, namely: `terms`, `range`, `date_range`, `missing`,\n`cardinality`, `value_count`, `composite`, `filter`, and `filters`.\nAdditionally, aggregations only run over the same subset of fields that query works with.", "type": "object", "additionalProperties": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyAggregationContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyAggregationContainer" } }, "query": { - "$ref": "#/components/schemas/security.query_api_keys:ApiKeyQueryContainer" + "$ref": "#/components/schemas/security.query_api_keys.ApiKeyQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nThe `size` parameter can be set to `0`, in which case no API key matches are returned, only the aggregation results.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -69868,17 +74730,80 @@ "QueryApiKeysRequestExample1": { "summary": "Query API keys by ID", "description": "Run `GET /_security/_query/api_key?with_limited_by=true` to retrieve an API key by ID.", - "value": "{\n \"query\": {\n \"ids\": {\n \"values\": [\n \"VuaCfGcBCdbkQm-e5aOx\"\n ]\n }\n }\n}" + "value": { + "query": { + "ids": { + "values": [ + "VuaCfGcBCdbkQm-e5aOx" + ] + } + } + } }, "QueryApiKeysRequestExample2": { "summary": "Query API keys with pagination", "description": "Run `GET /_security/_query/api_key`. Use a `bool` query to issue complex logical conditions and use `from`, `size`, and `sort` to help paginate the result. For example, the API key name must begin with `app1-key-` and must not be `app1-key-01`. It must be owned by a username with the wildcard pattern `org-*-user` and the `environment` metadata field must have a `production` value. The offset to begin the search result is the twentieth (zero-based index) API key. The page size of the response is 10 API keys. The result is first sorted by creation date in descending order, then by name in ascending order.\n", - "value": "{\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"prefix\": {\n \"name\": \"app1-key-\" \n }\n },\n {\n \"term\": {\n \"invalidated\": \"false\" \n }\n }\n ],\n \"must_not\": [\n {\n \"term\": {\n \"name\": \"app1-key-01\" \n }\n }\n ],\n \"filter\": [\n {\n \"wildcard\": {\n \"username\": \"org-*-user\" \n }\n },\n {\n \"term\": {\n \"metadata.environment\": \"production\" \n }\n }\n ]\n }\n },\n \"from\": 20, \n \"size\": 10, \n \"sort\": [ \n { \"creation\": { \"order\": \"desc\", \"format\": \"date_time\" } },\n \"name\"\n ]\n}" + "value": { + "from": 20, + "query": { + "bool": { + "filter": [ + { + "wildcard": { + "username": "org-*-user" + } + }, + { + "term": { + "metadata.environment": "production" + } + } + ], + "must": [ + { + "prefix": { + "name": "app1-key-" + } + }, + { + "term": { + "invalidated": "false" + } + } + ], + "must_not": [ + { + "term": { + "name": "app1-key-01" + } + } + ] + } + }, + "size": 10, + "sort": [ + { + "creation": { + "format": "date_time", + "order": "desc" + } + }, + "name" + ] + } }, "QueryApiKeysRequestExample3": { "summary": "Query API keys by name", "description": "Run `GET /_security/_query/api_key` to retrieve the API key by name.", - "value": "{\n \"query\": {\n \"term\": {\n \"name\": {\n \"value\": \"application-key-1\"\n }\n }\n }\n}" + "value": { + "query": { + "term": { + "name": { + "value": "application-key-1" + } + } + } + } } } } @@ -69891,21 +74816,21 @@ "type": "object", "properties": { "query": { - "$ref": "#/components/schemas/security.query_role:RoleQueryContainer" + "$ref": "#/components/schemas/security.query_role.RoleQueryContainer" }, "from": { "description": "The starting document offset.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "sort": { - "$ref": "#/components/schemas/_types:Sort" + "$ref": "#/components/schemas/_types.Sort" }, "size": { "description": "The number of hits to return.\nIt must not be negative.\nBy default, you cannot page through more than 10,000 hits using the `from` and `size` parameters.\nTo page through more hits, use the `search_after` parameter.", "type": "number" }, "search_after": { - "$ref": "#/components/schemas/_types:SortResults" + "$ref": "#/components/schemas/_types.SortResults" } } }, @@ -69913,12 +74838,25 @@ "QueryRolesRequestExample1": { "summary": "Query roles by name", "description": "Run `POST /_security/_query/role` to lists all roles, sorted by the role name.", - "value": "{\n \"sort\": [\"name\"]\n}" + "value": { + "sort": [ + "name" + ] + } }, "QueryRolesRequestExample2": { "summary": "Query roles by description", "description": "Run `POST /_security/_query/role` to query only the user access role, given its description. It returns only the best matching role because `size` is set to `1`.\n", - "value": "{\n \"query\": {\n \"match\": {\n \"description\": {\n \"query\": \"user access\"\n }\n }\n },\n \"size\": 1 \n}" + "value": { + "query": { + "match": { + "description": { + "query": "user access" + } + } + }, + "size": 1 + } } } } @@ -69958,21 +74896,21 @@ "type": "boolean" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "index_using_frozen": { "description": "If `true`, the search can run on frozen indices.", "type": "boolean" }, "keep_alive": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "keep_on_completion": { "description": "If `true`, Elasticsearch stores synchronous searches if you also specify the `wait_for_completion_timeout` parameter.\nIf `false`, Elasticsearch only stores async searches that don't finish before the `wait_for_completion_timeout`.", "type": "boolean" }, "page_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "params": { "description": "The values for parameters in the query.", @@ -69989,23 +74927,25 @@ "type": "string" }, "request_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "runtime_mappings": { - "$ref": "#/components/schemas/_types.mapping:RuntimeFields" + "$ref": "#/components/schemas/_types.mapping.RuntimeFields" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" }, "wait_for_completion_timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" } } }, "examples": { "QuerySqlRequestExample1": { "description": "Run `POST _sql?format=txt` to get results for an SQL search.", - "value": "{\n \"query\": \"SELECT * FROM library ORDER BY page_count DESC LIMIT 5\"\n}" + "value": { + "query": "SELECT * FROM library ORDER BY page_count DESC LIMIT 5" + } } } } @@ -70023,14 +74963,14 @@ "type": "number" }, "filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "query": { "description": "The SQL query to run.", "type": "string" }, "time_zone": { - "$ref": "#/components/schemas/_types:TimeZone" + "$ref": "#/components/schemas/_types.TimeZone" } }, "required": [ @@ -70041,7 +74981,10 @@ "TranslateSqlRequestExample1": { "summary": "sql/apis/sql-translate-api.asciidoc:12", "description": "", - "value": "{\n \"query\": \"SELECT * FROM library ORDER BY page_count DESC\",\n \"fetch_size\": 10\n}" + "value": { + "fetch_size": 10, + "query": "SELECT * FROM library ORDER BY page_count DESC" + } } } } @@ -70055,21 +74998,21 @@ "type": "object", "properties": { "field": { - "$ref": "#/components/schemas/_types:Field" + "$ref": "#/components/schemas/_types.Field" }, "size": { "description": "The number of matching terms to return.", "type": "number" }, "timeout": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "case_insensitive": { "description": "When `true`, the provided search string is matched against index terms without case sensitivity.", "type": "boolean" }, "index_filter": { - "$ref": "#/components/schemas/_types.query_dsl:QueryContainer" + "$ref": "#/components/schemas/_types.query_dsl.QueryContainer" }, "string": { "description": "The string to match at the start of indexed terms.\nIf it is not provided, all terms in the field are considered.\n\n> info\n> The prefix string cannot be larger than the largest possible keyword value, which is Lucene's term byte-length limit of 32766.", @@ -70087,7 +75030,10 @@ "examples": { "TermsEnumRequestExample1": { "description": "Run `POST stackoverflow/_terms_enum`.", - "value": "{\n \"field\" : \"tags\",\n \"string\" : \"kiba\"\n}" + "value": { + "field": "tags", + "string": "kiba" + } } } } @@ -70104,7 +75050,7 @@ "type": "object" }, "filter": { - "$ref": "#/components/schemas/_global.termvectors:Filter" + "$ref": "#/components/schemas/_global.termvectors.Filter" }, "per_field_analyzer": { "description": "Override the default per-field analyzer.\nThis is useful in order to generate term vectors in any fashion, especially when using artificial documents.\nWhen providing an analyzer for a field that already stores term vectors, the term vectors will be regenerated.", @@ -70114,7 +75060,7 @@ } }, "fields": { - "$ref": "#/components/schemas/_types:Fields" + "$ref": "#/components/schemas/_types.Fields" }, "field_statistics": { "description": "If `true`, the response includes:\n\n* The document count (how many documents contain this field).\n* The sum of document frequencies (the sum of document frequencies for all terms in this field).\n* The sum of total term frequencies (the sum of total term frequencies of each term in this field).", @@ -70137,13 +75083,13 @@ "type": "boolean" }, "routing": { - "$ref": "#/components/schemas/_types:Routing" + "$ref": "#/components/schemas/_types.Routing" }, "version": { - "$ref": "#/components/schemas/_types:VersionNumber" + "$ref": "#/components/schemas/_types.VersionNumber" }, "version_type": { - "$ref": "#/components/schemas/_types:VersionType" + "$ref": "#/components/schemas/_types.VersionType" } } }, @@ -70151,27 +75097,74 @@ "TermVectorsRequestExample1": { "summary": "Return stored term vectors", "description": "Run `GET /my-index-000001/_termvectors/1` to return all information and statistics for field `text` in document 1.\n", - "value": "{\n \"fields\" : [\"text\"],\n \"offsets\" : true,\n \"payloads\" : true,\n \"positions\" : true,\n \"term_statistics\" : true,\n \"field_statistics\" : true\n}" + "value": { + "field_statistics": true, + "fields": [ + "text" + ], + "offsets": true, + "payloads": true, + "positions": true, + "term_statistics": true + } }, "TermVectorsRequestExample2": { "summary": "Per-field analyzer", "description": "Run `GET /my-index-000001/_termvectors/1` to set per-field analyzers. A different analyzer than the one at the field may be provided by using the `per_field_analyzer` parameter.\n", - "value": "{\n \"doc\" : {\n \"fullname\" : \"John Doe\",\n \"text\" : \"test test test\"\n },\n \"fields\": [\"fullname\"],\n \"per_field_analyzer\" : {\n \"fullname\": \"keyword\"\n }\n}" + "value": { + "doc": { + "fullname": "John Doe", + "text": "test test test" + }, + "fields": [ + "fullname" + ], + "per_field_analyzer": { + "fullname": "keyword" + } + } }, "TermVectorsRequestExample3": { "summary": "Terms filtering", "description": "Run `GET /imdb/_termvectors` to filter the terms returned based on their tf-idf scores. It returns the three most \"interesting\" keywords from the artificial document having the given \"plot\" field value. Notice that the keyword \"Tony\" or any stop words are not part of the response, as their tf-idf must be too low.\n", - "value": "{\n \"doc\": {\n \"plot\": \"When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil.\"\n },\n \"term_statistics\": true,\n \"field_statistics\": true,\n \"positions\": false,\n \"offsets\": false,\n \"filter\": {\n \"max_num_terms\": 3,\n \"min_term_freq\": 1,\n \"min_doc_freq\": 1\n }\n}" + "value": { + "doc": { + "plot": "When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil." + }, + "field_statistics": true, + "filter": { + "max_num_terms": 3, + "min_doc_freq": 1, + "min_term_freq": 1 + }, + "offsets": false, + "positions": false, + "term_statistics": true + } }, "TermVectorsRequestExample4": { "summary": "Generate term vectors on the fly", "description": "Run `GET /my-index-000001/_termvectors/1`. Term vectors which are not explicitly stored in the index are automatically computed on the fly. This request returns all information and statistics for the fields in document 1, even though the terms haven't been explicitly stored in the index. Note that for the field text, the terms are not regenerated.\n", - "value": "{\n \"fields\" : [\"text\", \"some_field_without_term_vectors\"],\n \"offsets\" : true,\n \"positions\" : true,\n \"term_statistics\" : true,\n \"field_statistics\" : true\n}" + "value": { + "field_statistics": true, + "fields": [ + "text", + "some_field_without_term_vectors" + ], + "offsets": true, + "positions": true, + "term_statistics": true + } }, "TermVectorsRequestExample5": { "summary": "Artificial documents", "description": "Run `GET /my-index-000001/_termvectors`. Term vectors can be generated for artificial documents, that is for documents not present in the index. If dynamic mapping is turned on (default), the document fields not in the original mapping will be dynamically created.\n", - "value": "{\n \"doc\" : {\n \"fullname\" : \"John Doe\",\n \"text\" : \"test test test\"\n }\n}" + "value": { + "doc": { + "fullname": "John Doe", + "text": "test test test" + } + } } } } @@ -70184,39 +75177,60 @@ "type": "object", "properties": { "dest": { - "$ref": "#/components/schemas/transform._types:Destination" + "$ref": "#/components/schemas/transform._types.Destination" }, "description": { "description": "Free text description of the transform.", "type": "string" }, "frequency": { - "$ref": "#/components/schemas/_types:Duration" + "$ref": "#/components/schemas/_types.Duration" }, "pivot": { - "$ref": "#/components/schemas/transform._types:Pivot" + "$ref": "#/components/schemas/transform._types.Pivot" }, "source": { - "$ref": "#/components/schemas/transform._types:Source" + "$ref": "#/components/schemas/transform._types.Source" }, "settings": { - "$ref": "#/components/schemas/transform._types:Settings" + "$ref": "#/components/schemas/transform._types.Settings" }, "sync": { - "$ref": "#/components/schemas/transform._types:SyncContainer" + "$ref": "#/components/schemas/transform._types.SyncContainer" }, "retention_policy": { - "$ref": "#/components/schemas/transform._types:RetentionPolicyContainer" + "$ref": "#/components/schemas/transform._types.RetentionPolicyContainer" }, "latest": { - "$ref": "#/components/schemas/transform._types:Latest" + "$ref": "#/components/schemas/transform._types.Latest" } } }, "examples": { "PreviewTransformRequestExample1": { "description": "Run `POST _transform/_preview` to preview a transform that uses the pivot method.", - "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\"\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n }\n}" + "value": { + "pivot": { + "aggregations": { + "max_price": { + "max": { + "field": "taxful_total_price" + } + } + }, + "group_by": { + "customer_id": { + "terms": { + "field": "customer_id", + "missing_bucket": true + } + } + } + }, + "source": { + "index": "kibana_sample_data_ecommerce" + } + } } } } From 702d569978f9b152a7d096363cfa474d43c50fd2 Mon Sep 17 00:00:00 2001 From: Sylvain Wallez Date: Sat, 5 Apr 2025 19:02:11 +0200 Subject: [PATCH 2/2] Revert outputting examples as objects --- compiler-rs/Cargo.lock | 12 + .../clients_schema_to_openapi/src/paths.rs | 28 +- compiler-rs/compiler-wasm-lib/Cargo.toml | 1 + .../pkg/compiler_wasm_lib.js | 61 +- .../pkg/compiler_wasm_lib_bg.wasm | Bin 647313 -> 664489 bytes .../pkg/compiler_wasm_lib_bg.wasm.d.ts | 1 + compiler-rs/compiler-wasm-lib/src/lib.rs | 10 +- output/openapi/elasticsearch-openapi.json | 11342 +--------------- .../elasticsearch-serverless-openapi.json | 5646 +------- 9 files changed, 1009 insertions(+), 16092 deletions(-) diff --git a/compiler-rs/Cargo.lock b/compiler-rs/Cargo.lock index 40cc205fd3..a535065c2c 100644 --- a/compiler-rs/Cargo.lock +++ b/compiler-rs/Cargo.lock @@ -239,6 +239,7 @@ dependencies = [ "clients_schema_to_openapi", "console_error_panic_hook", "serde_json", + "tracing-wasm", "wasm-bindgen", "wasm-bindgen-test", ] @@ -1179,6 +1180,17 @@ dependencies = [ "tracing-log", ] +[[package]] +name = "tracing-wasm" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07" +dependencies = [ + "tracing", + "tracing-subscriber", + "wasm-bindgen", +] + [[package]] name = "unicode-ident" version = "1.0.12" diff --git a/compiler-rs/clients_schema_to_openapi/src/paths.rs b/compiler-rs/clients_schema_to_openapi/src/paths.rs index 38da4d9611..7ea9ed30c4 100644 --- a/compiler-rs/clients_schema_to_openapi/src/paths.rs +++ b/compiler-rs/clients_schema_to_openapi/src/paths.rs @@ -39,12 +39,12 @@ pub fn add_endpoint( out: &mut Paths, ) -> anyhow::Result<()> { if endpoint.request.is_none() { - tracing::warn!("Endpoint {} is missing a request -- ignored", &endpoint.name); + // tracing::warn!("Endpoint {} is missing a request -- ignored", &endpoint.name); return Ok(()); } if endpoint.response.is_none() { - tracing::warn!("Endpoint {} is missing a response -- ignored", &endpoint.name); + // tracing::warn!("Endpoint {} is missing a response -- ignored", &endpoint.name); return Ok(()); } @@ -126,14 +126,22 @@ pub fn add_endpoint( for (name, schema_example) in schema_examples { let example = match &schema_example.value { None => None, - Some(text) => { - match serde_json::from_str::(&text) { - Ok(json) => Some(json), - // Cannot parse json: assume it's text (e.g. cat requests) - // FIXME: should be validated by looking at the media-type - Err(_) => Some(serde_json::Value::String(text.clone())) - } - } + // Examples should be objects - https://spec.openapis.org/oas/v3.1.1.html#example-object + // Disabled for now, as some examples use multi-line json as in the Kibana console. + Some(text) => Some(serde_json::Value::String(text.clone())), + // Some(text) => { + // match serde_json::from_str::(&text) { + // Ok(json) => { + // Some(json) + // } + // // Cannot parse json: assume it's text (e.g. cat requests) + // // but should be validated by looking at the media-type + // Err(err) => { + // tracing::warn!("Cannot parse example: {}\n{}", err, text); + // Some(serde_json::Value::String(text.clone())) + // } + // } + // } }; let openapi_example = Example { diff --git a/compiler-rs/compiler-wasm-lib/Cargo.toml b/compiler-rs/compiler-wasm-lib/Cargo.toml index 37522db7e7..873da66fe2 100644 --- a/compiler-rs/compiler-wasm-lib/Cargo.toml +++ b/compiler-rs/compiler-wasm-lib/Cargo.toml @@ -19,6 +19,7 @@ serde_json = { workspace = true } anyhow = { workspace = true } console_error_panic_hook = { workspace = true, optional = true } +tracing-wasm = "0.2.1" [dev-dependencies] wasm-bindgen-test = { workspace = true } diff --git a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js index 5957df6a8b..da786906a2 100644 --- a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js +++ b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js @@ -149,11 +149,68 @@ module.exports.convert_schema_to_openapi = function(json, flavor) { } }; +function handleError(f, args) { + try { + return f.apply(this, args); + } catch (e) { + wasm.__wbindgen_exn_store(addHeapObject(e)); + } +} + module.exports.__wbindgen_string_new = function(arg0, arg1) { const ret = getStringFromWasm0(arg0, arg1); return addHeapObject(ret); }; +module.exports.__wbg_log_c9486ca5d8e2cbe8 = function(arg0, arg1) { + let deferred0_0; + let deferred0_1; + try { + deferred0_0 = arg0; + deferred0_1 = arg1; + console.log(getStringFromWasm0(arg0, arg1)); + } finally { + wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); + } +}; + +module.exports.__wbg_log_aba5996d9bde071f = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) { + let deferred0_0; + let deferred0_1; + try { + deferred0_0 = arg0; + deferred0_1 = arg1; + console.log(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5), getStringFromWasm0(arg6, arg7)); + } finally { + wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); + } +}; + +module.exports.__wbg_mark_40e050a77cc39fea = function(arg0, arg1) { + performance.mark(getStringFromWasm0(arg0, arg1)); +}; + +module.exports.__wbindgen_object_drop_ref = function(arg0) { + takeObject(arg0); +}; + +module.exports.__wbg_measure_aa7a73f17813f708 = function() { return handleError(function (arg0, arg1, arg2, arg3) { + let deferred0_0; + let deferred0_1; + let deferred1_0; + let deferred1_1; + try { + deferred0_0 = arg0; + deferred0_1 = arg1; + deferred1_0 = arg2; + deferred1_1 = arg3; + performance.measure(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3)); + } finally { + wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); + wasm.__wbindgen_free(deferred1_0, deferred1_1, 1); + } +}, arguments) }; + module.exports.__wbg_new_abda76e883ba8a5f = function() { const ret = new Error(); return addHeapObject(ret); @@ -179,10 +236,6 @@ module.exports.__wbg_error_f851667af71bcfc6 = function(arg0, arg1) { } }; -module.exports.__wbindgen_object_drop_ref = function(arg0) { - takeObject(arg0); -}; - const path = require('path').join(__dirname, 'compiler_wasm_lib_bg.wasm'); const bytes = require('fs').readFileSync(path); 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 f705d11a1d465f20f1783be922adcd6042430ca3..dbbc0fdd1707dfb7634d4d4ceb317e3bc7293d40 100644 GIT binary patch delta 188956 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 ALjV8( diff --git a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts index d91825f6f3..2926c135ca 100644 --- a/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts +++ b/compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts @@ -6,3 +6,4 @@ export function __wbindgen_add_to_stack_pointer(a: number): number; export function __wbindgen_malloc(a: number, b: number): number; export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number; export function __wbindgen_free(a: number, b: number, c: number): void; +export function __wbindgen_exn_store(a: number): void; diff --git a/compiler-rs/compiler-wasm-lib/src/lib.rs b/compiler-rs/compiler-wasm-lib/src/lib.rs index c4bccbbe05..f6109786cc 100644 --- a/compiler-rs/compiler-wasm-lib/src/lib.rs +++ b/compiler-rs/compiler-wasm-lib/src/lib.rs @@ -22,7 +22,7 @@ use clients_schema::transform::ExpandConfig; #[wasm_bindgen] pub fn convert_schema_to_openapi(json: &str, flavor: &str) -> Result { - set_panic_hook(); + setup_hooks(); convert0(json, flavor).map_err(|err| err.to_string()) } @@ -50,7 +50,7 @@ fn convert0(json: &str, flavor: &str) -> anyhow::Result { Ok(result) } -pub fn set_panic_hook() { +pub fn setup_hooks() { // When the `console_error_panic_hook` feature is enabled, we can call the // `set_panic_hook` function at least once during initialization, and then // we will get better error messages if our code ever panics. @@ -59,4 +59,10 @@ pub fn set_panic_hook() { // https://github.com/rustwasm/console_error_panic_hook#readme #[cfg(feature = "console_error_panic_hook")] console_error_panic_hook::set_once(); + + use std::sync::Once; + static SET_TRACING: Once = Once::new(); + SET_TRACING.call_once(|| { + tracing_wasm::set_as_global_default(); + }); } diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 0b5b481262..942b00ebca 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -71,38 +71,7 @@ "examples": { "AsyncSearchGetResponseExample1": { "description": "A succesful response from `GET /_async_search/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=`.", - "value": { - "completion_time_in_millis": 1583945903130, - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": false, - "is_running": false, - "response": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 188, - "total": 562 - }, - "aggregations": { - "sale_date": { - "buckets": [] - } - }, - "hits": { - "hits": [], - "max_score": null, - "total": { - "relation": "eq", - "value": 456433 - } - }, - "num_reduce_phases": 46, - "timed_out": false, - "took": 12144 - }, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_partial\" : false, \n \"is_running\" : false, \n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986, \n \"completion_time_in_millis\" : 1583945903130, \n \"response\" : {\n \"took\" : 12144,\n \"timed_out\" : false,\n \"num_reduce_phases\" : 46, \n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 188, \n \"skipped\" : 0,\n \"failed\" : 0\n },\n \"hits\" : {\n \"total\" : {\n \"value\" : 456433,\n \"relation\" : \"eq\"\n },\n \"max_score\" : null,\n \"hits\" : [ ]\n },\n \"aggregations\" : { \n \"sale_date\" : {\n \"buckets\" : []\n }\n }\n }\n}" } } } @@ -189,55 +158,17 @@ "AsyncSearchStatusResponseExample1": { "summary": "An active async search", "description": "A succesful response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=`, which retrieves the status of a previously submitted async search without the results.", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 188, - "total": 562 - }, - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": true, - "is_running": true, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : true,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 188, \n \"skipped\" : 0,\n \"failed\" : 0\n }\n}" }, "AsyncSearchStatusResponseExample2": { "summary": "A completed async search", "description": "A succesful response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=` for an async search that has completed. The status response has an additional `completion_status` field that shows the status code of the completed async search.\n", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 562, - "total": 562 - }, - "completion_status": 200, - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": false, - "is_running": false, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : false,\n \"is_partial\" : false,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 562,\n \"skipped\" : 0,\n \"failed\" : 0\n },\n\"completion_status\" : 200 \n}" }, "AsyncSearchStatusResponseExample3": { "summary": "A failed async search", "description": "A response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=` for an async search that has completed with an error. The status response has an additional `completion_status` field that shows the status code of the completed async search.\n", - "value": { - "_shards": { - "failed": 112, - "skipped": 0, - "successful": 450, - "total": 562 - }, - "completion_status": 503, - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": true, - "is_running": false, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : false,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 450,\n \"skipped\" : 0,\n \"failed\" : 112\n },\n\"completion_status\" : 503 \n}" } } } @@ -657,24 +588,12 @@ "examples": { "PutAutoscalingPolicyRequestExample1": { "summary": "Creates or updates an autoscaling policy.", - "value": { - "deciders": { - "fixed": {} - }, - "roles": [] - } + "value": "{\n \"roles\": [],\n \"deciders\": {\n \"fixed\": {\n }\n }\n}" }, "PutAutoscalingPolicyRequestExample2": { "summary": "Creates an autoscaling policy.", "description": "The API method and path for this request: `PUT /_autoscaling/policy/my_autoscaling_policy`. It creates `my_autoscaling_policy` using the fixed autoscaling decider, applying to the set of nodes having (only) the `data_hot` role.", - "value": { - "deciders": { - "fixed": {} - }, - "roles": [ - "data_hot" - ] - } + "value": "{\n \"roles\" : [ \"data_hot\" ],\n \"deciders\": {\n \"fixed\": {\n }\n }\n}" } } } @@ -692,9 +611,7 @@ "examples": { "PutAutoscalingPolicyResponseExample1": { "summary": "A successful response when creating an autoscaling policy.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -758,9 +675,7 @@ "DeleteAutoscalingPolicyResponseExample1": { "summary": "A successful response of deleting one or more autoscaling policy.", "description": "This may be a response to either `DELETE /_autoscaling/policy/my_autoscaling_policy` or `DELETE /_autoscaling/policy/*`.\n", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -1417,25 +1332,7 @@ "examples": { "CatHealthResponseExample1": { "description": "A successful response from `GET /_cat/health?v=true&format=json`. By default, it returns `HH:MM:SS` and Unix epoch timestamps.\n", - "value": [ - { - "active_shards_percent": "100.0%", - "cluster": "elasticsearch", - "epoch": "1475871424", - "init": "0", - "max_task_wait_time": "-", - "node.data": "1", - "node.total": "1", - "pending_tasks": "0", - "pri": "1", - "relo": "0", - "shards": "1", - "status": "green", - "timestamp": "16:17:04", - "unassign": "0", - "unassign.pri": "0" - } - ] + "value": "[\n {\n \"epoch\": \"1475871424\",\n \"timestamp\": \"16:17:04\",\n \"cluster\": \"elasticsearch\",\n \"status\": \"green\",\n \"node.total\": \"1\",\n \"node.data\": \"1\",\n \"shards\": \"1\",\n \"pri\": \"1\",\n \"relo\": \"0\",\n \"init\": \"0\",\n \"unassign\": \"0\",\n \"unassign.pri\": \"0\",\n \"pending_tasks\": \"0\",\n \"max_task_wait_time\": \"-\",\n \"active_shards_percent\": \"100.0%\"\n }\n]" } } } @@ -1621,14 +1518,7 @@ "examples": { "CatMasterResponseExample1": { "description": "A successful response from `GET /_cat/master?v=true&format=json`.\n", - "value": [ - { - "host": "127.0.0.1", - "id": "YzWoH_2BT-6UjVGDyPdqYg", - "ip": "127.0.0.1", - "node": "YzWoH_2" - } - ] + "value": "[\n {\n \"id\": \"YzWoH_2BT-6UjVGDyPdqYg\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"YzWoH_2\"\n }\n]" } } } @@ -1984,27 +1874,12 @@ "CatNodeAttributesResponseExample1": { "summary": "Default columns", "description": "A successful response from `GET /_cat/nodeattrs?v=true&format=json`. The `node`, `host`, and `ip` columns provide basic information about each node. The `attr` and `value` columns return custom node attributes, one per line.\n", - "value": [ - { - "attr": "testattr", - "host": "127.0.0.1", - "ip": "127.0.0.1", - "node": "node-0", - "value": "test" - } - ] + "value": "[\n {\n \"node\": \"node-0\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"attr\": \"testattr\",\n \"value\": \"test\"\n }\n]" }, "CatNodeAttributesResponseExample2": { "summary": "Explicit columns", "description": "A successful response from `GET /_cat/nodeattrs?v=true&h=name,pid,attr,value`. It returns the `name`, `pid`, `attr`, and `value` columns.\n", - "value": [ - { - "attr": "testattr", - "name": "node-0", - "pid": "19566", - "value": "test" - } - ] + "value": "[\n {\n \"name\": \"node-0\",\n \"pid\": \"19566\",\n \"attr\": \"testattr\",\n \"value\": \"test\"\n }\n]" } } } @@ -2115,33 +1990,12 @@ "CatNodesResponseExample1": { "summary": "Default columns", "description": "A successful response from `GET /_cat/nodes?v=true&format=json`. The `ip`, `heap.percent`, `ram.percent`, `cpu`, and `load_*` columns provide the IP addresses and performance information of each node. The `node.role`, `master`, and `name` columns provide information useful for monitoring an entire cluster, particularly large ones.\n", - "value": [ - { - "cpu": "42", - "heap.percent": "65", - "ip": "127.0.0.1", - "load_15m": null, - "load_1m": "3.07", - "load_5m": null, - "master": "*", - "name": "mJw06l1", - "node.role": "cdfhilmrstw", - "ram.percent": "99" - } - ] + "value": "[\n {\n \"ip\": \"127.0.0.1\",\n \"heap.percent\": \"65\",\n \"ram.percent\": \"99\",\n \"cpu\": \"42\",\n \"load_1m\": \"3.07\",\n \"load_5m\": null,\n \"load_15m\": null,\n \"node.role\": \"cdfhilmrstw\",\n \"master\": \"*\",\n \"name\": \"mJw06l1\"\n }\n]" }, "CatNodesResponseExample2": { "summary": "Explicit columns", "description": "A successful response from `GET /_cat/nodes?v=true&h=id,ip,port,v,m&format=json`. It returns the `id`, `ip`, `port`, `v` (version), and `m` (master) columns.\n", - "value": [ - { - "id": "veJR", - "ip": "127.0.0.1", - "m": "*", - "port": "59938", - "v": "9.0.0" - } - ] + "value": "[\n {\n \"id\": \"veJR\",\n \"ip\": \"127.0.0.1\",\n \"port\": \"59938\",\n \"v\": \"9.0.0\",\n \"m\": \"*\"\n }\n]" } } } @@ -2224,50 +2078,7 @@ "examples": { "CatPendingTasksResponseExample1": { "description": "A successful response from `GET /_cat/pending_tasks?v=trueh=insertOrder,timeInQueue,priority,source&format=json`.\n", - "value": [ - { - "insertOrder": "1685", - "priority": "HIGH", - "source": "update-mapping [foo][t]", - "timeInQueue": "855ms" - }, - { - "insertOrder": "1686", - "priority": "HIGH", - "source": "update-mapping [foo][t]", - "timeInQueue": "843ms" - }, - { - "insertOrder": "1693", - "priority": "HIGH", - "source": "refresh-mapping [foo][[t]]", - "timeInQueue": "753ms" - }, - { - "insertOrder": "1688", - "priority": "HIGH", - "source": "update-mapping [foo][t]", - "timeInQueue": "816ms" - }, - { - "insertOrder": "1689", - "priority": "HIGH", - "source": "update-mapping [foo][t]", - "timeInQueue": "802ms" - }, - { - "insertOrder": "1690", - "priority": "HIGH", - "source": "update-mapping [foo][t]", - "timeInQueue": "787ms" - }, - { - "insertOrder": "1691", - "priority": "HIGH", - "source": "update-mapping [foo][t]", - "timeInQueue": "773ms" - } - ] + "value": "[\n { \"insertOrder\": \"1685\", \"timeInQueue\": \"855ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1686\", \"timeInQueue\": \"843ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1693\", \"timeInQueue\": \"753ms\", \"priority\": \"HIGH\", \"source\": \"refresh-mapping [foo][[t]]\"},\n { \"insertOrder\": \"1688\", \"timeInQueue\": \"816ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1689\", \"timeInQueue\": \"802ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1690\", \"timeInQueue\": \"787ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"},\n { \"insertOrder\": \"1691\", \"timeInQueue\": \"773ms\", \"priority\": \"HIGH\", \"source\": \"update-mapping [foo][t]\"}\n]" } } } @@ -2502,16 +2313,7 @@ "examples": { "CatRepositoriesResponseExample1": { "description": "A successful response from `GET /_cat/repositories?v=true&format=json`.\n", - "value": [ - { - "id": "repo1", - "type": "fs" - }, - { - "id": "repo2", - "type": "s3" - } - ] + "value": "[\n {\n \"id\": \"repo1\",\n \"type\": \"fs\"\n },\n {\n \"id\": \"repo2\",\n \"type\": \"s3\"\n }\n]" } } } @@ -2844,30 +2646,7 @@ "examples": { "CatTasksResponseExample1": { "description": "A successful response from `GET _cat/tasks?v=true&format=json`.", - "value": [ - { - "action": "cluster:monitor/tasks/lists[n]", - "ip": "127.0.0.1:9300", - "node": "oTUltX4IQMOUUVeiohTt8A", - "parent_task_id": "oTUltX4IQMOUUVeiohTt8A:123", - "running_time": "44.1micros", - "start_time": "1458585884904", - "task_id": "oTUltX4IQMOUUVeiohTt8A:124", - "timestamp": "01:48:24", - "type": "direct" - }, - { - "action": "cluster:monitor/tasks/lists", - "ip": "127.0.0.1:9300", - "node": "oTUltX4IQMOUUVeiohTt8A", - "parent_task_id": "-", - "running_time": "186.2micros", - "start_time": "1458585884904", - "task_id": "oTUltX4IQMOUUVeiohTt8A:123", - "timestamp": "01:48:24", - "type": "transport" - } - ] + "value": "[\n {\n \"action\": \"cluster:monitor/tasks/lists[n]\",\n \"task_id\": \"oTUltX4IQMOUUVeiohTt8A:124\",\n \"parent_task_id\": \"oTUltX4IQMOUUVeiohTt8A:123\",\n \"type\": \"direct\",\n \"start_time\": \"1458585884904\",\n \"timestamp\": \"01:48:24\",\n \"running_time\": \"44.1micros\",\n \"ip\": \"127.0.0.1:9300\",\n \"node\": \"oTUltX4IQMOUUVeiohTt8A\"\n },\n {\n \"action\": \"cluster:monitor/tasks/lists\",\n \"task_id\": \"oTUltX4IQMOUUVeiohTt8A:123\",\n \"parent_task_id\": \"-\",\n \"type\": \"transport\",\n \"start_time\": \"1458585884904\",\n \"timestamp\": \"01:48:24\",\n \"running_time\": \"186.2micros\",\n \"ip\": \"127.0.0.1:9300\",\n \"node\": \"oTUltX4IQMOUUVeiohTt8A\"\n }\n]" } } } @@ -3210,26 +2989,7 @@ "examples": { "PutAutoFollowPatternRequestExample1": { "description": "Run `PUT /_ccr/auto_follow/my_auto_follow_pattern` to creates an auto-follow pattern.\n", - "value": { - "follow_index_pattern": "{{leader_index}}-follower", - "leader_index_patterns": [ - "leader_index*" - ], - "max_outstanding_read_requests": 16, - "max_outstanding_write_requests": 8, - "max_read_request_operation_count": 1024, - "max_read_request_size": "1024k", - "max_retry_delay": "10s", - "max_write_buffer_count": 512, - "max_write_buffer_size": "512k", - "max_write_request_operation_count": 32768, - "max_write_request_size": "16k", - "read_poll_timeout": "30s", - "remote_cluster": "remote_cluster", - "settings": { - "index.number_of_replicas": 0 - } - } + "value": "{\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index_patterns\" :\n [\n \"leader_index*\"\n ],\n \"follow_index_pattern\" : \"{{leader_index}}-follower\",\n \"settings\": {\n \"index.number_of_replicas\": 0\n },\n \"max_read_request_operation_count\" : 1024,\n \"max_outstanding_read_requests\" : 16,\n \"max_read_request_size\" : \"1024k\",\n \"max_write_request_operation_count\" : 32768,\n \"max_write_request_size\" : \"16k\",\n \"max_outstanding_write_requests\" : 8,\n \"max_write_buffer_count\" : 512,\n \"max_write_buffer_size\" : \"512k\",\n \"max_retry_delay\" : \"10s\",\n \"read_poll_timeout\" : \"30s\"\n}" } } } @@ -3247,9 +3007,7 @@ "examples": { "PutAutoFollowPatternResponseExample1": { "description": "A successful response for creating an auto-follow pattern.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -3302,9 +3060,7 @@ "examples": { "DeleteAutoFollowPatternResponseExample1": { "description": "A successful response from `DELETE /_ccr/auto_follow/my_auto_follow_pattern`, which deletes an auto-follow pattern.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\" : true\n}" } } } @@ -3419,23 +3175,7 @@ "examples": { "CreateFollowIndexRequestExample1": { "description": "Run `PUT /follower_index/_ccr/follow?wait_for_active_shards=1` to create a follower index named `follower_index`.", - "value": { - "leader_index": "leader_index", - "max_outstanding_read_requests": 16, - "max_outstanding_write_requests": 8, - "max_read_request_operation_count": 1024, - "max_read_request_size": "1024k", - "max_retry_delay": "10s", - "max_write_buffer_count": 512, - "max_write_buffer_size": "512k", - "max_write_request_operation_count": 32768, - "max_write_request_size": "16k", - "read_poll_timeout": "30s", - "remote_cluster": "remote_cluster", - "settings": { - "index.number_of_replicas": 0 - } - } + "value": "{\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index\" : \"leader_index\",\n \"settings\": {\n \"index.number_of_replicas\": 0\n },\n \"max_read_request_operation_count\" : 1024,\n \"max_outstanding_read_requests\" : 16,\n \"max_read_request_size\" : \"1024k\",\n \"max_write_request_operation_count\" : 32768,\n \"max_write_request_size\" : \"16k\",\n \"max_outstanding_write_requests\" : 8,\n \"max_write_buffer_count\" : 512,\n \"max_write_buffer_size\" : \"512k\",\n \"max_retry_delay\" : \"10s\",\n \"read_poll_timeout\" : \"30s\"\n}" } } } @@ -3469,11 +3209,7 @@ "examples": { "CreateFollowIndexResponseExample1": { "description": "A successful response from `PUT /follower_index/_ccr/follow?wait_for_active_shards=1`.", - "value": { - "follow_index_created": true, - "follow_index_shards_acked": true, - "index_following_started": true - } + "value": "{\n \"follow_index_created\" : true,\n \"follow_index_shards_acked\" : true,\n \"index_following_started\" : true\n}" } } } @@ -3540,42 +3276,12 @@ "FollowInfoResponseExample1": { "summary": "An active follower index", "description": "A successful response from `GET /follower_index/_ccr/info` when the follower index is active.", - "value": { - "follower_indices": [ - { - "follower_index": "follower_index", - "leader_index": "leader_index", - "parameters": { - "max_outstanding_read_requests": 12, - "max_outstanding_write_requests": 9, - "max_read_request_operation_count": 5120, - "max_read_request_size": "32mb", - "max_retry_delay": "500ms", - "max_write_buffer_count": 2147483647, - "max_write_buffer_size": "512mb", - "max_write_request_operation_count": 5120, - "max_write_request_size": "9223372036854775807b", - "read_poll_timeout": "1m" - }, - "remote_cluster": "remote_cluster", - "status": "active" - } - ] - } + "value": "{\n \"follower_indices\": [\n {\n \"follower_index\": \"follower_index\",\n \"remote_cluster\": \"remote_cluster\",\n \"leader_index\": \"leader_index\",\n \"status\": \"active\",\n \"parameters\": {\n \"max_read_request_operation_count\": 5120,\n \"max_read_request_size\": \"32mb\",\n \"max_outstanding_read_requests\": 12,\n \"max_write_request_operation_count\": 5120,\n \"max_write_request_size\": \"9223372036854775807b\",\n \"max_outstanding_write_requests\": 9,\n \"max_write_buffer_count\": 2147483647,\n \"max_write_buffer_size\": \"512mb\",\n \"max_retry_delay\": \"500ms\",\n \"read_poll_timeout\": \"1m\"\n }\n }\n ]\n}" }, "FollowInfoResponseExample2": { "summary": "A paused follower index", "description": "A successful response from `GET /follower_index/_ccr/info` when the follower index is paused.", - "value": { - "follower_indices": [ - { - "follower_index": "follower_index", - "leader_index": "leader_index", - "remote_cluster": "remote_cluster", - "status": "paused" - } - ] - } + "value": "{\n \"follower_indices\": [\n {\n \"follower_index\": \"follower_index\",\n \"remote_cluster\": \"remote_cluster\",\n \"leader_index\": \"leader_index\",\n \"status\": \"paused\"\n }\n ]\n}" } } } @@ -3642,46 +3348,7 @@ "examples": { "FollowIndexStatsResponseExample1": { "description": "A successful response from `GET /follower_index/_ccr/stats`, which retrieves follower stats.", - "value": { - "indices": [ - { - "index": "follower_index", - "shards": [ - { - "bytes_read": 32768, - "failed_read_requests": 0, - "failed_write_requests": 0, - "follower_aliases_version": 8, - "follower_global_checkpoint": 768, - "follower_index": "follower_index", - "follower_mapping_version": 4, - "follower_max_seq_no": 896, - "follower_settings_version": 2, - "last_requested_seq_no": 897, - "leader_global_checkpoint": 1024, - "leader_index": "leader_index", - "leader_max_seq_no": 1536, - "operations_read": 896, - "operations_written": 832, - "outstanding_read_requests": 8, - "outstanding_write_requests": 2, - "read_exceptions": [], - "remote_cluster": "remote_cluster", - "shard_id": 0, - "successful_read_requests": 32, - "successful_write_requests": 16, - "time_since_last_read_millis": 8, - "total_read_remote_exec_time_millis": 16384, - "total_read_time_millis": 32768, - "total_write_time_millis": 16384, - "write_buffer_operation_count": 64, - "write_buffer_size_in_bytes": 1536 - } - ], - "total_global_checkpoint_lag": 256 - } - ] - } + "value": "{\n \"indices\" : [\n {\n \"index\" : \"follower_index\",\n \"total_global_checkpoint_lag\" : 256,\n \"shards\" : [\n {\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index\" : \"leader_index\",\n \"follower_index\" : \"follower_index\",\n \"shard_id\" : 0,\n \"leader_global_checkpoint\" : 1024,\n \"leader_max_seq_no\" : 1536,\n \"follower_global_checkpoint\" : 768,\n \"follower_max_seq_no\" : 896,\n \"last_requested_seq_no\" : 897,\n \"outstanding_read_requests\" : 8,\n \"outstanding_write_requests\" : 2,\n \"write_buffer_operation_count\" : 64,\n \"follower_mapping_version\" : 4,\n \"follower_settings_version\" : 2,\n \"follower_aliases_version\" : 8,\n \"total_read_time_millis\" : 32768,\n \"total_read_remote_exec_time_millis\" : 16384,\n \"successful_read_requests\" : 32,\n \"failed_read_requests\" : 0,\n \"operations_read\" : 896,\n \"bytes_read\" : 32768,\n \"total_write_time_millis\" : 16384,\n \"write_buffer_size_in_bytes\" : 1536,\n \"successful_write_requests\" : 16,\n \"failed_write_requests\" : 0,\n \"operations_written\" : 832,\n \"read_exceptions\" : [ ],\n \"time_since_last_read_millis\" : 8\n }\n ]\n }\n ]\n}" } } } @@ -3748,12 +3415,7 @@ "examples": { "ForgetFollowerIndexRequestExample1": { "description": "Run `POST //_ccr/forget_follower`.", - "value": { - "follower_cluster": "", - "follower_index": "", - "follower_index_uuid": "", - "leader_remote_cluster": "" - } + "value": "{\n \"follower_cluster\" : \"\",\n \"follower_index\" : \"\",\n \"follower_index_uuid\" : \"\",\n \"leader_remote_cluster\" : \"\"\n}" } } } @@ -3779,14 +3441,7 @@ "examples": { "ForgetFollowerIndexResponseExample1": { "description": "A successful response for removing the follower retention leases from the leader index.\n", - "value": { - "_shards": { - "failed": 0, - "failures": [], - "successful": 1, - "total": 1 - } - } + "value": "{\n \"_shards\" : {\n \"total\" : 1,\n \"successful\" : 1,\n \"failed\" : 0,\n \"failures\" : [ ]\n }\n}" } } } @@ -3865,9 +3520,7 @@ "examples": { "PauseAutoFollowPatternResponseExample1": { "description": "A successful response from `POST /_ccr/auto_follow/my_auto_follow_pattern/pause`, which pauses an auto-follow pattern.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\" : true\n}" } } } @@ -3919,9 +3572,7 @@ "examples": { "PauseFollowIndexResponseExample1": { "description": "A successful response from `POST /follower_index/_ccr/pause_follow`, which pauses a follower index.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\" : true\n}" } } } @@ -3976,9 +3627,7 @@ "examples": { "ResumeAutoFollowPatternResponseExample1": { "description": "A successful response `POST /_ccr/auto_follow/my_auto_follow_pattern/resume`, which resumes an auto-follow pattern.\n", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\" : true\n}" } } } @@ -4063,18 +3712,7 @@ "examples": { "ResumeFollowIndexRequestExample1": { "description": "Run `POST /follower_index/_ccr/resume_follow` to resume the follower index.", - "value": { - "max_outstanding_read_requests": 16, - "max_outstanding_write_requests": 8, - "max_read_request_operation_count": 1024, - "max_read_request_size": "1024k", - "max_retry_delay": "10s", - "max_write_buffer_count": 512, - "max_write_buffer_size": "512k", - "max_write_request_operation_count": 32768, - "max_write_request_size": "16k", - "read_poll_timeout": "30s" - } + "value": "{\n \"max_read_request_operation_count\" : 1024,\n \"max_outstanding_read_requests\" : 16,\n \"max_read_request_size\" : \"1024k\",\n \"max_write_request_operation_count\" : 32768,\n \"max_write_request_size\" : \"16k\",\n \"max_outstanding_write_requests\" : 8,\n \"max_write_buffer_count\" : 512,\n \"max_write_buffer_size\" : \"512k\",\n \"max_retry_delay\" : \"10s\",\n \"read_poll_timeout\" : \"30s\"\n}" } } } @@ -4091,9 +3729,7 @@ "examples": { "ResumeFollowIndexResponseExample1": { "description": "A successful response from resuming a folower index.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\" : true\n}" } } } @@ -4156,55 +3792,7 @@ "examples": { "CcrStatsResponseExample1": { "description": "A successful response from `GET /_ccr/stats` that returns cross-cluster replication stats.", - "value": { - "auto_follow_stats": { - "auto_followed_clusters": [], - "number_of_failed_follow_indices": 0, - "number_of_failed_remote_cluster_state_requests": 0, - "number_of_successful_follow_indices": 1, - "recent_auto_follow_errors": [] - }, - "follow_stats": { - "indices": [ - { - "index": "follower_index", - "shards": [ - { - "bytes_read": 32768, - "failed_read_requests": 0, - "failed_write_requests": 0, - "follower_aliases_version": 8, - "follower_global_checkpoint": 768, - "follower_index": "follower_index", - "follower_mapping_version": 4, - "follower_max_seq_no": 896, - "follower_settings_version": 2, - "last_requested_seq_no": 897, - "leader_global_checkpoint": 1024, - "leader_index": "leader_index", - "leader_max_seq_no": 1536, - "operations_read": 896, - "operations_written": 832, - "outstanding_read_requests": 8, - "outstanding_write_requests": 2, - "read_exceptions": [], - "remote_cluster": "remote_cluster", - "shard_id": 0, - "successful_read_requests": 32, - "successful_write_requests": 16, - "time_since_last_read_millis": 8, - "total_read_remote_exec_time_millis": 16384, - "total_read_time_millis": 32768, - "total_write_time_millis": 16384, - "write_buffer_operation_count": 64, - "write_buffer_size_in_bytes": 1536 - } - ], - "total_global_checkpoint_lag": 256 - } - ] - } - } + "value": "{\n \"auto_follow_stats\" : {\n \"number_of_failed_follow_indices\" : 0,\n \"number_of_failed_remote_cluster_state_requests\" : 0,\n \"number_of_successful_follow_indices\" : 1,\n \"recent_auto_follow_errors\" : [],\n \"auto_followed_clusters\" : []\n },\n \"follow_stats\" : {\n \"indices\" : [\n {\n \"index\" : \"follower_index\",\n \"total_global_checkpoint_lag\" : 256,\n \"shards\" : [\n {\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index\" : \"leader_index\",\n \"follower_index\" : \"follower_index\",\n \"shard_id\" : 0,\n \"leader_global_checkpoint\" : 1024,\n \"leader_max_seq_no\" : 1536,\n \"follower_global_checkpoint\" : 768,\n \"follower_max_seq_no\" : 896,\n \"last_requested_seq_no\" : 897,\n \"outstanding_read_requests\" : 8,\n \"outstanding_write_requests\" : 2,\n \"write_buffer_operation_count\" : 64,\n \"follower_mapping_version\" : 4,\n \"follower_settings_version\" : 2,\n \"follower_aliases_version\" : 8,\n \"total_read_time_millis\" : 32768,\n \"total_read_remote_exec_time_millis\" : 16384,\n \"successful_read_requests\" : 32,\n \"failed_read_requests\" : 0,\n \"operations_read\" : 896,\n \"bytes_read\" : 32768,\n \"total_write_time_millis\" : 16384,\n \"write_buffer_size_in_bytes\" : 1536,\n \"successful_write_requests\" : 16,\n \"failed_write_requests\" : 0,\n \"operations_written\" : 832,\n \"read_exceptions\" : [ ],\n \"time_since_last_read_millis\" : 8\n }\n ]\n }\n ]\n }\n}" } } } @@ -4259,9 +3847,7 @@ "examples": { "UnfollowIndexResponseExample1": { "description": "A successful response from `POST /follower_index/_ccr/unfollow`.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\" : true\n}" } } } @@ -4469,9 +4055,7 @@ "examples": { "ClosePointInTimeRequestExample1": { "description": "Run `DELETE /_pit` to close a point-in-time.", - "value": { - "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==" - } + "value": "{\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\"\n}" } } } @@ -4502,10 +4086,7 @@ "examples": { "ClosePointInTimeResponseExample1": { "description": "A successful response from `DELETE /_pit`.", - "value": { - "num_freed": 3, - "succeeded": true - } + "value": "{\n \"succeeded\": true, \n \"num_freed\": 3 \n}" } } } @@ -5052,20 +4633,12 @@ "ClusterPutSettingsRequestExample1": { "summary": "A simple setting", "description": "An example of a persistent update.", - "value": { - "persistent": { - "indices.recovery.max_bytes_per_sec": "50mb" - } - } + "value": "{\n \"persistent\" : {\n \"indices.recovery.max_bytes_per_sec\" : \"50mb\"\n }\n}" }, "ClusterPutSettingsRequestExample2": { "summary": "A setting with multiple patterns", "description": "PUT `/_cluster/settings` to update the `action.auto_create_index` setting. The setting accepts a comma-separated list of patterns that you want to allow or you can prefix each pattern with `+` or `-` to indicate whether it should be allowed or blocked. In this example, the auto-creation of indices called `my-index-000001` or `index10` is allowed, the creation of indices that match the pattern `index1*` is blocked, and the creation of any other indices that match the `ind*` pattern is allowed. Patterns are matched in the order specified.\n", - "value": { - "persistent": { - "action.auto_create_index": "my-index-000001,index10,-index1*,+ind*" - } - } + "value": "{\n \"persistent\": {\n \"action.auto_create_index\": \"my-index-000001,index10,-index1*,+ind*\" \n }\n}" } } } @@ -5444,25 +5017,7 @@ "examples": { "ClusterRerouteRequestExample1": { "description": "Run `POST /_cluster/reroute?metric=none` to changes the allocation of shards in a cluster.", - "value": { - "commands": [ - { - "move": { - "from_node": "node1", - "index": "test", - "shard": 0, - "to_node": "node2" - } - }, - { - "allocate_replica": { - "index": "test", - "node": "node3", - "shard": 1 - } - } - ] - } + "value": "{\n \"commands\": [\n {\n \"move\": {\n \"index\": \"test\", \"shard\": 0,\n \"from_node\": \"node1\", \"to_node\": \"node2\"\n }\n },\n {\n \"allocate_replica\": {\n \"index\": \"test\", \"shard\": 1,\n \"node\": \"node3\"\n }\n }\n ]\n}" } } } @@ -5726,9 +5281,7 @@ }, "examples": { "ConnectorCheckInResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -5854,9 +5407,7 @@ }, "examples": { "ConnectorDeleteResponseExample1": { - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -5933,18 +5484,7 @@ }, "examples": { "ConnectorUpdateLastSyncRequestExample1": { - "value": { - "last_access_control_sync_error": "Houston, we have a problem!", - "last_access_control_sync_scheduled_at": "2023-11-09T15:13:08.231Z", - "last_access_control_sync_status": "pending", - "last_deleted_document_count": 42, - "last_incremental_sync_scheduled_at": "2023-11-09T15:13:08.231Z", - "last_indexed_document_count": 42, - "last_sync_error": "Houston, we have a problem!", - "last_sync_scheduled_at": "2024-11-09T15:13:08.231Z", - "last_sync_status": "completed", - "last_synced": "2024-11-09T15:13:08.231Z" - } + "value": "{\n \"last_access_control_sync_error\": \"Houston, we have a problem!\",\n \"last_access_control_sync_scheduled_at\": \"2023-11-09T15:13:08.231Z\",\n \"last_access_control_sync_status\": \"pending\",\n \"last_deleted_document_count\": 42,\n \"last_incremental_sync_scheduled_at\": \"2023-11-09T15:13:08.231Z\",\n \"last_indexed_document_count\": 42,\n \"last_sync_error\": \"Houston, we have a problem!\",\n \"last_sync_scheduled_at\": \"2024-11-09T15:13:08.231Z\",\n \"last_sync_status\": \"completed\",\n \"last_synced\": \"2024-11-09T15:13:08.231Z\"\n}" } } } @@ -6365,9 +5905,7 @@ }, "examples": { "SyncJobDeleteResponseExample1": { - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -6415,9 +5953,7 @@ }, "examples": { "SyncJobErrorRequestExample1": { - "value": { - "error": "some-error" - } + "value": "{\n \"error\": \"some-error\"\n}" } } } @@ -6567,11 +6103,7 @@ }, "examples": { "SyncJobPostRequestExample1": { - "value": { - "id": "connector-id", - "job_type": "full", - "trigger_method": "on_demand" - } + "value": "{\n \"id\": \"connector-id\",\n \"job_type\": \"full\",\n \"trigger_method\": \"on_demand\"\n}" } } } @@ -6757,10 +6289,7 @@ }, "examples": { "ConnectorUpdateApiKeyIDRequestExample1": { - "value": { - "api_key_id": "my-api-key-id", - "api_key_secret_id": "my-connector-secret-id" - } + "value": "{\n \"api_key_id\": \"my-api-key-id\",\n \"api_key_secret_id\": \"my-connector-secret-id\"\n}" } } } @@ -6785,9 +6314,7 @@ }, "examples": { "ConnectorUpdateAPIKeyIDResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -6837,22 +6364,10 @@ }, "examples": { "ConnectorUpdateConfigurationRequestExample1": { - "value": { - "values": { - "client_id": "foo", - "secret_value": "bar", - "site_collections": "*", - "tenant_id": "my-tenant-id", - "tenant_name": "my-sharepoint-site" - } - } + "value": "{\n \"values\": {\n \"tenant_id\": \"my-tenant-id\",\n \"tenant_name\": \"my-sharepoint-site\",\n \"client_id\": \"foo\",\n \"secret_value\": \"bar\",\n \"site_collections\": \"*\"\n }\n}" }, "ConnectorUpdateConfigurationRequestExample2": { - "value": { - "values": { - "secret_value": "foo-bar" - } - } + "value": "{\n \"values\": {\n \"secret_value\": \"foo-bar\"\n }\n}" } } } @@ -6877,9 +6392,7 @@ }, "examples": { "ConnectorUpdateConfigurationResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -6933,9 +6446,7 @@ }, "examples": { "ConnectorUpdateErrorRequestExample1": { - "value": { - "error": "Houston, we have a problem!" - } + "value": "{\n \"error\": \"Houston, we have a problem!\"\n}" } } } @@ -6960,9 +6471,7 @@ }, "examples": { "ConnectorUpdateErrorResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -7009,33 +6518,10 @@ }, "examples": { "ConnectorUpdateFeaturesRequestExample1": { - "value": { - "features": { - "document_level_security": { - "enabled": true - }, - "incremental_sync": { - "enabled": true - }, - "sync_rules": { - "advanced": { - "enabled": false - }, - "basic": { - "enabled": true - } - } - } - } + "value": "{\n \"features\": {\n \"document_level_security\": {\n \"enabled\": true\n },\n \"incremental_sync\": {\n \"enabled\": true\n },\n \"sync_rules\": {\n \"advanced\": {\n \"enabled\": false\n },\n \"basic\": {\n \"enabled\": true\n }\n }\n }\n}" }, "ConnectorUpdateFeaturesRequestExample2": { - "value": { - "features": { - "document_level_security": { - "enabled": true - } - } - } + "value": "{\n \"features\": {\n \"document_level_security\": {\n \"enabled\": true\n }\n }\n}" } } } @@ -7060,9 +6546,7 @@ }, "examples": { "ConnectorUpdateFeaturesResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -7118,41 +6602,10 @@ }, "examples": { "ConnectorUpdateFilteringRequestExample1": { - "value": { - "rules": [ - { - "field": "file_extension", - "id": "exclude-txt-files", - "order": 0, - "policy": "exclude", - "rule": "equals", - "value": "txt" - }, - { - "field": "_", - "id": "DEFAULT", - "order": 1, - "policy": "include", - "rule": "regex", - "value": ".*" - } - ] - } + "value": "{\n \"rules\": [\n {\n \"field\": \"file_extension\",\n \"id\": \"exclude-txt-files\",\n \"order\": 0,\n \"policy\": \"exclude\",\n \"rule\": \"equals\",\n \"value\": \"txt\"\n },\n {\n \"field\": \"_\",\n \"id\": \"DEFAULT\",\n \"order\": 1,\n \"policy\": \"include\",\n \"rule\": \"regex\",\n \"value\": \".*\"\n }\n ]\n}" }, "ConnectorUpdateFilteringRequestExample2": { - "value": { - "advanced_snippet": { - "value": [ - { - "query": "SELECT users.id AS id, orders.order_id AS order_id FROM users JOIN orders ON users.id = orders.user_id", - "tables": [ - "users", - "orders" - ] - } - ] - } - } + "value": "{\n \"advanced_snippet\": {\n \"value\": [{\n \"tables\": [\n \"users\",\n \"orders\"\n ],\n \"query\": \"SELECT users.id AS id, orders.order_id AS order_id FROM users JOIN orders ON users.id = orders.user_id\"\n }]\n }\n}" } } } @@ -7177,9 +6630,7 @@ }, "examples": { "ConnectorUpdateFilteringResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -7295,9 +6746,7 @@ }, "examples": { "ConnectorUpdateIndexNameRequestExample1": { - "value": { - "index_name": "data-from-my-google-drive" - } + "value": "{\n \"index_name\": \"data-from-my-google-drive\"\n}" } } } @@ -7322,9 +6771,7 @@ }, "examples": { "ConnectorUpdateIndexNameResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -7370,10 +6817,7 @@ }, "examples": { "ConnectorUpdateNameRequestExample1": { - "value": { - "description": "This is my customized connector", - "name": "Custom connector" - } + "value": "{\n \"name\": \"Custom connector\",\n \"description\": \"This is my customized connector\"\n}" } } } @@ -7398,9 +6842,7 @@ }, "examples": { "ConnectorUpdateNameResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -7508,14 +6950,7 @@ }, "examples": { "ConnectorUpdatePipelineRequestExample1": { - "value": { - "pipeline": { - "extract_binary_content": true, - "name": "my-connector-pipeline", - "reduce_whitespace": true, - "run_ml_inference": true - } - } + "value": "{\n \"pipeline\": {\n \"extract_binary_content\": true,\n \"name\": \"my-connector-pipeline\",\n \"reduce_whitespace\": true,\n \"run_ml_inference\": true\n }\n}" } } } @@ -7540,9 +6975,7 @@ }, "examples": { "ConnectorUpdatePipelineResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -7588,32 +7021,10 @@ }, "examples": { "ConnectorUpdateSchedulingRequestExample1": { - "value": { - "scheduling": { - "access_control": { - "enabled": true, - "interval": "0 10 0 * * ?" - }, - "full": { - "enabled": true, - "interval": "0 20 0 * * ?" - }, - "incremental": { - "enabled": false, - "interval": "0 30 0 * * ?" - } - } - } + "value": "{\n \"scheduling\": {\n \"access_control\": {\n \"enabled\": true,\n \"interval\": \"0 10 0 * * ?\"\n },\n \"full\": {\n \"enabled\": true,\n \"interval\": \"0 20 0 * * ?\"\n },\n \"incremental\": {\n \"enabled\": false,\n \"interval\": \"0 30 0 * * ?\"\n }\n }\n}" }, "ConnectorUpdateSchedulingRequestExample2": { - "value": { - "scheduling": { - "full": { - "enabled": true, - "interval": "0 10 0 * * ?" - } - } - } + "value": "{\n \"scheduling\": {\n \"full\": {\n \"enabled\": true,\n \"interval\": \"0 10 0 * * ?\"\n }\n }\n}" } } } @@ -7638,9 +7049,7 @@ }, "examples": { "ConnectorUpdateSchedulingResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -7686,9 +7095,7 @@ }, "examples": { "ConnectorUpdateServiceTypeRequestExample1": { - "value": { - "service_type": "sharepoint_online" - } + "value": "{\n \"service_type\": \"sharepoint_online\"\n}" } } } @@ -7713,9 +7120,7 @@ }, "examples": { "ConnectorUpdateServiceTypeResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -7761,9 +7166,7 @@ }, "examples": { "ConnectorUpdateStatusRequestExample1": { - "value": { - "status": "needs_configuration" - } + "value": "{\n \"status\": \"needs_configuration\"\n}" } } } @@ -7788,9 +7191,7 @@ }, "examples": { "ConnectorUpdateStatusResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -8249,9 +7650,7 @@ "examples": { "ImportDanglingIndexResponseExample1": { "description": "A successful response from `POST /_dangling/zmM4e0JtBkeUjiHD-MihPQ?accept_data_loss=true`.\n", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -8355,18 +7754,7 @@ }, "examples": { "ListDanglingIndicesResponseExample1": { - "value": { - "dangling_indices": [ - { - "creation_date_millis": 1589414451372, - "index_name": "my-index-000001", - "index_uuid": "zmM4e0JtBkeUjiHD-MihPQ", - "node_ids": [ - "pL47UN3dAb2d5RCWP6lQ3e" - ] - } - ] - } + "value": "{\n \"dangling_indices\": [\n {\n \"index_name\": \"my-index-000001\",\n \"index_uuid\": \"zmM4e0JtBkeUjiHD-MihPQ\",\n \"creation_date_millis\": 1589414451372,\n \"node_ids\": [\n \"pL47UN3dAb2d5RCWP6lQ3e\"\n ]\n }\n ]\n}" } } } @@ -8530,69 +7918,17 @@ "GetResponseExample1": { "summary": "Get a document", "description": "A successful response from `GET my-index-000001/_doc/0`. It retrieves the JSON document with the `_id` 0 from the `my-index-000001` index.\n", - "value": { - "_id": "0", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 0, - "_source": { - "@timestamp": "2099-11-15T14:12:12", - "http": { - "request": { - "method": "get" - }, - "response": { - "bytes": 1070000, - "status_code": 200 - }, - "version": "1.1" - }, - "message": "GET /search HTTP/1.1 200 1070000", - "source": { - "ip": "127.0.0.1" - }, - "user": { - "id": "kimchy" - } - }, - "_version": 1, - "found": true - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"0\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"found\": true,\n \"_source\": {\n \"@timestamp\": \"2099-11-15T14:12:12\",\n \"http\": {\n \"request\": {\n \"method\": \"get\"\n },\n \"response\": {\n \"status_code\": 200,\n \"bytes\": 1070000\n },\n \"version\": \"1.1\"\n },\n \"source\": {\n \"ip\": \"127.0.0.1\"\n },\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n }\n}" }, "GetResponseExample2": { "summary": "Get stored fields", "description": "A successful response from `GET my-index-000001/_doc/1?stored_fields=tags,counter`, which retrieves a set of stored fields. Field values fetched from the document itself are always returned as an array. Any requested fields that are not stored (such as the counter field in this example) are ignored.\n", - "value": { - "_id": "1", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 22, - "_version": 1, - "fields": { - "tags": [ - "production" - ] - }, - "found": true - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"_seq_no\" : 22,\n \"_primary_term\" : 1,\n \"found\": true,\n \"fields\": {\n \"tags\": [\n \"production\"\n ]\n }\n}" }, "GetResponseExample3": { "summary": "Get metadata fields", "description": "A successful response from `GET my-index-000001/_doc/2?routing=user1&stored_fields=tags,counter`, which retrieves the `_routing` metadata field.\n", - "value": { - "_id": "2", - "_index": "my-index-000001", - "_primary_term": 1, - "_routing": "user1", - "_seq_no": 13, - "_version": 1, - "fields": { - "tags": [ - "env2" - ] - }, - "found": true - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"2\",\n \"_version\": 1,\n \"_seq_no\" : 13,\n \"_primary_term\" : 1,\n \"_routing\": \"user1\",\n \"found\": true,\n \"fields\": {\n \"tags\": [\n \"env2\"\n ]\n }\n}" } } } @@ -8848,19 +8184,7 @@ "examples": { "DeleteResponseExample1": { "description": "A successful response from `DELETE /my-index-000001/_doc/1`, which deletes the JSON document 1 from the `my-index-000001` index.", - "value": { - "_id": "1", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 5, - "_shards": { - "failed": 0, - "successful": 2, - "total": 2 - }, - "_version": 2, - "result": "deleted" - } + "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"_primary_term\": 1,\n \"_seq_no\": 5,\n \"result\": \"deleted\"\n}" } } } @@ -9348,53 +8672,22 @@ "DeleteByQueryRequestExample1": { "summary": "Delete all documents", "description": "Run `POST /my-index-000001,my-index-000002/_delete_by_query` to delete all documents from multiple data streams or indices.", - "value": { - "query": { - "match_all": {} - } - } + "value": "{\n \"query\": {\n \"match_all\": {}\n }\n}" }, "DeleteByQueryRequestExample2": { "summary": "Delete a single document", "description": "Run `POST my-index-000001/_delete_by_query` to delete a document by using a unique attribute.", - "value": { - "max_docs": 1, - "query": { - "term": { - "user.id": "kimchy" - } - } - } + "value": "{\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"max_docs\": 1\n}" }, "DeleteByQueryRequestExample3": { "summary": "Slice manually", "description": "Run `POST my-index-000001/_delete_by_query` to slice a delete by query manually. Provide a slice ID and total number of slices.\n", - "value": { - "query": { - "range": { - "http.response.bytes": { - "lt": 2000000 - } - } - }, - "slice": { - "id": 0, - "max": 2 - } - } + "value": "{\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n },\n \"query\": {\n \"range\": {\n \"http.response.bytes\": {\n \"lt\": 2000000\n }\n }\n }\n}" }, "DeleteByQueryRequestExample4": { "summary": "Automatic slicing", "description": "Run `POST my-index-000001/_delete_by_query?refresh&slices=5` to let delete by query automatically parallelize using sliced scroll to slice on `_id`. The `slices` query parameter value specifies the number of slices to use.\n", - "value": { - "query": { - "range": { - "http.response.bytes": { - "lt": 2000000 - } - } - } - } + "value": "{\n \"query\": {\n \"range\": {\n \"http.response.bytes\": {\n \"lt\": 2000000\n }\n }\n }\n}" } } } @@ -9473,23 +8766,7 @@ "examples": { "DeleteByQueryResponseExample1": { "description": "A successful response from `POST /my-index-000001/_delete_by_query`.", - "value": { - "batches": 1, - "deleted": 119, - "failures": [], - "noops": 0, - "requests_per_second": -1.0, - "retries": { - "bulk": 0, - "search": 0 - }, - "throttled_millis": 0, - "throttled_until_millis": 0, - "timed_out": false, - "took": 147, - "total": 119, - "version_conflicts": 0 - } + "value": "{\n \"took\" : 147,\n \"timed_out\": false,\n \"total\": 119,\n \"deleted\": 119,\n \"batches\": 1,\n \"version_conflicts\": 0,\n \"noops\": 0,\n \"retries\": {\n \"bulk\": 0,\n \"search\": 0\n },\n \"throttled_millis\": 0,\n \"requests_per_second\": -1.0,\n \"throttled_until_millis\": 0,\n \"failures\" : [ ]\n}" } } } @@ -10154,13 +9431,7 @@ "examples": { "EqlGetStatusResponseExample1": { "description": "A successful response for getting status information for an async EQL search.", - "value": { - "expiration_time_in_millis": 1611690295000, - "id": "FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=", - "is_partial": true, - "is_running": true, - "start_time_in_millis": 1611690235000 - } + "value": "{\n \"id\": \"FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=\",\n \"is_running\" : true,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1611690235000,\n \"expiration_time_in_millis\" : 1611690295000\n}" } } } @@ -11162,18 +10433,7 @@ "examples": { "GetFeaturesResponseExample1": { "description": "A successful response for retrieving a list of feature states that can be included when taking a snapshot.", - "value": { - "features": [ - { - "description": "Manages task results", - "name": "tasks" - }, - { - "description": "Manages Kibana configuration and reports", - "name": "kibana" - } - ] - } + "value": "{\n \"features\": [\n {\n \"name\": \"tasks\",\n \"description\": \"Manages task results\"\n },\n {\n \"name\": \"kibana\",\n \"description\": \"Manages Kibana configuration and reports\"\n }\n ]\n}" } } } @@ -11225,18 +10485,7 @@ "examples": { "ResetFeaturesResponseExample1": { "description": "A successful response for clearing state information stored in system indices by Elasticsearch features.", - "value": { - "features": [ - { - "feature_name": "security", - "status": "SUCCESS" - }, - { - "feature_name": "tasks", - "status": "SUCCESS" - } - ] - } + "value": "{\n \"features\" : [\n {\n \"feature_name\" : \"security\",\n \"status\" : \"SUCCESS\"\n },\n {\n \"feature_name\" : \"tasks\",\n \"status\" : \"SUCCESS\"\n }\n ]\n}" } } } @@ -12349,33 +11598,7 @@ "examples": { "PutLifecycleRequestExample1": { "description": "Run `PUT _ilm/policy/my_policy` to create a new policy with arbitrary metadata.\n", - "value": { - "policy": { - "_meta": { - "description": "used for nginx log", - "project": { - "department": "myDepartment", - "name": "myProject" - } - }, - "phases": { - "delete": { - "actions": { - "delete": {} - }, - "min_age": "30d" - }, - "warm": { - "actions": { - "forcemerge": { - "max_num_segments": 1 - } - }, - "min_age": "10d" - } - } - } - } + "value": "{\n \"policy\": {\n \"_meta\": {\n \"description\": \"used for nginx log\",\n \"project\": {\n \"name\": \"myProject\",\n \"department\": \"myDepartment\"\n }\n },\n \"phases\": {\n \"warm\": {\n \"min_age\": \"10d\",\n \"actions\": {\n \"forcemerge\": {\n \"max_num_segments\": 1\n }\n }\n },\n \"delete\": {\n \"min_age\": \"30d\",\n \"actions\": {\n \"delete\": {}\n }\n }\n }\n }\n}" } } } @@ -12392,9 +11615,7 @@ "examples": { "PutLifecycleResponseExample1": { "description": "A successful response when creating a new lifecycle policy.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -12454,9 +11675,7 @@ "examples": { "DeleteLifecycleResponseExample1": { "description": "A successful response when deleting a lifecycle policy.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -12599,9 +11818,7 @@ "examples": { "GetILMStatusResponseExample1": { "description": "A successful response when retrieving the current ILM status.", - "value": { - "operation_mode": "RUNNING" - } + "value": "{\n \"operation_mode\": \"RUNNING\"\n}" } } } @@ -12661,10 +11878,7 @@ "examples": { "MigrateToDataTiersRequestExample1": { "description": "Run `POST /_ilm/migrate_to_data_tiers` to migrate the indices, ILM policies, legacy templates, composable, and component templates away from defining custom allocation filtering using the `custom_attribute_name` node attribute. It also deletes the legacy template with name `global-template` if it exists in the system.\n", - "value": { - "legacy_template_to_delete": "global-template", - "node_attribute": "custom_attribute_name" - } + "value": "{\n \"legacy_template_to_delete\": \"global-template\",\n \"node_attribute\": \"custom_attribute_name\"\n}" } } } @@ -12730,25 +11944,7 @@ "examples": { "MigrateToDataTiersResponseExample1": { "description": "A successful response when migrating indices, ILMs, and templates from custom node attributes to data tiers.\n", - "value": { - "dry_run": false, - "migrated_component_templates": [ - "a-component-template" - ], - "migrated_composable_templates": [ - "a-composable-template" - ], - "migrated_ilm_policies": [ - "policy_with_allocate_action" - ], - "migrated_indices": [ - "warm-index-to-migrate-000001" - ], - "migrated_legacy_templates": [ - "a-legacy-template" - ], - "removed_legacy_template": "global-template" - } + "value": "{\n \"dry_run\": false,\n \"removed_legacy_template\":\"global-template\",\n \"migrated_ilm_policies\":[\"policy_with_allocate_action\"],\n \"migrated_indices\":[\"warm-index-to-migrate-000001\"],\n \"migrated_legacy_templates\":[\"a-legacy-template\"],\n \"migrated_composable_templates\":[\"a-composable-template\"],\n \"migrated_component_templates\":[\"a-component-template\"]\n}" } } } @@ -12801,32 +11997,12 @@ "MoveToStepRequestExample1": { "summary": "Move to forcemerge step", "description": "Run `POST _ilm/move/my-index-000001` to move `my-index-000001` from the initial step to the `forcemerge` step.\n", - "value": { - "current_step": { - "action": "complete", - "name": "complete", - "phase": "new" - }, - "next_step": { - "action": "forcemerge", - "name": "forcemerge", - "phase": "warm" - } - } + "value": "{\n \"current_step\": {\n \"phase\": \"new\",\n \"action\": \"complete\",\n \"name\": \"complete\"\n },\n \"next_step\": {\n \"phase\": \"warm\",\n \"action\": \"forcemerge\",\n \"name\": \"forcemerge\"\n }\n}" }, "MoveToStepRequestExample2": { "summary": "Move to warm step", "description": "Run `POST _ilm/move/my-index-000001` to move `my-index-000001` from the end of hot phase into the start of warm.\n", - "value": { - "current_step": { - "action": "complete", - "name": "complete", - "phase": "hot" - }, - "next_step": { - "phase": "warm" - } - } + "value": "{\n \"current_step\": {\n \"phase\": \"hot\",\n \"action\": \"complete\",\n \"name\": \"complete\"\n },\n \"next_step\": {\n \"phase\": \"warm\"\n }\n}" } } } @@ -12843,9 +12019,7 @@ "examples": { "MoveToStepResponseExample1": { "description": "A successful response when running a specific step in a lifecycle policy.\n", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -12902,10 +12076,7 @@ "examples": { "RemovePolicyResponseExample1": { "description": "A successful response when removing a lifecycle policy from an index.", - "value": { - "failed_indexes": [], - "has_failures": false - } + "value": "{\n \"has_failures\" : false,\n \"failed_indexes\" : []\n}" } } } @@ -12992,9 +12163,7 @@ "examples": { "StartILMResponseExample1": { "description": "A successful response when stating the ILM plugin.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -13045,9 +12214,7 @@ "examples": { "StopILMResponseExample1": { "description": "A successful response when stopping the ILM plugin.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -13231,16 +12398,7 @@ "examples": { "IndicesAddBlockResponseExample1": { "description": "A successful response from `PUT /my-index-000001/_block/write`, which adds an index block to an index.'", - "value": { - "acknowledged": true, - "indices": [ - { - "blocked": true, - "name": "my-index-000001" - } - ], - "shards_acknowledged": true - } + "value": "{\n \"acknowledged\" : true,\n \"shards_acknowledged\" : true,\n \"indices\" : [ {\n \"name\" : \"my-index-000001\",\n \"blocked\" : true\n } ]\n}" } } } @@ -13658,15 +12816,7 @@ "examples": { "CloseIndexResponseExample1": { "description": "A successful response for closing an index.", - "value": { - "acknowledged": true, - "indices": { - "my-index-000001": { - "closed": true - } - }, - "shards_acknowledged": true - } + "value": "{\n \"acknowledged\": true,\n \"shards_acknowledged\": true,\n \"indices\": {\n \"my-index-000001\": {\n \"closed\": true\n }\n }\n}" } } } @@ -13867,45 +13017,17 @@ "indicesCreateRequestExample1": { "summary": "Create an index.", "description": "This request specifies the `number_of_shards` and `number_of_replicas`.", - "value": { - "settings": { - "number_of_replicas": 2, - "number_of_shards": 3 - } - } + "value": "{\n \"settings\": {\n \"number_of_shards\": 3,\n \"number_of_replicas\": 2\n }\n}" }, "indicesCreateRequestExample2": { "summary": "Create an index with mappings.", "description": "You can provide mapping definitions in the create index API requests.", - "value": { - "mappings": { - "properties": { - "field1": { - "type": "text" - } - } - }, - "settings": { - "number_of_shards": 1 - } - } + "value": "{\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"properties\": {\n \"field1\": { \"type\": \"text\" }\n }\n }\n}" }, "indicesCreateRequestExample3": { "summary": "Create an index with aliases.", "description": "You can provide mapping definitions in the create index API requests. Index alias names also support date math.\n", - "value": { - "aliases": { - "alias_1": {}, - "alias_2": { - "filter": { - "term": { - "user.id": "kimchy" - } - }, - "routing": "shard-1" - } - } - } + "value": "{\n \"aliases\": {\n \"alias_1\": {},\n \"alias_2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n }\n }\n}" } } } @@ -14668,24 +13790,7 @@ "examples": { "IndicesGetDataLifecycleResponseExample1": { "description": "A successful response from `GET _lifecycle/stats?human&pretty`.", - "value": { - "data_streams": [ - { - "lifecycle": { - "data_retention": "7d", - "enabled": true - }, - "name": "my-data-stream-1" - }, - { - "lifecycle": { - "data_retention": "7d", - "enabled": true - }, - "name": "my-data-stream-2" - } - ] - } + "value": "{\n \"data_streams\": [\n {\n \"name\": \"my-data-stream-1\",\n \"lifecycle\": {\n \"enabled\": true,\n \"data_retention\": \"7d\"\n }\n },\n {\n \"name\": \"my-data-stream-2\",\n \"lifecycle\": {\n \"enabled\": true,\n \"data_retention\": \"7d\"\n }\n }\n ]\n}" } } } @@ -14765,25 +13870,12 @@ "examples": { "IndicesPutDataLifecycleRequestExample1": { "summary": "Set the data stream lifecycle retention", - "value": { - "data_retention": "7d" - } + "value": "{\n \"data_retention\": \"7d\"\n}" }, "IndicesPutDataLifecycleRequestExample2": { "summary": "Set the data stream lifecycle downsampling", "description": "This example configures two downsampling rounds.", - "value": { - "downsampling": [ - { - "after": "1d", - "fixed_interval": "10m" - }, - { - "after": "7d", - "fixed_interval": "1d" - } - ] - } + "value": "{\n \"downsampling\": [\n {\n \"after\": \"1d\",\n \"fixed_interval\": \"10m\"\n },\n {\n \"after\": \"7d\",\n \"fixed_interval\": \"1d\"\n }\n ]\n}" } } } @@ -14800,9 +13892,7 @@ "examples": { "IndicesPutDataLifecycleResponseExample1": { "description": "A successful response for configuring a data stream lifecycle.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -14872,9 +13962,7 @@ "examples": { "IndicesDeleteDataLifecycleResponseExample1": { "description": "A successful response for deleting a data stream lifecycle.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -15436,9 +14524,7 @@ }, "examples": { "DownsampleRequestExample1": { - "value": { - "fixed_interval": "1d" - } + "value": "{\n \"fixed_interval\": \"1d\"\n}" } } } @@ -15673,70 +14759,7 @@ "examples": { "indicesFieldUsageStatsResponseExample1": { "description": "An abbreviated response from `GET /my-index-000001/_field_usage_stats`. The `all_fields` object reports the sums of the usage counts for all fields in the index (on the listed shard).\n", - "value": { - "_shards": { - "failed": 0, - "successful": 1, - "total": 1 - }, - "my-index-000001": { - "shards": [ - { - "routing": { - "node": "gA6KeeVzQkGURFCUyV-e8Q", - "primary": true, - "relocating_node": null, - "state": "STARTED" - }, - "stats": { - "all_fields": { - "any": "6", - "doc_values": 1, - "inverted_index": { - "offsets": 0, - "payloads": 0, - "positions": 0, - "postings": 1, - "proximity": 1, - "term_frequencies": 1, - "terms": 1 - }, - "knn_vectors": 0, - "norms": 1, - "points": 0, - "stored_fields": 2, - "term_vectors": 0 - }, - "fields": { - "_id": { - "any": 1, - "doc_values": 0, - "inverted_index": { - "offsets": 0, - "payloads": 0, - "positions": 0, - "postings": 1, - "proximity": 1, - "term_frequencies": 1, - "terms": 1 - }, - "knn_vectors": 0, - "norms": 0, - "points": 0, - "stored_fields": 1, - "term_vectors": 0 - }, - "_source": {}, - "context": {}, - "message.keyword": {} - } - }, - "tracking_id": "MpOl0QlTQ4SYYhEe6KgJoQ", - "tracking_started_at_millis": 1625558985010 - } - ] - } - } + "value": "{\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"failed\": 0\n },\n \"my-index-000001\": {\n \"shards\": [\n {\n \"tracking_id\": \"MpOl0QlTQ4SYYhEe6KgJoQ\",\n \"tracking_started_at_millis\": 1625558985010,\n \"routing\": {\n \"state\": \"STARTED\",\n \"primary\": true,\n \"node\": \"gA6KeeVzQkGURFCUyV-e8Q\",\n \"relocating_node\": null\n },\n \"stats\": {\n \"all_fields\": {\n \"any\": \"6\",\n \"inverted_index\": {\n \"terms\": 1,\n \"postings\": 1,\n \"proximity\": 1,\n \"positions\": 0,\n \"term_frequencies\": 1,\n \"offsets\": 0,\n \"payloads\": 0\n },\n \"stored_fields\": 2,\n \"doc_values\": 1,\n \"points\": 0,\n \"norms\": 1,\n \"term_vectors\": 0,\n \"knn_vectors\": 0\n },\n \"fields\": {\n \"_id\": {\n \"any\": 1,\n \"inverted_index\": {\n \"terms\": 1,\n \"postings\": 1,\n \"proximity\": 1,\n \"positions\": 0,\n \"term_frequencies\": 1,\n \"offsets\": 0,\n \"payloads\": 0\n },\n \"stored_fields\": 1,\n \"doc_values\": 0,\n \"points\": 0,\n \"norms\": 0,\n \"term_vectors\": 0,\n \"knn_vectors\": 0\n },\n \"_source\": {},\n \"context\": {},\n \"message.keyword\": {}\n }\n }\n }\n ]\n }\n}" } } } @@ -16066,25 +15089,7 @@ "examples": { "IndicesGetDataLifecycleStatsResponseExample1": { "description": "A successful response for `GET _lifecycle/stats?human&pretty`", - "value": { - "data_streams": [ - { - "backing_indices_in_error": 0, - "backing_indices_in_total": 2, - "name": "my-data-stream" - }, - { - "backing_indices_in_error": 1, - "backing_indices_in_total": 2, - "name": "my-other-stream" - } - ], - "data_streams_count": 2, - "last_run_duration": "2ms", - "last_run_duration_in_millis": 2, - "time_between_starts": "9.99s", - "time_between_starts_in_millis": 9998 - } + "value": "{\n \"last_run_duration_in_millis\": 2,\n \"last_run_duration\": \"2ms\",\n \"time_between_starts_in_millis\": 9998,\n \"time_between_starts\": \"9.99s\",\n \"data_streams_count\": 2,\n \"data_streams\": [\n {\n \"name\": \"my-data-stream\",\n \"backing_indices_in_total\": 2,\n \"backing_indices_in_error\": 0\n },\n {\n \"name\": \"my-other-stream\",\n \"backing_indices_in_total\": 2,\n \"backing_indices_in_error\": 1\n }\n ]\n}" } } } @@ -16980,10 +15985,7 @@ "examples": { "indicesOpenResponseExample1": { "description": "A successful response for opening an index.", - "value": { - "acknowledged": true, - "shards_acknowledged": true - } + "value": "{\n \"acknowledged\" : true,\n \"shards_acknowledged\" : true\n}" } } } @@ -17419,49 +16421,7 @@ "examples": { "ResolveIndexResponseExample1": { "description": "A successful response from `GET /_resolve/index/f*,remoteCluster1:bar*?expand_wildcards=all`.", - "value": { - "aliases": [ - { - "indices": [ - "freeze-index", - "my-index-000001" - ], - "name": "f-alias" - } - ], - "data_streams": [ - { - "backing_indices": [ - ".ds-foo-2099.03.07-000001" - ], - "name": "foo", - "timestamp_field": "@timestamp" - } - ], - "indices": [ - { - "attributes": [ - "closed" - ], - "name": "foo_closed" - }, - { - "aliases": [ - "f-alias" - ], - "attributes": [ - "open" - ], - "name": "freeze-index" - }, - { - "attributes": [ - "open" - ], - "name": "remoteCluster1:bar-01" - } - ] - } + "value": "{\n \"indices\": [\n {\n \"name\": \"foo_closed\",\n \"attributes\": [\n \"closed\"\n ]\n },\n {\n \"name\": \"freeze-index\",\n \"aliases\": [\n \"f-alias\"\n ],\n \"attributes\": [\n \"open\"\n ]\n },\n {\n \"name\": \"remoteCluster1:bar-01\",\n \"attributes\": [\n \"open\"\n ]\n }\n ],\n \"aliases\": [\n {\n \"name\": \"f-alias\",\n \"indices\": [\n \"freeze-index\",\n \"my-index-000001\"\n ]\n }\n ],\n \"data_streams\": [\n {\n \"name\": \"foo\",\n \"backing_indices\": [\n \".ds-foo-2099.03.07-000001\"\n ],\n \"timestamp_field\": \"@timestamp\"\n }\n ]\n}" } } } @@ -17824,39 +16784,7 @@ "examples": { "indicesSimulateIndexTemplateResponseExample1": { "description": "A successful response from `POST /_index_template/_simulate_index/my-index-000001`.", - "value": { - "overlapping": [ - { - "index_patterns": [ - "my-index-*" - ], - "name": "template_1" - } - ], - "template": { - "aliases": {}, - "mappings": { - "properties": { - "@timestamp": { - "type": "date" - } - } - }, - "settings": { - "index": { - "number_of_replicas": "0", - "number_of_shards": "2", - "routing": { - "allocation": { - "include": { - "_tier_preference": "data_content" - } - } - } - } - } - } - } + "value": "{\n \"template\" : {\n \"settings\" : {\n \"index\" : {\n \"number_of_shards\" : \"2\",\n \"number_of_replicas\" : \"0\",\n \"routing\" : {\n \"allocation\" : {\n \"include\" : {\n \"_tier_preference\" : \"data_content\"\n }\n }\n }\n }\n },\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n }\n }\n },\n \"aliases\" : { }\n },\n \"overlapping\" : [\n {\n \"name\" : \"template_1\",\n \"index_patterns\" : [\n \"my-index-*\"\n ]\n }\n ]\n}" } } } @@ -18606,9 +17534,7 @@ "CompletionRequestExample1": { "summary": "Completion task", "description": "Run `POST _inference/completion/openai_chat_completions` to perform a completion on the example question.", - "value": { - "input": "What is Elastic?" - } + "value": "{\n \"input\": \"What is Elastic?\"\n}" } } } @@ -18626,13 +17552,7 @@ "CompletionResponseExample1": { "summary": "Completion task", "description": "A successful response from `POST _inference/completion/openai_chat_completions`.\n", - "value": { - "completion": [ - { - "result": "Elastic is a company that provides a range of software solutions for search, logging, security, and analytics. Their flagship product is Elasticsearch, an open-source, distributed search engine that allows users to search, analyze, and visualize large volumes of data in real-time. Elastic also offers products such as Kibana, a data visualization tool, and Logstash, a log management and pipeline tool, as well as various other tools and solutions for data analysis and management." - } - ] - } + "value": "{\n \"completion\": [\n {\n \"result\": \"Elastic is a company that provides a range of software solutions for search, logging, security, and analytics. Their flagship product is Elasticsearch, an open-source, distributed search engine that allows users to search, analyze, and visualize large volumes of data in real-time. Elastic also offers products such as Kibana, a data visualization tool, and Logstash, a log management and pipeline tool, as well as various other tools and solutions for data analysis and management.\"\n }\n ]\n}" } } } @@ -18858,54 +17778,22 @@ "PutAlibabaCloudRequestExample1": { "summary": "A completion task", "description": "Run `PUT _inference/completion/alibabacloud_ai_search_completion` to create an inference endpoint that performs a completion task.", - "value": { - "service": "alibabacloud-ai-search", - "service_settings": { - "api_key": "AlibabaCloud-API-Key", - "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", - "service_id": "ops-qwen-turbo", - "workspace": "default" - } - } + "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"host\" : \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-qwen-turbo\",\n \"workspace\" : \"default\"\n }\n}" }, "PutAlibabaCloudRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/alibabacloud_ai_search_rerank` to create an inference endpoint that performs a rerank task.", - "value": { - "service": "alibabacloud-ai-search", - "service_settings": { - "api_key": "AlibabaCloud-API-Key", - "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", - "service_id": "ops-bge-reranker-larger", - "workspace": "default" - } - } + "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-bge-reranker-larger\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" }, "PutAlibabaCloudRequestExample3": { "summary": "A sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/alibabacloud_ai_search_sparse` to create an inference endpoint that performs perform a sparse embedding task.", - "value": { - "service": "alibabacloud-ai-search", - "service_settings": { - "api_key": "AlibabaCloud-API-Key", - "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", - "service_id": "ops-text-sparse-embedding-001", - "workspace": "default" - } - } + "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-text-sparse-embedding-001\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" }, "PutAlibabaCloudRequestExample4": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/alibabacloud_ai_search_embeddings` to create an inference endpoint that performs a text embedding task.", - "value": { - "service": "alibabacloud-ai-search", - "service_settings": { - "api_key": "AlibabaCloud-API-Key", - "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", - "service_id": "ops-text-embedding-001", - "workspace": "default" - } - } + "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-text-embedding-001\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" } } } @@ -18986,27 +17874,12 @@ "PutAmazonBedrockRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/amazon_bedrock_embeddings` to create an inference endpoint that performs a text embedding task.", - "value": { - "service": "amazonbedrock", - "service_settings": { - "access_key": "AWS-access-key", - "model": "amazon.titan-embed-text-v2:0", - "provider": "amazontitan", - "region": "us-east-1", - "secret_key": "AWS-secret-key" - } - } + "value": "{\n \"service\": \"amazonbedrock\",\n \"service_settings\": {\n \"access_key\": \"AWS-access-key\",\n \"secret_key\": \"AWS-secret-key\",\n \"region\": \"us-east-1\",\n \"provider\": \"amazontitan\",\n \"model\": \"amazon.titan-embed-text-v2:0\"\n }\n}" }, "PutAmazonBedrockRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/openai-completion` to create an inference endpoint to perform a completion task type.", - "value": { - "service": "openai", - "service_settings": { - "api_key": "OpenAI-API-Key", - "model_id": "gpt-3.5-turbo" - } - } + "value": "{\n \"service\": \"openai\",\n \"service_settings\": {\n \"api_key\": \"OpenAI-API-Key\",\n \"model_id\": \"gpt-3.5-turbo\"\n }\n}" } } } @@ -19086,16 +17959,7 @@ "examples": { "PutAnthropicRequestExample1": { "description": "Run `PUT _inference/completion/anthropic_completion` to create an inference endpoint that performs a completion task.", - "value": { - "service": "anthropic", - "service_settings": { - "api_key": "Anthropic-Api-Key", - "model_id": "Model-ID" - }, - "task_settings": { - "max_tokens": 1024 - } - } + "value": "{\n \"service\": \"anthropic\",\n \"service_settings\": {\n \"api_key\": \"Anthropic-Api-Key\",\n \"model_id\": \"Model-ID\"\n },\n \"task_settings\": {\n \"max_tokens\": 1024\n }\n}" } } } @@ -19176,28 +18040,12 @@ "PutAzureAiStudioRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/azure_ai_studio_embeddings` to create an inference endpoint that performs a text_embedding task. Note that you do not specify a model here, as it is defined already in the Azure AI Studio deployment.", - "value": { - "service": "azureaistudio", - "service_settings": { - "api_key": "Azure-AI-Studio-API-key", - "endpoint_type": "token", - "provider": "openai", - "target": "Target-Uri" - } - } + "value": "{\n \"service\": \"azureaistudio\",\n \"service_settings\": {\n \"api_key\": \"Azure-AI-Studio-API-key\",\n \"target\": \"Target-Uri\",\n \"provider\": \"openai\",\n \"endpoint_type\": \"token\"\n }\n}" }, "PutAzureAiStudioRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/azure_ai_studio_completion` to create an inference endpoint that performs a completion task.", - "value": { - "service": "azureaistudio", - "service_settings": { - "api_key": "Azure-AI-Studio-API-key", - "endpoint_type": "realtime", - "provider": "databricks", - "target": "Target-URI" - } - } + "value": "{\n \"service\": \"azureaistudio\",\n \"service_settings\": {\n \"api_key\": \"Azure-AI-Studio-API-key\",\n \"target\": \"Target-URI\",\n \"provider\": \"databricks\",\n \"endpoint_type\": \"realtime\"\n }\n}" } } } @@ -19278,28 +18126,12 @@ "PutAzureOpenAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/azure_openai_embeddings` to create an inference endpoint that performs a `text_embedding` task. You do not specify a model, as it is defined already in the Azure OpenAI deployment.", - "value": { - "service": "azureopenai", - "service_settings": { - "api_key": "Api-Key", - "api_version": "2024-02-01", - "deployment_id": "Deployment-id", - "resource_name": "Resource-name" - } - } + "value": "{\n \"service\": \"azureopenai\",\n \"service_settings\": {\n \"api_key\": \"Api-Key\",\n \"resource_name\": \"Resource-name\",\n \"deployment_id\": \"Deployment-id\",\n \"api_version\": \"2024-02-01\"\n }\n}" }, "PutAzureOpenAiRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/azure_openai_completion` to create an inference endpoint that performs a `completion` task.", - "value": { - "service": "azureopenai", - "service_settings": { - "api_key": "Api-Key", - "api_version": "2024-02-01", - "deployment_id": "Deployment-id", - "resource_name": "Resource-name" - } - } + "value": "{\n \"service\": \"azureopenai\",\n \"service_settings\": {\n \"api_key\": \"Api-Key\",\n \"resource_name\": \"Resource-name\",\n \"deployment_id\": \"Deployment-id\",\n \"api_version\": \"2024-02-01\"\n }\n}" } } } @@ -19380,29 +18212,12 @@ "PutCohereRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/cohere-embeddings` to create an inference endpoint that performs a text embedding task.", - "value": { - "service": "cohere", - "service_settings": { - "api_key": "Cohere-Api-key", - "embedding_type": "byte", - "model_id": "embed-english-light-v3.0" - } - } + "value": "{\n \"service\": \"cohere\",\n \"service_settings\": {\n \"api_key\": \"Cohere-Api-key\",\n \"model_id\": \"embed-english-light-v3.0\",\n \"embedding_type\": \"byte\"\n }\n}" }, "PutCohereRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/cohere-rerank` to create an inference endpoint that performs a rerank task.", - "value": { - "service": "cohere", - "service_settings": { - "api_key": "Cohere-API-key", - "model_id": "rerank-english-v3.0" - }, - "task_settings": { - "return_documents": true, - "top_n": 10 - } - } + "value": "{\n \"service\": \"cohere\",\n \"service_settings\": {\n \"api_key\": \"Cohere-API-key\",\n \"model_id\": \"rerank-english-v3.0\"\n },\n \"task_settings\": {\n \"top_n\": 10,\n \"return_documents\": true\n }\n}" } } } @@ -19483,84 +18298,32 @@ "PutElasticsearchRequestExample1": { "summary": "ELSER sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task. The `model_id` must be the ID of one of the built-in ELSER models. The API will automatically download the ELSER model if it isn't already downloaded and then deploy the model.", - "value": { - "service": "elasticsearch", - "service_settings": { - "adaptive_allocations": { - "enabled": true, - "max_number_of_allocations": 4, - "min_number_of_allocations": 1 - }, - "model_id": ".elser_model_2", - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"adaptive_allocations\": { \n \"enabled\": true,\n \"min_number_of_allocations\": 1,\n \"max_number_of_allocations\": 4\n },\n \"num_threads\": 1,\n \"model_id\": \".elser_model_2\" \n }\n}" }, "PutElasticsearchRequestExample2": { "summary": "Elastic rerank task", "description": "Run `PUT _inference/rerank/my-elastic-rerank` to create an inference endpoint that performs a rerank task using the built-in Elastic Rerank cross-encoder model. The `model_id` must be `.rerank-v1`, which is the ID of the built-in Elastic Rerank model. The API will automatically download the Elastic Rerank model if it isn't already downloaded and then deploy the model. Once deployed, the model can be used for semantic re-ranking with a `text_similarity_reranker` retriever.", - "value": { - "service": "elasticsearch", - "service_settings": { - "adaptive_allocations": { - "enabled": true, - "max_number_of_allocations": 4, - "min_number_of_allocations": 1 - }, - "model_id": ".rerank-v1", - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"model_id\": \".rerank-v1\", \n \"num_threads\": 1,\n \"adaptive_allocations\": { \n \"enabled\": true,\n \"min_number_of_allocations\": 1,\n \"max_number_of_allocations\": 4\n }\n }\n}" }, "PutElasticsearchRequestExample3": { "summary": "E5 text embedding task", "description": "Run `PUT _inference/text_embedding/my-e5-model` to create an inference endpoint that performs a `text_embedding` task. The `model_id` must be the ID of one of the built-in E5 models. The API will automatically download the E5 model if it isn't already downloaded and then deploy the model.", - "value": { - "service": "elasticsearch", - "service_settings": { - "model_id": ".multilingual-e5-small", - "num_allocations": 1, - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1,\n \"model_id\": \".multilingual-e5-small\" \n }\n}" }, "PutElasticsearchRequestExample4": { "summary": "Eland text embedding task", "description": "Run `PUT _inference/text_embedding/my-msmarco-minilm-model` to create an inference endpoint that performs a `text_embedding` task with a model that was uploaded by Eland.", - "value": { - "service": "elasticsearch", - "service_settings": { - "model_id": "msmarco-MiniLM-L12-cos-v5", - "num_allocations": 1, - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1,\n \"model_id\": \"msmarco-MiniLM-L12-cos-v5\" \n }\n}" }, "PutElasticsearchRequestExample5": { "summary": "Adaptive allocation", "description": "Run `PUT _inference/text_embedding/my-e5-model` to create an inference endpoint that performs a `text_embedding` task and to configure adaptive allocations. The API request will automatically download the E5 model if it isn't already downloaded and then deploy the model.", - "value": { - "service": "elasticsearch", - "service_settings": { - "adaptive_allocations": { - "enabled": true, - "max_number_of_allocations": 10, - "min_number_of_allocations": 3 - }, - "model_id": ".multilingual-e5-small", - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"adaptive_allocations\": {\n \"enabled\": true,\n \"min_number_of_allocations\": 3,\n \"max_number_of_allocations\": 10\n },\n \"num_threads\": 1,\n \"model_id\": \".multilingual-e5-small\"\n }\n}" }, "PutElasticsearchRequestExample6": { "summary": "Existing model deployment", "description": "Run `PUT _inference/sparse_embedding/use_existing_deployment` to use an already existing model deployment when creating an inference endpoint.", - "value": { - "service": "elasticsearch", - "service_settings": { - "deployment_id": ".elser_model_2" - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"deployment_id\": \".elser_model_2\"\n }\n}" } } } @@ -19577,22 +18340,7 @@ "examples": { "PutElasticsearchResponseExample1": { "description": "A successful response from `PUT _inference/sparse_embedding/use_existing_deployment`. It contains the model ID and the threads and allocations settings from the model deployment.\n", - "value": { - "chunking_settings": { - "max_chunk_size": 250, - "sentence_overlap": 1, - "strategy": "sentence" - }, - "inference_id": "use_existing_deployment", - "service": "elasticsearch", - "service_settings": { - "deployment_id": ".elser_model_2", - "model_id": ".elser_model_2", - "num_allocations": 2, - "num_threads": 1 - }, - "task_type": "sparse_embedding" - } + "value": "{\n \"inference_id\": \"use_existing_deployment\",\n \"task_type\": \"sparse_embedding\",\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 2,\n \"num_threads\": 1,\n \"model_id\": \".elser_model_2\",\n \"deployment_id\": \".elser_model_2\"\n },\n \"chunking_settings\": {\n \"strategy\": \"sentence\",\n \"max_chunk_size\": 250,\n \"sentence_overlap\": 1\n }\n}" } } } @@ -19659,28 +18407,12 @@ "PutElserRequestExample1": { "summary": "A sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task. The request will automatically download the ELSER model if it isn't already downloaded and then deploy the model.", - "value": { - "service": "elser", - "service_settings": { - "num_allocations": 1, - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elser\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1\n }\n}" }, "PutElserRequestExample2": { "summary": "Adaptive allocations", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task with adaptive allocations. When adaptive allocations are enabled, the number of allocations of the model is set automatically based on the current load.", - "value": { - "service": "elser", - "service_settings": { - "adaptive_allocations": { - "enabled": true, - "max_number_of_allocations": 10, - "min_number_of_allocations": 3 - }, - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elser\",\n \"service_settings\": {\n \"adaptive_allocations\": {\n \"enabled\": true,\n \"min_number_of_allocations\": 3,\n \"max_number_of_allocations\": 10\n },\n \"num_threads\": 1\n }\n}" } } } @@ -19697,16 +18429,7 @@ "examples": { "PutElserResponseExample1": { "description": "A successful response when creating an ELSER inference endpoint.", - "value": { - "inference_id": "my-elser-model", - "service": "elser", - "service_settings": { - "num_allocations": 1, - "num_threads": 1 - }, - "task_settings": {}, - "task_type": "sparse_embedding" - } + "value": "{\n \"inference_id\": \"my-elser-model\",\n \"task_type\": \"sparse_embedding\",\n \"service\": \"elser\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1\n },\n \"task_settings\": {}\n}" } } } @@ -19774,13 +18497,7 @@ "PutGoogleAiStudioRequestExample1": { "summary": "A completion task", "description": "Run `PUT _inference/completion/google_ai_studio_completion` to create an inference endpoint to perform a `completion` task type.", - "value": { - "service": "googleaistudio", - "service_settings": { - "api_key": "api-key", - "model_id": "model-id" - } - } + "value": "{\n \"service\": \"googleaistudio\",\n \"service_settings\": {\n \"api_key\": \"api-key\",\n \"model_id\": \"model-id\"\n }\n}" } } } @@ -19861,26 +18578,12 @@ "PutGoogleVertexAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/google_vertex_ai_embeddings` to create an inference endpoint to perform a `text_embedding` task type.", - "value": { - "service": "googlevertexai", - "service_settings": { - "location": "location", - "model_id": "model-id", - "project_id": "project-id", - "service_account_json": "service-account-json" - } - } + "value": "{\n \"service\": \"googlevertexai\",\n \"service_settings\": {\n \"service_account_json\": \"service-account-json\",\n \"model_id\": \"model-id\",\n \"location\": \"location\",\n \"project_id\": \"project-id\"\n }\n}" }, "PutGoogleVertexAiRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/google_vertex_ai_rerank` to create an inference endpoint to perform a `rerank` task type.", - "value": { - "service": "googlevertexai", - "service_settings": { - "project_id": "project-id", - "service_account_json": "service-account-json" - } - } + "value": "{\n \"service\": \"googlevertexai\",\n \"service_settings\": {\n \"service_account_json\": \"service-account-json\",\n \"project_id\": \"project-id\"\n }\n}" } } } @@ -19958,13 +18661,7 @@ "PutHuggingFaceRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/hugging-face-embeddings` to create an inference endpoint that performs a `text_embedding` task type.", - "value": { - "service": "hugging_face", - "service_settings": { - "api_key": "hugging-face-access-token", - "url": "url-endpoint" - } - } + "value": "{\n \"service\": \"hugging_face\",\n \"service_settings\": {\n \"api_key\": \"hugging-face-access-token\", \n \"url\": \"url-endpoint\" \n }\n}" } } } @@ -20045,28 +18742,12 @@ "PutJinaAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/jinaai-embeddings` to create an inference endpoint for text embedding tasks using the JinaAI service.", - "value": { - "service": "jinaai", - "service_settings": { - "api_key": "JinaAi-Api-key", - "model_id": "jina-embeddings-v3" - } - } + "value": "{\n \"service\": \"jinaai\",\n \"service_settings\": {\n \"model_id\": \"jina-embeddings-v3\",\n \"api_key\": \"JinaAi-Api-key\"\n }\n}" }, "PutJinaAiRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/jinaai-rerank` to create an inference endpoint for rerank tasks using the JinaAI service.", - "value": { - "service": "jinaai", - "service_settings": { - "api_key": "JinaAI-Api-key", - "model_id": "jina-reranker-v2-base-multilingual" - }, - "task_settings": { - "return_documents": true, - "top_n": 10 - } - } + "value": "{\n \"service\": \"jinaai\",\n \"service_settings\": {\n \"api_key\": \"JinaAI-Api-key\",\n \"model_id\": \"jina-reranker-v2-base-multilingual\"\n },\n \"task_settings\": {\n \"top_n\": 10,\n \"return_documents\": true\n }\n}" } } } @@ -20143,13 +18824,7 @@ "examples": { "PutMistralRequestExample1": { "description": "Run `PUT _inference/text_embedding/mistral-embeddings-test` to create a Mistral inference endpoint that performs a text embedding task.", - "value": { - "service": "mistral", - "service_settings": { - "api_key": "Mistral-API-Key", - "model": "mistral-embed" - } - } + "value": "{\n \"service\": \"mistral\",\n \"service_settings\": {\n \"api_key\": \"Mistral-API-Key\",\n \"model\": \"mistral-embed\" \n }\n}" } } } @@ -20230,28 +18905,12 @@ "PutOpenAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/openai-embeddings` to create an inference endpoint that performs a `text_embedding` task. The embeddings created by requests to this endpoint will have 128 dimensions.", - "value": { - "service": "openai", - "service_settings": { - "api_key": "OpenAI-API-Key", - "dimensions": 128, - "model_id": "text-embedding-3-small" - } - } + "value": "{\n \"service\": \"openai\",\n \"service_settings\": {\n \"api_key\": \"OpenAI-API-Key\",\n \"model_id\": \"text-embedding-3-small\",\n \"dimensions\": 128\n }\n}" }, "PutOpenAiRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/amazon_bedrock_completion` to create an inference endpoint to perform a completion task.", - "value": { - "service": "amazonbedrock", - "service_settings": { - "access_key": "AWS-access-key", - "model": "amazon.titan-text-premier-v1:0", - "provider": "amazontitan", - "region": "us-east-1", - "secret_key": "AWS-secret-key" - } - } + "value": "{\n \"service\": \"amazonbedrock\",\n \"service_settings\": {\n \"access_key\": \"AWS-access-key\",\n \"secret_key\": \"AWS-secret-key\",\n \"region\": \"us-east-1\",\n \"provider\": \"amazontitan\",\n \"model\": \"amazon.titan-text-premier-v1:0\"\n }\n}" } } } @@ -20332,23 +18991,12 @@ "PutVoyageAIRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/voyageai-embeddings` to create an inference endpoint that performs a `text_embedding` task. The embeddings created by requests to this endpoint will have 512 dimensions.", - "value": { - "service": "voyageai", - "service_settings": { - "dimensions": 512, - "model_id": "voyage-3-large" - } - } + "value": "{\n \"service\": \"voyageai\",\n \"service_settings\": {\n \"model_id\": \"voyage-3-large\",\n \"dimensions\": 512\n }\n}" }, "PutVoyageAIRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/voyageai-rerank` to create an inference endpoint that performs a `rerank` task.", - "value": { - "service": "voyageai", - "service_settings": { - "model_id": "rerank-2" - } - } + "value": "{\n \"service\": \"voyageai\",\n \"service_settings\": {\n \"model_id\": \"rerank-2\"\n }\n}" } } } @@ -20422,16 +19070,7 @@ "examples": { "PutWatsonxRequestExample1": { "description": "Run `PUT _inference/text_embedding/watsonx-embeddings` to create an Watonsx inference endpoint that performs a text embedding task.", - "value": { - "service": "watsonxai", - "service_settings": { - "api_key": "Watsonx-API-Key", - "api_version": "2024-03-14", - "model_id": "ibm/slate-30m-english-rtrvr", - "project_id": "IBM-Cloud-ID", - "url": "Wastonx-URL" - } - } + "value": "{\n \"service\": \"watsonxai\",\n \"service_settings\": {\n \"api_key\": \"Watsonx-API-Key\", \n \"url\": \"Wastonx-URL\", \n \"model_id\": \"ibm/slate-30m-english-rtrvr\",\n \"project_id\": \"IBM-Cloud-ID\", \n \"api_version\": \"2024-03-14\"\n }\n}" } } } @@ -20519,18 +19158,7 @@ "RerankRequestExample1": { "summary": "Rerank task", "description": "Run `POST _inference/rerank/cohere_rerank` to perform reranking on the example input.", - "value": { - "input": [ - "luke", - "like", - "leia", - "chewy", - "r2d2", - "star", - "wars" - ], - "query": "star wars main character" - } + "value": "{\n \"input\": [\"luke\", \"like\", \"leia\", \"chewy\",\"r2d2\", \"star\", \"wars\"],\n \"query\": \"star wars main character\"\n}" } } } @@ -20548,45 +19176,7 @@ "RerankResponseExample1": { "summary": "Rerank task", "description": "A successful response from `POST _inference/rerank/cohere_rerank`.\n", - "value": { - "rerank": [ - { - "index": "2", - "relevance_score": "0.011597361", - "text": "leia" - }, - { - "index": "0", - "relevance_score": "0.006338922", - "text": "luke" - }, - { - "index": "5", - "relevance_score": "0.0016166499", - "text": "star" - }, - { - "index": "4", - "relevance_score": "0.0011695103", - "text": "r2d2" - }, - { - "index": "1", - "relevance_score": "5.614787E-4", - "text": "like" - }, - { - "index": "6", - "relevance_score": "3.7850367E-4", - "text": "wars" - }, - { - "index": "3", - "relevance_score": "1.2508839E-5", - "text": "chewy" - } - ] - } + "value": "{\n \"rerank\": [\n {\n \"index\": \"2\",\n \"relevance_score\": \"0.011597361\",\n \"text\": \"leia\"\n },\n {\n \"index\": \"0\",\n \"relevance_score\": \"0.006338922\",\n \"text\": \"luke\"\n },\n {\n \"index\": \"5\",\n \"relevance_score\": \"0.0016166499\",\n \"text\": \"star\"\n },\n {\n \"index\": \"4\",\n \"relevance_score\": \"0.0011695103\",\n \"text\": \"r2d2\"\n },\n {\n \"index\": \"1\",\n \"relevance_score\": \"5.614787E-4\",\n \"text\": \"like\"\n },\n {\n \"index\": \"6\",\n \"relevance_score\": \"3.7850367E-4\",\n \"text\": \"wars\"\n },\n {\n \"index\": \"3\",\n \"relevance_score\": \"1.2508839E-5\",\n \"text\": \"chewy\"\n }\n ]\n}" } } } @@ -20658,9 +19248,7 @@ "SparseEmbeddingRequestExample1": { "summary": "Sparse embedding task", "description": "Run `POST _inference/sparse_embedding/my-elser-model` to perform sparse embedding on the example sentence.", - "value": { - "input": "The sky above the port was the color of television tuned to a dead channel." - } + "value": "{\n \"input\": \"The sky above the port was the color of television tuned to a dead channel.\"\n}" } } } @@ -20678,26 +19266,7 @@ "SparseEmbeddingResponseExample1": { "summary": "Sparse embedding task", "description": "An abbreviated response from `POST _inference/sparse_embedding/my-elser-model`.\n", - "value": { - "sparse_embedding": [ - { - "above": 1.2425821, - "channel": 0.99471164, - "color": 1.6922266, - "colors": 1.1218185, - "dead": 1.6247464, - "poem": 1.0042328, - "port": 2.1259406, - "ports": 1.0067928, - "scene": 0.9020516, - "sky": 1.7073475, - "television": 1.3525393, - "tune": 0.96235967, - "tuned": 1.1440028, - "tv": 1.0111054 - } - ] - } + "value": "{\n \"sparse_embedding\": [\n {\n \"port\": 2.1259406,\n \"sky\": 1.7073475,\n \"color\": 1.6922266,\n \"dead\": 1.6247464,\n \"television\": 1.3525393,\n \"above\": 1.2425821,\n \"tuned\": 1.1440028,\n \"colors\": 1.1218185,\n \"tv\": 1.0111054,\n \"ports\": 1.0067928,\n \"poem\": 1.0042328,\n \"channel\": 0.99471164,\n \"tune\": 0.96235967,\n \"scene\": 0.9020516\n }\n ]\n}" } } } @@ -20760,9 +19329,7 @@ "StreamInferenceRequestExample1": { "summary": "Perform a completion task", "description": "Run `POST _inference/completion/openai-completion/_stream` to perform a completion on the example question with streaming.", - "value": { - "input": "What is Elastic?" - } + "value": "{\n \"input\": \"What is Elastic?\"\n}" } } } @@ -20845,12 +19412,7 @@ "TextEmbeddingRequestExample1": { "summary": "Text embedding task", "description": "Run `POST _inference/text_embedding/my-cohere-endpoint` to perform text embedding on the example sentence using the Cohere integration,", - "value": { - "input": "The sky above the port was the color of television tuned to a dead channel.", - "task_settings": { - "input_type": "ingest" - } - } + "value": "{\n \"input\": \"The sky above the port was the color of television tuned to a dead channel.\",\n \"task_settings\": {\n \"input_type\": \"ingest\"\n }\n}" } } } @@ -20972,23 +19534,7 @@ "examples": { "RootNodeInfoResponseExample1": { "description": "A successful response from `GET /`s.", - "value": { - "cluster_name": "my_test_cluster", - "cluster_uuid": "5QaxoN0pRZuOmWSxstBBwQ", - "name": "instance-0000000000", - "tagline": "You Know, for Search", - "version": { - "build_date": "2024-02-01T13:07:13.727175297Z", - "build_flavor": "default", - "build_hash": "6185ba65d27469afabc9bc951cded6c17c21e3f3", - "build_snapshot": false, - "build_type": "docker", - "lucene_version": "9.9.2", - "minimum_index_compatibility_version": "7.0.0", - "minimum_wire_compatibility_version": "7.17.0", - "number": "8.12.1" - } - } + "value": "{\n \"name\": \"instance-0000000000\",\n \"cluster_name\": \"my_test_cluster\",\n \"cluster_uuid\": \"5QaxoN0pRZuOmWSxstBBwQ\",\n \"version\": {\n \"build_date\": \"2024-02-01T13:07:13.727175297Z\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"build_hash\": \"6185ba65d27469afabc9bc951cded6c17c21e3f3\",\n \"number\": \"8.12.1\",\n \"lucene_version\": \"9.9.2\",\n \"minimum_index_compatibility_version\": \"7.0.0\",\n \"build_flavor\": \"default\",\n \"build_snapshot\": false,\n \"build_type\": \"docker\"\n },\n \"tagline\": \"You Know, for Search\"\n}" } } } @@ -21424,41 +19970,12 @@ "examples": { "PutPipelineRequestExample1": { "summary": "Create an ingest pipeline.", - "value": { - "description": "My optional pipeline description", - "processors": [ - { - "set": { - "description": "My optional processor description", - "field": "my-keyword-field", - "value": "foo" - } - } - ] - } + "value": "{\n \"description\" : \"My optional pipeline description\",\n \"processors\" : [\n {\n \"set\" : {\n \"description\" : \"My optional processor description\",\n \"field\": \"my-keyword-field\",\n \"value\": \"foo\"\n }\n }\n ]\n}" }, "PutPipelineRequestExample2": { "summary": "Create an ingest pipeline with metadata.", "description": "You can use the `_meta` parameter to add arbitrary metadata to a pipeline.", - "value": { - "_meta": { - "reason": "set my-keyword-field to foo", - "serialization": { - "class": "MyPipeline", - "id": 10 - } - }, - "description": "My optional pipeline description", - "processors": [ - { - "set": { - "description": "My optional processor description", - "field": "my-keyword-field", - "value": "foo" - } - } - ] - } + "value": "{\n \"description\" : \"My optional pipeline description\",\n \"processors\" : [\n {\n \"set\" : {\n \"description\" : \"My optional processor description\",\n \"field\": \"my-keyword-field\",\n \"value\": \"foo\"\n }\n }\n ],\n \"_meta\": {\n \"reason\": \"set my-keyword-field to foo\",\n \"serialization\": {\n \"class\": \"MyPipeline\",\n \"id\": 10\n }\n }\n}" } } } @@ -21880,22 +20397,7 @@ "examples": { "GetLicenseResponseExample1": { "description": "A successful response from `GET /_license`.", - "value": { - "license": { - "expiry_date": "2018-11-19T22:05:12.332Z", - "expiry_date_in_millis": 1542665112332, - "issue_date": "2018-10-20T22:05:12.332Z", - "issue_date_in_millis": 1540073112332, - "issued_to": "test", - "issuer": "elasticsearch", - "max_nodes": 1000, - "max_resource_units": null, - "start_date_in_millis": -1, - "status": "active", - "type": "trial", - "uid": "cbff45e7-c553-41f7-ae4f-9205eabd80xx" - } - } + "value": "{\n \"license\" : {\n \"status\" : \"active\",\n \"uid\" : \"cbff45e7-c553-41f7-ae4f-9205eabd80xx\",\n \"type\" : \"trial\",\n \"issue_date\" : \"2018-10-20T22:05:12.332Z\",\n \"issue_date_in_millis\" : 1540073112332,\n \"expiry_date\" : \"2018-11-19T22:05:12.332Z\",\n \"expiry_date_in_millis\" : 1542665112332,\n \"max_nodes\" : 1000,\n \"max_resource_units\" : null,\n \"issued_to\" : \"test\",\n \"issuer\" : \"elasticsearch\",\n \"start_date_in_millis\" : -1\n }\n}" } } } @@ -22029,9 +20531,7 @@ "examples": { "GetBasicLicenseStatusResponseExample1": { "description": "A successful response from `GET /_license/basic_status`.", - "value": { - "eligible_to_start_basic": true - } + "value": "{\n \"eligible_to_start_basic\": true\n}" } } } @@ -22067,9 +20567,7 @@ "examples": { "GetTrialLicenseStatusResponseExample1": { "description": "A successful response from `GET /_license/trial_status`.", - "value": { - "eligible_to_start_trial": true - } + "value": "{\n \"eligible_to_start_trial\": true\n}" } } } @@ -22164,10 +20662,7 @@ "examples": { "StartBasicLicenseResponseExample1": { "description": "A successful response from `POST /_license/start_basic?acknowledge=true`. If you currently have a license with more features than a basic license and you start a basic license, you must pass the acknowledge parameter.", - "value": { - "acknowledged": true, - "basic_was_started": true - } + "value": "{\n \"basic_was_started\": true,\n \"acknowledged\": true\n}" } } } @@ -22245,10 +20740,7 @@ "examples": { "StartTrialLicenseResponseExample1": { "description": "A successful response from `POST /_license/start_trial?acknowledge=true`.", - "value": { - "acknowledged": true, - "trial_was_started": true - } + "value": "{\n \"trial_was_started\": true,\n \"acknowledged\": true\n}" } } } @@ -22314,24 +20806,7 @@ "LogstashPutPipelineRequestExample1": { "summary": "Create a pipeline", "description": "Run `PUT _logstash/pipeline/my_pipeline` to create a pipeline.", - "value": { - "description": "Sample pipeline for illustration purposes", - "last_modified": "2021-01-02T02:50:51.250Z", - "pipeline": "input {}\\n filter { grok {} }\\n output {}", - "pipeline_metadata": { - "type": "logstash_pipeline", - "version": 1 - }, - "pipeline_settings": { - "pipeline.batch.delay": 50, - "pipeline.batch.size": 125, - "pipeline.workers": 1, - "queue.checkpoint.writes": 1024, - "queue.max_bytes": "1gb", - "queue.type": "memory" - }, - "username": "elastic" - } + "value": "{\n \"description\": \"Sample pipeline for illustration purposes\",\n \"last_modified\": \"2021-01-02T02:50:51.250Z\",\n \"pipeline_metadata\": {\n \"type\": \"logstash_pipeline\",\n \"version\": 1\n },\n \"username\": \"elastic\",\n \"pipeline\": \"input {}\\\\n filter { grok {} }\\\\n output {}\",\n \"pipeline_settings\": {\n \"pipeline.workers\": 1,\n \"pipeline.batch.size\": 125,\n \"pipeline.batch.delay\": 50,\n \"queue.type\": \"memory\",\n \"queue.max_bytes\": \"1gb\",\n \"queue.checkpoint.writes\": 1024\n }\n}" } } } @@ -22666,95 +21141,7 @@ "examples": { "GetFeatureUpgradeStatusResponseExample1": { "description": "A successful response from `GET /_migration/system_features`.", - "value": { - "features": [ - { - "feature_name": "async_search", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "enrich", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "ent_search", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "fleet", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "geoip", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "kibana", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "logstash_management", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "machine_learning", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "searchable_snapshots", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "security", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "synonyms", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "tasks", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "transform", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - }, - { - "feature_name": "watcher", - "indices": [], - "migration_status": "NO_MIGRATION_NEEDED", - "minimum_index_version": "8100099" - } - ], - "migration_status": "NO_MIGRATION_NEEDED" - } + "value": "{\n \"features\" : [\n {\n \"feature_name\" : \"async_search\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"enrich\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"ent_search\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"fleet\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"geoip\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"kibana\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"logstash_management\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"machine_learning\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"searchable_snapshots\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"security\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"synonyms\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"tasks\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"transform\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n },\n {\n \"feature_name\" : \"watcher\",\n \"minimum_index_version\" : \"8100099\",\n \"migration_status\" : \"NO_MIGRATION_NEEDED\",\n \"indices\" : [ ]\n }\n ],\n \"migration_status\" : \"NO_MIGRATION_NEEDED\"\n}" } } } @@ -22796,14 +21183,7 @@ "examples": { "PostFeatureUpgradeResponseExample1": { "description": "When you run `POST /_migration/system_features` to start the migration process, the response lists the features that will be migrated.\n", - "value": { - "accepted": true, - "features": [ - { - "feature_name": "security" - } - ] - } + "value": "{\n \"accepted\" : true,\n \"features\" : [\n {\n \"feature_name\" : \"security\"\n }\n ]\n}" } } } @@ -22853,9 +21233,7 @@ "examples": { "MlClearTrainedModelDeploymentCacheResponseExample1": { "description": "A successful response when clearing the inference cache.", - "value": { - "cleared": true - } + "value": "{\n \"cleared\": true\n}" } } } @@ -22957,9 +21335,7 @@ "examples": { "MlCloseJobResponseExample1": { "description": "A successful response when closing anomaly detection jobs.", - "value": { - "closed": true - } + "value": "{\n \"closed\": true\n}" } } } @@ -23126,9 +21502,7 @@ "examples": { "MlDeleteCalendarResponseExample1": { "description": "A successful response when deleting a calendar.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -23180,9 +21554,7 @@ "examples": { "MlDeleteCalendarEventResponseExample1": { "description": "A successful response when deleting a calendar event.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -23310,10 +21682,7 @@ "examples": { "MlDeleteCalendarJobResponseExample1": { "description": "A successful response when deleting an anomaly detection job from a calendar.", - "value": { - "calendar_id": "planned-outages", - "job_ids": [] - } + "value": "{\n \"calendar_id\": \"planned-outages\",\n \"job_ids\": []\n}" } } } @@ -23545,9 +21914,7 @@ "examples": { "MlDeleteDataFrameAnalyticsResponseExample1": { "description": "A successful response when deleting a data frame analytics job.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -23826,9 +22193,7 @@ "examples": { "MlDeleteDatafeedResponseExample1": { "description": "A successful response when deleting a datafeed.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -24028,9 +22393,7 @@ "examples": { "MlDeleteFilterResponseExample1": { "description": "A successful response when deleting a filter.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -24353,53 +22716,7 @@ "examples": { "MlPutJobRequestExample1": { "description": "A request to create an anomaly detection job and datafeed.", - "value": { - "analysis_config": { - "bucket_span": "15m", - "detectors": [ - { - "detector_description": "Sum of bytes", - "field_name": "bytes", - "function": "sum" - } - ] - }, - "analysis_limits": { - "model_memory_limit": "11MB" - }, - "data_description": { - "time_field": "timestamp", - "time_format": "epoch_ms" - }, - "datafeed_config": { - "datafeed_id": "datafeed-test-job1", - "indices": [ - "kibana_sample_data_logs" - ], - "query": { - "bool": { - "must": [ - { - "match_all": {} - } - ] - } - }, - "runtime_mappings": { - "hour_of_day": { - "script": { - "source": "emit(doc['timestamp'].value.getHour());" - }, - "type": "long" - } - } - }, - "model_plot_config": { - "annotations_enabled": true, - "enabled": true - }, - "results_index_name": "test-job1" - } + "value": "{\n \"analysis_config\": {\n \"bucket_span\": \"15m\",\n \"detectors\": [\n {\n \"detector_description\": \"Sum of bytes\",\n \"function\": \"sum\",\n \"field_name\": \"bytes\"\n }\n ]\n },\n \"data_description\": {\n \"time_field\": \"timestamp\",\n \"time_format\": \"epoch_ms\"\n },\n \"analysis_limits\": {\n \"model_memory_limit\": \"11MB\"\n },\n \"model_plot_config\": {\n \"enabled\": true,\n \"annotations_enabled\": true\n },\n \"results_index_name\": \"test-job1\",\n \"datafeed_config\": {\n \"indices\": [\n \"kibana_sample_data_logs\"\n ],\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"match_all\": {}\n }\n ]\n }\n },\n \"runtime_mappings\": {\n \"hour_of_day\": {\n \"type\": \"long\",\n \"script\": {\n \"source\": \"emit(doc['timestamp'].value.getHour());\"\n }\n }\n },\n \"datafeed_id\": \"datafeed-test-job1\"\n }\n}" } } } @@ -24495,86 +22812,7 @@ "examples": { "MlPutJobResponseExample1": { "description": "A successful response when creating an anomaly detection job and datafeed.", - "value": { - "allow_lazy_open": false, - "analysis_config": { - "bucket_span": "15m", - "detectors": [ - { - "detector_description": "Sum of bytes", - "detector_index": 0, - "field_name": "bytes", - "function": "sum" - } - ], - "influencers": [], - "model_prune_window": "30d" - }, - "analysis_limits": { - "categorization_examples_limit": 4, - "model_memory_limit": "11mb" - }, - "create_time": 1656087283340, - "daily_model_snapshot_retention_after_days": 1, - "data_description": { - "time_field": "timestamp", - "time_format": "epoch_ms" - }, - "datafeed_config": { - "authorization": { - "roles": [ - "superuser" - ] - }, - "chunking_config": { - "mode": "auto" - }, - "datafeed_id": "datafeed-test-job1", - "delayed_data_check_config": { - "enabled": true - }, - "indices": [ - "kibana_sample_data_logs" - ], - "indices_options": { - "allow_no_indices": true, - "expand_wildcards": [ - "open" - ], - "ignore_throttled": true, - "ignore_unavailable": false - }, - "job_id": "test-job1", - "query": { - "bool": { - "must": [ - { - "match_all": {} - } - ] - } - }, - "query_delay": "61499ms", - "runtime_mappings": { - "hour_of_day": { - "script": { - "source": "emit(doc['timestamp'].value.getHour());" - }, - "type": "long" - } - }, - "scroll_size": 1000 - }, - "job_id": "test-job1", - "job_type": "anomaly_detector", - "job_version": "8.4.0", - "model_plot_config": { - "annotations_enabled": true, - "enabled": true - }, - "model_snapshot_retention_days": 10, - "results_index_name": "custom-test-job1" - } + "value": "{\n \"job_id\": \"test-job1\",\n \"job_type\": \"anomaly_detector\",\n \"job_version\": \"8.4.0\",\n \"create_time\": 1656087283340,\n \"datafeed_config\": {\n \"datafeed_id\": \"datafeed-test-job1\",\n \"job_id\": \"test-job1\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"query_delay\": \"61499ms\",\n \"chunking_config\": {\n \"mode\": \"auto\"\n },\n \"indices_options\": {\n \"expand_wildcards\": [\n \"open\"\n ],\n \"ignore_unavailable\": false,\n \"allow_no_indices\": true,\n \"ignore_throttled\": true\n },\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"match_all\": {}\n }\n ]\n }\n },\n \"indices\": [\n \"kibana_sample_data_logs\"\n ],\n \"scroll_size\": 1000,\n \"delayed_data_check_config\": {\n \"enabled\": true\n },\n \"runtime_mappings\": {\n \"hour_of_day\": {\n \"type\": \"long\",\n \"script\": {\n \"source\": \"emit(doc['timestamp'].value.getHour());\"\n }\n }\n }\n },\n \"analysis_config\": {\n \"bucket_span\": \"15m\",\n \"detectors\": [\n {\n \"detector_description\": \"Sum of bytes\",\n \"function\": \"sum\",\n \"field_name\": \"bytes\",\n \"detector_index\": 0\n }\n ],\n \"influencers\": [],\n \"model_prune_window\": \"30d\"\n },\n \"analysis_limits\": {\n \"model_memory_limit\": \"11mb\",\n \"categorization_examples_limit\": 4\n },\n \"data_description\": {\n \"time_field\": \"timestamp\",\n \"time_format\": \"epoch_ms\"\n },\n \"model_plot_config\": {\n \"enabled\": true,\n \"annotations_enabled\": true\n },\n \"model_snapshot_retention_days\": 10,\n \"daily_model_snapshot_retention_after_days\": 1,\n \"results_index_name\": \"custom-test-job1\",\n \"allow_lazy_open\": false\n}" } } } @@ -24645,16 +22883,12 @@ "MlDeleteJobResponseExample1": { "summary": "Delete job", "description": "A successful response when deleting an anomaly detection job.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" }, "MlDeleteJobResponseExample2": { "summary": "Delete job asynchronously", "description": "A successful response when deleting an anomaly detection job asynchronously. When the `wait_for_completion` query parameter is set to `false`, the response contains an identifier for the job deletion task.\n", - "value": { - "task": "oTUltX4IQMOUUVeiohTt8A:39" - } + "value": "{\n \"task\": \"oTUltX4IQMOUUVeiohTt8A:39\"\n}" } } } @@ -24791,9 +23025,7 @@ "examples": { "MlDeleteModelSnapshotResponseExample1": { "description": "A successful response when deleting an existing model snapshot.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -25002,9 +23234,7 @@ "examples": { "MlDeleteTrainedModelResponseExample1": { "description": "A successful response when deleting an existing trained inference model.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -25112,9 +23342,7 @@ "examples": { "MlDeleteTrainedModelAliasResponseExample1": { "description": "A successful response when deleting a trained model alias.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -25160,31 +23388,7 @@ "examples": { "MlEstimateModelMemoryRequestExample1": { "description": "Run `POST _ml/anomaly_detectors/_estimate_model_memory` to estimate the model memory limit based on the analysis configuration details provided in the request body.", - "value": { - "analysis_config": { - "bucket_span": "5m", - "detectors": [ - { - "by_field_name": "status", - "field_name": "bytes", - "function": "sum", - "partition_field_name": "app" - } - ], - "influencers": [ - "source_ip", - "dest_ip" - ] - }, - "max_bucket_cardinality": { - "dest_ip": 30, - "source_ip": 300 - }, - "overall_cardinality": { - "app": 50, - "status": 10 - } - } + "value": "{\n \"analysis_config\": {\n \"bucket_span\": \"5m\",\n \"detectors\": [\n {\n \"function\": \"sum\",\n \"field_name\": \"bytes\",\n \"by_field_name\": \"status\",\n \"partition_field_name\": \"app\"\n }\n ],\n \"influencers\": [\n \"source_ip\",\n \"dest_ip\"\n ]\n },\n \"overall_cardinality\": {\n \"status\": 10,\n \"app\": 50\n },\n \"max_bucket_cardinality\": {\n \"source_ip\": 300,\n \"dest_ip\": 30\n }\n}" } } } @@ -25210,9 +23414,7 @@ "examples": { "MlEstimateModelMemoryResponseExample1": { "description": "A successful response from `POST _ml/anomaly_detectors/_estimate_model_memory`.", - "value": { - "model_memory_estimate": "21mb" - } + "value": "{\n \"model_memory_estimate\": \"21mb\"\n}" } } } @@ -25255,108 +23457,27 @@ "MlEvaluateDataFrameRequestExample1": { "summary": "Classification example 1", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate a a classification job for an annotated index. The `actual_field` contains the ground truth for classification. The `predicted_field` contains the predicted value calculated by the classification analysis.\n", - "value": { - "evaluation": { - "classification": { - "actual_field": "animal_class", - "metrics": { - "multiclass_confusion_matrix": {} - }, - "predicted_field": "ml.animal_class_prediction" - } - }, - "index": "animal_classification" - } + "value": "{\n \"index\": \"animal_classification\",\n \"evaluation\": {\n \"classification\": {\n \"actual_field\": \"animal_class\",\n \"predicted_field\": \"ml.animal_class_prediction\",\n \"metrics\": {\n \"multiclass_confusion_matrix\": {}\n }\n }\n }\n}" }, "MlEvaluateDataFrameRequestExample2": { "summary": "Classification example 2", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate a classification job with AUC ROC metrics for an annotated index. The `actual_field` contains the ground truth value for the actual animal classification. This is required in order to evaluate results. The `class_name` specifies the class name that is treated as positive during the evaluation, all the other classes are treated as negative.\n", - "value": { - "evaluation": { - "classification": { - "actual_field": "animal_class", - "metrics": { - "auc_roc": { - "class_name": "dog" - } - } - } - }, - "index": "animal_classification" - } + "value": "{\n \"index\": \"animal_classification\",\n \"evaluation\": {\n \"classification\": {\n \"actual_field\": \"animal_class\",\n \"metrics\": {\n \"auc_roc\": {\n \"class_name\": \"dog\"\n }\n }\n }\n }\n}" }, "MlEvaluateDataFrameRequestExample3": { "summary": "Outlier detection", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate an outlier detection job for an annotated index.\n", - "value": { - "evaluation": { - "outlier_detection": { - "actual_field": "is_outlier", - "predicted_probability_field": "ml.outlier_score" - } - }, - "index": "my_analytics_dest_index" - } + "value": "{\n \"index\": \"my_analytics_dest_index\",\n \"evaluation\": {\n \"outlier_detection\": {\n \"actual_field\": \"is_outlier\",\n \"predicted_probability_field\": \"ml.outlier_score\"\n }\n }\n}" }, "MlEvaluateDataFrameRequestExample4": { "summary": "Regression example 1", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate the testing error of a regression job for an annotated index. The term query in the body limits evaluation to be performed on the test split only. The `actual_field` contains the ground truth for house prices. The `predicted_field` contains the house price calculated by the regression analysis.\n", - "value": { - "evaluation": { - "regression": { - "actual_field": "price", - "metrics": { - "huber": { - "delta": 1.5 - }, - "mse": {}, - "msle": { - "offset": 10 - }, - "r_squared": {} - }, - "predicted_field": "ml.price_prediction" - } - }, - "index": "house_price_predictions", - "query": { - "bool": { - "filter": [ - { - "term": { - "ml.is_training": false - } - } - ] - } - } - } + "value": "{\n \"index\": \"house_price_predictions\",\n \"query\": {\n \"bool\": {\n \"filter\": [\n {\n \"term\": {\n \"ml.is_training\": false\n }\n }\n ]\n }\n },\n \"evaluation\": {\n \"regression\": {\n \"actual_field\": \"price\",\n \"predicted_field\": \"ml.price_prediction\",\n \"metrics\": {\n \"r_squared\": {},\n \"mse\": {},\n \"msle\": {\n \"offset\": 10\n },\n \"huber\": {\n \"delta\": 1.5\n }\n }\n }\n }\n}" }, "MlEvaluateDataFrameRequestExample5": { "summary": "Regression example 2", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate the training error of a regression job for an annotated index. The term query in the body limits evaluation to be performed on the training split only. The `actual_field` contains the ground truth for house prices. The `predicted_field` contains the house price calculated by the regression analysis.\n", - "value": { - "evaluation": { - "regression": { - "actual_field": "price", - "metrics": { - "huber": {}, - "mse": {}, - "msle": {}, - "r_squared": {} - }, - "predicted_field": "ml.price_prediction" - } - }, - "index": "house_price_predictions", - "query": { - "term": { - "ml.is_training": { - "value": true - } - } - } - } + "value": "{\n \"index\": \"house_price_predictions\",\n \"query\": {\n \"term\": {\n \"ml.is_training\": {\n \"value\": true\n }\n }\n },\n \"evaluation\": {\n \"regression\": {\n \"actual_field\": \"price\",\n \"predicted_field\": \"ml.price_prediction\",\n \"metrics\": {\n \"r_squared\": {},\n \"mse\": {},\n \"msle\": {},\n \"huber\": {}\n }\n }\n }\n}" } } } @@ -25386,97 +23507,17 @@ "MlEvaluateDataFrameResponseExample1": { "summary": "Classification example 1", "description": "A succesful response from `POST _ml/data_frame/_evaluate` to evaluate a classification analysis job for an annotated index. The `actual_class` contains the name of the class the analysis tried to predict. The `actual_class_doc_count` is the number of documents in the index belonging to the `actual_class`. The `predicted_classes` object contains the list of the predicted classes and the number of predictions associated with the class.\n", - "value": { - "classification": { - "multiclass_confusion_matrix": { - "confusion_matrix": [ - { - "actual_class": "cat", - "actual_class_doc_count": 12, - "other_predicted_class_doc_count": 0, - "predicted_classes": [ - { - "count": 12, - "predicted_class": "cat" - }, - { - "count": 0, - "predicted_class": "dog" - } - ] - }, - { - "actual_class": "dog", - "actual_class_doc_count": 11, - "other_predicted_class_doc_count": 0, - "predicted_classes": [ - { - "count": 7, - "predicted_class": "dog" - }, - { - "count": 4, - "predicted_class": "cat" - } - ] - } - ], - "other_actual_class_count": 0 - } - } - } + "value": "{\n \"classification\": {\n \"multiclass_confusion_matrix\": {\n \"confusion_matrix\": [\n {\n \"actual_class\": \"cat\",\n \"actual_class_doc_count\": 12,\n \"predicted_classes\": [\n {\n \"predicted_class\": \"cat\",\n \"count\": 12\n },\n {\n \"predicted_class\": \"dog\",\n \"count\": 0\n }\n ],\n \"other_predicted_class_doc_count\": 0\n },\n {\n \"actual_class\": \"dog\",\n \"actual_class_doc_count\": 11,\n \"predicted_classes\": [\n {\n \"predicted_class\": \"dog\",\n \"count\": 7\n },\n {\n \"predicted_class\": \"cat\",\n \"count\": 4\n }\n ],\n \"other_predicted_class_doc_count\": 0\n }\n ],\n \"other_actual_class_count\": 0\n }\n }\n}" }, "MlEvaluateDataFrameResponseExample2": { "summary": "Classification example 2", "description": "A succesful response from `POST _ml/data_frame/_evaluate` to evaluate a classification analysis job with the AUC ROC metrics for an annotated index.\n", - "value": { - "classification": { - "auc_roc": { - "value": 0.8941788639536681 - } - } - } + "value": "{\n \"classification\": {\n \"auc_roc\": {\n \"value\": 0.8941788639536681\n }\n }\n}" }, "MlEvaluateDataFrameResponseExample3": { "summary": "Outlier detection", "description": "A successful response from `POST _ml/data_frame/_evaluate` to evaluate an outlier detection job.", - "value": { - "outlier_detection": { - "auc_roc": { - "value": 0.9258475774641444 - }, - "confusion_matrix": { - "0.25": { - "fn": 5, - "fp": 9, - "tn": 204, - "tp": 5 - }, - "0.5": { - "fn": 9, - "fp": 5, - "tn": 208, - "tp": 1 - }, - "0.75": { - "fn": 10, - "fp": 4, - "tn": 209, - "tp": 0 - } - }, - "precision": { - "0.25": 0.35714285714285715, - "0.5": 0.16666666666666666, - "0.75": 0 - }, - "recall": { - "0.25": 0.5, - "0.5": 0.1, - "0.75": 0 - } - } - } + "value": "{\n \"outlier_detection\": {\n \"auc_roc\": {\n \"value\": 0.9258475774641445\n },\n \"confusion_matrix\": {\n \"0.25\": {\n \"tp\": 5,\n \"fp\": 9,\n \"tn\": 204,\n \"fn\": 5\n },\n \"0.5\": {\n \"tp\": 1,\n \"fp\": 5,\n \"tn\": 208,\n \"fn\": 9\n },\n \"0.75\": {\n \"tp\": 0,\n \"fp\": 4,\n \"tn\": 209,\n \"fn\": 10\n }\n },\n \"precision\": {\n \"0.25\": 0.35714285714285715,\n \"0.5\": 0.16666666666666666,\n \"0.75\": 0\n },\n \"recall\": {\n \"0.25\": 0.5,\n \"0.5\": 0.1,\n \"0.75\": 0\n }\n }\n}" } } } @@ -27242,9 +25283,7 @@ "examples": { "MlOpenJobRequestExample1": { "description": "A request to open anomaly detection jobs. The timeout specifies to wait 35 minutes for the job to open.\n", - "value": { - "timeout": "35m" - } + "value": "{\n \"timeout\": \"35m\"\n}" } } } @@ -27273,10 +25312,7 @@ "examples": { "MlOpenJobResponseExample1": { "description": "A successful response when opening an anomaly detection job.", - "value": { - "node": "node-1", - "opened": true - } + "value": "{\n \"opened\": true,\n \"node\": \"node-1\"\n}" } } } @@ -30980,15 +29016,7 @@ "examples": { "OpenPointInTimeResponseExample1": { "description": "A successful response from `POST /my-index-000001/_pit?keep_alive=1m&allow_partial_search_results=true`. It includes a summary of the total number of shards, as well as the number of successful shards when creating the PIT.\n", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 10, - "total": 10 - }, - "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA=" - } + "value": "{\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA=\",\n \"_shards\": {\n \"total\": 10,\n \"successful\": 10,\n \"skipped\": 0,\n \"failed\": 0\n }\n}" } } } @@ -31118,26 +29146,7 @@ "examples": { "QueryRuleGetResponseExample1": { "description": "A successful response from `GET _query_rules/my-ruleset/_rule/my-rule1`.", - "value": { - "actions": { - "ids": [ - "id1", - "id2" - ] - }, - "criteria": [ - { - "metadata": "query_string", - "type": "contains", - "values": [ - "pugs", - "puggles" - ] - } - ], - "rule_id": "my-rule1", - "type": "pinned" - } + "value": "{\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"query_string\",\n \"values\": [\n \"pugs\",\n \"puggles\"\n ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n}" } } } @@ -31216,11 +29225,7 @@ "examples": { "QueryRulePutRequestExample1": { "description": "Run `POST _query_rules/my-ruleset/_test` to test a ruleset. Provide the match criteria that you want to test against.\n", - "value": { - "match_criteria": { - "query_string": "puggles" - } - } + "value": "{\n \"match_criteria\": {\n \"query_string\": \"puggles\"\n }\n}" } } } @@ -31327,56 +29332,7 @@ "examples": { "QueryRulesetGetResponseExample1": { "description": "A successful response from `GET _query_rules/my-ruleset/`.", - "value": { - "rules": [ - { - "actions": { - "ids": [ - "id1", - "id2" - ] - }, - "criteria": [ - { - "metadata": "query_string", - "type": "contains", - "values": [ - "pugs", - "puggles" - ] - } - ], - "rule_id": "my-rule1", - "type": "pinned" - }, - { - "actions": { - "docs": [ - { - "_id": "id3", - "_index": "index1" - }, - { - "_id": "id4", - "_index": "index2" - } - ] - }, - "criteria": [ - { - "metadata": "query_string", - "type": "fuzzy", - "values": [ - "rescue dogs" - ] - } - ], - "rule_id": "my-rule2", - "type": "pinned" - } - ], - "ruleset_id": "my-ruleset" - } + "value": "{\n \"ruleset_id\": \"my-ruleset\",\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"query_string\",\n \"values\": [ \"pugs\", \"puggles\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"query_string\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" } } } @@ -31435,62 +29391,7 @@ "examples": { "QueryRulesetPutRequestExample1": { "description": "Run `PUT _query_rules/my-ruleset` to create a new query ruleset. Two rules are associated with `my-ruleset`. `my-rule1` will pin documents with IDs `id1` and `id2` when `user_query` contains `pugs` or `puggles` and `user_country` exactly matches `us`. `my-rule2` will exclude documents from different specified indices with IDs `id3` and `id4` when the `query_string` fuzzily matches `rescue dogs`.\n", - "value": { - "rules": [ - { - "actions": { - "ids": [ - "id1", - "id2" - ] - }, - "criteria": [ - { - "metadata": "user_query", - "type": "contains", - "values": [ - "pugs", - "puggles" - ] - }, - { - "metadata": "user_country", - "type": "exact", - "values": [ - "us" - ] - } - ], - "rule_id": "my-rule1", - "type": "pinned" - }, - { - "actions": { - "docs": [ - { - "_id": "id3", - "_index": "index1" - }, - { - "_id": "id4", - "_index": "index2" - } - ] - }, - "criteria": [ - { - "metadata": "user_query", - "type": "fuzzy", - "values": [ - "rescue dogs" - ] - } - ], - "rule_id": "my-rule2", - "type": "pinned" - } - ] - } + "value": "{\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"user_query\",\n \"values\": [ \"pugs\", \"puggles\" ]\n },\n {\n \"type\": \"exact\",\n \"metadata\": \"user_country\",\n \"values\": [ \"us\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"user_query\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" } } } @@ -31610,34 +29511,7 @@ "examples": { "QueryRulesetListResponseExample1": { "description": "A successful response from `GET _query_rules/?from=0&size=3`.", - "value": { - "count": 3, - "results": [ - { - "rule_criteria_types_counts": { - "exact": 1 - }, - "rule_total_count": 1, - "ruleset_id": "ruleset-1" - }, - { - "rule_criteria_types_counts": { - "exact": 1, - "fuzzy": 1 - }, - "rule_total_count": 2, - "ruleset_id": "ruleset-2" - }, - { - "rule_criteria_types_counts": { - "exact": 1, - "fuzzy": 2 - }, - "rule_total_count": 3, - "ruleset_id": "ruleset-3" - } - ] - } + "value": "{\n \"count\": 3,\n \"results\": [\n {\n \"ruleset_id\": \"ruleset-1\",\n \"rule_total_count\": 1,\n \"rule_criteria_types_counts\": {\n \"exact\": 1\n }\n },\n {\n \"ruleset_id\": \"ruleset-2\",\n \"rule_total_count\": 2,\n \"rule_criteria_types_counts\": {\n \"exact\": 1,\n \"fuzzy\": 1\n }\n },\n {\n \"ruleset_id\": \"ruleset-3\",\n \"rule_total_count\": 3,\n \"rule_criteria_types_counts\": {\n \"exact\": 1,\n \"fuzzy\": 2\n }\n }\n ]\n}" } } } @@ -31689,62 +29563,7 @@ "examples": { "QueryRulesetTestRequestExample1": { "description": "Run `PUT _query_rules/my-ruleset` to create a new query ruleset. Two rules are associated with `my-ruleset`. `my-rule1` will pin documents with IDs `id1` and `id2` when `user_query` contains `pugs` or `puggles` and `user_country` exactly matches `us`. `my-rule2` will exclude documents from different specified indices with IDs `id3` and `id4` when the `query_string` fuzzily matches `rescue dogs`.\n", - "value": { - "rules": [ - { - "actions": { - "ids": [ - "id1", - "id2" - ] - }, - "criteria": [ - { - "metadata": "user_query", - "type": "contains", - "values": [ - "pugs", - "puggles" - ] - }, - { - "metadata": "user_country", - "type": "exact", - "values": [ - "us" - ] - } - ], - "rule_id": "my-rule1", - "type": "pinned" - }, - { - "actions": { - "docs": [ - { - "_id": "id3", - "_index": "index1" - }, - { - "_id": "id4", - "_index": "index2" - } - ] - }, - "criteria": [ - { - "metadata": "user_query", - "type": "fuzzy", - "values": [ - "rescue dogs" - ] - } - ], - "rule_id": "my-rule2", - "type": "pinned" - } - ] - } + "value": "{\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"user_query\",\n \"values\": [ \"pugs\", \"puggles\" ]\n },\n {\n \"type\": \"exact\",\n \"metadata\": \"user_country\",\n \"values\": [ \"us\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"user_query\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" } } } @@ -31777,15 +29596,7 @@ "examples": { "QueryRulesetTestResponseExample1": { "description": "A successful response from `POST _query_rules/my-ruleset/_test`.", - "value": { - "matched_rules": [ - { - "rule_id": "my-rule1", - "ruleset_id": "my-ruleset" - } - ], - "total_matched_rules": 1 - } + "value": "{\n \"total_matched_rules\": 1,\n \"matched_rules\": [\n {\n \"ruleset_id\": \"my-ruleset\",\n \"rule_id\": \"my-rule1\"\n }\n ]\n}" } } } @@ -32054,211 +29865,67 @@ "ReindexRequestExample1": { "summary": "Reindex multiple sources", "description": "Run `POST _reindex` to reindex from multiple sources. The `index` attribute in source can be a list, which enables you to copy from lots of sources in one request. This example copies documents from the `my-index-000001` and `my-index-000002` indices.\n", - "value": { - "dest": { - "index": "my-new-index-000002" - }, - "source": { - "index": [ - "my-index-000001", - "my-index-000002" - ] - } - } + "value": "{\n \"source\": {\n \"index\": [\"my-index-000001\", \"my-index-000002\"]\n },\n \"dest\": {\n \"index\": \"my-new-index-000002\"\n }\n}" }, "ReindexRequestExample10": { "summary": "Reindex with Painless", "description": "You can use Painless to reindex daily indices to apply a new template to the existing documents. The script extracts the date from the index name and creates a new index with `-1` appended. For example, all data from `metricbeat-2016.05.31` will be reindexed into `metricbeat-2016.05.31-1`.\n", - "value": { - "dest": { - "index": "metricbeat" - }, - "script": { - "lang": "painless", - "source": "ctx._index = 'metricbeat-' + (ctx._index.substring('metricbeat-'.length(), ctx._index.length())) + '-1'" - }, - "source": { - "index": "metricbeat-*" - } - } + "value": "{\n \"source\": {\n \"index\": \"metricbeat-*\"\n },\n \"dest\": {\n \"index\": \"metricbeat\"\n },\n \"script\": {\n \"lang\": \"painless\",\n \"source\": \"ctx._index = 'metricbeat-' + (ctx._index.substring('metricbeat-'.length(), ctx._index.length())) + '-1'\"\n }\n}" }, "ReindexRequestExample11": { "summary": "Reindex a random subset", "description": "Run `POST _reindex` to extract a random subset of the source for testing. You might need to adjust the `min_score` value depending on the relative amount of data extracted from source.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "max_docs": 10, - "source": { - "index": "my-index-000001", - "query": { - "function_score": { - "min_score": 0.9, - "random_score": {} - } - } - } - } + "value": "{\n \"max_docs\": 10,\n \"source\": {\n \"index\": \"my-index-000001\",\n \"query\": {\n \"function_score\" : {\n \"random_score\" : {},\n \"min_score\" : 0.9\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample12": { "summary": "Reindex modified documents", "description": "Run `POST _reindex` to modify documents during reindexing. This example bumps the version of the source document.\n", - "value": { - "dest": { - "index": "my-new-index-000001", - "version_type": "external" - }, - "script": { - "lang": "painless", - "source": "if (ctx._source.foo == 'bar') {ctx._version++; ctx._source.remove('foo')}" - }, - "source": { - "index": "my-index-000001" - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\",\n \"version_type\": \"external\"\n },\n \"script\": {\n \"source\": \"if (ctx._source.foo == 'bar') {ctx._version++; ctx._source.remove('foo')}\",\n \"lang\": \"painless\"\n }\n}" }, "ReindexRequestExample13": { "summary": "Reindex from remote on Elastic Cloud", "description": "When using Elastic Cloud, you can run `POST _reindex` and authenticate against a remote cluster with an API key.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "index": "my-index-000001", - "query": { - "match": { - "test": "data" - } - }, - "remote": { - "host": "http://otherhost:9200", - "password": "pass", - "username": "user" - } - } - } + "value": "{\n \"source\": {\n \"remote\": {\n \"host\": \"http://otherhost:9200\",\n \"username\": \"user\",\n \"password\": \"pass\"\n },\n \"index\": \"my-index-000001\",\n \"query\": {\n \"match\": {\n \"test\": \"data\"\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample2": { "summary": "Manual slicing", "description": "Run `POST _reindex` to slice a reindex request manually. Provide a slice ID and total number of slices to each request.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "index": "my-index-000001", - "slice": { - "id": 0, - "max": 2 - } - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample3": { "summary": "Automatic slicing", "description": "Run `POST _reindex?slices=5&refresh` to automatically parallelize using sliced scroll to slice on `_id`. The `slices` parameter specifies the number of slices to use.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "index": "my-index-000001" - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample4": { "summary": "Routing", "description": "By default if reindex sees a document with routing then the routing is preserved unless it's changed by the script. You can set `routing` on the `dest` request to change this behavior. In this example, run `POST _reindex` to copy all documents from the `source` with the company name `cat` into the `dest` with routing set to `cat`.\n", - "value": { - "dest": { - "index": "dest", - "routing": "=cat" - }, - "source": { - "index": "source", - "query": { - "match": { - "company": "cat" - } - } - } - } + "value": "{\n \"source\": {\n \"index\": \"source\",\n \"query\": {\n \"match\": {\n \"company\": \"cat\"\n }\n }\n },\n \"dest\": {\n \"index\": \"dest\",\n \"routing\": \"=cat\"\n }\n}" }, "ReindexRequestExample5": { "summary": "Ingest pipelines", "description": "Run `POST _reindex` and use the ingest pipelines feature.", - "value": { - "dest": { - "index": "dest", - "pipeline": "some_ingest_pipeline" - }, - "source": { - "index": "source" - } - } + "value": "{\n \"source\": {\n \"index\": \"source\"\n },\n \"dest\": {\n \"index\": \"dest\",\n \"pipeline\": \"some_ingest_pipeline\"\n }\n}" }, "ReindexRequestExample6": { "summary": "Reindex with a query", "description": "Run `POST _reindex` and add a query to the `source` to limit the documents to reindex. For example, this request copies documents into `my-new-index-000001` only if they have a `user.id` of `kimchy`.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "index": "my-index-000001", - "query": { - "term": { - "user.id": "kimchy" - } - } - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample7": { "summary": "Reindex with max_docs", "description": "You can limit the number of processed documents by setting `max_docs`. For example, run `POST _reindex` to copy a single document from `my-index-000001` to `my-new-index-000001`.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "max_docs": 1, - "source": { - "index": "my-index-000001" - } - } + "value": "{\n \"max_docs\": 1,\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample8": { "summary": "Reindex selected fields", "description": "You can use source filtering to reindex a subset of the fields in the original documents. For example, run `POST _reindex` the reindex only the `user.id` and `_doc` fields of each document.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "_source": [ - "user.id", - "_doc" - ], - "index": "my-index-000001" - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"_source\": [\"user.id\", \"_doc\"]\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample9": { "summary": "Reindex new field names", "description": "A reindex operation can build a copy of an index with renamed fields. If your index has documents with `text` and `flag` fields, you can change the latter field name to `tag` during the reindex.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "script": { - "source": "ctx._source.tag = ctx._source.remove(\"flag\")" - }, - "source": { - "index": "my-index-000001" - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n },\n \"script\": {\n \"source\": \"ctx._source.tag = ctx._source.remove(\\\"flag\\\")\"\n }\n}" } } } @@ -32568,40 +30235,7 @@ "examples": { "CreateRollupJobRequestExample1": { "description": "Run `PUT _rollup/job/sensor` to create a rollup job that targets the `sensor-*` index pattern. This configuration enables date histograms to be used on the `timestamp` field and terms aggregations to be used on the `node` field. This configuration defines metrics over two fields: `temperature` and `voltage`. For the `temperature` field, it collects the `min`, `max`, and `sum` of the temperature. For `voltage`, it collects the `average`.\n", - "value": { - "cron": "*/30 * * * * ?", - "groups": { - "date_histogram": { - "delay": "7d", - "field": "timestamp", - "fixed_interval": "1h" - }, - "terms": { - "fields": [ - "node" - ] - } - }, - "index_pattern": "sensor-*", - "metrics": [ - { - "field": "temperature", - "metrics": [ - "min", - "max", - "sum" - ] - }, - { - "field": "voltage", - "metrics": [ - "avg" - ] - } - ], - "page_size": 1000, - "rollup_index": "sensor_rollup" - } + "value": "{\n \"index_pattern\": \"sensor-*\",\n \"rollup_index\": \"sensor_rollup\",\n \"cron\": \"*/30 * * * * ?\",\n \"page_size\": 1000,\n \"groups\": {\n \"date_histogram\": {\n \"field\": \"timestamp\",\n \"fixed_interval\": \"1h\",\n \"delay\": \"7d\"\n },\n \"terms\": {\n \"fields\": [ \"node\" ]\n }\n },\n \"metrics\": [\n {\n \"field\": \"temperature\",\n \"metrics\": [ \"min\", \"max\", \"sum\" ]\n },\n {\n \"field\": \"voltage\",\n \"metrics\": [ \"avg\" ]\n }\n ]\n}" } } } @@ -32618,9 +30252,7 @@ }, "examples": { "CreateRollupJobResponseExample1": { - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -32675,9 +30307,7 @@ "examples": { "DeleteRollupJobResponseExample1": { "description": "A successful response from `DELETE _rollup/job/sensor`.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -32779,48 +30409,7 @@ "examples": { "GetRollupIndexCapabilitiesResponseExample1": { "description": "A successful response from `GET /sensor_rollup/_rollup/data`. The response contains the rollup job ID, the index that holds the rolled data, and the index pattern that the job was targeting. It also shows a list of fields that contain data eligible for rollup searches. For example, you can use a `min`, `max`, or `sum` aggregation on the `temperature` field, but only a `date_histogram` on `timestamp`.\n", - "value": { - "sensor_rollup": { - "rollup_jobs": [ - { - "fields": { - "node": [ - { - "agg": "terms" - } - ], - "temperature": [ - { - "agg": "min" - }, - { - "agg": "max" - }, - { - "agg": "sum" - } - ], - "timestamp": [ - { - "agg": "date_histogram", - "delay": "7d", - "fixed_interval": "1h", - "time_zone": "UTC" - } - ], - "voltage": [ - { - "agg": "avg" - } - ] - }, - "index_pattern": "sensor-*", - "job_id": "sensor", - "rollup_index": "sensor_rollup" - } - ] - } - } + "value": "{\n \"sensor_rollup\" : {\n \"rollup_jobs\" : [\n {\n \"job_id\" : \"sensor\",\n \"rollup_index\" : \"sensor_rollup\",\n \"index_pattern\" : \"sensor-*\",\n \"fields\" : {\n \"node\" : [\n {\n \"agg\" : \"terms\"\n }\n ],\n \"temperature\" : [\n {\n \"agg\" : \"min\"\n },\n {\n \"agg\" : \"max\"\n },\n {\n \"agg\" : \"sum\"\n }\n ],\n \"timestamp\" : [\n {\n \"agg\" : \"date_histogram\",\n \"time_zone\" : \"UTC\",\n \"fixed_interval\" : \"1h\",\n \"delay\": \"7d\"\n }\n ],\n \"voltage\" : [\n {\n \"agg\" : \"avg\"\n }\n ]\n }\n }\n ]\n }\n}" } } } @@ -32931,9 +30520,7 @@ "examples": { "StartRollupJobResponseExample1": { "description": "A successful response from `POST _rollup/job/sensor/_start`.", - "value": { - "started": true - } + "value": "{\n \"started\": true\n}" } } } @@ -33698,34 +31285,7 @@ "examples": { "SearchApplicationGetResponseExample1": { "description": "A sucessful response from `GET _application/search_application/my-app/`.", - "value": { - "indices": [ - "index1", - "index2" - ], - "name": "my-app", - "template": { - "script": { - "lang": "mustache", - "options": { - "content_type": "application/json;charset=utf-8" - }, - "params": { - "default_field": "*", - "query_string": "*" - }, - "source": { - "query": { - "query_string": { - "default_field": "{{default_field}}", - "query": "{{query_string}}" - } - } - } - } - }, - "updated_at_millis": 1682105622204 - } + "value": "{\n \"name\": \"my-app\",\n \"indices\": [ \"index1\", \"index2\" ],\n \"updated_at_millis\": 1682105622204,\n \"template\": {\n \"script\": {\n \"source\": {\n \"query\": {\n \"query_string\": {\n \"query\": \"{{query_string}}\",\n \"default_field\": \"{{default_field}}\"\n }\n }\n },\n \"lang\": \"mustache\",\n \"options\": {\n \"content_type\": \"application/json;charset=utf-8\"\n },\n \"params\": {\n \"query_string\": \"*\",\n \"default_field\": \"*\"\n }\n }\n }\n}" } } } @@ -33772,46 +31332,7 @@ "examples": { "SearchApplicationPutRequestExample1": { "description": "Run `PUT _application/search_application/my-app` to create or update a search application called `my-app`. When the dictionary parameter is specified, the search application search API will perform the following parameter validation: it accepts only the `query_string` and `default_field` parameters; it verifies that `query_string` and `default_field` are both strings; it accepts `default_field` only if it takes the values title or description. If the parameters are not valid, the search application search API will return an error.\n", - "value": { - "indices": [ - "index1", - "index2" - ], - "template": { - "dictionary": { - "properties": { - "additionalProperties": false, - "default_field": { - "enum": [ - "title", - "description" - ], - "type": "string" - }, - "query_string": { - "type": "string" - } - }, - "required": [ - "query_string" - ] - }, - "script": { - "params": { - "default_field": "*", - "query_string": "*" - }, - "source": { - "query": { - "query_string": { - "default_field": "{{default_field}}", - "query": "{{query_string}}" - } - } - } - } - } - } + "value": "{\n \"indices\": [ \"index1\", \"index2\" ],\n \"template\": {\n \"script\": {\n \"source\": {\n \"query\": {\n \"query_string\": {\n \"query\": \"{{query_string}}\",\n \"default_field\": \"{{default_field}}\"\n }\n }\n },\n \"params\": {\n \"query_string\": \"*\",\n \"default_field\": \"*\"\n }\n },\n \"dictionary\": {\n \"properties\": {\n \"query_string\": {\n \"type\": \"string\"\n },\n \"default_field\": {\n \"type\": \"string\",\n \"enum\": [\n \"title\",\n \"description\"\n ]\n },\n \"additionalProperties\": false\n },\n \"required\": [\n \"query_string\"\n ]\n }\n }\n}" } } } @@ -34047,19 +31568,7 @@ "examples": { "SearchApplicationsListResponseExample1": { "description": "A succesful response from `GET _application/search_application?from=0&size=3&q=app*` returns the first three search applications whose names start with `app`.", - "value": { - "count": 2, - "results": [ - { - "name": "app-1", - "updated_at_millis": 1690981129366 - }, - { - "name": "app-2", - "updated_at_millis": 1691501823939 - } - ] - } + "value": "{\n \"count\": 2,\n \"results\": [\n {\n \"name\": \"app-1\",\n \"updated_at_millis\": 1690981129366\n },\n {\n \"name\": \"app-2\",\n \"updated_at_millis\": 1691501823939\n }\n ]\n}" } } } @@ -34122,36 +31631,7 @@ "examples": { "BehavioralAnalyticsEventPostRequestExample1": { "description": "Run `POST _application/analytics/my_analytics_collection/event/search_click` to send a `search_click` event to an analytics collection called `my_analytics_collection`.", - "value": { - "document": { - "id": "123", - "index": "products" - }, - "search": { - "query": "search term", - "results": { - "items": [ - { - "document": { - "id": "123", - "index": "products" - } - } - ], - "total_results": 10 - }, - "search_application": "website", - "sort": { - "name": "relevance" - } - }, - "session": { - "id": "1797ca95-91c9-4e2e-b1bd-9c38e6f386a9" - }, - "user": { - "id": "5f26f01a-bbee-4202-9298-81261067abbd" - } - } + "value": "{\n \"session\": {\n \"id\": \"1797ca95-91c9-4e2e-b1bd-9c38e6f386a9\"\n },\n \"user\": {\n \"id\": \"5f26f01a-bbee-4202-9298-81261067abbd\"\n },\n \"search\":{\n \"query\": \"search term\",\n \"results\": {\n \"items\": [\n {\n \"document\": {\n \"id\": \"123\",\n \"index\": \"products\"\n }\n }\n ],\n \"total_results\": 10\n },\n \"sort\": {\n \"name\": \"relevance\"\n },\n \"search_application\": \"website\"\n },\n \"document\":{\n \"id\": \"123\",\n \"index\": \"products\"\n }\n}" } } } @@ -34223,21 +31703,7 @@ "examples": { "SearchApplicationsRenderQueryRequestExample1": { "description": "Run `POST _application/search_application/my-app/_render_query` to generate a query for a search application called `my-app` that uses the search template.", - "value": { - "params": { - "query_string": "my first query", - "text_fields": [ - { - "boost": 5, - "name": "title" - }, - { - "boost": 1, - "name": "description" - } - ] - } - } + "value": "{\n \"params\": {\n \"query_string\": \"my first query\",\n \"text_fields\": [\n {\n \"name\": \"title\",\n \"boost\": 5\n },\n {\n \"name\": \"description\",\n \"boost\": 1\n }\n ]\n }\n}" } } } @@ -34254,20 +31720,7 @@ "examples": { "SearchApplicationsRenderQueryResponseExample1": { "description": "A successful response for generating a query for a search application. The `from`, `size`, and `explain` parameters were not specified in the request, so the default values specified in the search template are used.", - "value": { - "explain": false, - "from": 0, - "query": { - "multi_match": { - "fields": [ - "description^1.0", - "title^5.0" - ], - "query": "my first query" - } - }, - "size": 10 - } + "value": "{\n \"from\": 0,\n \"size\": 10,\n \"query\": {\n \"multi_match\": {\n \"query\": \"my first query\",\n \"fields\": [\n \"description^1.0\",\n \"title^5.0\"\n ]\n }\n },\n \"explain\": false\n}" } } } @@ -35061,16 +32514,7 @@ "examples": { "SearchableSnapshotsMountSnapshotRequestExample1": { "description": "Run `POST /_snapshot/my_repository/my_snapshot/_mount?wait_for_completion=true` to mount the index `my_docs` from an existing snapshot named `my_snapshot` stored in `my_repository` as a new index `docs`.\n", - "value": { - "ignore_index_settings": [ - "index.refresh_interval" - ], - "index": "my_docs", - "index_settings": { - "index.number_of_replicas": 0 - }, - "renamed_index": "docs" - } + "value": "{\n \"index\": \"my_docs\",\n \"renamed_index\": \"docs\",\n \"index_settings\": {\n \"index.number_of_replicas\": 0\n },\n \"ignore_index_settings\": [ \"index.refresh_interval\" ]\n}" } } } @@ -35180,11 +32624,7 @@ "examples": { "ActivateUserProfileRequestExample1": { "description": "Run `POST /_security/profile/_activate` to activate a user profile.\n", - "value": { - "grant_type": "password", - "password": "l0ng-r4nd0m-p@ssw0rd", - "username": "jacknich" - } + "value": "{\n \"grant_type\": \"password\",\n \"username\" : \"jacknich\",\n \"password\" : \"l0ng-r4nd0m-p@ssw0rd\"\n}" } } } @@ -35202,27 +32642,7 @@ "examples": { "ActivateUserProfileResponseExample1": { "description": "A successful response from `POST /_security/profile/_activate`.", - "value": { - "_doc": { - "_primary_term": 88, - "_seq_no": 66 - }, - "data": {}, - "enabled": true, - "labels": {}, - "last_synchronized": 1642650651037, - "uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", - "user": { - "email": "jacknich@example.com", - "full_name": "Jack Nicholson", - "realm_name": "native", - "roles": [ - "admin", - "other_role1" - ], - "username": "jacknich" - } - } + "value": "{\n \"uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\",\n \"enabled\": true,\n \"last_synchronized\": 1642650651037,\n \"user\": {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\", \"other_role1\"\n ],\n \"realm_name\": \"native\",\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\"\n },\n \"labels\": {},\n \"data\": {},\n \"_doc\": {\n \"_primary_term\": 88,\n \"_seq_no\": 66\n }\n}" } } } @@ -35314,25 +32734,7 @@ "examples": { "SecurityAuthenticateResponseExample1": { "description": "A successful response from `GET /_security/_authenticate`.", - "value": { - "authentication_realm": { - "name": "file", - "type": "file" - }, - "authentication_type": "realm", - "email": null, - "enabled": true, - "full_name": null, - "lookup_realm": { - "name": "file", - "type": "file" - }, - "metadata": {}, - "roles": [ - "admin" - ], - "username": "rdeniro" - } + "value": "{\n \"username\": \"rdeniro\",\n \"roles\": [\n \"admin\"\n ],\n \"full_name\": null,\n \"email\": null,\n \"metadata\": { },\n \"enabled\": true,\n \"authentication_realm\": {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"lookup_realm\": {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"authentication_type\": \"realm\"\n}" } } } @@ -35397,211 +32799,17 @@ "SecurityBulkPutRoleRequestExample1": { "summary": "Bulk role success", "description": "Run `POST /_security/role` to add roles called `my_admin_role` and `my_user_role`.\n", - "value": { - "roles": { - "my_admin_role": { - "applications": [ - { - "application": "myapp", - "privileges": [ - "admin", - "read" - ], - "resources": [ - "*" - ] - } - ], - "cluster": [ - "all" - ], - "indices": [ - { - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ], - "query": "{\"match\": {\"title\": \"foo\"}}" - } - ], - "metadata": { - "version": 1 - }, - "run_as": [ - "other_user" - ] - }, - "my_user_role": { - "applications": [ - { - "application": "myapp", - "privileges": [ - "admin", - "read" - ], - "resources": [ - "*" - ] - } - ], - "cluster": [ - "all" - ], - "indices": [ - { - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1" - ], - "privileges": [ - "read" - ], - "query": "{\"match\": {\"title\": \"foo\"}}" - } - ], - "metadata": { - "version": 1 - }, - "run_as": [ - "other_user" - ] - } - } - } + "value": "{\n \"roles\": {\n \"my_admin_role\": {\n \"cluster\": [\n \"all\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index1\",\n \"index2\"\n ],\n \"privileges\": [\n \"all\"\n ],\n \"field_security\": {\n \"grant\": [\n \"title\",\n \"body\"\n ]\n },\n \"query\": \"{\\\"match\\\": {\\\"title\\\": \\\"foo\\\"}}\"\n }\n ],\n \"applications\": [\n {\n \"application\": \"myapp\",\n \"privileges\": [\n \"admin\",\n \"read\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [\n \"other_user\"\n ],\n \"metadata\": {\n \"version\": 1\n }\n },\n \"my_user_role\": {\n \"cluster\": [\n \"all\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index1\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"field_security\": {\n \"grant\": [\n \"title\",\n \"body\"\n ]\n },\n \"query\": \"{\\\"match\\\": {\\\"title\\\": \\\"foo\\\"}}\"\n }\n ],\n \"applications\": [\n {\n \"application\": \"myapp\",\n \"privileges\": [\n \"admin\",\n \"read\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [\n \"other_user\"\n ],\n \"metadata\": {\n \"version\": 1\n }\n }\n }\n}" }, "SecurityBulkPutRoleRequestExample2": { "summary": "Bulk role errors", "description": "Because errors are handled individually for each role create or update, the API allows partial success. For example, `POST /_security/role` would throw an error for `my_admin_role` because the privilege `bad_cluster_privilege` doesn't exist, but would be successful for the `my_user_role`.\n", - "value": { - "roles": { - "my_admin_role": { - "applications": [ - { - "application": "myapp", - "privileges": [ - "admin", - "read" - ], - "resources": [ - "*" - ] - } - ], - "cluster": [ - "bad_cluster_privilege" - ], - "indices": [ - { - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ], - "query": "{\"match\": {\"title\": \"foo\"}}" - } - ], - "metadata": { - "version": 1 - }, - "run_as": [ - "other_user" - ] - }, - "my_user_role": { - "applications": [ - { - "application": "myapp", - "privileges": [ - "admin", - "read" - ], - "resources": [ - "*" - ] - } - ], - "cluster": [ - "all" - ], - "indices": [ - { - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1" - ], - "privileges": [ - "read" - ], - "query": "{\"match\": {\"title\": \"foo\"}}" - } - ], - "metadata": { - "version": 1 - }, - "run_as": [ - "other_user" - ] - } - } - } + "value": "{\n \"roles\": {\n \"my_admin_role\": {\n \"cluster\": [\n \"bad_cluster_privilege\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index1\",\n \"index2\"\n ],\n \"privileges\": [\"all\"],\n \"field_security\": {\n \"grant\": [\n \"title\",\n \"body\"\n ]\n },\n \"query\": \"{\\\"match\\\": {\\\"title\\\": \\\"foo\\\"}}\"\n }\n ],\n \"applications\": [\n {\n \"application\": \"myapp\",\n \"privileges\": [\n \"admin\",\n \"read\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [\n \"other_user\"\n ],\n \"metadata\": {\n \"version\": 1\n }\n },\n \"my_user_role\": {\n \"cluster\": [\n \"all\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index1\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"field_security\": {\n \"grant\": [\n \"title\",\n \"body\"\n ]\n },\n \"query\": \"{\\\"match\\\": {\\\"title\\\": \\\"foo\\\"}}\"\n }\n ],\n \"applications\": [\n {\n \"application\": \"myapp\",\n \"privileges\": [\n \"admin\",\n \"read\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [\n \"other_user\"\n ],\n \"metadata\": {\n \"version\": 1\n }\n }\n }\n}" }, "SecurityBulkPutRoleRequestExample3": { "summary": "Role example 3", "description": "Run `POST /_security/role/only_remote_access_role` to configure a role with remote indices and remote cluster privileges for a remote cluster.", - "value": { - "remote_cluster": [ - { - "clusters": [ - "my_remote" - ], - "privileges": [ - "monitor_stats" - ] - } - ], - "remote_indices": [ - { - "clusters": [ - "my_remote" - ], - "names": [ - "logs*" - ], - "privileges": [ - "read", - "read_cross_cluster", - "view_index_metadata" - ] - } - ] - } + "value": "{\n \"remote_indices\": [\n {\n \"clusters\": [\"my_remote\"], \n \"names\": [\"logs*\"], \n \"privileges\": [\"read\", \"read_cross_cluster\", \"view_index_metadata\"] \n }\n ],\n \"remote_cluster\": [\n {\n \"clusters\": [\"my_remote\"], \n \"privileges\": [\"monitor_stats\"] \n }\n ]\n}" } } } @@ -35646,30 +32854,12 @@ "SecurityBulkPutRoleResponseExample1": { "summary": "A successful response", "description": "A successful response from `POST /_security/role/my_admin_role` returns a JSON structure that shows whether the role has been created, updated, or had no changes made.\n", - "value": { - "created": [ - "my_admin_role", - "my_user_role" - ] - } + "value": "{\n \"created\": [ \n \"my_admin_role\", \n \"my_user_role\"\n ]\n}" }, "SecurityBulkPutRoleResponseExample2": { "summary": "A partially successful response", "description": "A partially successful response from `POST /_security/role`. Errors are handled individually for each role create or update, thus the API allows partial success. In this example, the creation of the `my_user_role` role succeeds and the `my_admin_role` role fails.\n", - "value": { - "created": [ - "my_user_role" - ], - "errors": { - "count": 1, - "details": { - "my_admin_role": { - "reason": "Validation Failed: 1: unknown cluster privilege [bad_cluster_privilege]. a privilege must be either one of the predefined cluster privilege names [manage_own_api_key,manage_data_stream_global_retention,monitor_data_stream_global_retention,none,cancel_task,cross_cluster_replication,cross_cluster_search,delegate_pki,grant_api_key,manage_autoscaling,manage_index_templates,manage_logstash_pipelines,manage_oidc,manage_saml,manage_search_application,manage_search_query_rules,manage_search_synonyms,manage_service_account,manage_token,manage_user_profile,monitor_connector,monitor_enrich,monitor_inference,monitor_ml,monitor_rollup,monitor_snapshot,monitor_stats,monitor_text_structure,monitor_watcher,post_behavioral_analytics_event,read_ccr,read_connector_secrets,read_fleet_secrets,read_ilm,read_pipeline,read_security,read_slm,transport_client,write_connector_secrets,write_fleet_secrets,create_snapshot,manage_behavioral_analytics,manage_ccr,manage_connector,manage_enrich,manage_ilm,manage_inference,manage_ml,manage_rollup,manage_slm,manage_watcher,monitor_data_frame_transforms,monitor_transform,manage_api_key,manage_ingest_pipelines,manage_pipeline,manage_data_frame_transforms,manage_transform,manage_security,monitor,manage,all] or a pattern over one of the available cluster actions;", - "type": "action_request_validation_exception" - } - } - } - } + "value": "{\n \"created\": [\n \"my_user_role\" \n ],\n \"errors\": { \n \"count\": 1, \n \"details\": {\n \"my_admin_role\": { \n \"type\": \"action_request_validation_exception\",\n \"reason\": \"Validation Failed: 1: unknown cluster privilege [bad_cluster_privilege]. a privilege must be either one of the predefined cluster privilege names [manage_own_api_key,manage_data_stream_global_retention,monitor_data_stream_global_retention,none,cancel_task,cross_cluster_replication,cross_cluster_search,delegate_pki,grant_api_key,manage_autoscaling,manage_index_templates,manage_logstash_pipelines,manage_oidc,manage_saml,manage_search_application,manage_search_query_rules,manage_search_synonyms,manage_service_account,manage_token,manage_user_profile,monitor_connector,monitor_enrich,monitor_inference,monitor_ml,monitor_rollup,monitor_snapshot,monitor_stats,monitor_text_structure,monitor_watcher,post_behavioral_analytics_event,read_ccr,read_connector_secrets,read_fleet_secrets,read_ilm,read_pipeline,read_security,read_slm,transport_client,write_connector_secrets,write_fleet_secrets,create_snapshot,manage_behavioral_analytics,manage_ccr,manage_connector,manage_enrich,manage_ilm,manage_inference,manage_ml,manage_rollup,manage_slm,manage_watcher,monitor_data_frame_transforms,monitor_transform,manage_api_key,manage_ingest_pipelines,manage_pipeline,manage_data_frame_transforms,manage_transform,manage_security,monitor,manage,all] or a pattern over one of the available cluster actions;\"\n }\n }\n }\n}" } } } @@ -35719,12 +32909,7 @@ "SecurityBulkDeleteRoleRequestExample1": { "summary": "Bulk delete example 1", "description": "Run DELETE /_security/role` to delete `my_admin_role` and `my_user_role` roles.\n", - "value": { - "names": [ - "my_admin_role", - "my_user_role" - ] - } + "value": "{\n \"names\": [\"my_admin_role\", \"my_user_role\"]\n}" } } } @@ -35762,42 +32947,17 @@ "SecurityBulkDeleteRoleResponseExample1": { "summary": "A successful response", "description": "A successful response from `DELETE /_security/role`.", - "value": { - "deleted": [ - "my_admin_role", - "my_user_role" - ] - } + "value": "{\n \"deleted\": [\n \"my_admin_role\",\n \"my_user_role\"\n ]\n}" }, "SecurityBulkDeleteRoleResponseExample2": { "summary": "A response with not_found roles", "description": "A partially successful response from `DELETE /_security/role`. If a role cannot be found, it appears in the `not_found` list in the response.\n", - "value": { - "deleted": [ - "my_admin_role" - ], - "not_found": [ - "not_an_existing_role" - ] - } + "value": "{\n \"deleted\": [\n \"my_admin_role\"\n ],\n \"not_found\": [\n \"not_an_existing_role\"\n ]\n}" }, "SecurityBulkDeleteRoleResponseExample3": { "summary": "A response with errors", "description": "A partially successful response from `DELETE /_security/role`. If part of a request fails or is invalid, the response includes `errors`.\n", - "value": { - "deleted": [ - "my_admin_role" - ], - "errors": { - "count": 1, - "details": { - "superuser": { - "reason": "role [superuser] is reserved and cannot be deleted", - "type": "illegal_argument_exception" - } - } - } - } + "value": "{\n \"deleted\": [\n \"my_admin_role\"\n ],\n \"errors\": {\n \"count\": 1,\n \"details\": {\n \"superuser\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"role [superuser] is reserved and cannot be deleted\"\n }\n }\n }\n}" } } } @@ -35856,46 +33016,11 @@ "examples": { "SecurityBulkUpdateApiKeysRequestExample1": { "description": "Assign new role descriptors and metadata and update the expiration time for two API keys.", - "value": { - "expiration": "30d", - "ids": [ - "VuaCfGcBCdbkQm-e5aOx", - "H3_AhoIBA9hmeQJdg7ij" - ], - "metadata": { - "environment": { - "level": 2, - "tags": [ - "production" - ], - "trusted": true - } - }, - "role_descriptors": { - "role-a": { - "indices": [ - { - "names": [ - "*" - ], - "privileges": [ - "write" - ] - } - ] - } - } - } + "value": "{\n \"ids\": [\n \"VuaCfGcBCdbkQm-e5aOx\",\n \"H3_AhoIBA9hmeQJdg7ij\"\n ],\n \"role_descriptors\": {\n \"role-a\": {\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"write\"\n ]\n }\n ]\n }\n },\n \"metadata\": {\n \"environment\": {\n \"level\": 2,\n \"trusted\": true,\n \"tags\": [\n \"production\"\n ]\n }\n },\n \"expiration\": \"30d\"\n}" }, "SecurityBulkUpdateApiKeysRequestExample2": { "description": "Remove the previously assigned permissions for two API keys, making them inherit the owner user's full permissions.", - "value": { - "ids": [ - "VuaCfGcBCdbkQm-e5aOx", - "H3_AhoIBA9hmeQJdg7ij" - ], - "role_descriptors": {} - } + "value": "{\n \"ids\": [\n \"VuaCfGcBCdbkQm-e5aOx\",\n \"H3_AhoIBA9hmeQJdg7ij\"\n ],\n \"role_descriptors\": {}\n}" } } } @@ -35934,13 +33059,7 @@ "examples": { "SecurityBulkUpdateApiKeysResponseExample1": { "description": "A successful response from updating two API keys.", - "value": { - "noops": [], - "updated": [ - "VuaCfGcBCdbkQm-e5aOx", - "H3_AhoIBA9hmeQJdg7ij" - ] - } + "value": "{\n \"updated\": [\n \"VuaCfGcBCdbkQm-e5aOx\",\n \"H3_AhoIBA9hmeQJdg7ij\"\n ],\n \"noops\": []\n}" } } } @@ -36470,105 +33589,12 @@ "SecurityGetApiKeyResponseExample1": { "summary": "Get a key by ID", "description": "A successful response from `GET /_security/api_key?id=VuaCfGcBCdbkQm-e5aOx&with_limited_by=true`.", - "value": { - "api_keys": [ - { - "creation": 1548550550158, - "expiration": 1548551550158, - "id": "VuaCfGcBCdbkQm-e5aOx", - "invalidated": false, - "limited_by": [ - { - "role-power-user": { - "applications": [], - "cluster": [ - "monitor" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "*" - ], - "privileges": [ - "read" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - } - ], - "metadata": { - "application": "myapp" - }, - "name": "my-api-key", - "realm": "native1", - "realm_type": "native", - "role_descriptors": {}, - "username": "myuser" - } - ] - } + "value": "{\n \"api_keys\": [ \n {\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\", \n \"name\": \"my-api-key\", \n \"creation\": 1548550550158, \n \"expiration\": 1548551550158, \n \"invalidated\": false, \n \"username\": \"myuser\", \n \"realm\": \"native1\", \n \"realm_type\": \"native\",\n \"metadata\": { \n \"application\": \"myapp\"\n },\n \"role_descriptors\": { }, \n \"limited_by\": [ \n {\n \"role-power-user\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n ]\n }\n ]\n}" }, "SecurityGetApiKeyResponseExample2": { "summary": "Get all keys for a user", "description": "A successful response from `GET /_security/api_key?username=myuser&realm_name=native1`. The response contains all API keys for the user `myuser` in the `native1` realm.\n", - "value": { - "api_keys": [ - { - "creation": 1548550550158, - "expiration": 1548551550158, - "id": "0GF5GXsBCXxz2eDxWwFN", - "invalidated": false, - "metadata": { - "application": "myapp" - }, - "name": "hadoop_myuser_key", - "realm": "native1", - "realm_type": "native", - "role_descriptors": { - "role-a": { - "applications": [], - "cluster": [ - "monitor" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "index-a" - ], - "privileges": [ - "read" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - }, - "username": "myuser" - }, - { - "creation": 1548550550158, - "id": "6wHJmcQpReKBa42EHV5SBw", - "invalidated": false, - "metadata": {}, - "name": "api-key-name-2", - "realm": "realm-2", - "role_descriptors": {}, - "username": "user-y" - } - ] - } + "value": "{\n \"api_keys\": [\n {\n \"id\": \"0GF5GXsBCXxz2eDxWwFN\",\n \"name\": \"hadoop_myuser_key\",\n \"creation\": 1548550550158,\n \"expiration\": 1548551550158,\n \"invalidated\": false,\n \"username\": \"myuser\",\n \"realm\": \"native1\",\n \"realm_type\": \"native\",\n \"metadata\": {\n \"application\": \"myapp\"\n },\n \"role_descriptors\": {\n \"role-a\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index-a\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n },\n {\n \"id\": \"6wHJmcQpReKBa42EHV5SBw\",\n \"name\": \"api-key-name-2\",\n \"creation\": 1548550550158,\n \"invalidated\": false,\n \"username\": \"user-y\",\n \"realm\": \"realm-2\",\n \"metadata\": {},\n \"role_descriptors\": { }\n }\n ]\n}" } } } @@ -36670,50 +33696,32 @@ "SecurityInvalidateApiKeyRequestExample1": { "summary": "API keys by ID", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by ID.", - "value": { - "ids": [ - "VuaCfGcBCdbkQm-e5aOx" - ] - } + "value": "{\n \"ids\" : [ \"VuaCfGcBCdbkQm-e5aOx\" ]\n}" }, "SecurityInvalidateApiKeyRequestExample2": { "summary": "API keys by name", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by name.", - "value": { - "name": "my-api-key" - } + "value": "{\n \"name\" : \"my-api-key\"\n}" }, "SecurityInvalidateApiKeyRequestExample3": { "summary": "API keys by realm", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the `native1` realm.", - "value": { - "realm_name": "native1" - } + "value": "{\n \"realm_name\" : \"native1\"\n}" }, "SecurityInvalidateApiKeyRequestExample4": { "summary": "API keys by user", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the user `myuser` in all realms.", - "value": { - "username": "myuser" - } + "value": "{\n \"username\" : \"myuser\"\n}" }, "SecurityInvalidateApiKeyRequestExample5": { "summary": "API keys by ID and owner", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by ID if they are owned by the currently authenticated user.", - "value": { - "ids": [ - "VuaCfGcBCdbkQm-e5aOx" - ], - "owner": "true" - } + "value": "{\n \"ids\" : [\"VuaCfGcBCdbkQm-e5aOx\"],\n \"owner\" : \"true\"\n}" }, "SecurityInvalidateApiKeyRequestExample6": { "summary": "API keys by user and realm", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the user `myuser` in the `native1` realm .", - "value": { - "realm_name": "native1", - "username": "myuser" - } + "value": "{\n \"username\" : \"myuser\",\n \"realm_name\" : \"native1\"\n}" } } } @@ -36763,34 +33771,7 @@ "examples": { "SecurityInvalidateApiKeyResponseExample1": { "description": "A successful response from `DELETE /_security/api_key`.\n", - "value": { - "error_count": 2, - "error_details": [ - { - "caused_by": { - "reason": "invalid api key id", - "type": "illegal_argument_exception" - }, - "reason": "error occurred while invalidating api keys", - "type": "exception" - }, - { - "caused_by": { - "reason": "invalid api key id", - "type": "illegal_argument_exception" - }, - "reason": "error occurred while invalidating api keys", - "type": "exception" - } - ], - "invalidated_api_keys": [ - "api-key-id-1" - ], - "previously_invalidated_api_keys": [ - "api-key-id-2", - "api-key-id-3" - ] - } + "value": "{\n \"invalidated_api_keys\": [ \n \"api-key-id-1\"\n ],\n \"previously_invalidated_api_keys\": [ \n \"api-key-id-2\",\n \"api-key-id-3\"\n ],\n \"error_count\": 2, \n \"error_details\": [ \n {\n \"type\": \"exception\",\n \"reason\": \"error occurred while invalidating api keys\",\n \"caused_by\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"invalid api key id\"\n }\n },\n {\n \"type\": \"exception\",\n \"reason\": \"error occurred while invalidating api keys\",\n \"caused_by\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"invalid api key id\"\n }\n }\n ]\n}" } } } @@ -36838,37 +33819,7 @@ "examples": { "CreateCrossClusterApiKeyRequestExample1": { "description": "Run `POST /_security/cross_cluster/api_key` to create a cross-cluster API key.\n", - "value": { - "access": { - "replication": [ - { - "names": [ - "archive*" - ] - } - ], - "search": [ - { - "names": [ - "logs*" - ] - } - ] - }, - "expiration": "1d", - "metadata": { - "description": "phase one", - "environment": { - "level": 1, - "tags": [ - "dev", - "staging" - ], - "trusted": true - } - }, - "name": "my-cross-cluster-api-key" - } + "value": "{\n \"name\": \"my-cross-cluster-api-key\",\n \"expiration\": \"1d\", \n \"access\": {\n \"search\": [ \n {\n \"names\": [\"logs*\"]\n }\n ],\n \"replication\": [ \n {\n \"names\": [\"archive*\"]\n }\n ]\n },\n \"metadata\": {\n \"description\": \"phase one\",\n \"environment\": {\n \"level\": 1,\n \"trusted\": true,\n \"tags\": [\"dev\", \"staging\"]\n }\n }\n}" } } } @@ -36911,13 +33862,7 @@ "examples": { "CreateCrossClusterApiKeyResponseExample1": { "description": "A successful response from `POST /_security/service/elastic/fleet-server/credential/token`.\n", - "value": { - "created": true, - "token": { - "name": "Jk5J1HgBuyBK5TpDrdo4", - "value": "AAEAAWVsYXN0aWM...vZmxlZXQtc2VydmVyL3Rva2VuMTo3TFdaSDZ" - } - } + "value": "{\n \"created\": true,\n \"token\": {\n \"name\": \"Jk5J1HgBuyBK5TpDrdo4\",\n \"value\": \"AAEAAWVsYXN0aWM...vZmxlZXQtc2VydmVyL3Rva2VuMTo3TFdaSDZ\"\n }\n}" } } } @@ -37062,9 +34007,7 @@ "examples": { "DeleteServiceTokenResponseExample1": { "description": "A successful response from `DELETE /_security/service/elastic/fleet-server/credential/token/token42`.\n", - "value": { - "found": true - } + "value": "{\n \"found\" : true\n}" } } } @@ -37135,11 +34078,7 @@ "examples": { "SecurityDelegatePkiRequestExample1": { "description": "Delegate a one element certificate chain.", - "value": { - "x509_certificate_chain": [ - "MIIDeDCCAmCgAwIBAgIUBzj/nGGKxP2iXawsSquHmQjCJmMwDQYJKoZIhvcNAQELBQAwUzErMCkGA1UEAxMiRWxhc3RpY3NlYXJjaCBUZXN0IEludGVybWVkaWF0ZSBDQTEWMBQGA1UECxMNRWxhc3RpY3NlYXJjaDEMMAoGA1UEChMDb3JnMB4XDTIzMDcxODE5MjkwNloXDTQzMDcxMzE5MjkwNlowSjEiMCAGA1UEAxMZRWxhc3RpY3NlYXJjaCBUZXN0IENsaWVudDEWMBQGA1UECxMNRWxhc3RpY3NlYXJjaDEMMAoGA1UEChMDb3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAllHL4pQkkfwAm/oLkxYYO+r950DEy1bjH+4viCHzNADLCTWO+lOZJVlNx7QEzJE3QGMdif9CCBBxQFMapA7oUFCLq84fPSQQu5AnvvbltVD9nwVtCs+9ZGDjMKsz98RhSLMFIkxdxi6HkQ3Lfa4ZSI4lvba4oo+T/GveazBDS+NgmKyq00EOXt3tWi1G9vEVItommzXWfv0agJWzVnLMldwkPqsw0W7zrpyT7FZS4iLbQADGceOW8fiauOGMkscu9zAnDR/SbWl/chYioQOdw6ndFLn1YIFPd37xL0WsdsldTpn0vH3YfzgLMffT/3P6YlwBegWzsx6FnM/93Ecb4wIDAQABo00wSzAJBgNVHRMEAjAAMB0GA1UdDgQWBBQKNRwjW+Ad/FN1Rpoqme/5+jrFWzAfBgNVHSMEGDAWgBRcya0c0x/PaI7MbmJVIylWgLqXNjANBgkqhkiG9w0BAQsFAAOCAQEACZ3PF7Uqu47lplXHP6YlzYL2jL0D28hpj5lGtdha4Muw1m/BjDb0Pu8l0NQ1z3AP6AVcvjNDkQq6Y5jeSz0bwQlealQpYfo7EMXjOidrft1GbqOMFmTBLpLA9SvwYGobSTXWTkJzonqVaTcf80HpMgM2uEhodwTcvz6v1WEfeT/HMjmdIsq4ImrOL9RNrcZG6nWfw0HR3JNOgrbfyEztEI471jHznZ336OEcyX7gQuvHE8tOv5+oD1d7s3Xg1yuFp+Ynh+FfOi3hPCuaHA+7F6fLmzMDLVUBAllugst1C3U+L/paD7tqIa4ka+KNPCbSfwazmJrt4XNiivPR4hwH5g==" - ] - } + "value": "{\n\"x509_certificate_chain\": [\"MIIDeDCCAmCgAwIBAgIUBzj/nGGKxP2iXawsSquHmQjCJmMwDQYJKoZIhvcNAQELBQAwUzErMCkGA1UEAxMiRWxhc3RpY3NlYXJjaCBUZXN0IEludGVybWVkaWF0ZSBDQTEWMBQGA1UECxMNRWxhc3RpY3NlYXJjaDEMMAoGA1UEChMDb3JnMB4XDTIzMDcxODE5MjkwNloXDTQzMDcxMzE5MjkwNlowSjEiMCAGA1UEAxMZRWxhc3RpY3NlYXJjaCBUZXN0IENsaWVudDEWMBQGA1UECxMNRWxhc3RpY3NlYXJjaDEMMAoGA1UEChMDb3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAllHL4pQkkfwAm/oLkxYYO+r950DEy1bjH+4viCHzNADLCTWO+lOZJVlNx7QEzJE3QGMdif9CCBBxQFMapA7oUFCLq84fPSQQu5AnvvbltVD9nwVtCs+9ZGDjMKsz98RhSLMFIkxdxi6HkQ3Lfa4ZSI4lvba4oo+T/GveazBDS+NgmKyq00EOXt3tWi1G9vEVItommzXWfv0agJWzVnLMldwkPqsw0W7zrpyT7FZS4iLbQADGceOW8fiauOGMkscu9zAnDR/SbWl/chYioQOdw6ndFLn1YIFPd37xL0WsdsldTpn0vH3YfzgLMffT/3P6YlwBegWzsx6FnM/93Ecb4wIDAQABo00wSzAJBgNVHRMEAjAAMB0GA1UdDgQWBBQKNRwjW+Ad/FN1Rpoqme/5+jrFWzAfBgNVHSMEGDAWgBRcya0c0x/PaI7MbmJVIylWgLqXNjANBgkqhkiG9w0BAQsFAAOCAQEACZ3PF7Uqu47lplXHP6YlzYL2jL0D28hpj5lGtdha4Muw1m/BjDb0Pu8l0NQ1z3AP6AVcvjNDkQq6Y5jeSz0bwQlealQpYfo7EMXjOidrft1GbqOMFmTBLpLA9SvwYGobSTXWTkJzonqVaTcf80HpMgM2uEhodwTcvz6v1WEfeT/HMjmdIsq4ImrOL9RNrcZG6nWfw0HR3JNOgrbfyEztEI471jHznZ336OEcyX7gQuvHE8tOv5+oD1d7s3Xg1yuFp+Ynh+FfOi3hPCuaHA+7F6fLmzMDLVUBAllugst1C3U+L/paD7tqIa4ka+KNPCbSfwazmJrt4XNiivPR4hwH5g==\"]\n}" } } } @@ -37179,32 +34118,7 @@ "examples": { "SecurityDelegatePkiResponseExample1": { "description": "A successful response from delegating a one element certificate chain.", - "value": { - "access_token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==", - "authentication": { - "authentication_realm": { - "name": "pki1", - "type": "pki" - }, - "authentication_type": "realm", - "email": null, - "enabled": true, - "full_name": null, - "lookup_realm": { - "name": "pki1", - "type": "pki" - }, - "metadata": { - "pki_delegated_by_realm": "file", - "pki_delegated_by_user": "test_admin", - "pki_dn": "O=org, OU=Elasticsearch, CN=Elasticsearch Test Client" - }, - "roles": [], - "username": "Elasticsearch Test Client" - }, - "expires_in": 1200, - "type": "Bearer" - } + "value": "{\n \"access_token\": \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"type\": \"Bearer\",\n \"expires_in\": 1200,\n \"authentication\": {\n \"username\": \"Elasticsearch Test Client\",\n \"roles\": [],\n \"full_name\": null,\n \"email\": null,\n \"metadata\": {\n \"pki_dn\": \"O=org, OU=Elasticsearch, CN=Elasticsearch Test Client\",\n \"pki_delegated_by_user\": \"test_admin\",\n \"pki_delegated_by_realm\": \"file\"\n },\n \"enabled\": true,\n \"authentication_realm\": {\n \"name\": \"pki1\",\n \"type\": \"pki\"\n },\n \"lookup_realm\": {\n \"name\": \"pki1\",\n \"type\": \"pki\"\n },\n \"authentication_type\": \"realm\"\n }\n}" } } } @@ -37301,13 +34215,7 @@ "examples": { "SecurityDeletePrivilegesResponseExample1": { "description": "A successful response from `DELETE /_security/privilege/myapp/read`. If the privilege is successfully deleted, `found` is set to `true`.\n", - "value": { - "myapp": { - "read": { - "found": true - } - } - } + "value": "{\n \"myapp\": {\n \"read\": {\n \"found\" : true\n }\n }\n}" } } } @@ -37440,9 +34348,7 @@ "examples": { "SecurityDeleteRoleResponseExample1": { "description": "A successful response from `DELETE /_security/role/my_admin_role`. If the role is successfully deleted, `found` is set to `true`.\n", - "value": { - "found": true - } + "value": "{\n \"found\" : true\n}" } } } @@ -37583,9 +34489,7 @@ "examples": { "SecurityDeleteRoleMappingResponseExample1": { "description": "A successful response from `DELETE /_security/role_mapping/mapping1`. If the mapping is successfully deleted, `found` is `true`.\n", - "value": { - "found": true - } + "value": "{\n \"found\" : true\n}" } } } @@ -37715,9 +34619,7 @@ "examples": { "SecurityDeleteUserResponseExample1": { "description": "A successful response from `DELETE /_security/user/jacknich`.\n", - "value": { - "found": true - } + "value": "{\n \"found\" : true\n}" } } } @@ -38004,16 +34906,7 @@ "examples": { "EnrollNodeResponseExample1": { "description": "A successful response from `PGET /security/enroll/node`.", - "value": { - "http_ca_cert": "MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqGSIb3DQ....vsDfsA3UZBAjEPfhubpQysAICCAA=", - "http_ca_key": "MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqGSIb3DQ....vsDfsA3UZBAjEPfhubpQysAICCAA=", - "nodes_addresses": [ - "192.168.1.2:9300" - ], - "transport_ca_cert": "MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqG....vsDfsA3UZBAjEPfhubpQysAICCAA=", - "transport_cert": "MIIEJgIBAzCCA98GCSqGSIb3DQEHAaCCA9AEggPMMIIDyDCCA8QGCSqGSIb3....YuEiOXvqZ6jxuVSQ0CAwGGoA==", - "transport_key": "MIIEJgIBAzCCA98GCSqGSIb3DQEHAaCCA9AEggPMMIIDyDCCA8QGCSqGSIb3....YuEiOXvqZ6jxuVSQ0CAwGGoA==" - } + "value": "{\n \"http_ca_key\" : \"MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqGSIb3DQ....vsDfsA3UZBAjEPfhubpQysAICCAA=\", \n \"http_ca_cert\" : \"MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqGSIb3DQ....vsDfsA3UZBAjEPfhubpQysAICCAA=\", \n \"transport_ca_cert\" : \"MIIJlAIBAzCCCVoGCSqGSIb3DQEHAaCCCUsEgglHMIIJQzCCA98GCSqG....vsDfsA3UZBAjEPfhubpQysAICCAA=\", \n \"transport_key\" : \"MIIEJgIBAzCCA98GCSqGSIb3DQEHAaCCA9AEggPMMIIDyDCCA8QGCSqGSIb3....YuEiOXvqZ6jxuVSQ0CAwGGoA==\", \n \"transport_cert\" : \"MIIEJgIBAzCCA98GCSqGSIb3DQEHAaCCA9AEggPMMIIDyDCCA8QGCSqGSIb3....YuEiOXvqZ6jxuVSQ0CAwGGoA==\", \n \"nodes_addresses\" : [ \n \"192.168.1.2:9300\"\n ]\n}" } } } @@ -38073,100 +34966,7 @@ "examples": { "SecurityGetBuiltinPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/privilege/_builtin`.", - "value": { - "cluster": [ - "all", - "cancel_task", - "create_snapshot", - "cross_cluster_replication", - "cross_cluster_search", - "delegate_pki", - "grant_api_key", - "manage", - "manage_api_key", - "manage_autoscaling", - "manage_behavioral_analytics", - "manage_ccr", - "manage_connector", - "manage_data_frame_transforms", - "manage_data_stream_global_retention", - "manage_enrich", - "manage_ilm", - "manage_index_templates", - "manage_inference", - "manage_ingest_pipelines", - "manage_logstash_pipelines", - "manage_ml", - "manage_oidc", - "manage_own_api_key", - "manage_pipeline", - "manage_rollup", - "manage_saml", - "manage_search_application", - "manage_search_query_rules", - "manage_search_synonyms", - "manage_security", - "manage_service_account", - "manage_slm", - "manage_token", - "manage_transform", - "manage_user_profile", - "manage_watcher", - "monitor", - "monitor_connector", - "monitor_data_frame_transforms", - "monitor_data_stream_global_retention", - "monitor_enrich", - "monitor_inference", - "monitor_ml", - "monitor_rollup", - "monitor_snapshot", - "monitor_stats", - "monitor_text_structure", - "monitor_transform", - "monitor_watcher", - "none", - "post_behavioral_analytics_event", - "read_ccr", - "read_connector_secrets", - "read_fleet_secrets", - "read_ilm", - "read_pipeline", - "read_security", - "read_slm", - "transport_client", - "write_connector_secrets", - "write_fleet_secrets" - ], - "index": [ - "all", - "auto_configure", - "create", - "create_doc", - "create_index", - "cross_cluster_replication", - "cross_cluster_replication_internal", - "delete", - "delete_index", - "index", - "maintenance", - "manage", - "manage_data_stream_lifecycle", - "manage_follow_index", - "manage_ilm", - "manage_leader_index", - "monitor", - "none", - "read", - "read_cross_cluster", - "view_index_metadata", - "write" - ], - "remote_cluster": [ - "monitor_enrich", - "monitor_stats" - ] - } + "value": "{\n \"cluster\" : [\n \"all\",\n \"cancel_task\",\n \"create_snapshot\",\n \"cross_cluster_replication\",\n \"cross_cluster_search\",\n \"delegate_pki\",\n \"grant_api_key\",\n \"manage\",\n \"manage_api_key\",\n \"manage_autoscaling\",\n \"manage_behavioral_analytics\",\n \"manage_ccr\",\n \"manage_connector\",\n \"manage_data_frame_transforms\",\n \"manage_data_stream_global_retention\",\n \"manage_enrich\",\n \"manage_ilm\",\n \"manage_index_templates\",\n \"manage_inference\",\n \"manage_ingest_pipelines\",\n \"manage_logstash_pipelines\",\n \"manage_ml\",\n \"manage_oidc\",\n \"manage_own_api_key\",\n \"manage_pipeline\",\n \"manage_rollup\",\n \"manage_saml\",\n \"manage_search_application\",\n \"manage_search_query_rules\",\n \"manage_search_synonyms\",\n \"manage_security\",\n \"manage_service_account\",\n \"manage_slm\",\n \"manage_token\",\n \"manage_transform\",\n \"manage_user_profile\",\n \"manage_watcher\",\n \"monitor\",\n \"monitor_connector\",\n \"monitor_data_frame_transforms\",\n \"monitor_data_stream_global_retention\",\n \"monitor_enrich\",\n \"monitor_inference\",\n \"monitor_ml\",\n \"monitor_rollup\",\n \"monitor_snapshot\",\n \"monitor_stats\",\n \"monitor_text_structure\",\n \"monitor_transform\",\n \"monitor_watcher\",\n \"none\",\n \"post_behavioral_analytics_event\",\n \"read_ccr\",\n \"read_connector_secrets\",\n \"read_fleet_secrets\",\n \"read_ilm\",\n \"read_pipeline\",\n \"read_security\",\n \"read_slm\",\n \"transport_client\",\n \"write_connector_secrets\",\n \"write_fleet_secrets\"\n ],\n \"index\" : [\n \"all\",\n \"auto_configure\",\n \"create\",\n \"create_doc\",\n \"create_index\",\n \"cross_cluster_replication\",\n \"cross_cluster_replication_internal\",\n \"delete\",\n \"delete_index\",\n \"index\",\n \"maintenance\",\n \"manage\",\n \"manage_data_stream_lifecycle\",\n \"manage_follow_index\",\n \"manage_ilm\",\n \"manage_leader_index\",\n \"monitor\",\n \"none\",\n \"read\",\n \"read_cross_cluster\",\n \"view_index_metadata\",\n \"write\"\n ],\n \"remote_cluster\" : [\n \"monitor_enrich\",\n \"monitor_stats\"\n ]\n}" } } } @@ -38427,29 +35227,7 @@ "examples": { "GetServiceCredentialsResponseExample1": { "description": "A successful response from `GET /_security/service/elastic/fleet-server/credential`. The response contains all credentials for the `elastic/fleet-server` service account.\n", - "value": { - "count": 3, - "nodes_credentials": { - "_nodes": { - "failed": 0, - "successful": 3, - "total": 3 - }, - "file_tokens": { - "my-token": { - "nodes": [ - "node0", - "node1" - ] - } - } - }, - "service_account": "elastic/fleet-server", - "tokens": { - "token1": {}, - "token42": {} - } - } + "value": "{\n \"service_account\": \"elastic/fleet-server\",\n \"count\": 3,\n \"tokens\": {\n \"token1\": {}, \n \"token42\": {} \n },\n \"nodes_credentials\": { \n \"_nodes\": { \n \"total\": 3,\n \"successful\": 3,\n \"failed\": 0\n },\n \"file_tokens\": { \n \"my-token\": {\n \"nodes\": [ \"node0\", \"node1\" ] \n }\n }\n }\n}" } } } @@ -38557,17 +35335,7 @@ "examples": { "SecurityUpdateSettingsRequestExample1": { "description": "Run `PUT /_security/settings` to modify the security settings.", - "value": { - "security": { - "index.auto_expand_replicas": "0-all" - }, - "security-profile": { - "index.auto_expand_replicas": "0-all" - }, - "security-tokens": { - "index.auto_expand_replicas": "0-all" - } - } + "value": "{\n \"security\": {\n \"index.auto_expand_replicas\": \"0-all\"\n },\n \"security-tokens\": {\n \"index.auto_expand_replicas\": \"0-all\"\n },\n \"security-profile\": {\n \"index.auto_expand_replicas\": \"0-all\"\n }\n}" } } } @@ -38640,18 +35408,12 @@ "GetUserAccessTokenRequestExample1": { "summary": "A client_credentials grant type example", "description": "Run `POST /_security/oauth2/token` to obtain a token using the `client_credentials` grant type, which simply creates a token as the authenticated user.\n", - "value": { - "grant_type": "client_credentials" - } + "value": "{\n \"grant_type\" : \"client_credentials\"\n}" }, "GetUserAccessTokenRequestExample2": { "summary": "A password grant type example", "description": "Run `POST /_security/oauth2/token` to obtain a token for the `test_admin` user using the password grant type. This request needs to be made by an authenticated user with sufficient privileges that may or may not be the same as the one whose username is passed in the `username` parameter.\n", - "value": { - "grant_type": "password", - "password": "x-pack-test-password", - "username": "test_admin" - } + "value": "{\n \"grant_type\" : \"password\",\n \"username\" : \"test_admin\",\n \"password\" : \"x-pack-test-password\"\n}" } } } @@ -38699,58 +35461,12 @@ "GetUserAccessTokenResponseExample1": { "summary": "A client_credentials grant type example", "description": "A successful response from `POST /_security/oauth2/token`.", - "value": { - "access_token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==", - "authentication": { - "authentication_realm": { - "name": "file", - "type": "file" - }, - "authentication_type": "realm", - "email": null, - "enabled": true, - "full_name": null, - "lookup_realm": { - "name": "file", - "type": "file" - }, - "metadata": {}, - "roles": [ - "superuser" - ], - "username": "test_admin" - }, - "expires_in": 1200, - "type": "Bearer" - } + "value": "{\n \"access_token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"type\" : \"Bearer\",\n \"expires_in\" : 1200,\n \"authentication\" : {\n \"username\" : \"test_admin\",\n \"roles\" : [\n \"superuser\"\n ],\n \"full_name\" : null,\n \"email\" : null,\n \"metadata\" : { },\n \"enabled\" : true,\n \"authentication_realm\" : {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"lookup_realm\" : {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"authentication_type\" : \"realm\"\n }\n}" }, "GetUserAccessTokenResponseExample2": { "summary": "A password grant type example", "description": "A successful response from `POST /_security/oauth2/token`.", - "value": { - "access_token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==", - "authentication": { - "authentication_realm": { - "name": "file", - "type": "file" - }, - "authentication_type": "realm", - "email": null, - "enabled": true, - "full_name": null, - "lookup_realm": { - "name": "file", - "type": "file" - }, - "metadata": {}, - "roles": [ - "superuser" - ], - "username": "test_admin" - }, - "expires_in": 1200, - "type": "Bearer" - } + "value": "{\n \"access_token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"type\" : \"Bearer\",\n \"expires_in\" : 1200,\n \"authentication\" : {\n \"username\" : \"test_admin\",\n \"roles\" : [\n \"superuser\"\n ],\n \"full_name\" : null,\n \"email\" : null,\n \"metadata\" : { },\n \"enabled\" : true,\n \"authentication_realm\" : {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"lookup_realm\" : {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"authentication_type\" : \"realm\"\n }\n}" } } } @@ -38792,38 +35508,27 @@ "SecurityInvalidateTokenRequestExample1": { "summary": "Invalidate an access token", "description": "Run `DELETE /_security/oauth2/token` to invalidate an access token.\n", - "value": { - "token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==" - } + "value": "{\n \"token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\"\n}" }, "SecurityInvalidateTokenRequestExample2": { "summary": "Invalidate a refresh token", "description": "Run `DELETE /_security/oauth2/token` to invalidate a refresh token.\n", - "value": { - "refresh_token": "vLBPvmAB6KvwvJZr27cS" - } + "value": "{\n \"refresh_token\" : \"vLBPvmAB6KvwvJZr27cS\"\n}" }, "SecurityInvalidateTokenRequestExample3": { "summary": "Invalidate tokens by realm", "description": "Run `DELETE /_security/oauth2/token` to invalidate all access tokens and refresh tokens for the `saml1` realm.", - "value": { - "realm_name": "saml1" - } + "value": "{\n \"realm_name\" : \"saml1\"\n}" }, "SecurityInvalidateTokenRequestExample4": { "summary": "Invalidate tokens by user", "description": "Run `DELETE /_security/oauth2/token` to invalidate all access tokens and refresh tokens for the user `myuser` in all realms.", - "value": { - "username": "myuser" - } + "value": "{\n \"username\" : \"myuser\"\n}" }, "SecurityInvalidateTokenRequestExample5": { "summary": "Invalidate tokens by user and realm", "description": "Run `DELETE /_security/oauth2/token` to invalidate all access tokens and refresh tokens for the user `myuser` in the `saml1` realm.", - "value": { - "realm_name": "saml1", - "username": "myuser" - } + "value": "{\n \"username\" : \"myuser\",\n \"realm_name\" : \"saml1\"\n}" } } } @@ -38867,29 +35572,7 @@ "examples": { "SecurityInvalidateTokenResponseExample1": { "description": "A partially successful response from `DELETE /_security/oauth2/token`. The response includes the number of the tokens that were invalidated, the number of errors that were encountered when invalidating the tokens, and details about these errors.\n", - "value": { - "error_count": 2, - "error_details": [ - { - "caused_by": { - "reason": "Elasticsearch exception [type=illegal_argument_exception, reason=bar]", - "type": "exception" - }, - "reason": "Elasticsearch exception [type=exception, reason=foo]", - "type": "exception" - }, - { - "caused_by": { - "reason": "Elasticsearch exception [type=illegal_argument_exception, reason=far]", - "type": "exception" - }, - "reason": "Elasticsearch exception [type=exception, reason=boo]", - "type": "exception" - } - ], - "invalidated_tokens": 9, - "previously_invalidated_tokens": 15 - } + "value": "{\n \"invalidated_tokens\":9, \n \"previously_invalidated_tokens\":15, \n \"error_count\":2, \n \"error_details\":[ \n {\n \"type\":\"exception\",\n \"reason\":\"Elasticsearch exception [type=exception, reason=foo]\",\n \"caused_by\":{\n \"type\":\"exception\",\n \"reason\":\"Elasticsearch exception [type=illegal_argument_exception, reason=bar]\"\n }\n },\n {\n \"type\":\"exception\",\n \"reason\":\"Elasticsearch exception [type=exception, reason=boo]\",\n \"caused_by\":{\n \"type\":\"exception\",\n \"reason\":\"Elasticsearch exception [type=illegal_argument_exception, reason=far]\"\n }\n }\n ]\n}" } } } @@ -39028,37 +35711,7 @@ "examples": { "SecurityGetUserPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/user/_privileges`.", - "value": { - "applications": [ - { - "application": "*", - "privileges": [ - "*" - ], - "resources": [ - "*" - ] - } - ], - "cluster": [ - "all" - ], - "global": [], - "indices": [ - { - "allow_restricted_indices": true, - "names": [ - "*" - ], - "privileges": [ - "all" - ] - } - ], - "run_as": [ - "*" - ] - } + "value": "{\n \"cluster\" : [\n \"all\"\n ],\n \"global\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"*\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"allow_restricted_indices\" : true\n }\n ],\n \"applications\" : [\n {\n \"application\" : \"*\",\n \"privileges\" : [\n \"*\"\n ],\n \"resources\" : [\n \"*\"\n ]\n }\n ],\n \"run_as\" : [\n \"*\"\n ]\n}" } } } @@ -39146,84 +35799,17 @@ "GetUserProfileResponseExample1": { "summary": "Profile details for a UUID", "description": "A successful response from `GET /_security/profile/u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0`. By default, no content is returned in the `data` field.\n", - "value": { - "profiles": [ - { - "_doc": { - "_primary_term": 88, - "_seq_no": 66 - }, - "data": {}, - "enabled": true, - "labels": { - "direction": "north" - }, - "last_synchronized": 1642650651037, - "uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", - "user": { - "email": "jacknich@example.com", - "full_name": "Jack Nicholson", - "realm_name": "native", - "roles": [ - "admin", - "other_role1" - ], - "username": "jacknich" - } - } - ] - } + "value": "{\n \"profiles\": [\n {\n \"uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\",\n \"enabled\": true,\n \"last_synchronized\": 1642650651037,\n \"user\": {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\", \"other_role1\"\n ],\n \"realm_name\": \"native\",\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\"\n },\n \"labels\": {\n \"direction\": \"north\"\n },\n \"data\": {}, \n \"_doc\": {\n \"_primary_term\": 88,\n \"_seq_no\": 66\n }\n }\n ]\n}" }, "GetUserProfileResponseExample2": { "summary": "Profile details for a UUID and data key", "description": "A successful response from `GET /_security/profile/u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0?data=app1.key1`.\n", - "value": { - "profiles": [ - { - "_doc": { - "_primary_term": 88, - "_seq_no": 66 - }, - "data": { - "app1": { - "key1": "value1" - } - }, - "enabled": true, - "labels": { - "direction": "north" - }, - "last_synchronized": 1642650651037, - "uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", - "user": { - "email": "jacknich@example.com", - "full_name": "Jack Nicholson", - "realm_name": "native", - "roles": [ - "admin", - "other_role1" - ], - "username": "jacknich" - } - } - ] - } + "value": "{\n \"profiles\": [\n {\n \"uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\",\n \"enabled\": true,\n \"last_synchronized\": 1642650651037,\n \"user\": {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\", \"other_role1\"\n ],\n \"realm_name\": \"native\",\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\"\n },\n \"labels\": {\n \"direction\": \"north\"\n },\n \"data\": {\n \"app1\": {\n \"key1\": \"value1\"\n }\n },\n \"_doc\": {\n \"_primary_term\": 88,\n \"_seq_no\": 66\n }\n }\n ]\n}" }, "GetUserProfileResponseExample3": { "summary": "Profile details with errors", "description": "A response that contains errors that occurred while retrieving user profiles.\n", - "value": { - "errors": { - "count": 1, - "details": { - "u_FmxQt3gr1BBH5wpnz9HkouPj3Q710XkOgg1PWkwLPBW_5": { - "reason": "profile document not found", - "type": "resource_not_found_exception" - } - } - }, - "profiles": [] - } + "value": "{\n \"profiles\": [],\n \"errors\": {\n \"count\": 1,\n \"details\": {\n \"u_FmxQt3gr1BBH5wpnz9HkouPj3Q710XkOgg1PWkwLPBW_5\": {\n \"type\": \"resource_not_found_exception\",\n \"reason\": \"profile document not found\"\n }\n }\n }\n}" } } } @@ -39276,71 +35862,12 @@ "SecurityGrantApiKeyRequestExample1": { "summary": "Grant an API key", "description": "Run `POST /_security/api_key/grant` to create an API key on behalf of the `test_admin` user.\n", - "value": { - "api_key": { - "expiration": "1d", - "metadata": { - "application": "my-application", - "environment": { - "level": 1, - "tags": [ - "dev", - "staging" - ], - "trusted": true - } - }, - "name": "my-api-key", - "role_descriptors": { - "role-a": { - "cluster": [ - "all" - ], - "indices": [ - { - "names": [ - "index-a*" - ], - "privileges": [ - "read" - ] - } - ] - }, - "role-b": { - "cluster": [ - "all" - ], - "indices": [ - { - "names": [ - "index-b*" - ], - "privileges": [ - "all" - ] - } - ] - } - } - }, - "grant_type": "password", - "password": "x-pack-test-password", - "username": "test_admin" - } + "value": "{\n \"grant_type\": \"password\",\n \"username\" : \"test_admin\",\n \"password\" : \"x-pack-test-password\",\n \"api_key\" : {\n \"name\": \"my-api-key\",\n \"expiration\": \"1d\",\n \"role_descriptors\": {\n \"role-a\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-a*\"],\n \"privileges\": [\"read\"]\n }\n ]\n },\n \"role-b\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-b*\"],\n \"privileges\": [\"all\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"application\": \"my-application\",\n \"environment\": {\n \"level\": 1,\n \"trusted\": true,\n \"tags\": [\"dev\", \"staging\"]\n }\n }\n }\n}" }, "SecurityGrantApiKeyRequestExample2": { "summary": "Grant an API key with run_as", "description": "Run `POST /_security/api_key/grant`. The user (`test_admin`) whose credentials are provided can \"run as\" another user (`test_user`). The API key will be granted to the impersonated user (`test_user`).\n", - "value": { - "api_key": { - "name": "another-api-key" - }, - "grant_type": "password", - "password": "x-pack-test-password", - "run_as": "test_user", - "username": "test_admin" - } + "value": "{\n \"grant_type\": \"password\",\n \"username\" : \"test_admin\", \n \"password\" : \"x-pack-test-password\", \n \"run_as\": \"test_user\", \n \"api_key\" : {\n \"name\": \"another-api-key\"\n }\n}" } } } @@ -39561,12 +36088,7 @@ "examples": { "OidcAuthenticateRequestExample1": { "description": "Run `POST /_security/oidc/authenticate` to exchange the response that was returned from the OpenID Connect Provider after a successful authentication for an Elasticsearch access token and refresh token. This example is from an authentication that uses the authorization code grant flow.\n", - "value": { - "nonce": "WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM", - "realm": "oidc1", - "redirect_uri": "https://oidc-kibana.elastic.co:5603/api/security/oidc/callback?code=jtI3Ntt8v3_XvcLzCFGq&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I", - "state": "4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I" - } + "value": "{\n \"redirect_uri\" : \"https://oidc-kibana.elastic.co:5603/api/security/oidc/callback?code=jtI3Ntt8v3_XvcLzCFGq&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I\",\n \"state\" : \"4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I\",\n \"nonce\" : \"WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM\",\n \"realm\" : \"oidc1\"\n}" } } } @@ -39608,12 +36130,7 @@ "examples": { "OidcAuthenticateResponseExample1": { "description": "A successful response from `POST /_security/oidc/authenticate`. It contains the access and refresh tokens that were generated, the token duration (in seconds), and the type.\n", - "value": { - "access_token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==", - "expires_in": 1200, - "refresh_token": "vLBPvmAB6KvwvJZr27cS", - "type": "Bearer" - } + "value": "{\n \"access_token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"type\" : \"Bearer\",\n \"expires_in\" : 1200,\n \"refresh_token\": \"vLBPvmAB6KvwvJZr27cS\"\n}" } } } @@ -39652,10 +36169,7 @@ "examples": { "OidcLogoutRequestExample1": { "description": "Run `POST /_security/oidc/logout` to perform the logout.", - "value": { - "refresh_token": "vLBPvmAB6KvwvJZr27cS", - "token": "dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==" - } + "value": "{\n \"token\" : \"dGhpcyBpcyBub3QgYSByZWFsIHRva2VuIGJ1dCBpdCBpcyBvbmx5IHRlc3QgZGF0YS4gZG8gbm90IHRyeSB0byByZWFkIHRva2VuIQ==\",\n \"refresh_token\": \"vLBPvmAB6KvwvJZr27cS\"\n}" } } } @@ -39682,9 +36196,7 @@ "examples": { "OidcLogoutResponseExample1": { "description": "A successful response from `POST /_security/oidc/logout`, which contains the URI pointing to the End Session Endpoint of the OpenID Connect Provider with all the parameters of the Logout Request as HTTP GET parameters.", - "value": { - "redirect": "https://op-provider.org/logout?id_token_hint=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c&post_logout_redirect_uri=http%3A%2F%2Foidc-kibana.elastic.co%2Floggedout&state=lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO" - } + "value": "{\n \"redirect\" : \"https://op-provider.org/logout?id_token_hint=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c&post_logout_redirect_uri=http%3A%2F%2Foidc-kibana.elastic.co%2Floggedout&state=lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO\"\n}" } } } @@ -39733,26 +36245,17 @@ "OidcPrepareAuthenticationRequestExample1": { "summary": "Prepare with realm", "description": "Run `POST /_security/oidc/prepare` to generate an authentication request for the OpenID Connect Realm `oidc1`.\n", - "value": { - "realm": "oidc1" - } + "value": "{\n \"realm\" : \"oidc1\"\n}" }, "OidcPrepareAuthenticationRequestExample2": { "summary": "Prepare with realm, state, and nonce", "description": "Run `POST /_security/oidc/prepare` to generate an authentication request for the OpenID Connect Realm `oidc1`, where the values for the `state` and the `nonce` have been generated by the client.\n", - "value": { - "nonce": "zOBXLJGUooRrbLbQk5YCcyC8AXw3iloynvluYhZ5", - "realm": "oidc1", - "state": "lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO" - } + "value": "{\n \"realm\" : \"oidc1\",\n \"state\" : \"lGYK0EcSLjqH6pkT5EVZjC6eIW5YCGgywj2sxROO\",\n \"nonce\" : \"zOBXLJGUooRrbLbQk5YCcyC8AXw3iloynvluYhZ5\"\n}" }, "OidcPrepareAuthenticationRequestExample3": { "summary": "Prepare by realm", "description": "Run `POST /_security/oidc/prepare` to generate an authentication request for a third party initiated single sign on. Specify the issuer that should be used for matching the appropriate OpenID Connect Authentication realm.\n", - "value": { - "iss": "http://127.0.0.1:8080", - "login_hint": "this_is_an_opaque_string" - } + "value": "{\n \"iss\" : \"http://127.0.0.1:8080\",\n \"login_hint\": \"this_is_an_opaque_string\"\n}" } } } @@ -39791,12 +36294,7 @@ "examples": { "OidcPrepareAuthenticationResponseExample1": { "description": "A successful response from `POST /_security/oidc/prepare`. It contains the URI pointing to the Authorization Endpoint of the OpenID Connect Provider with all the parameters of the Authentication Request as HTTP GET parameters.\n", - "value": { - "nonce": "WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM", - "realm": "oidc1", - "redirect": "http://127.0.0.1:8080/c2id-login?scope=openid&response_type=id_token&redirect_uri=https%3A%2F%2Fmy.fantastic.rp%2Fcb&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I&nonce=WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM&client_id=elasticsearch-rp", - "state": "4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I" - } + "value": "{\n \"redirect\" : \"http://127.0.0.1:8080/c2id-login?scope=openid&response_type=id_token&redirect_uri=https%3A%2F%2Fmy.fantastic.rp%2Fcb&state=4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I&nonce=WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM&client_id=elasticsearch-rp\",\n \"state\" : \"4dbrihtIAt3wBTwo6DxK-vdk-sSyDBV8Yf0AjdkdT5I\",\n \"nonce\" : \"WaBPH0KqPVdG5HHdSxPRjfoZbXMCicm5v1OiAj0DUFM\",\n \"realm\" : \"oidc1\"\n}" } } } @@ -39982,12 +36480,7 @@ "examples": { "SamlAuthenticateRequestExample1": { "description": "Run `POST /_security/saml/authenticate` to exchange a SAML Response indicating a successful authentication at the SAML IdP for an Elasticsearch access token and refresh token to be used in subsequent requests.\n", - "value": { - "content": "PHNhbWxwOlJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6cHJvdG9jb2wiIHhtbG5zOnNhbWw9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMD.....", - "ids": [ - "4fee3b046395c4e751011e97f8900b5273d56685" - ] - } + "value": "{\n \"content\" : \"PHNhbWxwOlJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6cHJvdG9jb2wiIHhtbG5zOnNhbWw9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMD.....\",\n \"ids\" : [\"4fee3b046395c4e751011e97f8900b5273d56685\"]\n}" } } } @@ -40034,13 +36527,7 @@ "examples": { "SamlAuthenticateResponseExample1": { "description": "A successful response from `POST /_security/saml/authenticate`.", - "value": { - "access_token": "46ToAxZVaXVVZTVKOVF5YU04ZFJVUDVSZlV3", - "expires_in": 1200, - "realm": "saml1", - "refresh_token": "mJdXLtmvTUSpoLwMvdBt_w", - "username": "Bearer" - } + "value": "{\n \"access_token\" : \"46ToAxZVaXVVZTVKOVF5YU04ZFJVUDVSZlV3\",\n \"username\" : \"Bearer\",\n \"expires_in\" : 1200,\n \"refresh_token\": \"mJdXLtmvTUSpoLwMvdBt_w\",\n \"realm\": \"saml1\"\n}" } } } @@ -40092,24 +36579,12 @@ "SamlCompleteLogoutRequestExample1": { "summary": "HTTP-Redirect binding", "description": "Run `POST /_security/saml/complete_logout` to verify the logout response sent by the SAML IdP using the HTTP-Redirect binding.\n", - "value": { - "ids": [ - "_1c368075e0b3..." - ], - "query_string": "SAMLResponse=fZHLasMwEEVbfb1bf...&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=CuCmFn%2BLqnaZGZJqK...", - "realm": "saml1" - } + "value": "{\n \"realm\": \"saml1\",\n \"ids\": [ \"_1c368075e0b3...\" ],\n \"query_string\": \"SAMLResponse=fZHLasMwEEVbfb1bf...&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=CuCmFn%2BLqnaZGZJqK...\"\n}" }, "SamlCompleteLogoutRequestExample2": { "summary": "HTTP-Post binding", "description": "Run `POST /_security/saml/complete_logout` to verify the logout response sent by the SAML IdP using the HTTP-Post binding.\n", - "value": { - "content": "PHNhbWxwOkxvZ291dFJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46...", - "ids": [ - "_1c368075e0b3..." - ], - "realm": "saml1" - } + "value": "{\n \"realm\": \"saml1\",\n \"ids\": [ \"_1c368075e0b3...\" ],\n \"content\": \"PHNhbWxwOkxvZ291dFJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46...\"\n}" } } } @@ -40164,10 +36639,7 @@ "examples": { "SamlInvalidateRequestExample1": { "description": "Run `POST /_security/saml/invalidate` to invalidate all the tokens for realm `saml1` pertaining to the user that is identified in the SAML Logout Request.\n", - "value": { - "query_string": "SAMLRequest=nZFda4MwFIb%2FiuS%2BmviRpqFaClKQdbvo2g12M2KMraCJ9cRR9utnW4Wyi13sMie873MeznJ1aWrnS3VQGR0j4mLkKC1NUeljjA77zYyhVbIE0dR%2By7fmaHq7U%2BdegXWGpAZ%2B%2F4pR32luBFTAtWgUcCv56%2Fp5y30X87Yz1khTIycdgpUW9kY7WdsC9zxoXTvMvWuVV98YyMnSGH2SYE5pwALBIr9QKiwDGpW0oGVUznGeMyJZKFkQ4jBf5HnhUymjIhzCAL3KNFihbYx8TBYzzGaY7EnIyZwHzCWMfiDnbRIftkSjJr%2BFu0e9v%2B0EgOquRiiZjKpiVFp6j50T4WXoyNJ%2FEWC9fdqc1t%2F1%2B2F3aUpjzhPiXpqMz1%2FHSn4A&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=MsAYz2NFdovMG2mXf6TSpu5vlQQyEJAg%2B4KCwBqJTmrb3yGXKUtIgvjqf88eCAK32v3eN8vupjPC8LglYmke1ZnjK0%2FKxzkvSjTVA7mMQe2AQdKbkyC038zzRq%2FYHcjFDE%2Bz0qISwSHZY2NyLePmwU7SexEXnIz37jKC6NMEhus%3D", - "realm": "saml1" - } + "value": "{\n \"query_string\" : \"SAMLRequest=nZFda4MwFIb%2FiuS%2BmviRpqFaClKQdbvo2g12M2KMraCJ9cRR9utnW4Wyi13sMie873MeznJ1aWrnS3VQGR0j4mLkKC1NUeljjA77zYyhVbIE0dR%2By7fmaHq7U%2BdegXWGpAZ%2B%2F4pR32luBFTAtWgUcCv56%2Fp5y30X87Yz1khTIycdgpUW9kY7WdsC9zxoXTvMvWuVV98YyMnSGH2SYE5pwALBIr9QKiwDGpW0oGVUznGeMyJZKFkQ4jBf5HnhUymjIhzCAL3KNFihbYx8TBYzzGaY7EnIyZwHzCWMfiDnbRIftkSjJr%2BFu0e9v%2B0EgOquRiiZjKpiVFp6j50T4WXoyNJ%2FEWC9fdqc1t%2F1%2B2F3aUpjzhPiXpqMz1%2FHSn4A&SigAlg=http%3A%2F%2Fwww.w3.org%2F2001%2F04%2Fxmldsig-more%23rsa-sha256&Signature=MsAYz2NFdovMG2mXf6TSpu5vlQQyEJAg%2B4KCwBqJTmrb3yGXKUtIgvjqf88eCAK32v3eN8vupjPC8LglYmke1ZnjK0%2FKxzkvSjTVA7mMQe2AQdKbkyC038zzRq%2FYHcjFDE%2Bz0qISwSHZY2NyLePmwU7SexEXnIz37jKC6NMEhus%3D\",\n \"realm\" : \"saml1\"\n}" } } } @@ -40204,11 +36676,7 @@ "examples": { "SamlInvalidateResponseExample1": { "description": "A successful response from `POST /_security/saml/invalidate`.", - "value": { - "invalidated": 2, - "realm": "saml1", - "redirect": "https://my-idp.org/logout/SAMLResponse=...." - } + "value": "{\n \"redirect\" : \"https://my-idp.org/logout/SAMLResponse=....\",\n \"invalidated\" : 2,\n \"realm\" : \"saml1\"\n}" } } } @@ -40251,10 +36719,7 @@ "examples": { "SamlLogoutRequestExample1": { "description": "Run `POST /_security/saml/logout` to invalidate the pair of tokens that were generated by calling the SAML authenticate API with a successful SAML response.\n", - "value": { - "refresh_token": "mJdXLtmvTUSpoLwMvdBt_w", - "token": "46ToAxZVaXVVZTVKOVF5YU04ZFJVUDVSZlV3" - } + "value": "{\n \"token\" : \"46ToAxZVaXVVZTVKOVF5YU04ZFJVUDVSZlV3\",\n \"refresh_token\" : \"mJdXLtmvTUSpoLwMvdBt_w\"\n}" } } } @@ -40281,9 +36746,7 @@ "examples": { "SamlLogoutResponseExample1": { "description": "A successful response from `POST /_security/saml/logout`.", - "value": { - "redirect": "https://my-idp.org/logout/SAMLRequest=...." - } + "value": "{\n \"redirect\" : \"https://my-idp.org/logout/SAMLRequest=....\"\n}" } } } @@ -40328,16 +36791,12 @@ "SamlPrepareAuthenticationRequestExample1": { "summary": "Prepare with a realm", "description": "Run `POST /_security/saml/prepare` to generate a SAML authentication request for the SAML realm named `saml1`.\n", - "value": { - "realm": "saml1" - } + "value": "{\n \"realm\" : \"saml1\"\n}" }, "SamlPrepareAuthenticationRequestExample2": { "summary": "Prepare with an ACS", "description": "Run `POST /_security/saml/prepare` to generate a SAML authentication request for the SAML realm with an Assertion Consuming Service (ACS) URL.\n", - "value": { - "acs": "https://kibana.org/api/security/saml/callback" - } + "value": "{\n \"acs\" : \"https://kibana.org/api/security/saml/callback\"\n}" } } } @@ -40424,9 +36883,7 @@ "examples": { "SamlServiceProviderMetadataResponseExample1": { "description": "A successful response from `POST /_security/profile/u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0/_data`, which indicates that the request is acknowledged.\n", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -40528,38 +36985,12 @@ "UpdateApiKeyRequestExample1": { "summary": "Update role and metadata", "description": "Run `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx` to assign new role descriptors and metadata to an API key.\n", - "value": { - "metadata": { - "environment": { - "level": 2, - "tags": [ - "production" - ], - "trusted": true - } - }, - "role_descriptors": { - "role-a": { - "indices": [ - { - "names": [ - "*" - ], - "privileges": [ - "write" - ] - } - ] - } - } - } + "value": "{\n \"role_descriptors\": {\n \"role-a\": {\n \"indices\": [\n {\n \"names\": [\"*\"],\n \"privileges\": [\"write\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"environment\": {\n \"level\": 2,\n \"trusted\": true,\n \"tags\": [\"production\"]\n }\n }\n}" }, "UpdateApiKeyRequestExample2": { "summary": "Remove permissions", "description": "Run `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx` to remove the API key's previously assigned permissions. It will inherit the owner user's full permissions.\n", - "value": { - "role_descriptors": {} - } + "value": "{\n \"role_descriptors\": {}\n}" } } } @@ -40586,9 +37017,7 @@ "UpdateApiKeyResponseExample1": { "summary": "Update role and metadata", "description": "A successful response from `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx`. The API key's effective permissions after the update will be the intersection of the supplied role descriptors and the owner user's permissions.\n", - "value": { - "updated": true - } + "value": "{\n \"updated\": true\n}" } } } @@ -40645,20 +37074,7 @@ "examples": { "UpdateCrossClusterApiKeyRequestExample1": { "description": "Run `PUT /_security/cross_cluster/api_key/VuaCfGcBCdbkQm-e5aOx` to update a cross-cluster API key, assigning it new access scope and metadata.\n", - "value": { - "access": { - "replication": [ - { - "names": [ - "archive" - ] - } - ] - }, - "metadata": { - "application": "replication" - } - } + "value": "{\n \"access\": {\n \"replication\": [\n {\n \"names\": [\"archive\"]\n }\n ]\n },\n \"metadata\": {\n \"application\": \"replication\"\n }\n}" } } } @@ -40685,9 +37101,7 @@ "examples": { "UpdateCrossClusterApiKeyResponseExample1": { "description": "A successful response from `PUT /_security/cross_cluster/api_key/VuaCfGcBCdbkQm-e5aOx` that indicates that the API key was updated.\n", - "value": { - "updated": true - } + "value": "{\n \"updated\": true\n}" } } } @@ -40853,11 +37267,7 @@ "examples": { "ShutdownPutNodeRequestExample1": { "description": "Register a node for shutdown with `PUT /_nodes/USpTGYaBSIKbgSUJR2Z9lg/shutdown`. The `restart` type prepares the node to be restarted.\n", - "value": { - "allocation_delay": "20m", - "reason": "Demonstrating how the node shutdown API works", - "type": "restart" - } + "value": "{\n \"type\": \"restart\",\n \"reason\": \"Demonstrating how the node shutdown API works\",\n \"allocation_delay\": \"20m\"\n}" } } } @@ -40929,9 +37339,7 @@ "examples": { "ShutdownDeleteNodeResponseExample1": { "description": "A successful response from `DELETE /_nodes/USpTGYaBSIKbgSUJR2Z9lg/shutdown`.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -41154,39 +37562,12 @@ "PutSnapshotLifecycleRequestExample1 copy": { "summary": "Create a policy", "description": "Run `PUT /_slm/policy/daily-snapshots` to create a lifecycle policy. The `schedule` is when the snapshot should be taken, in this case, 1:30am daily. The `retention` details specify to: keep snapshots for 30 days; always keep at least 5 successful snapshots, even if they're more than 30 days old; keep no more than 50 successful snapshots, even if they're less than 30 days old.\n", - "value": { - "config": { - "ignore_unavailable": false, - "include_global_state": false, - "indices": [ - "data-*", - "important" - ] - }, - "name": "", - "repository": "my_repository", - "retention": { - "expire_after": "30d", - "max_count": 50, - "min_count": 5 - }, - "schedule": "0 30 1 * * ?" - } + "value": "{\n \"schedule\": \"0 30 1 * * ?\",\n \"name\": \"\",\n \"repository\": \"my_repository\",\n \"config\": {\n \"indices\": [\"data-*\", \"important\"],\n \"ignore_unavailable\": false,\n \"include_global_state\": false\n },\n \"retention\": {\n \"expire_after\": \"30d\",\n \"min_count\": 5,\n \"max_count\": 50\n }\n}" }, "PutSnapshotLifecycleRequestExample2": { "summary": "Create a policy with intevals", "description": "Run `PUT /_slm/policy/hourly-snapshots` to create a lifecycle policy that uses interval scheduling. It creates a snapshot once every hour. The first snapshot will be created one hour after the policy is modified, with subsequent snapshots every hour afterward.\n", - "value": { - "config": { - "indices": [ - "data-*", - "important" - ] - }, - "name": "", - "repository": "my_repository", - "schedule": "1h" - } + "value": "{\n \"schedule\": \"1h\",\n \"name\": \"\",\n \"repository\": \"my_repository\",\n \"config\": {\n \"indices\": [\"data-*\", \"important\"]\n }\n}" } } } @@ -41321,9 +37702,7 @@ "examples": { "ExecuteSnapshotLifecycleResponseExample1": { "description": "Run `POST /_slm/policy/daily-snapshots/_execute` to take an immediate snapshot according to the `daily-snapshots` policy.\n", - "value": { - "snapshot_name": "daily-snap-2019.04.24-gwrqoo2xtea3q57vvg0uea" - } + "value": "{\n \"snapshot_name\": \"daily-snap-2019.04.24-gwrqoo2xtea3q57vvg0uea\"\n}" } } } @@ -41490,18 +37869,7 @@ "examples": { "GetSnapshotLifecycleManagementStatsResponseExample1": { "description": "A successful response from `GET /_slm/stats`.", - "value": { - "policy_stats": [], - "retention_deletion_time": "1.4s", - "retention_deletion_time_millis": 1404, - "retention_failed": 0, - "retention_runs": 13, - "retention_timed_out": 0, - "total_snapshot_deletion_failures": 0, - "total_snapshots_deleted": 0, - "total_snapshots_failed": 1, - "total_snapshots_taken": 1 - } + "value": "{\n \"retention_runs\": 13,\n \"retention_failed\": 0,\n \"retention_timed_out\": 0,\n \"retention_deletion_time\": \"1.4s\",\n \"retention_deletion_time_millis\": 1404,\n \"policy_stats\": [ ],\n \"total_snapshots_taken\": 1,\n \"total_snapshots_failed\": 1,\n \"total_snapshots_deleted\": 0,\n \"total_snapshot_deletion_failures\": 0\n}" } } } @@ -41559,9 +37927,7 @@ "examples": { "GetSnapshotLifecycleManagementStatusResponseExample1": { "description": "A successful response from `GET _slm/status`.", - "value": { - "operation_mode": "RUNNING" - } + "value": "{\n \"operation_mode\": \"RUNNING\"\n}" } } } @@ -41612,9 +37978,7 @@ "examples": { "StartSnapshotLifecycleManagementResponseExample1": { "description": "A successful response from `POST _slm/start`.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -41732,12 +38096,7 @@ "examples": { "SnapshotCleanupRepositoryResponseExample1": { "description": "A successful response from `POST /_snapshot/my_repository/_cleanup`.", - "value": { - "results": { - "deleted_blobs": 5, - "deleted_bytes": 20 - } - } + "value": "{\n \"results\": {\n \"deleted_bytes\": 20,\n \"deleted_blobs\": 5\n }\n}" } } } @@ -41818,9 +38177,7 @@ "examples": { "SnapshotCloneRequestExample1": { "description": "Run `PUT /_snapshot/my_repository/source_snapshot/_clone/target_snapshot` to clone the `source_snapshot` into a new `target_snapshot`.", - "value": { - "indices": "index_a,index_b" - } + "value": "{\n \"indices\": \"index_a,index_b\"\n}" } } } @@ -42173,9 +38530,7 @@ "examples": { "SnapshotDeleteResponseExample1": { "description": "A successful response from `DELETE /_snapshot/my_repository/snapshot_2,snapshot_3`. The request deletes `snapshot_2` and `snapshot_3` from the repository named `my_repository`.\n", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\" : true\n}" } } } @@ -42842,21 +39197,12 @@ "SnapshotRestoreRequestExample1": { "summary": "Restore with rename pattern", "description": "Run `POST /_snapshot/my_repository/snapshot_2/_restore?wait_for_completion=true`. It restores `index_1` and `index_2` from `snapshot_2`. The `rename_pattern` and `rename_replacement` parameters indicate any index matching the regular expression `index_(.+)` will be renamed using the pattern `restored_index_$1`. For example, `index_1` will be renamed to `restored_index_1`.\n", - "value": { - "ignore_unavailable": true, - "include_aliases": false, - "include_global_state": false, - "indices": "index_1,index_2", - "rename_pattern": "index_(.+)", - "rename_replacement": "restored_index_$1" - } + "value": "{\n \"indices\": \"index_1,index_2\",\n \"ignore_unavailable\": true,\n \"include_global_state\": false,\n \"rename_pattern\": \"index_(.+)\",\n \"rename_replacement\": \"restored_index_$1\",\n \"include_aliases\": false\n}" }, "SnapshotRestoreRequestExample2": { "summary": "Restore in-place", "description": "Close `index_1` then run `POST /_snapshot/my_repository/snapshot_2/_restore?wait_for_completion=true` to restore an index in-place. For example, you might want to perform this type of restore operation when no alternative options surface after the cluster allocation explain API reports `no_valid_shard_copy`.\n", - "value": { - "indices": "index_1" - } + "value": "{\n \"indices\": \"index_1\"\n}" } } } @@ -43062,9 +39408,7 @@ "examples": { "ClearSqlCursorRequestExample1": { "description": "Run `POST _sql/close` to clear an SQL search cursor.", - "value": { - "cursor": "sDXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAAEWYUpOYklQMHhRUEtld3RsNnFtYU1hQQ==:BAFmBGRhdGUBZgVsaWtlcwFzB21lc3NhZ2UBZgR1c2Vy9f///w8=" - } + "value": "{\n \"cursor\": \"sDXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAAEWYUpOYklQMHhRUEtld3RsNnFtYU1hQQ==:BAFmBGRhdGUBZgVsaWtlcwFzB21lc3NhZ2UBZgR1c2Vy9f///w8=\"\n}" } } } @@ -43416,35 +39760,7 @@ "examples": { "GetCertificatesResponseExample1": { "description": "A successful response from `GET /_ssl/certificates`, which provides information about the certificates on a single node of Elasticsearch.\n", - "value": [ - { - "alias": "instance", - "expiry": "2021-01-15T20:42:49.000Z", - "format": "PKCS12", - "has_private_key": false, - "path": "certs/elastic-certificates.p12", - "serial_number": "a20f0ee901e8f69dc633ff633e5cd5437cdb4137", - "subject_dn": "CN=Elastic Certificate Tool Autogenerated CA" - }, - { - "alias": "ca", - "expiry": "2021-01-15T20:42:49.000Z", - "format": "PKCS12", - "has_private_key": false, - "path": "certs/elastic-certificates.p12", - "serial_number": "a20f0ee901e8f69dc633ff633e5cd5437cdb4137", - "subject_dn": "CN=Elastic Certificate Tool Autogenerated CA" - }, - { - "alias": "instance", - "expiry": "2021-01-15T20:44:32.000Z", - "format": "PKCS12", - "has_private_key": true, - "path": "certs/elastic-certificates.p12", - "serial_number": "fc1905e1494dc5230218d079c47a617088f84ce0", - "subject_dn": "CN=instance" - } - ] + "value": "[\n {\n \"path\": \"certs/elastic-certificates.p12\",\n \"format\": \"PKCS12\",\n \"alias\": \"instance\",\n \"subject_dn\": \"CN=Elastic Certificate Tool Autogenerated CA\",\n \"serial_number\": \"a20f0ee901e8f69dc633ff633e5cd5437cdb4137\",\n \"has_private_key\": false,\n \"expiry\": \"2021-01-15T20:42:49.000Z\"\n },\n {\n \"path\": \"certs/elastic-certificates.p12\",\n \"format\": \"PKCS12\",\n \"alias\": \"ca\",\n \"subject_dn\": \"CN=Elastic Certificate Tool Autogenerated CA\",\n \"serial_number\": \"a20f0ee901e8f69dc633ff633e5cd5437cdb4137\",\n \"has_private_key\": false,\n \"expiry\": \"2021-01-15T20:42:49.000Z\"\n },\n {\n \"path\": \"certs/elastic-certificates.p12\",\n \"format\": \"PKCS12\",\n \"alias\": \"instance\",\n \"subject_dn\": \"CN=instance\",\n \"serial_number\": \"fc1905e1494dc5230218d079c47a617088f84ce0\",\n \"has_private_key\": true,\n \"expiry\": \"2021-01-15T20:44:32.000Z\"\n }\n]" } } } @@ -43522,23 +39838,7 @@ "examples": { "SynonymsGetResponseExample1": { "description": "A successful response from `GET _synonyms/my-synonyms-set`.", - "value": { - "count": 3, - "synonyms_set": [ - { - "id": "test-1", - "synonyms": "hello, hi" - }, - { - "id": "test-2", - "synonyms": "bye, goodbye" - }, - { - "id": "test-3", - "synonyms": "test => check" - } - ] - } + "value": "{\n \"count\": 3,\n \"synonyms_set\": [\n {\n \"id\": \"test-1\",\n \"synonyms\": \"hello, hi\"\n },\n {\n \"id\": \"test-2\",\n \"synonyms\": \"bye, goodbye\"\n },\n {\n \"id\": \"test-3\",\n \"synonyms\": \"test => check\"\n }\n ]\n}" } } } @@ -43700,10 +40000,7 @@ "examples": { "SynonymRuleGetResponseExample1": { "description": "A successful response from `GET _synonyms/my-synonyms-set/test-1`.", - "value": { - "id": "test-1", - "synonyms": "hello, hi" - } + "value": "{\n \"id\": \"test-1\",\n \"synonyms\": \"hello, hi\"\n}" } } } @@ -43761,9 +40058,7 @@ "SynonymRulePutRequestExample1": { "summary": "synonyms/apis/put-synonym-rule.asciidoc:107", "description": "", - "value": { - "synonyms": "hello, hi, howdy" - } + "value": "{\n \"synonyms\": \"hello, hi, howdy\"\n}" } } } @@ -43781,27 +40076,7 @@ "examples": { "SynonymRuleResponseExample1": { "description": "A successful response from `PUT _synonyms/my-synonyms-set/test-1`.\n", - "value": { - "reload_analyzers_details": { - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "reload_details": [ - { - "index": "test-index", - "reloaded_analyzers": [ - "my_search_analyzer" - ], - "reloaded_node_ids": [ - "1wYFZzq8Sxeu_Jvt9mlbkg" - ] - } - ] - }, - "result": "updated" - } + "value": "{\n \"result\": \"updated\",\n \"reload_analyzers_details\": {\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"reload_details\": [\n {\n \"index\": \"test-index\",\n \"reloaded_analyzers\": [\n \"my_search_analyzer\"\n ],\n \"reloaded_node_ids\": [\n \"1wYFZzq8Sxeu_Jvt9mlbkg\"\n ]\n }\n ]\n }\n}" } } } @@ -43852,27 +40127,7 @@ "examples": { "SynonymRuleDeleteResponseExample1": { "description": "A successful response from `DELETE _synonyms/my-synonyms-set/test-1`. All analyzers using this synonyms set will be reloaded automatically to reflect the rule being deleted.\n", - "value": { - "reload_analyzers_details": { - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "reload_details": [ - { - "index": "test-index", - "reloaded_analyzers": [ - "my_search_analyzer" - ], - "reloaded_node_ids": [ - "1wYFZzq8Sxeu_Jvt9mlbkg" - ] - } - ] - }, - "result": "deleted" - } + "value": "{\n \"result\": \"deleted\",\n \"reload_analyzers_details\": {\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"reload_details\": [\n {\n \"index\": \"test-index\",\n \"reloaded_analyzers\": [\n \"my_search_analyzer\"\n ],\n \"reloaded_node_ids\": [\n \"1wYFZzq8Sxeu_Jvt9mlbkg\"\n ]\n }\n ]\n }\n}" } } } @@ -43940,23 +40195,7 @@ "examples": { "SynonymsSetsGetResponseExample1": { "description": "A successful response from `GET _synonyms`.", - "value": { - "count": 3, - "results": [ - { - "count": 2, - "synonyms_set": "ecommerce-synonyms" - }, - { - "count": 3, - "synonyms_set": "my-synonyms-set" - }, - { - "count": 1, - "synonyms_set": "new-ecommerce-synonyms" - } - ] - } + "value": "{\n \"count\": 3,\n \"results\": [\n {\n \"synonyms_set\": \"ecommerce-synonyms\",\n \"count\": 2\n },\n {\n \"synonyms_set\": \"my-synonyms-set\",\n \"count\": 3\n },\n {\n \"synonyms_set\": \"new-ecommerce-synonyms\",\n \"count\": 1\n }\n ]\n}" } } } @@ -44100,75 +40339,12 @@ "GetTaskResponseExample1": { "summary": "Get cluster actions", "description": "A successful response from `GET _tasks?actions=cluster:*`, which retrieves all cluster-related tasks.\n", - "value": { - "nodes": { - "oTUltX4IQMOUUVeiohTt8A": { - "host": "127.0.0.1", - "ip": "127.0.0.1:9300", - "name": "H5dfFeA", - "tasks": { - "oTUltX4IQMOUUVeiohTt8A:123": { - "action": "cluster:monitor/tasks/lists", - "cancellable": false, - "id": 123, - "node": "oTUltX4IQMOUUVeiohTt8A", - "running_time_in_nanos": 236042, - "start_time_in_millis": 1458585884904, - "type": "transport" - }, - "oTUltX4IQMOUUVeiohTt8A:124": { - "action": "cluster:monitor/tasks/lists[n]", - "cancellable": false, - "id": 124, - "node": "oTUltX4IQMOUUVeiohTt8A", - "parent_task_id": "oTUltX4IQMOUUVeiohTt8A:123", - "running_time_in_nanos": 47402, - "start_time_in_millis": 1458585884904, - "type": "direct" - } - }, - "transport_address": "127.0.0.1:9300" - } - } - } + "value": "{\n \"nodes\" : {\n \"oTUltX4IQMOUUVeiohTt8A\" : {\n \"name\" : \"H5dfFeA\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"tasks\" : {\n \"oTUltX4IQMOUUVeiohTt8A:124\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 124,\n \"type\" : \"direct\",\n \"action\" : \"cluster:monitor/tasks/lists[n]\",\n \"start_time_in_millis\" : 1458585884904,\n \"running_time_in_nanos\" : 47402,\n \"cancellable\" : false,\n \"parent_task_id\" : \"oTUltX4IQMOUUVeiohTt8A:123\"\n },\n \"oTUltX4IQMOUUVeiohTt8A:123\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 123,\n \"type\" : \"transport\",\n \"action\" : \"cluster:monitor/tasks/lists\",\n \"start_time_in_millis\" : 1458585884904,\n \"running_time_in_nanos\" : 236042,\n \"cancellable\" : false\n }\n }\n }\n }\n}" }, "GetTaskResponseExample2": { "summary": "Get details about a delete by query", "description": "A successful response from `GET _tasks?detailed=true&actions=*/delete/byquery`, which gets the status of a delete by query operation. The `status` object contains the actual status. `total` is the total number of operations that the reindex expects to perform. You can estimate the progress by adding the `updated`, `created`, and `deleted` fields. The request will finish when their sum is equal to the `total` field.\n", - "value": { - "nodes": { - "r1A2WoRbTwKZ516z6NEs5A": { - "attributes": { - "portsfile": "true", - "testattr": "test" - }, - "host": "127.0.0.1", - "ip": "127.0.0.1:9300", - "name": "r1A2WoR", - "tasks": { - "r1A2WoRbTwKZ516z6NEs5A:36619": { - "action": "indices:data/write/delete/byquery", - "description": "", - "id": 36619, - "node": "r1A2WoRbTwKZ516z6NEs5A", - "status": { - "batches": 36, - "created": 0, - "deleted": 3500, - "noops": 0, - "retries": 0, - "throttled_millis": 0, - "total": 6154, - "updated": 0, - "version_conflicts": 0 - }, - "type": "transport" - } - }, - "transport_address": "127.0.0.1:9300" - } - } - } + "value": "{\n \"nodes\" : {\n \"r1A2WoRbTwKZ516z6NEs5A\" : {\n \"name\" : \"r1A2WoR\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"attributes\" : {\n \"testattr\" : \"test\",\n \"portsfile\" : \"true\"\n },\n \"tasks\" : {\n \"r1A2WoRbTwKZ516z6NEs5A:36619\" : {\n \"node\" : \"r1A2WoRbTwKZ516z6NEs5A\",\n \"id\" : 36619,\n \"type\" : \"transport\",\n \"action\" : \"indices:data/write/delete/byquery\",\n \"status\" : { \n \"total\" : 6154,\n \"updated\" : 0,\n \"created\" : 0,\n \"deleted\" : 3500,\n \"batches\" : 36,\n \"version_conflicts\" : 0,\n \"noops\" : 0,\n \"retries\": 0,\n \"throttled_millis\": 0\n },\n \"description\" : \"\"\n }\n }\n }\n }\n}" } } } @@ -44279,29 +40455,7 @@ "examples": { "ListTasksResponseExample1": { "description": "A successful response from `GET _tasks?actions=*search&detailed` The `detailed` parameter affects the `description` field, which contains human readable text that identifies the particular request that the task is performing. For example, it helps identify the search request being performed by a search task.\n", - "value": { - "nodes": { - "oTUltX4IQMOUUVeiohTt8A": { - "host": "127.0.0.1", - "ip": "127.0.0.1:9300", - "name": "H5dfFeA", - "tasks": { - "oTUltX4IQMOUUVeiohTt8A:464": { - "action": "indices:data/read/search", - "cancellable": true, - "cancelled": false, - "description": "indices[test], types[test], search_type[QUERY_THEN_FETCH], source[{\"query\":...}]", - "id": 464, - "node": "oTUltX4IQMOUUVeiohTt8A", - "running_time_in_nanos": 13991383, - "start_time_in_millis": 1483478610008, - "type": "transport" - } - }, - "transport_address": "127.0.0.1:9300" - } - } - } + "value": "{\n \"nodes\" : {\n \"oTUltX4IQMOUUVeiohTt8A\" : {\n \"name\" : \"H5dfFeA\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"tasks\" : {\n \"oTUltX4IQMOUUVeiohTt8A:464\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 464,\n \"type\" : \"transport\",\n \"action\" : \"indices:data/read/search\",\n \"description\" : \"indices[test], types[test], search_type[QUERY_THEN_FETCH], source[{\\\"query\\\":...}]\",\n \"start_time_in_millis\" : 1483478610008,\n \"running_time_in_nanos\" : 13991383,\n \"cancellable\" : true,\n \"cancelled\" : false\n }\n }\n }\n }\n}" } } } @@ -44813,171 +40967,7 @@ "examples": { "FindFieldStructureResponseExample1": { "description": "A successful response from `GET _text_structure/find_field_structure?index=test-logs&field=message`.", - "value": { - "charset": "UTF-8", - "ecs_compatibility": "disabled", - "field_stats": { - "loglevel": { - "cardinality": 1, - "count": 22, - "top_hits": [ - { - "count": 22, - "value": "INFO" - } - ] - }, - "message": { - "cardinality": 22, - "count": 22, - "top_hits": [ - { - "count": 1, - "value": "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]" - } - ] - }, - "timestamp": { - "cardinality": 14, - "count": 22, - "earliest": "2024-03-05T10:52:36,256", - "latest": "2024-03-05T10:52:49,199", - "top_hits": [ - { - "count": 6, - "value": "2024-03-05T10:52:41,044" - }, - { - "count": 3, - "value": "2024-03-05T10:52:41,043" - }, - { - "count": 2, - "value": "2024-03-05T10:52:41,059" - }, - { - "count": 1, - "value": "2024-03-05T10:52:36,256" - }, - { - "count": 1, - "value": "2024-03-05T10:52:41,038" - }, - { - "count": 1, - "value": "2024-03-05T10:52:41,042" - }, - { - "count": 1, - "value": "2024-03-05T10:52:43,291" - }, - { - "count": 1, - "value": "2024-03-05T10:52:46,098" - }, - { - "count": 1, - "value": "2024-03-05T10:52:47,227" - }, - { - "count": 1, - "value": "2024-03-05T10:52:47,259" - } - ] - } - }, - "format": "semi_structured_text", - "grok_pattern": "\\[%{TIMESTAMP_ISO8601:timestamp}\\]\\[%{LOGLEVEL:loglevel} \\]\\[.*", - "ingest_pipeline": { - "description": "Ingest pipeline created by text structure finder", - "processors": [ - { - "grok": { - "ecs_compatibility": "disabled", - "field": "message", - "patterns": [ - "\\[%{TIMESTAMP_ISO8601:timestamp}\\]\\[%{LOGLEVEL:loglevel} \\]\\[.*" - ] - } - }, - { - "date": { - "field": "timestamp", - "formats": [ - "ISO8601" - ], - "timezone": "{{ event.timezone }}" - } - }, - { - "remove": { - "field": "timestamp" - } - } - ] - }, - "java_timestamp_formats": [ - "ISO8601" - ], - "joda_timestamp_formats": [ - "ISO8601" - ], - "mappings": { - "properties": { - "@timestamp": { - "type": "date" - }, - "loglevel": { - "type": "keyword" - }, - "message": { - "type": "text" - } - } - }, - "multiline_start_pattern": "^\\[\\b\\d{4}-\\d{2}-\\d{2}[T ]\\d{2}:\\d{2}", - "need_client_timezone": true, - "num_lines_analyzed": 22, - "num_messages_analyzed": 22, - "sample_start": "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\n[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\n", - "timestamp_field": "timestamp" - } + "value": "{\n \"num_lines_analyzed\" : 22,\n \"num_messages_analyzed\" : 22,\n \"sample_start\" : \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\\n[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\\n\",\n \"charset\" : \"UTF-8\",\n \"format\" : \"semi_structured_text\",\n \"multiline_start_pattern\" : \"^\\\\[\\\\b\\\\d{4}-\\\\d{2}-\\\\d{2}[T ]\\\\d{2}:\\\\d{2}\",\n \"grok_pattern\" : \"\\\\[%{TIMESTAMP_ISO8601:timestamp}\\\\]\\\\[%{LOGLEVEL:loglevel} \\\\]\\\\[.*\",\n \"ecs_compatibility\" : \"disabled\",\n \"timestamp_field\" : \"timestamp\",\n \"joda_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"java_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"need_client_timezone\" : true,\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n },\n \"loglevel\" : {\n \"type\" : \"keyword\"\n },\n \"message\" : {\n \"type\" : \"text\"\n }\n }\n },\n \"ingest_pipeline\" : {\n \"description\" : \"Ingest pipeline created by text structure finder\",\n \"processors\" : [\n {\n \"grok\" : {\n \"field\" : \"message\",\n \"patterns\" : [\n \"\\\\[%{TIMESTAMP_ISO8601:timestamp}\\\\]\\\\[%{LOGLEVEL:loglevel} \\\\]\\\\[.*\"\n ],\n \"ecs_compatibility\" : \"disabled\"\n }\n },\n {\n \"date\" : {\n \"field\" : \"timestamp\",\n \"timezone\" : \"{{ event.timezone }}\",\n \"formats\" : [\n \"ISO8601\"\n ]\n }\n },\n {\n \"remove\" : {\n \"field\" : \"timestamp\"\n }\n }\n ]\n },\n \"field_stats\" : {\n \"loglevel\" : {\n \"count\" : 22,\n \"cardinality\" : 1,\n \"top_hits\" : [\n {\n \"value\" : \"INFO\",\n \"count\" : 22\n }\n ]\n },\n \"message\" : {\n \"count\" : 22,\n \"cardinality\" : 22,\n \"top_hits\" : [\n {\n \"value\" : \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]\",\n \"count\" : 1\n }\n ]\n },\n \"timestamp\" : {\n \"count\" : 22,\n \"cardinality\" : 14,\n \"earliest\" : \"2024-03-05T10:52:36,256\",\n \"latest\" : \"2024-03-05T10:52:49,199\",\n \"top_hits\" : [\n {\n \"value\" : \"2024-03-05T10:52:41,044\",\n \"count\" : 6\n },\n {\n \"value\" : \"2024-03-05T10:52:41,043\",\n \"count\" : 3\n },\n {\n \"value\" : \"2024-03-05T10:52:41,059\",\n \"count\" : 2\n },\n {\n \"value\" : \"2024-03-05T10:52:36,256\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:41,038\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:41,042\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:43,291\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:46,098\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:47,227\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:47,259\",\n \"count\" : 1\n }\n ]\n }\n }\n}" } } } @@ -45386,249 +41376,7 @@ "examples": { "FindStructureResponseExample1": { "description": "A successful response from `POST _text_structure/find_structure`.", - "value": { - "charset": "UTF-8", - "ecs_compatibility": "disabled", - "field_stats": { - "author": { - "cardinality": 20, - "count": 24, - "top_hits": [ - { - "count": 4, - "value": "Frank Herbert" - }, - { - "count": 2, - "value": "Robert A. Heinlein" - }, - { - "count": 1, - "value": "Alastair Reynolds" - }, - { - "count": 1, - "value": "Aldous Huxley" - }, - { - "count": 1, - "value": "Dan Simmons" - }, - { - "count": 1, - "value": "Douglas Adams" - }, - { - "count": 1, - "value": "George Orwell" - }, - { - "count": 1, - "value": "Iain M. Banks" - }, - { - "count": 1, - "value": "Isaac Asimov" - }, - { - "count": 1, - "value": "James S.A. Corey" - } - ] - }, - "name": { - "cardinality": 24, - "count": 24, - "top_hits": [ - { - "count": 1, - "value": "1984" - }, - { - "count": 1, - "value": "A Fire Upon the Deep" - }, - { - "count": 1, - "value": "Brave New World" - }, - { - "count": 1, - "value": "Children of Dune" - }, - { - "count": 1, - "value": "Consider Phlebas" - }, - { - "count": 1, - "value": "Dune" - }, - { - "count": 1, - "value": "Dune Messiah" - }, - { - "count": 1, - "value": "Ender's Game" - }, - { - "count": 1, - "value": "Fahrenheit 451" - }, - { - "count": 1, - "value": "Foundation" - } - ] - }, - "page_count": { - "cardinality": 24, - "count": 24, - "max_value": 768, - "mean_value": 387.0833333333333, - "median_value": 329.5, - "min_value": 180, - "top_hits": [ - { - "count": 1, - "value": 180 - }, - { - "count": 1, - "value": 208 - }, - { - "count": 1, - "value": 224 - }, - { - "count": 1, - "value": 227 - }, - { - "count": 1, - "value": 268 - }, - { - "count": 1, - "value": 271 - }, - { - "count": 1, - "value": 275 - }, - { - "count": 1, - "value": 288 - }, - { - "count": 1, - "value": 304 - }, - { - "count": 1, - "value": 311 - } - ] - }, - "release_date": { - "cardinality": 20, - "count": 24, - "earliest": "1932-06-01", - "latest": "2011-06-02", - "top_hits": [ - { - "count": 3, - "value": "1985-06-01" - }, - { - "count": 2, - "value": "1969-06-01" - }, - { - "count": 2, - "value": "1992-06-01" - }, - { - "count": 1, - "value": "1932-06-01" - }, - { - "count": 1, - "value": "1951-06-01" - }, - { - "count": 1, - "value": "1953-10-15" - }, - { - "count": 1, - "value": "1959-12-01" - }, - { - "count": 1, - "value": "1965-06-01" - }, - { - "count": 1, - "value": "1966-04-01" - }, - { - "count": 1, - "value": "1969-10-15" - } - ] - } - }, - "format": "ndjson", - "has_byte_order_marker": false, - "ingest_pipeline": { - "description": "Ingest pipeline created by text structure finder", - "processors": [ - { - "date": { - "field": "release_date", - "formats": [ - "ISO8601" - ], - "timezone": "{{ event.timezone }}" - } - } - ] - }, - "java_timestamp_formats": [ - "ISO8601" - ], - "joda_timestamp_formats": [ - "ISO8601" - ], - "mappings": { - "properties": { - "@timestamp": { - "type": "date" - }, - "author": { - "type": "keyword" - }, - "name": { - "type": "keyword" - }, - "page_count": { - "type": "long" - }, - "release_date": { - "format": "iso8601", - "type": "date" - } - } - }, - "need_client_timezone": true, - "num_lines_analyzed": 24, - "num_messages_analyzed": 24, - "sample_start": "{\"name\": \"Leviathan Wakes\", \"author\": \"James S.A. Corey\", \"release_date\": \"2011-06-02\", \"page_count\": 561}\n{\"name\": \"Hyperion\", \"author\": \"Dan Simmons\", \"release_date\": \"1989-05-26\", \"page_count\": 482}\n", - "timestamp_field": "release_date" - } + "value": "{\n \"num_lines_analyzed\" : 24,\n \"num_messages_analyzed\" : 24,\n \"sample_start\" : \"{\\\"name\\\": \\\"Leviathan Wakes\\\", \\\"author\\\": \\\"James S.A. Corey\\\", \\\"release_date\\\": \\\"2011-06-02\\\", \\\"page_count\\\": 561}\\n{\\\"name\\\": \\\"Hyperion\\\", \\\"author\\\": \\\"Dan Simmons\\\", \\\"release_date\\\": \\\"1989-05-26\\\", \\\"page_count\\\": 482}\\n\",\n \"charset\" : \"UTF-8\",\n \"has_byte_order_marker\" : false,\n \"format\" : \"ndjson\",\n \"ecs_compatibility\" : \"disabled\",\n \"timestamp_field\" : \"release_date\",\n \"joda_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"java_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"need_client_timezone\" : true,\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n },\n \"author\" : {\n \"type\" : \"keyword\"\n },\n \"name\" : {\n \"type\" : \"keyword\"\n },\n \"page_count\" : {\n \"type\" : \"long\"\n },\n \"release_date\" : {\n \"type\" : \"date\",\n \"format\" : \"iso8601\"\n }\n }\n },\n \"ingest_pipeline\" : {\n \"description\" : \"Ingest pipeline created by text structure finder\",\n \"processors\" : [\n {\n \"date\" : {\n \"field\" : \"release_date\",\n \"timezone\" : \"{{ event.timezone }}\",\n \"formats\" : [\n \"ISO8601\"\n ]\n }\n }\n ]\n },\n \"field_stats\" : {\n \"author\" : {\n \"count\" : 24,\n \"cardinality\" : 20,\n \"top_hits\" : [\n {\n \"value\" : \"Frank Herbert\",\n \"count\" : 4\n },\n {\n \"value\" : \"Robert A. Heinlein\",\n \"count\" : 2\n },\n {\n \"value\" : \"Alastair Reynolds\",\n \"count\" : 1\n },\n {\n \"value\" : \"Aldous Huxley\",\n \"count\" : 1\n },\n {\n \"value\" : \"Dan Simmons\",\n \"count\" : 1\n },\n {\n \"value\" : \"Douglas Adams\",\n \"count\" : 1\n },\n {\n \"value\" : \"George Orwell\",\n \"count\" : 1\n },\n {\n \"value\" : \"Iain M. Banks\",\n \"count\" : 1\n },\n {\n \"value\" : \"Isaac Asimov\",\n \"count\" : 1\n },\n {\n \"value\" : \"James S.A. Corey\",\n \"count\" : 1\n }\n ]\n },\n \"name\" : {\n \"count\" : 24,\n \"cardinality\" : 24,\n \"top_hits\" : [\n {\n \"value\" : \"1984\",\n \"count\" : 1\n },\n {\n \"value\" : \"A Fire Upon the Deep\",\n \"count\" : 1\n },\n {\n \"value\" : \"Brave New World\",\n \"count\" : 1\n },\n {\n \"value\" : \"Children of Dune\",\n \"count\" : 1\n },\n {\n \"value\" : \"Consider Phlebas\",\n \"count\" : 1\n },\n {\n \"value\" : \"Dune\",\n \"count\" : 1\n },\n {\n \"value\" : \"Dune Messiah\",\n \"count\" : 1\n },\n {\n \"value\" : \"Ender's Game\",\n \"count\" : 1\n },\n {\n \"value\" : \"Fahrenheit 451\",\n \"count\" : 1\n },\n {\n \"value\" : \"Foundation\",\n \"count\" : 1\n }\n ]\n },\n \"page_count\" : {\n \"count\" : 24,\n \"cardinality\" : 24,\n \"min_value\" : 180,\n \"max_value\" : 768,\n \"mean_value\" : 387.0833333333333,\n \"median_value\" : 329.5,\n \"top_hits\" : [\n {\n \"value\" : 180,\n \"count\" : 1\n },\n {\n \"value\" : 208,\n \"count\" : 1\n },\n {\n \"value\" : 224,\n \"count\" : 1\n },\n {\n \"value\" : 227,\n \"count\" : 1\n },\n {\n \"value\" : 268,\n \"count\" : 1\n },\n {\n \"value\" : 271,\n \"count\" : 1\n },\n {\n \"value\" : 275,\n \"count\" : 1\n },\n {\n \"value\" : 288,\n \"count\" : 1\n },\n {\n \"value\" : 304,\n \"count\" : 1\n },\n {\n \"value\" : 311,\n \"count\" : 1\n }\n ]\n },\n \"release_date\" : {\n \"count\" : 24,\n \"cardinality\" : 20,\n \"earliest\" : \"1932-06-01\",\n \"latest\" : \"2011-06-02\",\n \"top_hits\" : [\n {\n \"value\" : \"1985-06-01\",\n \"count\" : 3\n },\n {\n \"value\" : \"1969-06-01\",\n \"count\" : 2\n },\n {\n \"value\" : \"1992-06-01\",\n \"count\" : 2\n },\n {\n \"value\" : \"1932-06-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1951-06-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1953-10-15\",\n \"count\" : 1\n },\n {\n \"value\" : \"1959-12-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1965-06-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1966-04-01\",\n \"count\" : 1\n },\n {\n \"value\" : \"1969-10-15\",\n \"count\" : 1\n }\n ]\n }\n }\n}" } } } @@ -45809,79 +41557,12 @@ "PutTransformRequestExample1": { "summary": "A pivot transform", "description": "Run `PUT _transform/ecommerce_transform1` to create a transform that uses the pivot method.", - "value": { - "description": "Maximum priced ecommerce data by customer_id in Asia", - "dest": { - "index": "kibana_sample_data_ecommerce_transform1", - "pipeline": "add_timestamp_pipeline" - }, - "frequency": "5m", - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id", - "missing_bucket": true - } - } - } - }, - "retention_policy": { - "time": { - "field": "order_date", - "max_age": "30d" - } - }, - "source": { - "index": "kibana_sample_data_ecommerce", - "query": { - "term": { - "geoip.continent_name": { - "value": "Asia" - } - } - } - }, - "sync": { - "time": { - "delay": "60s", - "field": "order_date" - } - } - } + "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\",\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" }, "PutTransformRequestExample2": { "summary": "A latest transform", "description": "Run `PUT _transform/ecommerce_transform2` to create a transform that uses the latest method.", - "value": { - "description": "Latest order for each customer", - "dest": { - "index": "kibana_sample_data_ecommerce_transform2" - }, - "frequency": "5m", - "latest": { - "sort": "order_date", - "unique_key": [ - "customer_id" - ] - }, - "source": { - "index": "kibana_sample_data_ecommerce" - }, - "sync": { - "time": { - "delay": "60s", - "field": "order_date" - } - } - } + "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\"\n },\n \"latest\": {\n \"unique_key\": [\n \"customer_id\"\n ],\n \"sort\": \"order_date\"\n },\n \"description\": \"Latest order for each customer\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform2\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n }\n}" } } } @@ -45899,9 +41580,7 @@ "examples": { "PutTransformResponseExample1": { "description": "A successful response when creating a transform.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -45970,9 +41649,7 @@ "examples": { "DeleteTransformResponseExample1": { "description": "A successful response when the transform is deleted.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -46099,52 +41776,7 @@ "examples": { "GetTransformStatsResponseExample1": { "description": "A successful response that contains usage information for a transform.", - "value": { - "count": 1, - "transforms": [ - { - "checkpointing": { - "changes_last_detected_at": 1585344558219, - "last": { - "checkpoint": 20, - "time_upper_bound_millis": 1585344498220, - "timestamp_millis": 1585344558220 - } - }, - "health": { - "status": "green" - }, - "id": "ecommerce-customer-transform", - "node": { - "attributes": {}, - "ephemeral_id": "5-L21nFsQxxxxxxxxxx-xx", - "id": "cpTIGMsVQ8Gqwqlxxxxxxx", - "name": "my.home", - "transport_address": "127.0.0.1:9300" - }, - "state": "started", - "stats": { - "delete_time_in_ms": 214, - "documents_deleted": 22, - "documents_indexed": 68, - "documents_processed": 6027, - "exponential_avg_checkpoint_duration_ms": 97.30637923893184, - "exponential_avg_documents_indexed": 2.2064915040974062, - "exponential_avg_documents_processed": 179.89419945785045, - "index_failures": 0, - "index_time_in_ms": 412, - "index_total": 20, - "pages_processed": 78, - "processing_time_in_ms": 8, - "processing_total": 78, - "search_failures": 0, - "search_time_in_ms": 353, - "search_total": 78, - "trigger_count": 168 - } - } - ] - } + "value": "{\n \"count\": 1,\n \"transforms\": [\n {\n \"id\": \"ecommerce-customer-transform\",\n \"state\": \"started\",\n \"node\": {\n \"id\": \"cpTIGMsVQ8Gqwqlxxxxxxx\",\n \"name\": \"my.home\",\n \"ephemeral_id\": \"5-L21nFsQxxxxxxxxxx-xx\",\n \"transport_address\": \"127.0.0.1:9300\",\n \"attributes\": {}\n },\n \"stats\": {\n \"pages_processed\": 78,\n \"documents_processed\": 6027,\n \"documents_indexed\": 68,\n \"documents_deleted\": 22,\n \"delete_time_in_ms\": 214,\n \"trigger_count\": 168,\n \"index_time_in_ms\": 412,\n \"index_total\": 20,\n \"index_failures\": 0,\n \"search_time_in_ms\": 353,\n \"search_total\": 78,\n \"search_failures\": 0,\n \"processing_time_in_ms\": 8,\n \"processing_total\": 78,\n \"exponential_avg_checkpoint_duration_ms\": 97.30637923893185,\n \"exponential_avg_documents_indexed\": 2.2064915040974062,\n \"exponential_avg_documents_processed\": 179.89419945785045\n },\n \"checkpointing\": {\n \"last\": {\n \"checkpoint\": 20,\n \"timestamp_millis\": 1585344558220,\n \"time_upper_bound_millis\": 1585344498220\n },\n \"changes_last_detected_at\": 1585344558219\n },\n \"health\": {\n \"status\": \"green\"\n }\n }\n ]\n}" } } } @@ -46304,9 +41936,7 @@ "examples": { "ResetTransformResponseExample1": { "description": "A successful response when the transform is reset.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -46358,9 +41988,7 @@ "examples": { "ScheduleNowTransformResponseExample1": { "description": "A successful response when the transform is scheduled to run now.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -46422,9 +42050,7 @@ "examples": { "StartTransformResponseExample1": { "description": "A successful response when a transform starts.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -46516,9 +42142,7 @@ "examples": { "StopTransformResponseExample1": { "description": "A successful response when a transform stops.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -46614,53 +42238,7 @@ "examples": { "UpdateTransformRequestExample1": { "description": "Run `POST _transform/simple-kibana-ecomm-pivot/_update` to update a transform that uses the pivot method.", - "value": { - "description": "Maximum priced ecommerce data by customer_id in Asia", - "dest": { - "index": "kibana_sample_data_ecommerce_transform1", - "pipeline": "add_timestamp_pipeline" - }, - "frequency": "5m", - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id", - "missing_bucket": true - } - } - } - }, - "retention_policy": { - "time": { - "field": "order_date", - "max_age": "30d" - } - }, - "source": { - "index": "kibana_sample_data_ecommerce", - "query": { - "term": { - "geoip.continent_name": { - "value": "Asia" - } - } - } - }, - "sync": { - "time": { - "delay": "60s", - "field": "order_date" - } - } - } + "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\",\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" } } } @@ -46731,64 +42309,7 @@ "examples": { "UpdateTransformResponseExample1": { "description": "A successful response when creating a transform.", - "value": { - "authorization": { - "roles": [ - "superuser" - ] - }, - "create_time": 1712951576767, - "description": "Maximum priced ecommerce data by customer_id in Asia", - "dest": { - "index": "kibana_sample_data_ecommerce_transform_v2", - "pipeline": "add_timestamp_pipeline" - }, - "frequency": "15m", - "id": "simple-kibana-ecomm-pivot", - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id", - "missing_bucket": true - } - } - } - }, - "retention_policy": { - "time": { - "field": "order_date", - "max_age": "30d" - } - }, - "settings": {}, - "source": { - "index": [ - "kibana_sample_data_ecommerce" - ], - "query": { - "term": { - "geoip.continent_name": { - "value": "Asia" - } - } - } - }, - "sync": { - "time": { - "delay": "120s", - "field": "order_date" - } - }, - "version": "10.0.0" - } + "value": "{\n \"id\": \"simple-kibana-ecomm-pivot\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"version\": \"10.0.0\",\n \"create_time\": 1712951576767,\n \"source\": {\n \"index\": [\n \"kibana_sample_data_ecommerce\"\n ],\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform_v2\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"15m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"120s\"\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"settings\": {},\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" } } } @@ -46858,11 +42379,7 @@ "examples": { "UpgradeTransformResponseExample1": { "description": "A successful response contains a summary when all transforms are upgraded.", - "value": { - "needs_update": 0, - "no_action": 1, - "updated": 2 - } + "value": "{\n \"needs_update\": 0,\n \"updated\": 2,\n \"no_action\": 1\n}" } } } @@ -47072,15 +42589,7 @@ "UpdateRequestExample1": { "summary": "Update a counter with a script", "description": "Run `POST test/_update/1` to increment a counter by using a script.", - "value": { - "script": { - "lang": "painless", - "params": { - "count": 4 - }, - "source": "ctx._source.counter += params.count" - } - } + "value": "{\n \"script\" : {\n \"source\": \"ctx._source.counter += params.count\",\n \"lang\": \"painless\",\n \"params\" : {\n \"count\" : 4\n }\n }\n}" }, "UpdateRequestExample10": { "summary": "Scripted upsert", @@ -47090,97 +42599,47 @@ "UpdateRequestExample11": { "summary": "Doc as upsert", "description": "Run `POST test/_update/1` to perform a doc as upsert. Instead of sending a partial `doc` plus an `upsert` doc, you can set `doc_as_upsert` to `true` to use the contents of `doc` as the `upsert` value.\n", - "value": { - "doc": { - "name": "new_name" - }, - "doc_as_upsert": true - } + "value": "{\n \"doc\": {\n \"name\": \"new_name\"\n },\n \"doc_as_upsert\": true\n}" }, "UpdateRequestExample2": { "summary": "Add a tag with a script", "description": "Run `POST test/_update/1` to use a script to add a tag to a list of tags. In this example, it is just a list, so the tag is added even it exists.\n", - "value": { - "script": { - "lang": "painless", - "params": { - "tag": "blue" - }, - "source": "ctx._source.tags.add(params.tag)" - } - } + "value": "{\n \"script\": {\n \"source\": \"ctx._source.tags.add(params.tag)\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"blue\"\n }\n }\n}" }, "UpdateRequestExample3": { "summary": "Remove a tag with a script", "description": "Run `POST test/_update/1` to use a script to remove a tag from a list of tags. The Painless function to remove a tag takes the array index of the element you want to remove. To avoid a possible runtime error, you first need to make sure the tag exists. If the list contains duplicates of the tag, this script just removes one occurrence.\n", - "value": { - "script": { - "lang": "painless", - "params": { - "tag": "blue" - }, - "source": "if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }" - } - } + "value": "{\n \"script\": {\n \"source\": \"if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"blue\"\n }\n }\n}" }, "UpdateRequestExample4": { "summary": "Add fields with a script", "description": "Run `POST test/_update/1` to use a script to add a field `new_field` to the document.\n", - "value": { - "script": "ctx._source.new_field = 'value_of_new_field'" - } + "value": "{\n \"script\" : \"ctx._source.new_field = 'value_of_new_field'\"\n}" }, "UpdateRequestExample5": { "summary": "Remove fields with a script", "description": "Run `POST test/_update/1` to use a script to remove a field `new_field` from the document.\n", - "value": { - "script": "ctx._source.remove('new_field')" - } + "value": "{\n \"script\" : \"ctx._source.remove('new_field')\"\n}" }, "UpdateRequestExample6": { "summary": "Remove subfields with a script", "description": "Run `POST test/_update/1` to use a script to remove a subfield from an object field.\n", - "value": { - "script": "ctx._source['my-object'].remove('my-subfield')" - } + "value": "{\n \"script\": \"ctx._source['my-object'].remove('my-subfield')\"\n}" }, "UpdateRequestExample7": { "summary": "Change the operation with a script", "description": "Run `POST test/_update/1` to change the operation that runs from within the script. For example, this request deletes the document if the `tags` field contains `green`, otherwise it does nothing (`noop`).\n", - "value": { - "script": { - "lang": "painless", - "params": { - "tag": "green" - }, - "source": "if (ctx._source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'noop' }" - } - } + "value": "{\n \"script\": {\n \"source\": \"if (ctx._source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'noop' }\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"green\"\n }\n }\n}" }, "UpdateRequestExample8": { "summary": "Update part of a document", "description": "Run `POST test/_update/1` to do a partial update that adds a new field to the existing document.\n", - "value": { - "doc": { - "name": "new_name" - } - } + "value": "{\n \"doc\": {\n \"name\": \"new_name\"\n }\n}" }, "UpdateRequestExample9": { "summary": "Upsert", "description": "Run `POST test/_update/1` to perfom an upsert. If the document does not already exist, the contents of the upsert element are inserted as a new document. If the document exists, the script is run.\n", - "value": { - "script": { - "lang": "painless", - "params": { - "count": 4 - }, - "source": "ctx._source.counter += params.count" - }, - "upsert": { - "counter": 1 - } - } + "value": "{\n \"script\": {\n \"source\": \"ctx._source.counter += params.count\",\n \"lang\": \"painless\",\n \"params\": {\n \"count\": 4\n }\n },\n \"upsert\": {\n \"counter\": 1\n }\n}" } } } @@ -47199,19 +42658,7 @@ "UpdateResponseExample1": { "summary": "Detect noop updates", "description": "By default updates that don't change anything detect that they don't change anything and return `\"result\": \"noop\"`.\n", - "value": { - "_id": "1", - "_index": "test", - "_primary_term": 1, - "_seq_no": 1, - "_shards": { - "failed": 0, - "successful": 0, - "total": 0 - }, - "_version": 2, - "result": "noop" - } + "value": "{\n \"_shards\": {\n \"total\": 0,\n \"successful\": 0,\n \"failed\": 0\n },\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"_primary_term\": 1,\n \"_seq_no\": 1,\n \"result\": \"noop\"\n}" } } } @@ -47585,50 +43032,22 @@ "UpdateByQueryRequestExample1": { "summary": "Update selected documents", "description": "Run `POST my-index-000001/_update_by_query?conflicts=proceed` to update documents that match a query.\n", - "value": { - "query": { - "term": { - "user.id": "kimchy" - } - } - } + "value": "{\n \"query\": { \n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" }, "UpdateByQueryRequestExample2": { "summary": "Update the document source", "description": "Run `POST my-index-000001/_update_by_query` with a script to update the document source. It increments the `count` field for all documents with a `user.id` of `kimchy` in `my-index-000001`.\n", - "value": { - "query": { - "term": { - "user.id": "kimchy" - } - }, - "script": { - "lang": "painless", - "source": "ctx._source.count++" - } - } + "value": "{\n \"script\": {\n \"source\": \"ctx._source.count++\",\n \"lang\": \"painless\"\n },\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" }, "UpdateByQueryRequestExample3": { "summary": "Slice manually", "description": "Run `POST my-index-000001/_update_by_query` to slice an update by query manually. Provide a slice ID and total number of slices to each request.\n", - "value": { - "script": { - "source": "ctx._source['extra'] = 'test'" - }, - "slice": { - "id": 0, - "max": 2 - } - } + "value": "{\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n },\n \"script\": {\n \"source\": \"ctx._source['extra'] = 'test'\"\n }\n}" }, "UpdateByQueryRequestExample4": { "summary": "Slice automatically", "description": "Run `POST my-index-000001/_update_by_query?refresh&slices=5` to use automatic slicing. It automatically parallelizes using sliced scroll to slice on `_id`.\n", - "value": { - "script": { - "source": "ctx._source['extra'] = 'test'" - } - } + "value": "{\n \"script\": {\n \"source\": \"ctx._source['extra'] = 'test'\"\n }\n}" } } } @@ -47996,57 +43415,7 @@ "examples": { "GetWatchResponseExample1": { "description": "A successful response from `GET _watcher/watch/my_watch`.", - "value": { - "_id": "my_watch", - "_primary_term": 1, - "_seq_no": 0, - "_version": 1, - "found": true, - "status": { - "actions": { - "test_index": { - "ack": { - "state": "awaits_successful_execution", - "timestamp": "2015-05-26T18:21:08.630Z" - } - } - }, - "state": { - "active": true, - "timestamp": "2015-05-26T18:21:08.630Z" - }, - "version": 1 - }, - "watch": { - "actions": { - "test_index": { - "index": { - "index": "test" - } - } - }, - "condition": { - "always": {} - }, - "input": { - "simple": { - "payload": { - "send": "yes" - } - } - }, - "trigger": { - "schedule": { - "hourly": { - "minute": [ - 0, - 5 - ] - } - } - } - } - } + "value": "{\n \"found\": true,\n \"_id\": \"my_watch\",\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"_version\": 1,\n \"status\": { \n \"version\": 1,\n \"state\": {\n \"active\": true,\n \"timestamp\": \"2015-05-26T18:21:08.630Z\"\n },\n \"actions\": {\n \"test_index\": {\n \"ack\": {\n \"timestamp\": \"2015-05-26T18:21:08.630Z\",\n \"state\": \"awaits_successful_execution\"\n }\n }\n }\n },\n \"watch\": {\n \"input\": {\n \"simple\": {\n \"payload\": {\n \"send\": \"yes\"\n }\n }\n },\n \"condition\": {\n \"always\": {}\n },\n \"trigger\": {\n \"schedule\": {\n \"hourly\": {\n \"minute\": [0, 5]\n }\n }\n },\n \"actions\": {\n \"test_index\": {\n \"index\": {\n \"index\": \"test\"\n }\n }\n }\n }\n}" } } } @@ -48168,11 +43537,7 @@ "examples": { "DeleteWatchResponseExample1": { "description": "A successful response from `DELETE _watcher/watch/my_watch`.", - "value": { - "_id": "my_watch", - "_version": 2, - "found": true - } + "value": "{\n \"found\": true,\n \"_id\": \"my_watch\",\n \"_version\": 2\n}" } } } @@ -48314,12 +43679,7 @@ "examples": { "WatcherGetSettingsResponseExample1": { "description": "A successful response with two index settings.", - "value": { - "index": { - "auto_expand_replicas": "0-4", - "number_of_replicas": 0 - } - } + "value": "{\n \"index\": {\n \"auto_expand_replicas\": \"0-4\",\n \"number_of_replicas\": 0\n }\n}" } } } @@ -48372,9 +43732,7 @@ }, "examples": { "WatcherUpdateSettingsRequestExample1": { - "value": { - "index.auto_expand_replicas": "0-4" - } + "value": "{\n \"index.auto_expand_replicas\": \"0-4\"\n}" } } } @@ -48470,9 +43828,7 @@ "examples": { "WatcherStartResponseExample1": { "description": "A successful response from `POST _watcher/_start`.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -48563,9 +43919,7 @@ "examples": { "WatcherStopResponseExample1": { "description": "A successful response from `POST _watcher/_stop`.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -48648,126 +44002,7 @@ "examples": { "XPackInfoResponseExample1": { "description": "A successful response from `GET /_xpack`.", - "value": { - "build": { - "date": "2015-04-07T13:34:42Z", - "hash": "2798b1a3ce779b3611bb53a0082d4d741e4d3168" - }, - "features": { - "aggregate_metric": { - "available": true, - "enabled": true - }, - "analytics": { - "available": true, - "enabled": true - }, - "archive": { - "available": true, - "enabled": true - }, - "ccr": { - "available": true, - "enabled": true - }, - "data_streams": { - "available": true, - "enabled": true - }, - "data_tiers": { - "available": true, - "enabled": true - }, - "enrich": { - "available": true, - "enabled": true - }, - "enterprise_search": { - "available": true, - "enabled": true - }, - "eql": { - "available": true, - "enabled": true - }, - "esql": { - "available": true, - "enabled": true - }, - "graph": { - "available": true, - "enabled": true - }, - "ilm": { - "available": true, - "enabled": true - }, - "logsdb": { - "available": true, - "enabled": false - }, - "logstash": { - "available": true, - "enabled": true - }, - "ml": { - "available": true, - "enabled": true - }, - "monitoring": { - "available": true, - "enabled": true - }, - "rollup": { - "available": true, - "enabled": true - }, - "searchable_snapshots": { - "available": true, - "enabled": true - }, - "security": { - "available": true, - "enabled": true - }, - "slm": { - "available": true, - "enabled": true - }, - "spatial": { - "available": true, - "enabled": true - }, - "sql": { - "available": true, - "enabled": true - }, - "transform": { - "available": true, - "enabled": true - }, - "universal_profiling": { - "available": true, - "enabled": true - }, - "voting_only": { - "available": true, - "enabled": true - }, - "watcher": { - "available": true, - "enabled": true - } - }, - "license": { - "expiry_date_in_millis": 1542665112332, - "mode": "trial", - "status": "active", - "type": "trial", - "uid": "893361dc-9749-4997-93cb-xxx" - }, - "tagline": "You know, for X" - } + "value": "{\n \"build\" : {\n \"hash\" : \"2798b1a3ce779b3611bb53a0082d4d741e4d3168\",\n \"date\" : \"2015-04-07T13:34:42Z\"\n },\n \"license\" : {\n \"uid\" : \"893361dc-9749-4997-93cb-xxx\",\n \"type\" : \"trial\",\n \"mode\" : \"trial\",\n \"status\" : \"active\",\n \"expiry_date_in_millis\" : 1542665112332\n },\n \"features\" : {\n \"ccr\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"aggregate_metric\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"analytics\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"archive\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"enrich\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"graph\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"ilm\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"logstash\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"ml\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"esql\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"monitoring\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"rollup\": {\n \"available\": true,\n \"enabled\": true\n },\n \"searchable_snapshots\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"security\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"slm\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"spatial\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"eql\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"sql\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"transform\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"voting_only\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"watcher\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"data_streams\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"data_tiers\" : {\n \"available\" : true,\n \"enabled\" : true\n },\n \"enterprise_search\": {\n \"available\": true,\n \"enabled\": true\n },\n \"universal_profiling\": {\n \"available\": true,\n \"enabled\": true\n },\n \"logsdb\": {\n \"available\": true,\n \"enabled\": false\n }\n },\n \"tagline\" : \"You know, for X\"\n}" } } } @@ -104903,32 +100138,7 @@ "examples": { "AsyncSearchSubmitResponseExample1": { "description": "A successful response when performing search asynchronously.", - "value": { - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": true, - "is_running": true, - "response": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 3, - "total": 562 - }, - "hits": { - "hits": [], - "max_score": null, - "total": { - "relation": "gte", - "value": 157483 - } - }, - "num_reduce_phases": 0, - "timed_out": false, - "took": 1122 - }, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_partial\" : true,\n \"is_running\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"response\" : {\n \"took\" : 1122,\n \"timed_out\" : false,\n \"num_reduce_phases\" : 0,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 3,\n \"skipped\" : 0,\n \"failed\" : 0\n },\n \"hits\" : {\n \"total\" : {\n \"value\" : 157483,\n \"relation\" : \"gte\"\n },\n \"max_score\" : null,\n \"hits\" : [ ]\n }\n }\n}" } } } @@ -104974,160 +100184,17 @@ "examples": { "BulkResponseExample1": { "summary": "Multiple successful operations", - "value": { - "errors": false, - "items": [ - { - "index": { - "_id": "1", - "_index": "test", - "_primary_term": 1, - "_seq_no": 0, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 1, - "result": "created", - "status": 201 - } - }, - { - "delete": { - "_id": "2", - "_index": "test", - "_primary_term": 2, - "_seq_no": 1, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 1, - "result": "not_found", - "status": 404 - } - }, - { - "create": { - "_id": "3", - "_index": "test", - "_primary_term": 3, - "_seq_no": 2, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 1, - "result": "created", - "status": 201 - } - }, - { - "update": { - "_id": "1", - "_index": "test", - "_primary_term": 4, - "_seq_no": 3, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 2, - "result": "updated", - "status": 200 - } - } - ], - "took": 30 - } + "value": "{\n \"took\": 30,\n \"errors\": false,\n \"items\": [\n {\n \"index\": {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 201,\n \"_seq_no\" : 0,\n \"_primary_term\": 1\n }\n },\n {\n \"delete\": {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"_version\": 1,\n \"result\": \"not_found\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 404,\n \"_seq_no\" : 1,\n \"_primary_term\" : 2\n }\n },\n {\n \"create\": {\n \"_index\": \"test\",\n \"_id\": \"3\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 201,\n \"_seq_no\" : 2,\n \"_primary_term\" : 3\n }\n },\n {\n \"update\": {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"result\": \"updated\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 200,\n \"_seq_no\" : 3,\n \"_primary_term\" : 4\n }\n }\n ]\n}" }, "BulkResponseExample2": { "summary": "Failed actions", "description": "If you run `POST /_bulk` with operations that update non-existent documents, the operations cannot complete successfully. The API returns a response with an `errors` property value `true`. The response also includes an error object for any failed operations. The error object contains additional information about the failure, such as the error type and reason.\n", - "value": { - "errors": true, - "items": [ - { - "update": { - "_id": "5", - "_index": "index1", - "error": { - "index": "index1", - "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", - "reason": "[5]: document missing", - "shard": "0", - "type": "document_missing_exception" - }, - "status": 404 - } - }, - { - "update": { - "_id": "6", - "_index": "index1", - "error": { - "index": "index1", - "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", - "reason": "[6]: document missing", - "shard": "0", - "type": "document_missing_exception" - }, - "status": 404 - } - }, - { - "create": { - "_id": "7", - "_index": "index1", - "_primary_term": 1, - "_seq_no": 0, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 1, - "result": "created", - "status": 201 - } - } - ], - "took": 486 - } + "value": "{\n \"took\": 486,\n \"errors\": true,\n \"items\": [\n {\n \"update\": {\n \"_index\": \"index1\",\n \"_id\": \"5\",\n \"status\": 404,\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[5]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"update\": {\n \"_index\": \"index1\",\n \"_id\": \"6\",\n \"status\": 404,\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[6]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"create\": {\n \"_index\": \"index1\",\n \"_id\": \"7\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"status\": 201\n }\n }\n ]\n}" }, "BulkResponseExample3": { "summary": "Filter for failed operations", "description": "An example response from `POST /_bulk?filter_path=items.*.error`, which returns only information about failed operations.\n", - "value": { - "items": [ - { - "update": { - "error": { - "index": "index1", - "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", - "reason": "[5]: document missing", - "shard": "0", - "type": "document_missing_exception" - } - } - }, - { - "update": { - "error": { - "index": "index1", - "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", - "reason": "[6]: document missing", - "shard": "0", - "type": "document_missing_exception" - } - } - } - ] - } + "value": "{\n \"items\": [\n {\n \"update\": {\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[5]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"update\": {\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[6]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n }\n ]\n}" } } } @@ -105146,40 +100213,7 @@ "examples": { "CatAliasesResponseExample1": { "description": "A successful response from `GET _cat/aliases?format=json&v=true`. This response shows that `alias2` has configured a filter and `alias3` and `alias4` have routing configurations.\n", - "value": [ - { - "alias": "alias1", - "filter": "-", - "index": "test1", - "is_write_index": "true", - "routing.index": "-", - "routing.search": "-" - }, - { - "alias": "alias1", - "filter": "*", - "index": "test1", - "is_write_index": "true", - "routing.index": "-", - "routing.search": "-" - }, - { - "alias": "alias3", - "filter": "-", - "index": "test1", - "is_write_index": "true", - "routing.index": "1", - "routing.search": "1" - }, - { - "alias": "alias4", - "filter": "-", - "index": "test1", - "is_write_index": "true", - "routing.index": "2", - "routing.search": "1,2" - } - ] + "value": "[\n {\n \"alias\": \"alias1\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"-\",\n \"routing.search\": \"-\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias1\",\n \"index\": \"test1\",\n \"filter\": \"*\",\n \"routing.index\": \"-\",\n \"routing.search\": \"-\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias3\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"1\",\n \"routing.search\": \"1\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias4\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"2\",\n \"routing.search\": \"1,2\",\n \"is_write_index\": \"true\"\n }\n]" } } } @@ -105198,23 +100232,7 @@ "examples": { "CatAllocationResponseExample1": { "description": "A successful response from `GET /_cat/allocation?v=true&format=json`. It shows a single shard is allocated to the one node available.\n", - "value": [ - { - "disk.avail": "43.4gb", - "disk.indices": "260b", - "disk.indices.forecast": "260b", - "disk.percent": "46", - "disk.total": "100.7gb", - "disk.used": "47.3gb", - "host": "127.0.0.1", - "ip": "127.0.0.1", - "node": "CSUXak2", - "node.role": "himrst", - "shards": "1", - "shards.undesired": "0", - "write_load.forecast": "0.0" - } - ] + "value": "[\n {\n \"shards\": \"1\",\n \"shards.undesired\": \"0\",\n \"write_load.forecast\": \"0.0\",\n \"disk.indices.forecast\": \"260b\",\n \"disk.indices\": \"260b\",\n \"disk.used\": \"47.3gb\",\n \"disk.avail\": \"43.4gb\",\n \"disk.total\": \"100.7gb\",\n \"disk.percent\": \"46\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"CSUXak2\",\n \"node.role\": \"himrst\"\n }\n]" } } } @@ -105233,26 +100251,7 @@ "examples": { "CatComponentTemplatesResponseExample1": { "description": "A successful response from `GET _cat/component_templates/my-template-*?v=true&s=name&format=json`.\n", - "value": [ - { - "alias_count": "0", - "included_in": "[my-index-template]", - "mapping_count": "0", - "metadata_count": "0", - "name": "my-template-1", - "settings_count": "1", - "version": "null" - }, - { - "alias_count": "0", - "included_in": "[my-index-template]", - "mapping_count": "3", - "metadata_count": "0", - "name": "my-template-2", - "settings_count": "0", - "version": null - } - ] + "value": "[\n {\n \"name\": \"my-template-1\",\n \"version\": \"null\",\n \"alias_count\": \"0\",\n \"mapping_count\": \"0\",\n \"settings_count\": \"1\",\n \"metadata_count\": \"0\",\n \"included_in\": \"[my-index-template]\"\n },\n {\n \"name\": \"my-template-2\",\n \"version\": null,\n \"alias_count\": \"0\",\n \"mapping_count\": \"3\",\n \"settings_count\": \"0\",\n \"metadata_count\": \"0\",\n \"included_in\": \"[my-index-template]\"\n }\n]" } } } @@ -105272,24 +100271,12 @@ "CatCountResponseExample1": { "summary": "Single data stream or index count", "description": "A successful response from `GET /_cat/count/my-index-000001?v=true&format=json`. It retrieves the document count for the `my-index-000001` data stream or index.\n", - "value": [ - { - "count": "120", - "epoch": "1475868259", - "timestamp": "15:24:20" - } - ] + "value": "[\n {\n \"epoch\": \"1475868259\",\n \"timestamp\": \"15:24:20\",\n \"count\": \"120\"\n }\n]" }, "CatCountResponseExample2": { "summary": "All data streams and indices count", "description": "A successful response from `GET /_cat/count?v=true&format=json`. It retrieves the document count for all data streams and indices in the cluster.\n", - "value": [ - { - "count": "121", - "epoch": "1475868259", - "timestamp": "15:24:20" - } - ] + "value": "[\n {\n \"epoch\": \"1475868259\",\n \"timestamp\": \"15:24:20\",\n \"count\": \"121\"\n }\n]" } } } @@ -105309,38 +100296,12 @@ "CatFielddataResponseExample1": { "summary": "Single field data", "description": "A successful response from `GET /_cat/fielddata?v=true&fields=body&format=json`. You can specify an individual field in the request body or URL path. This example retrieves heap memory size information for the `body` field.\n", - "value": [ - { - "field": "body", - "host": "127.0.0.1", - "id": "Nqk-6inXQq-OxUfOUI8jNQ", - "ip": "127.0.0.1", - "node": "Nqk-6in", - "size": "544b" - } - ] + "value": "[\n {\n \"id\": \"Nqk-6inXQq-OxUfOUI8jNQ\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"Nqk-6in\",\n \"field\": \"body\",\n \"size\": \"544b\"\n }\n]" }, "CatFielddataResponseExample2": { "summary": "Multiple fields data", "description": "A successful response from `GET /_cat/fielddata/body,soul?v=true&format=json`. You can specify a comma-separated list of fields in the request body or URL path. This example retrieves heap memory size information for the `body` and `soul` fields. To get information for all fields, run `GET /_cat/fielddata?v=true`.\n", - "value": [ - { - "field": "body", - "host": "1127.0.0.1", - "id": "Nqk-6inXQq-OxUfOUI8jNQ", - "ip": "127.0.0.1", - "node": "Nqk-6in", - "size": "544b" - }, - { - "field": "soul", - "host": "127.0.0.1", - "id": "Nqk-6inXQq-OxUfOUI8jNQ", - "ip": "127.0.0.1", - "node": "Nqk-6in", - "size": "480b" - } - ] + "value": "[\n {\n \"id\": \"Nqk-6inXQq-OxUfOUI8jNQ\",\n \"host\": \"1127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"Nqk-6in\",\n \"field\": \"body\",\n \"size\": \"544b\"\n },\n {\n \"id\": \"Nqk-6inXQq-OxUfOUI8jNQ\",\n \"host\": \"127.0.0.1\",\n \"ip\": \"127.0.0.1\",\n \"node\": \"Nqk-6in\",\n \"field\": \"soul\",\n \"size\": \"480b\"\n }\n]" } } } @@ -105359,34 +100320,7 @@ "examples": { "CatIndicesResponseExample1": { "description": "A successful response from `GET /_cat/indices/my-index-*?v=true&s=index&format=json`.\n", - "value": [ - { - "dataset.size": "88.1kb", - "docs.count": "1200", - "docs.deleted": "0", - "health": "yellow", - "index": "my-index-000001", - "pri": "1", - "pri.store.size": "88.1kb", - "rep": "1", - "status": "open", - "store.size": "88.1kb", - "uuid": "u8FNjxh8Rfy_awN11oDKYQ" - }, - { - "dataset.size": "260b", - "docs.count": "0", - "docs.deleted": "0", - "health": "green", - "index": "my-index-000002", - "pri": "1", - "pri.store.size": "260b", - "rep": "0", - "status": "open", - "store.size": "260b", - "uuid": "nYFWZEO7TUiOjLQXBaYJpA " - } - ] + "value": "[\n {\n \"health\": \"yellow\",\n \"status\": \"open\",\n \"index\": \"my-index-000001\",\n \"uuid\": \"u8FNjxh8Rfy_awN11oDKYQ\",\n \"pri\": \"1\",\n \"rep\": \"1\",\n \"docs.count\": \"1200\",\n \"docs.deleted\": \"0\",\n \"store.size\": \"88.1kb\",\n \"pri.store.size\": \"88.1kb\",\n \"dataset.size\": \"88.1kb\"\n },\n {\n \"health\": \"green\",\n \"status\": \"open\",\n \"index\": \"my-index-000002\",\n \"uuid\": \"nYFWZEO7TUiOjLQXBaYJpA \",\n \"pri\": \"1\",\n \"rep\": \"0\",\n \"docs.count\": \"0\",\n \"docs.deleted\": \"0\",\n \"store.size\": \"260b\",\n \"pri.store.size\": \"260b\",\n \"dataset.size\": \"260b\"\n }\n]" } } } @@ -105405,38 +100339,7 @@ "examples": { "CatDataframeanalyticsResponseExample1": { "description": "A successful response from `GET _cat/ml/data_frame/analytics?v=true&format=json`.", - "value": [ - { - "create_time": "2020-02-12T11:49:09.594Z", - "id": "classifier_job_1", - "state": "stopped", - "type": "classification" - }, - { - "create_time": "2020-02-12T11:49:14.479Z", - "id": "classifier_job_2", - "state": "stopped", - "type": "classification" - }, - { - "create_time": "2020-02-12T11:49:16.928Z", - "id": "classifier_job_3", - "state": "stopped", - "type": "classification" - }, - { - "create_time": "2020-02-12T11:49:19.127Z", - "id": "classifier_job_4", - "state": "stopped", - "type": "classification" - }, - { - "create_time": "2020-02-12T11:49:21.349Z", - "id": "classifier_job_5", - "state": "stopped", - "type": "classification" - } - ] + "value": "[\n {\n \"id\": \"classifier_job_1\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:09.594Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_2\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:14.479Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_3\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:16.928Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_4\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:19.127Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_5\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:21.349Z\",\n \"state\": \"stopped\"\n }\n]" } } } @@ -105455,32 +100358,7 @@ "examples": { "CatDatafeedsResponseExample1": { "description": "A successful response from `GET _cat/ml/datafeeds?v=true&format=json`.", - "value": [ - { - "buckets.count": "743", - "id": "datafeed-high_sum_total_sales", - "search.count": "7", - "state": "stopped" - }, - { - "buckets.count": "1457", - "id": "datafeed-low_request_rate", - "search.count": "3", - "state": "stopped" - }, - { - "buckets.count": "1460", - "id": "datafeed-response_code_rates", - "search.count": "18", - "state": "stopped" - }, - { - "buckets.count": "1460", - "id": "datafeed-url_scanning", - "search.count": "18", - "state": "stopped" - } - ] + "value": "[\n {\n \"id\": \"datafeed-high_sum_total_sales\",\n \"state\": \"stopped\",\n \"buckets.count\": \"743\",\n \"search.count\": \"7\"\n },\n {\n \"id\": \"datafeed-low_request_rate\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1457\",\n \"search.count\": \"3\"\n },\n {\n \"id\": \"datafeed-response_code_rates\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1460\",\n \"search.count\": \"18\"\n },\n {\n \"id\": \"datafeed-url_scanning\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1460\",\n \"search.count\": \"18\"\n }\n]" } } } @@ -105499,32 +100377,7 @@ "examples": { "CatJobsResponseExample1": { "description": "A successful response from `GET _cat/ml/anomaly_detectors?h=id,s,dpr,mb&v=true&format=json`.", - "value": [ - { - "dpr": "14022", - "id": "high_sum_total_sales", - "mb": "1.5mb", - "s": "closed" - }, - { - "dpr": "1216", - "id": "low_request_rate", - "mb": "40.5kb", - "s": "closed" - }, - { - "dpr": "28146", - "id": "response_code_rates", - "mb": "132.7kb", - "s": "closed" - }, - { - "dpr": "28146", - "id": "url_scanning", - "mb": "501.6kb", - "s": "closed" - } - ] + "value": "[\n {\n \"id\": \"high_sum_total_sales\",\n \"s\": \"closed\",\n \"dpr\": \"14022\",\n \"mb\": \"1.5mb\"\n },\n {\n \"id\": \"low_request_rate\",\n \"s\": \"closed\",\n \"dpr\": \"1216\",\n \"mb\": \"40.5kb\"\n },\n {\n \"id\": \"response_code_rates\",\n \"s\": \"closed\",\n \"dpr\": \"28146\",\n \"mb\": \"132.7kb\"\n },\n {\n \"id\": \"url_scanning\",\n \"s\": \"closed\",\n \"dpr\": \"28146\",\n \"mb\": \"501.6kb\"\n }\n]" } } } @@ -105543,26 +100396,7 @@ "examples": { "CatTrainedModelsResponseExample1": { "description": "A successful response from `GET _cat/ml/trained_models?v=true&format=json`.", - "value": [ - { - "create_time": "2025-03-25T00:01:38.662Z", - "data_frame.id": "__none__", - "heap_size": "0b", - "id": "ddddd-1580216177138", - "ingest.pipelines": "0", - "operations": "196", - "type": "pytorch" - }, - { - "create_time": "2019-12-05T12:28:34.594Z", - "data_frame.id": "__none__", - "heap_size": "1mb", - "id": "lang_ident_model_1", - "ingest.pipelines": "0", - "operations": "39629", - "type": "lang_ident" - } - ] + "value": "[\n {\n \"id\": \"ddddd-1580216177138\",\n \"heap_size\": \"0b\",\n \"operations\": \"196\",\n \"create_time\": \"2025-03-25T00:01:38.662Z\",\n \"type\": \"pytorch\",\n \"ingest.pipelines\": \"0\",\n \"data_frame.id\": \"__none__\"\n },\n {\n \"id\": \"lang_ident_model_1\",\n \"heap_size\": \"1mb\",\n \"operations\": \"39629\",\n \"create_time\": \"2019-12-05T12:28:34.594Z\",\n \"type\": \"lang_ident\",\n \"ingest.pipelines\": \"0\",\n \"data_frame.id\": \"__none__\"\n }\n]" } } } @@ -105582,32 +100416,7 @@ "CatRecoveryResponseExample1": { "summary": "No ongoing recoveries", "description": "A successful response from `GET _cat/recovery?v=true&format=json`. In this example, the source and target nodes are the same because the recovery type is `store`, meaning they were read from local storage on node start.\n", - "value": [ - { - "bytes": "0b", - "bytes_percent": "100.0%", - "bytes_recovered": "0b", - "bytes_total": "9928b", - "files": "0", - "files_percent": "100.0%", - "files_recovered": "0", - "files_total": "13", - "index": "my-index-000001 ", - "repository": "n/a", - "shard": "0", - "snapshot": "n/a", - "source_host": "n/a", - "source_node": "n/a", - "stage": "done", - "target_host": "127.0.0.1", - "target_node": "node-0", - "time": "13ms", - "translog_ops": "0", - "translog_ops_percent": "100.0%", - "translog_ops_recovered": "0", - "type": "store" - } - ] + "value": "[\n {\n \"index\": \"my-index-000001 \",\n \"shard\": \"0\",\n \"time\": \"13ms\",\n \"type\": \"store\",\n \"stage\": \"done\",\n \"source_host\": \"n/a\",\n \"source_node\": \"n/a\",\n \"target_host\": \"127.0.0.1\",\n \"target_node\": \"node-0\",\n \"repository\": \"n/a\",\n \"snapshot\": \"n/a\",\n \"files\": \"0\",\n \"files_recovered\": \"0\",\n \"files_percent\": \"100.0%\",\n \"files_total\": \"13\",\n \"bytes\": \"0b\",\n \"bytes_recovered\": \"0b\",\n \"bytes_percent\": \"100.0%\",\n \"bytes_total\": \"9928b\",\n \"translog_ops\": \"0\",\n \"translog_ops_recovered\": \"0\",\n \"translog_ops_percent\": \"100.0%\"\n }\n]" }, "CatRecoveryResponseExample2": { "summary": "A live shard recovery", @@ -105617,21 +100426,7 @@ "CatRecoveryResponseExample3": { "summary": "A snapshot recovery", "description": "A successful response from `GET _cat/recovery?v=true&h=i,s,t,ty,st,rep,snap,f,fp,b,bp&format=json`. You can restore backups of an index using the snapshot and restore API. You can use the cat recovery API to get information about a snapshot recovery.\n", - "value": [ - { - "b": "12086", - "bp": "9.0%", - "f": "79", - "fp": "8.0%", - "i": "my-index-000001", - "rep": "my-repo", - "s": "0", - "snap": "snap-1", - "st": "done", - "t": "1978ms", - "ty": "snapshot" - } - ] + "value": "[\n {\n \"i\": \"my-index-000001\",\n \"s\": \"0\",\n \"t\": \"1978ms\",\n \"ty\": \"snapshot\",\n \"st\": \"done\",\n \"rep\": \"my-repo\",\n \"snap\": \"snap-1\",\n \"f\": \"79\",\n \"fp\": \"8.0%\",\n \"b\": \"12086\",\n \"bp\": \"9.0%\"\n }\n]" } } } @@ -105650,40 +100445,7 @@ "examples": { "CatSegmentsResponseExample1": { "description": "A successful response from `GET /_cat/segments?v=true&format=json`.\n", - "value": [ - { - "committed": "false", - "compound": "true", - "docs.count": "1", - "docs.deleted": "0", - "generation": "0", - "index": "test", - "ip": "127.0.0.1", - "prirep": "p", - "searchable": "true", - "segment": "_0", - "shard": "0", - "size": "3kb", - "size.memory": "0", - "version": "9.12.0" - }, - { - "committed": "false", - "compound": "true", - "docs.count": "1", - "docs.deleted": "0", - "generation": "0", - "index": "test1", - "ip": "127.0.0.1", - "prirep": "p", - "searchable": "true", - "segment": "_0", - "shard": "0", - "size": "3kb", - "size.memory": "0", - "version": "9.12.0" - } - ] + "value": "[\n {\n \"index\": \"test\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"ip\": \"127.0.0.1\",\n \"segment\": \"_0\",\n \"generation\": \"0\",\n \"docs.count\": \"1\",\n \"docs.deleted\": \"0\",\n \"size\": \"3kb\",\n \"size.memory\": \"0\",\n \"committed\": \"false\",\n \"searchable\": \"true\",\n \"version\": \"9.12.0\",\n \"compound\": \"true\"\n },\n {\n \"index\": \"test1\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"ip\": \"127.0.0.1\",\n \"segment\": \"_0\",\n \"generation\": \"0\",\n \"docs.count\": \"1\",\n \"docs.deleted\": \"0\",\n \"size\": \"3kb\",\n \"size.memory\": \"0\",\n \"committed\": \"false\",\n \"searchable\": \"true\",\n \"version\": \"9.12.0\",\n \"compound\": \"true\"\n }\n]" } } } @@ -105703,115 +100465,27 @@ "CatShardsResponseExample1": { "summary": "A single data stream or index", "description": "A successful response from `GET _cat/shards?format=json`.\n", - "value": [ - { - "dataset": "249b", - "docs": "3014", - "index": "my-index-000001", - "ip": "192.168.56.10", - "node": "H5dfFeA", - "prirep": "p", - "shard": "0", - "state": "STARTED", - "store": "31.1mb" - } - ] + "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"STARTED\",\n \"docs\": \"3014\",\n \"store\": \"31.1mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.10\",\n \"node\": \"H5dfFeA\"\n }\n]" }, "CatShardsResponseExample2": { "summary": "A wildcard pattern", "description": "A successful response from `GET _cat/shards/my-index-*?format=json`. It returns information for any data streams or indices beginning with `my-index-`.\n", - "value": [ - { - "dataset": "249b", - "docs": "3014", - "index": "my-index-000001", - "ip": "192.168.56.10", - "node": "H5dfFeA", - "prirep": "p", - "shard": "0", - "state": "STARTED", - "store": "31.1mb" - } - ] + "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"STARTED\",\n \"docs\": \"3014\",\n \"store\": \"31.1mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.10\",\n \"node\": \"H5dfFeA\"\n }\n]" }, "CatShardsResponseExample3": { "summary": "A relocating shard", "description": "A successful response from `GET _cat/shards?format=json`. The `RELOCATING` value in the `state` column indicates the index shard is relocating.\n", - "value": [ - { - "dataset": "249b", - "docs": "3014", - "index": "my-index-000001", - "ip": "192.168.56.10", - "node": "H5dfFeA -> -> 192.168.56.30 bGG90GE", - "prirep": "p", - "shard": "0", - "state": "RELOCATING", - "store": "31.1mb" - } - ] + "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"RELOCATING\",\n \"docs\": \"3014\",\n \"store\": \"31.1mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.10\",\n \"node\": \"H5dfFeA -> -> 192.168.56.30 bGG90GE\"\n }\n]" }, "CatShardsResponseExample4": { "summary": "Shard states", "description": "A successful response from `GET _cat/shards?format=json`. Before a shard is available for use, it goes through an `INITIALIZING` state. You can use the cat shards API to see which shards are initializing.\n", - "value": [ - { - "dataset": "249b", - "docs": "3014", - "index": "my-index-000001", - "ip": "192.168.56.10", - "node": "H5dfFeA", - "prirep": "p", - "shard": "0", - "state": "STARTED", - "store": "31.1mb" - }, - { - "dataset": "249b", - "docs": "0", - "index": "my-index-000001", - "ip": "192.168.56.30", - "node": "bGG90GE", - "prirep": "r", - "shard": "0", - "state": "INITIALIZING", - "store": "14.3mb" - } - ] + "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"STARTED\",\n \"docs\": \"3014\",\n \"store\": \"31.1mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.10\",\n \"node\": \"H5dfFeA\"\n },\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"r\",\n \"state\": \"INITIALIZING\",\n \"docs\": \"0\",\n \"store\": \"14.3mb\",\n \"dataset\": \"249b\",\n \"ip\": \"192.168.56.30\",\n \"node\": \"bGG90GE\"\n }\n]" }, "CatShardsResponseExample5": { "summary": "Reasons for unassigned shards", "description": "A successful response from `GET _cat/shards?h=index,shard,prirep,state,unassigned.reason&format=json`. It includes the `unassigned.reason` column, which indicates why a shard is unassigned.\n", - "value": [ - { - "index": "my-index-000001", - "prirep": "p", - "shard": "0", - "state": "STARTED", - "unassigned.reason": "3014 31.1mb 192.168.56.10 H5dfFeA" - }, - { - "index": "my-index-000001", - "prirep": "r", - "shard": "0", - "state": "STARTED", - "unassigned.reason": "3014 31.1mb 192.168.56.30 bGG90GE" - }, - { - "index": "my-index-000001", - "prirep": "r", - "shard": "0", - "state": "STARTED", - "unassigned.reason": "3014 31.1mb 192.168.56.20 I8hydUG" - }, - { - "index": "my-index-000001", - "prirep": "r", - "shard": "0", - "state": "UNASSIGNED", - "unassigned.reason": "ALLOCATION_FAILED" - } - ] + "value": "[\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"p\",\n \"state\": \"STARTED\",\n \"unassigned.reason\": \"3014 31.1mb 192.168.56.10 H5dfFeA\"\n },\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"r\",\n \"state\": \"STARTED\",\n \"unassigned.reason\": \"3014 31.1mb 192.168.56.30 bGG90GE\"\n },\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"r\",\n \"state\": \"STARTED\",\n \"unassigned.reason\": \"3014 31.1mb 192.168.56.20 I8hydUG\"\n },\n {\n \"index\": \"my-index-000001\",\n \"shard\": \"0\",\n \"prirep\": \"r\",\n \"state\": \"UNASSIGNED\",\n \"unassigned.reason\": \"ALLOCATION_FAILED\"\n }\n]" } } } @@ -105830,36 +100504,7 @@ "examples": { "CatSnapshotsResponseExample1": { "description": "A successful response from `GET /_cat/snapshots/repo1?v=true&s=id&format=json`.\n", - "value": [ - { - "duration": "4.6m", - "end_epoch": "1445616978", - "end_time": "18:16:18", - "failed_shards": "1", - "id": "snap1", - "indices": "1", - "repository": "repo1", - "start_epoch": "1445616705", - "start_time": "18:11:45", - "status": "FAILED", - "successful_shards": "4", - "total_shards": "5" - }, - { - "duration": "6.2m", - "end_epoch": "1445634672", - "end_time": "23:11:12", - "failed_shards": "0", - "id": "snap2", - "indices": "2", - "repository": "repo1", - "start_epoch": "1445634298", - "start_time": "23:04:58", - "status": "SUCCESS", - "successful_shards": "10", - "total_shards": "10" - } - ] + "value": "[\n {\n \"id\": \"snap1\",\n \"repository\": \"repo1\",\n \"status\": \"FAILED\",\n \"start_epoch\": \"1445616705\",\n \"start_time\": \"18:11:45\",\n \"end_epoch\": \"1445616978\",\n \"end_time\": \"18:16:18\",\n \"duration\": \"4.6m\",\n \"indices\": \"1\",\n \"successful_shards\": \"4\",\n \"failed_shards\": \"1\",\n \"total_shards\": \"5\"\n },\n {\n \"id\": \"snap2\",\n \"repository\": \"repo1\",\n \"status\": \"SUCCESS\",\n \"start_epoch\": \"1445634298\",\n \"start_time\": \"23:04:58\",\n \"end_epoch\": \"1445634672\",\n \"end_time\": \"23:11:12\",\n \"duration\": \"6.2m\",\n \"indices\": \"2\",\n \"successful_shards\": \"10\",\n \"failed_shards\": \"0\",\n \"total_shards\": \"10\"\n }\n]" } } } @@ -105878,29 +100523,7 @@ "examples": { "CatTemplatesResponseExample1": { "description": "A successful response from `GET _cat/templates/my-template-*?v=true&s=name&format=json`.\n", - "value": [ - { - "composed_of": "[]", - "index_patterns": "[te*]", - "name": "my-template-0", - "order": "500", - "version": null - }, - { - "composed_of": "[]", - "index_patterns": "[tea*]", - "name": "my-template-1", - "order": "501", - "version": null - }, - { - "composed_of": "[]", - "index_patterns": "[teak*]", - "name": "my-template-2", - "order": "502", - "version": "7" - } - ] + "value": "[\n {\n \"name\": \"my-template-0\",\n \"index_patterns\": \"[te*]\",\n \"order\": \"500\",\n \"version\": null,\n \"composed_of\": \"[]\"\n },\n {\n \"name\": \"my-template-1\",\n \"index_patterns\": \"[tea*]\",\n \"order\": \"501\",\n \"version\": null,\n \"composed_of\": \"[]\"\n },\n {\n \"name\": \"my-template-2\",\n \"index_patterns\": \"[teak*]\",\n \"order\": \"502\",\n \"version\": \"7\",\n \"composed_of\": \"[]\"\n }\n]" } } } @@ -105920,56 +100543,12 @@ "CatThreadPoolResponseExample1": { "summary": "Default columns", "description": "A successful response from `GET /_cat/thread_pool?format=json`.\n", - "value": [ - { - "active": "0", - "name": "analyze", - "node_name": "node-0", - "queue": "0", - "rejected": "0" - }, - { - "active": "0", - "name": "fetch_shard_started", - "node_name": "node-0", - "queue": "0", - "rejected": "0" - }, - { - "active": "0", - "name": "fetch_shard_store", - "node_name": "node-0", - "queue": "0", - "rejected": "0" - }, - { - "active": "0", - "name": "flush", - "node_name": "node-0", - "queue": "0", - "rejected": "0" - }, - { - "active": "0", - "name": "write", - "node_name": "node-0", - "queue": "0", - "rejected": "0" - } - ] + "value": "[\n {\n \"node_name\": \"node-0\",\n \"name\": \"analyze\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n },\n {\n \"node_name\": \"node-0\",\n \"name\": \"fetch_shard_started\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n },\n {\n \"node_name\": \"node-0\",\n \"name\": \"fetch_shard_store\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n },\n {\n \"node_name\": \"node-0\",\n \"name\": \"flush\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n },\n {\n \"node_name\": \"node-0\",\n \"name\": \"write\",\n \"active\": \"0\",\n \"queue\": \"0\",\n \"rejected\": \"0\"\n }\n]" }, "CatThreadPoolResponseExample2": { "summary": "Explicit columns", "description": "A successful response from `GET /_cat/thread_pool/generic?v=true&h=id,name,active,rejected,completed&format=json`. It returns the `id`, `name`, `active`, `rejected`, and `completed` columns. It also limits returned information to the generic thread pool.\n", - "value": [ - { - "active": "0", - "completed": "70", - "id": "0EWUhXeBQtaVGlexUeVwMg", - "name": "generic", - "rejected": "0" - } - ] + "value": "[\n {\n \"id\": \"0EWUhXeBQtaVGlexUeVwMg\",\n \"name\": \"generic\",\n \"active\": \"0\",\n \"rejected\": \"0\",\n \"completed\": \"70\"\n }\n]" } } } @@ -105988,16 +100567,7 @@ "examples": { "CatTransformsResponseExample1": { "description": "A successful response from `GET /_cat/transforms?v=true&format=json`.", - "value": [ - { - "changes_last_detection_time": null, - "checkpoint": "1", - "checkpoint_progress": "100.00", - "documents_processed": "705", - "id": "ecommerce_transform", - "state": "started" - } - ] + "value": "[\n {\n \"id\" : \"ecommerce_transform\",\n \"state\" : \"started\",\n \"checkpoint\" : \"1\",\n \"documents_processed\" : \"705\",\n \"checkpoint_progress\" : \"100.00\",\n \"changes_last_detection_time\" : null\n }\n]" } } } @@ -106024,24 +100594,7 @@ "examples": { "GetAutoFollowPatternResponseExample1": { "description": "A successful response from `GET /_ccr/auto_follow/my_auto_follow_pattern`, which gets auto-follow patterns.", - "value": { - "patterns": [ - { - "name": "my_auto_follow_pattern", - "pattern": { - "active": true, - "follow_index_pattern": "{{leader_index}}-follower", - "leader_index_exclusion_patterns": [ - "leader_index_001" - ], - "leader_index_patterns": [ - "leader_index*" - ], - "remote_cluster": "remote_cluster" - } - } - ] - } + "value": "{\n \"patterns\": [\n {\n \"name\": \"my_auto_follow_pattern\",\n \"pattern\": {\n \"active\": true,\n \"remote_cluster\" : \"remote_cluster\",\n \"leader_index_patterns\" :\n [\n \"leader_index*\"\n ],\n \"leader_index_exclusion_patterns\":\n [\n \"leader_index_001\"\n ],\n \"follow_index_pattern\" : \"{{leader_index}}-follower\"\n }\n }\n ]\n}" } } } @@ -106174,49 +100727,7 @@ "ClusterAllocationExplainResponseExample1": { "summary": "Conflicting settings", "description": "An example of an allocation explanation for an unassigned primary shard. In this example, a newly created index has an index setting that requires that it only be allocated to a node named `nonexistent_node`, which does not exist, so the index is unable to allocate.\n", - "value": { - "allocate_explanation": "Elasticsearch isn't allowed to allocate this shard to any of the nodes in the cluster. Choose a node to which you expect this shard to be allocated, find this node in the node-by-node explanation, and address the reasons which prevent Elasticsearch from allocating this shard there.", - "can_allocate": "no", - "current_state": "unassigned", - "index": "my-index-000001", - "node_allocation_decisions": [ - { - "deciders": [ - { - "decider": "filter", - "decision": "NO", - "explanation": "node does not match index setting [index.routing.allocation.include] filters [_name:\"nonexistent_node\"]" - } - ], - "node_attributes": {}, - "node_decision": "no", - "node_id": "8qt2rY-pT6KNZB3-hGfLnw", - "node_name": "node-0", - "roles": [ - "data", - "data_cold", - "data_content", - "data_frozen", - "data_hot", - "data_warm", - "ingest", - "master", - "ml", - "remote_cluster_client", - "transform" - ], - "transport_address": "127.0.0.1:9401", - "weight_ranking": 1 - } - ], - "primary": true, - "shard": 0, - "unassigned_info": { - "at": "2017-01-04T18:08:16.600Z", - "last_allocation_status": "no", - "reason": "INDEX_CREATED" - } - } + "value": "{\n \"index\" : \"my-index-000001\",\n \"shard\" : 0,\n \"primary\" : true,\n \"current_state\" : \"unassigned\",\n \"unassigned_info\" : {\n \"reason\" : \"INDEX_CREATED\",\n \"at\" : \"2017-01-04T18:08:16.600Z\",\n \"last_allocation_status\" : \"no\"\n },\n \"can_allocate\" : \"no\",\n \"allocate_explanation\" : \"Elasticsearch isn't allowed to allocate this shard to any of the nodes in the cluster. Choose a node to which you expect this shard to be allocated, find this node in the node-by-node explanation, and address the reasons which prevent Elasticsearch from allocating this shard there.\",\n \"node_allocation_decisions\" : [\n {\n \"node_id\" : \"8qt2rY-pT6KNZB3-hGfLnw\",\n \"node_name\" : \"node-0\",\n \"transport_address\" : \"127.0.0.1:9401\",\n \"roles\" : [\"data\", \"data_cold\", \"data_content\", \"data_frozen\", \"data_hot\", \"data_warm\", \"ingest\", \"master\", \"ml\", \"remote_cluster_client\", \"transform\"],\n \"node_attributes\" : {},\n \"node_decision\" : \"no\",\n \"weight_ranking\" : 1,\n \"deciders\" : [\n {\n \"decider\" : \"filter\",\n \"decision\" : \"NO\",\n \"explanation\" : \"node does not match index setting [index.routing.allocation.include] filters [_name:\\\"nonexistent_node\\\"]\"\n }\n ]\n }\n ]\n}" }, "ClusterAllocationExplainResponseExample2": { "summary": "Maximum retries", @@ -106258,23 +100769,7 @@ "examples": { "ClusterHealthResponseExample1": { "description": "A successful response from `GET _cluster/health`. It is the health status of a quiet single node cluster with a single index with one shard and one replica.\n", - "value": { - "active_primary_shards": 1, - "active_shards": 1, - "active_shards_percent_as_number": 50.0, - "cluster_name": "testcluster", - "delayed_unassigned_shards": 0, - "initializing_shards": 0, - "number_of_data_nodes": 1, - "number_of_in_flight_fetch": 0, - "number_of_nodes": 1, - "number_of_pending_tasks": 0, - "relocating_shards": 0, - "status": "yellow", - "task_max_waiting_in_queue_millis": 0, - "timed_out": false, - "unassigned_shards": 1 - } + "value": "{\n \"cluster_name\" : \"testcluster\",\n \"status\" : \"yellow\",\n \"timed_out\" : false,\n \"number_of_nodes\" : 1,\n \"number_of_data_nodes\" : 1,\n \"active_primary_shards\" : 1,\n \"active_shards\" : 1,\n \"relocating_shards\" : 0,\n \"initializing_shards\" : 0,\n \"unassigned_shards\" : 1,\n \"delayed_unassigned_shards\": 0,\n \"number_of_pending_tasks\" : 0,\n \"number_of_in_flight_fetch\": 0,\n \"task_max_waiting_in_queue_millis\": 0,\n \"active_shards_percent_as_number\": 50.0\n}" } } } @@ -106331,10 +100826,7 @@ }, "examples": { "ConnectorPutResponseExample1": { - "value": { - "id": "my-connector", - "result": "created" - } + "value": "{\n \"result\": \"created\",\n \"id\": \"my-connector\"\n}" } } } @@ -106362,15 +100854,7 @@ "examples": { "CountResponseExample1": { "description": "A successful response from `GET /my-index-000001/_count?q=user:kimchy`.", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 1, - "total": 1 - }, - "count": 1 - } + "value": "{\n \"count\": 1,\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"skipped\": 0,\n \"failed\": 0\n }\n}" } } } @@ -106418,69 +100902,7 @@ "EqlSearchResponseExample2": { "summary": "A successful response for performing search with an EQL query.", "description": "", - "value": { - "hits": { - "sequences": [ - { - "events": [ - { - "_id": "AtOJ4UjUBAAx3XR5kcCM", - "_index": ".ds-my-data-stream-2099.12.07-000001", - "_source": { - "@timestamp": "2099-12-06T11:04:07.000Z", - "event": { - "category": "file", - "id": "dGCHwoeS", - "sequence": 2 - }, - "file": { - "accessed": "2099-12-07T11:07:08.000Z", - "name": "cmd.exe", - "path": "C:\\Windows\\System32\\cmd.exe", - "size": 16384, - "type": "file" - }, - "process": { - "executable": "C:\\Windows\\System32\\cmd.exe", - "name": "cmd.exe", - "pid": 2012 - } - } - }, - { - "_id": "OQmfCaduce8zoHT93o4H", - "_index": ".ds-my-data-stream-2099.12.07-000001", - "_source": { - "@timestamp": "2099-12-07T11:07:09.000Z", - "event": { - "category": "process", - "id": "aR3NWVOs", - "sequence": 4 - }, - "process": { - "command_line": "regsvr32.exe /s /u /i:https://...RegSvr32.sct scrobj.dll", - "executable": "C:\\Windows\\System32\\regsvr32.exe", - "name": "regsvr32.exe", - "pid": 2012 - } - } - } - ], - "join_keys": [ - 2012 - ] - } - ], - "total": { - "relation": "eq", - "value": 1 - } - }, - "is_partial": false, - "is_running": false, - "timed_out": false, - "took": 6 - } + "value": "{\n \"is_partial\": false,\n \"is_running\": false,\n \"took\": 6,\n \"timed_out\": false,\n \"hits\": {\n \"total\": {\n \"value\": 1,\n \"relation\": \"eq\"\n },\n \"sequences\": [\n {\n \"join_keys\": [\n 2012\n ],\n \"events\": [\n {\n \"_index\": \".ds-my-data-stream-2099.12.07-000001\",\n \"_id\": \"AtOJ4UjUBAAx3XR5kcCM\",\n \"_source\": {\n \"@timestamp\": \"2099-12-06T11:04:07.000Z\",\n \"event\": {\n \"category\": \"file\",\n \"id\": \"dGCHwoeS\",\n \"sequence\": 2\n },\n \"file\": {\n \"accessed\": \"2099-12-07T11:07:08.000Z\",\n \"name\": \"cmd.exe\",\n \"path\": \"C:\\\\Windows\\\\System32\\\\cmd.exe\",\n \"type\": \"file\",\n \"size\": 16384\n },\n \"process\": {\n \"pid\": 2012,\n \"name\": \"cmd.exe\",\n \"executable\": \"C:\\\\Windows\\\\System32\\\\cmd.exe\"\n }\n }\n },\n {\n \"_index\": \".ds-my-data-stream-2099.12.07-000001\",\n \"_id\": \"OQmfCaduce8zoHT93o4H\",\n \"_source\": {\n \"@timestamp\": \"2099-12-07T11:07:09.000Z\",\n \"event\": {\n \"category\": \"process\",\n \"id\": \"aR3NWVOs\",\n \"sequence\": 4\n },\n \"process\": {\n \"pid\": 2012,\n \"name\": \"regsvr32.exe\",\n \"command_line\": \"regsvr32.exe /s /u /i:https://...RegSvr32.sct scrobj.dll\",\n \"executable\": \"C:\\\\Windows\\\\System32\\\\regsvr32.exe\"\n }\n }\n }\n ]\n }\n ]\n }\n}" } } } @@ -106518,75 +100940,7 @@ "examples": { "ExplainResponseExample1": { "description": "A successful response from `GET /my-index-000001/_explain/0`.", - "value": { - "_id": "0", - "_index": "my-index-000001", - "explanation": { - "description": "weight(message:elasticsearch in 0) [PerFieldSimilarity], result of:", - "details": [ - { - "description": "score(freq=1.0), computed as boost * idf * tf from:", - "details": [ - { - "description": "boost", - "details": [], - "value": 2.2 - }, - { - "description": "idf, computed as log(1 + (N - n + 0.5) / (n + 0.5)) from:", - "details": [ - { - "description": "n, number of documents containing term", - "details": [], - "value": 1 - }, - { - "description": "N, total number of documents with field", - "details": [], - "value": 5 - } - ], - "value": 1.3862944 - }, - { - "description": "tf, computed as freq / (freq + k1 * (1 - b + b * dl / avgdl)) from:", - "details": [ - { - "description": "freq, occurrences of term within document", - "details": [], - "value": 1.0 - }, - { - "description": "k1, term saturation parameter", - "details": [], - "value": 1.2 - }, - { - "description": "b, length normalization parameter", - "details": [], - "value": 0.75 - }, - { - "description": "dl, length of field", - "details": [], - "value": 3.0 - }, - { - "description": "avgdl, average length of field", - "details": [], - "value": 5.4 - } - ], - "value": 0.5555556 - } - ], - "value": 1.6943598 - } - ], - "value": 1.6943598 - }, - "matched": true - } + "value": "{\n \"_index\":\"my-index-000001\",\n \"_id\":\"0\",\n \"matched\":true,\n \"explanation\":{\n \"value\":1.6943598,\n \"description\":\"weight(message:elasticsearch in 0) [PerFieldSimilarity], result of:\",\n \"details\":[\n {\n \"value\":1.6943598,\n \"description\":\"score(freq=1.0), computed as boost * idf * tf from:\",\n \"details\":[\n {\n \"value\":2.2,\n \"description\":\"boost\",\n \"details\":[]\n },\n {\n \"value\":1.3862944,\n \"description\":\"idf, computed as log(1 + (N - n + 0.5) / (n + 0.5)) from:\",\n \"details\":[\n {\n \"value\":1,\n \"description\":\"n, number of documents containing term\",\n \"details\":[]\n },\n {\n \"value\":5,\n \"description\":\"N, total number of documents with field\",\n \"details\":[]\n }\n ]\n },\n {\n \"value\":0.5555556,\n \"description\":\"tf, computed as freq / (freq + k1 * (1 - b + b * dl / avgdl)) from:\",\n \"details\":[\n {\n \"value\":1.0,\n \"description\":\"freq, occurrences of term within document\",\n \"details\":[]\n },\n {\n \"value\":1.2,\n \"description\":\"k1, term saturation parameter\",\n \"details\":[]\n },\n {\n \"value\":0.75,\n \"description\":\"b, length normalization parameter\",\n \"details\":[]\n },\n {\n \"value\":3.0,\n \"description\":\"dl, length of field\",\n \"details\":[]\n },\n {\n \"value\":5.4,\n \"description\":\"avgdl, average length of field\",\n \"details\":[]\n }\n ]\n }\n ]\n }\n ]\n }\n}" } } } @@ -106621,98 +100975,12 @@ "FieldCapabilitiesResponseExample1": { "summary": "Get two fields", "description": "A successful response from `GET _field_caps?fields=rating,title`. The field `rating` is defined as a long in `index1` and `index2` and as a `keyword` in `index3` and `index4`. The field `rating` is not aggregatable in `index1`. The field `rating` is not searchable in `index4`. The field `title` is defined as text in all indices.\n", - "value": { - "fields": { - "rating": { - "keyword": { - "aggregatable": true, - "indices": [ - "index3", - "index4" - ], - "metadata_field": false, - "non_searchable_indices": [ - "index4" - ], - "searchable": false - }, - "long": { - "aggregatable": false, - "indices": [ - "index1", - "index2" - ], - "metadata_field": false, - "non_aggregatable_indices": [ - "index1" - ], - "searchable": true - } - }, - "title": { - "text": { - "aggregatable": false, - "metadata_field": false, - "searchable": true - } - } - }, - "indices": [ - "index1", - "index2", - "index3", - "index4", - "index5" - ] - } + "value": "{\n \"indices\": [ \"index1\", \"index2\", \"index3\", \"index4\", \"index5\" ],\n \"fields\": {\n \"rating\": { \n \"long\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false,\n \"indices\": [ \"index1\", \"index2\" ],\n \"non_aggregatable_indices\": [ \"index1\" ] \n },\n \"keyword\": {\n \"metadata_field\": false,\n \"searchable\": false,\n \"aggregatable\": true,\n \"indices\": [ \"index3\", \"index4\" ],\n \"non_searchable_indices\": [ \"index4\" ] \n }\n },\n \"title\": { \n \"text\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false\n }\n }\n }\n}" }, "FieldCapabilitiesResponseExample2": { "summary": "Get unmapped fields", "description": "A successful response from `GET _field_caps?fields=rating,title&include_unmapped`. The response contains an entry for each field that is present in some indices but not all. For example, the `rating` and `title` fields are unmapped in `index5`.\n", - "value": { - "fields": { - "rating": { - "keyword": { - "aggregatable": true, - "indices": [ - "index3", - "index4" - ], - "metadata_field": false, - "non_searchable_indices": [ - "index4" - ], - "searchable": false - }, - "long": { - "aggregatable": false, - "indices": [ - "index1", - "index2" - ], - "metadata_field": false, - "non_aggregatable_indices": [ - "index1" - ], - "searchable": true - } - }, - "title": { - "text": { - "aggregatable": false, - "metadata_field": false, - "searchable": true - } - } - }, - "indices": [ - "index1", - "index2", - "index3", - "index4", - "index5" - ] - } + "value": "{\n \"indices\": [ \"index1\", \"index2\", \"index3\", \"index4\", \"index5\" ],\n \"fields\": {\n \"rating\": { \n \"long\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false,\n \"indices\": [ \"index1\", \"index2\" ],\n \"non_aggregatable_indices\": [ \"index1\" ] \n },\n \"keyword\": {\n \"metadata_field\": false,\n \"searchable\": false,\n \"aggregatable\": true,\n \"indices\": [ \"index3\", \"index4\" ],\n \"non_searchable_indices\": [ \"index4\" ] \n }\n },\n \"title\": { \n \"text\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false\n }\n }\n }\n}" } } } @@ -106892,37 +101160,7 @@ "examples": { "GetLifecycleResponseExample1": { "description": "A successful response when retrieving a lifecycle policy.", - "value": { - "my_policy": { - "in_use_by": { - "composable_templates": [], - "data_streams": [], - "indices": [] - }, - "modified_date": 82392349, - "policy": { - "phases": { - "delete": { - "actions": { - "delete": { - "delete_searchable_snapshot": true - } - }, - "min_age": "30d" - }, - "warm": { - "actions": { - "forcemerge": { - "max_num_segments": 1 - } - }, - "min_age": "10d" - } - } - }, - "version": 1 - } - } + "value": "{\n \"my_policy\": {\n \"version\": 1,\n \"modified_date\": 82392349,\n \"policy\": {\n \"phases\": {\n \"warm\": {\n \"min_age\": \"10d\",\n \"actions\": {\n \"forcemerge\": {\n \"max_num_segments\": 1\n }\n }\n },\n \"delete\": {\n \"min_age\": \"30d\",\n \"actions\": {\n \"delete\": {\n \"delete_searchable_snapshot\": true\n }\n }\n }\n }\n },\n \"in_use_by\" : {\n \"indices\" : [],\n \"data_streams\" : [],\n \"composable_templates\" : []\n }\n }\n}" } } } @@ -106939,36 +101177,12 @@ "IndexResponseExample1": { "summary": "Automate document IDs", "description": "A successful response from `POST my-index-000001/_doc/`, which contains an automated document ID.", - "value": { - "_id": "W0tpsmIBdwcYyG50zbta", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 0, - "_shards": { - "failed": 0, - "successful": 2, - "total": 2 - }, - "_version": 1, - "result": "created" - } + "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"W0tpsmIBdwcYyG50zbta\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"result\": \"created\"\n}" }, "IndexResponseExample2": { "summary": "Define document IDs", "description": "A successful response from `PUT my-index-000001/_doc/1`.", - "value": { - "_id": "1", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 0, - "_shards": { - "failed": 0, - "successful": 2, - "total": 2 - }, - "_version": 1, - "result": "created" - } + "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"result\": \"created\"\n}" } } } @@ -106995,54 +101209,7 @@ "examples": { "indicesAnalyzeResponseExample7": { "description": "A successful response for an analysis with `explain` set to `true`.", - "value": { - "detail": { - "charfilters": [], - "custom_analyzer": true, - "tokenfilters": [ - { - "name": "snowball", - "tokens": [ - { - "end_offset": 8, - "keyword": false, - "position": 0, - "start_offset": 0, - "token": "detail", - "type": "" - }, - { - "end_offset": 15, - "keyword": false, - "position": 1, - "start_offset": 9, - "token": "output", - "type": "" - } - ] - } - ], - "tokenizer": { - "name": "standard", - "tokens": [ - { - "end_offset": 8, - "position": 0, - "start_offset": 0, - "token": "detailed", - "type": "" - }, - { - "end_offset": 15, - "position": 1, - "start_offset": 9, - "token": "output", - "type": "" - } - ] - } - } - } + "value": "{\n \"detail\": {\n \"custom_analyzer\": true,\n \"charfilters\": [],\n \"tokenizer\": {\n \"name\": \"standard\",\n \"tokens\": [\n {\n \"token\": \"detailed\",\n \"start_offset\": 0,\n \"end_offset\": 8,\n \"type\": \"\",\n \"position\": 0\n },\n {\n \"token\": \"output\",\n \"start_offset\": 9,\n \"end_offset\": 15,\n \"type\": \"\",\n \"position\": 1\n }\n ]\n },\n \"tokenfilters\": [\n {\n \"name\": \"snowball\",\n \"tokens\": [\n {\n \"token\": \"detail\",\n \"start_offset\": 0,\n \"end_offset\": 8,\n \"type\": \"\",\n \"position\": 0,\n \"keyword\": false\n },\n {\n \"token\": \"output\",\n \"start_offset\": 9,\n \"end_offset\": 15,\n \"type\": \"\",\n \"position\": 1,\n \"keyword\": false\n }\n ]\n }\n ]\n }\n}" } } } @@ -107154,33 +101321,7 @@ "examples": { "indicesDataStreamStatsResponseExample1": { "description": "A successful response for retrieving statistics for a data stream.", - "value": { - "_shards": { - "failed": 0, - "successful": 5, - "total": 10 - }, - "backing_indices": 5, - "data_stream_count": 2, - "data_streams": [ - { - "backing_indices": 3, - "data_stream": "my-data-stream", - "maximum_timestamp": 1607512028000, - "store_size": "3.7kb", - "store_size_bytes": 3772 - }, - { - "backing_indices": 2, - "data_stream": "my-data-stream-two", - "maximum_timestamp": 1607425567000, - "store_size": "3.4kb", - "store_size_bytes": 3496 - } - ], - "total_store_size": "7kb", - "total_store_size_bytes": 7268 - } + "value": "{\n \"_shards\": {\n \"total\": 10,\n \"successful\": 5,\n \"failed\": 0\n },\n \"data_stream_count\": 2,\n \"backing_indices\": 5,\n \"total_store_size\": \"7kb\",\n \"total_store_size_bytes\": 7268,\n \"data_streams\": [\n {\n \"data_stream\": \"my-data-stream\",\n \"backing_indices\": 3,\n \"store_size\": \"3.7kb\",\n \"store_size_bytes\": 3772,\n \"maximum_timestamp\": 1607512028000\n },\n {\n \"data_stream\": \"my-data-stream-two\",\n \"backing_indices\": 2,\n \"store_size\": \"3.4kb\",\n \"store_size_bytes\": 3496,\n \"maximum_timestamp\": 1607425567000\n }\n ]\n}" } } } @@ -107256,75 +101397,7 @@ "examples": { "indicesGetDataStreamResponseExample1": { "description": "A successful response for retrieving information about a data stream.", - "value": { - "data_streams": [ - { - "_meta": { - "my-meta-field": "foo" - }, - "allow_custom_routing": false, - "generation": 2, - "hidden": false, - "ilm_policy": "my-lifecycle-policy", - "indices": [ - { - "ilm_policy": "my-lifecycle-policy", - "index_name": ".ds-my-data-stream-2099.03.07-000001", - "index_uuid": "xCEhwsp8Tey0-FLNFYVwSg", - "managed_by": "Index Lifecycle Management", - "prefer_ilm": true - }, - { - "ilm_policy": "my-lifecycle-policy", - "index_name": ".ds-my-data-stream-2099.03.08-000002", - "index_uuid": "PA_JquKGSiKcAKBA8DJ5gw", - "managed_by": "Index Lifecycle Management", - "prefer_ilm": true - } - ], - "name": "my-data-stream", - "next_generation_managed_by": "Index Lifecycle Management", - "prefer_ilm": true, - "replicated": false, - "rollover_on_write": false, - "status": "GREEN", - "system": false, - "template": "my-index-template", - "timestamp_field": { - "name": "@timestamp" - } - }, - { - "_meta": { - "my-meta-field": "foo" - }, - "allow_custom_routing": false, - "generation": 1, - "hidden": false, - "ilm_policy": "my-lifecycle-policy", - "indices": [ - { - "ilm_policy": "my-lifecycle-policy", - "index_name": ".ds-my-data-stream-two-2099.03.08-000001", - "index_uuid": "3liBu2SYS5axasRt6fUIpA", - "managed_by": "Index Lifecycle Management", - "prefer_ilm": true - } - ], - "name": "my-data-stream-two", - "next_generation_managed_by": "Index Lifecycle Management", - "prefer_ilm": true, - "replicated": false, - "rollover_on_write": false, - "status": "YELLOW", - "system": false, - "template": "my-index-template", - "timestamp_field": { - "name": "@timestamp" - } - } - ] - } + "value": "{\n \"data_streams\": [\n {\n \"name\": \"my-data-stream\",\n \"timestamp_field\": {\n \"name\": \"@timestamp\"\n },\n \"indices\": [\n {\n \"index_name\": \".ds-my-data-stream-2099.03.07-000001\",\n \"index_uuid\": \"xCEhwsp8Tey0-FLNFYVwSg\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n },\n {\n \"index_name\": \".ds-my-data-stream-2099.03.08-000002\",\n \"index_uuid\": \"PA_JquKGSiKcAKBA8DJ5gw\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n }\n ],\n \"generation\": 2,\n \"_meta\": {\n \"my-meta-field\": \"foo\"\n },\n \"status\": \"GREEN\",\n \"next_generation_managed_by\": \"Index Lifecycle Management\",\n \"prefer_ilm\": true,\n \"template\": \"my-index-template\",\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"hidden\": false,\n \"system\": false,\n \"allow_custom_routing\": false,\n \"replicated\": false,\n \"rollover_on_write\": false\n },\n {\n \"name\": \"my-data-stream-two\",\n \"timestamp_field\": {\n \"name\": \"@timestamp\"\n },\n \"indices\": [\n {\n \"index_name\": \".ds-my-data-stream-two-2099.03.08-000001\",\n \"index_uuid\": \"3liBu2SYS5axasRt6fUIpA\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n }\n ],\n \"generation\": 1,\n \"_meta\": {\n \"my-meta-field\": \"foo\"\n },\n \"status\": \"YELLOW\",\n \"next_generation_managed_by\": \"Index Lifecycle Management\",\n \"prefer_ilm\": true,\n \"template\": \"my-index-template\",\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"hidden\": false,\n \"system\": false,\n \"allow_custom_routing\": false,\n \"replicated\": false,\n \"rollover_on_write\": false\n }\n ]\n}" } } } @@ -107344,80 +101417,17 @@ "indicesGetFieldMappingResponseExample1": { "summary": "A single field mapping", "description": "A sucessful response from `GET publications/_mapping/field/title`, which returns the mapping of a field called `title`.\n", - "value": { - "publications": { - "mappings": { - "title": { - "full_name": "title", - "mapping": { - "title": { - "type": "text" - } - } - } - } - } - } + "value": "{\n \"publications\": {\n \"mappings\": {\n \"title\": {\n \"full_name\": \"title\",\n \"mapping\": {\n \"title\": {\n \"type\": \"text\"\n }\n }\n }\n }\n }\n}" }, "indicesGetFieldMappingResponseExample2": { "summary": "Multiple field mappings", "description": "A successful response from `GET publications/_mapping/field/author.id,abstract,name`. The get field mapping API also supports wildcard notation.\n", - "value": { - "publications": { - "mappings": { - "abstract": { - "full_name": "abstract", - "mapping": { - "abstract": { - "type": "text" - } - } - }, - "author.id": { - "full_name": "author.id", - "mapping": { - "id": { - "type": "text" - } - } - } - } - } - } + "value": "{\n \"publications\": {\n \"mappings\": {\n \"author.id\": {\n \"full_name\": \"author.id\",\n \"mapping\": {\n \"id\": {\n \"type\": \"text\"\n }\n }\n },\n \"abstract\": {\n \"full_name\": \"abstract\",\n \"mapping\": {\n \"abstract\": {\n \"type\": \"text\"\n }\n }\n }\n }\n }\n}" }, "indicesGetFieldMappingResponseExample3": { "summary": "Wildcards", "description": "A successful response from `GET publications/_mapping/field/a*`.\n", - "value": { - "publications": { - "mappings": { - "abstract": { - "full_name": "abstract", - "mapping": { - "abstract": { - "type": "text" - } - } - }, - "author.id": { - "full_name": "author.id", - "mapping": { - "id": { - "type": "text" - } - } - }, - "author.name": { - "full_name": "author.name", - "mapping": { - "name": { - "type": "text" - } - } - } - } - } - } + "value": "{\n \"publications\": {\n \"mappings\": {\n \"author.name\": {\n \"full_name\": \"author.name\",\n \"mapping\": {\n \"name\": {\n \"type\": \"text\"\n }\n }\n },\n \"abstract\": {\n \"full_name\": \"abstract\",\n \"mapping\": {\n \"abstract\": {\n \"type\": \"text\"\n }\n }\n },\n \"author.id\": {\n \"full_name\": \"author.id\",\n \"mapping\": {\n \"id\": {\n \"type\": \"text\"\n }\n }\n }\n }\n }\n}" } } } @@ -107547,171 +101557,12 @@ "indicesRecoveryResponseExample1": { "summary": "Get segment information", "description": "A successful response from `GET /_recovery?human`, which gets information about ongoing and completed shard recoveries for all data streams and indices in a cluster. This example includes information about a single index recovering a single shard. The source of the recovery is a snapshot repository and the target of the recovery is the `my_es_node` node. The response also includes the number and percentage of files and bytes recovered.\n", - "value": { - "index1": { - "shards": [ - { - "id": 0, - "index": { - "files": { - "percent": "94.5%", - "recovered": 69, - "reused": 0, - "total": 73 - }, - "size": { - "percent": "87.1%", - "recovered": "65.7mb", - "recovered_from_snapshot": "0b", - "recovered_from_snapshot_in_bytes": 0, - "recovered_in_bytes": 68891939, - "reused": "0b", - "reused_in_bytes": 0, - "total": "75.4mb", - "total_in_bytes": 79063092 - }, - "source_throttle_time": "0s", - "source_throttle_time_in_millis": 0, - "target_throttle_time": "0s", - "target_throttle_time_in_millis": 0, - "total_time": "0s", - "total_time_in_millis": 0 - }, - "primary": true, - "source": { - "index": "index1", - "repository": "my_repository", - "restoreUUID": "PDh1ZAOaRbiGIVtCvZOMww", - "snapshot": "my_snapshot", - "version": "{version}" - }, - "stage": "INDEX", - "start_time": "2014-02-24T12:15:59.716", - "start_time_in_millis": 1393244159716, - "stop_time": "0s", - "stop_time_in_millis": 0, - "target": { - "host": "my.fqdn", - "id": "ryqJ5lO5S4-lSFbGntkEkg", - "ip": "10.0.1.7", - "name": "my_es_node", - "transport_address": "my.fqdn" - }, - "total_time": "2.9m", - "total_time_in_millis": 175576, - "translog": { - "percent": "100.0%", - "recovered": 0, - "total": 0, - "total_on_start": 0, - "total_time": "0s", - "total_time_in_millis": 0 - }, - "type": "SNAPSHOT", - "verify_index": { - "check_index_time": "0s", - "check_index_time_in_millis": 0, - "total_time": "0s", - "total_time_in_millis": 0 - } - } - ] - } - } + "value": "{\n \"index1\" : {\n \"shards\" : [ {\n \"id\" : 0,\n \"type\" : \"SNAPSHOT\",\n \"stage\" : \"INDEX\",\n \"primary\" : true,\n \"start_time\" : \"2014-02-24T12:15:59.716\",\n \"start_time_in_millis\": 1393244159716,\n \"stop_time\" : \"0s\",\n \"stop_time_in_millis\" : 0,\n \"total_time\" : \"2.9m\",\n \"total_time_in_millis\" : 175576,\n \"source\" : {\n \"repository\" : \"my_repository\",\n \"snapshot\" : \"my_snapshot\",\n \"index\" : \"index1\",\n \"version\" : \"{version}\",\n \"restoreUUID\": \"PDh1ZAOaRbiGIVtCvZOMww\"\n },\n \"target\" : {\n \"id\" : \"ryqJ5lO5S4-lSFbGntkEkg\",\n \"host\" : \"my.fqdn\",\n \"transport_address\" : \"my.fqdn\",\n \"ip\" : \"10.0.1.7\",\n \"name\" : \"my_es_node\"\n },\n \"index\" : {\n \"size\" : {\n \"total\" : \"75.4mb\",\n \"total_in_bytes\" : 79063092,\n \"reused\" : \"0b\",\n \"reused_in_bytes\" : 0,\n \"recovered\" : \"65.7mb\",\n \"recovered_in_bytes\" : 68891939,\n \"recovered_from_snapshot\" : \"0b\",\n \"recovered_from_snapshot_in_bytes\" : 0,\n \"percent\" : \"87.1%\"\n },\n \"files\" : {\n \"total\" : 73,\n \"reused\" : 0,\n \"recovered\" : 69,\n \"percent\" : \"94.5%\"\n },\n \"total_time\" : \"0s\",\n \"total_time_in_millis\" : 0,\n \"source_throttle_time\" : \"0s\",\n \"source_throttle_time_in_millis\" : 0,\n \"target_throttle_time\" : \"0s\",\n \"target_throttle_time_in_millis\" : 0\n },\n \"translog\" : {\n \"recovered\" : 0,\n \"total\" : 0,\n \"percent\" : \"100.0%\",\n \"total_on_start\" : 0,\n \"total_time\" : \"0s\",\n \"total_time_in_millis\" : 0\n },\n \"verify_index\" : {\n \"check_index_time\" : \"0s\",\n \"check_index_time_in_millis\" : 0,\n \"total_time\" : \"0s\",\n \"total_time_in_millis\" : 0\n }\n } ]\n }\n}" }, "indicesRecoveryResponseExample2": { "summary": "Get detailed recovery information", "description": "A successful response from `GET _recovery?human&detailed=true`. The response includes a listing of any physical files recovered and their sizes. The response also includes timings in milliseconds of the various stages of recovery: index retrieval, translog replay, and index start time. This response indicates the recovery is done.\n", - "value": { - "index1": { - "shards": [ - { - "id": 0, - "index": { - "files": { - "details": [ - { - "length": 20, - "name": "segments.gen", - "recovered": 20 - }, - { - "length": 135306, - "name": "_0.cfs", - "recovered": 135306, - "recovered_from_snapshot": 0 - }, - { - "length": 251, - "name": "segments_2", - "recovered": 251, - "recovered_from_snapshot": 0 - } - ], - "percent": "100.0%", - "recovered": 0, - "reused": 26, - "total": 26 - }, - "size": { - "percent": "100.0%", - "recovered": "0b", - "recovered_from_snapshot": "0b", - "recovered_from_snapshot_in_bytes": 0, - "recovered_in_bytes": 0, - "reused": "24.7mb", - "reused_in_bytes": 26001617, - "total": "24.7mb", - "total_in_bytes": 26001617 - }, - "source_throttle_time": "0s", - "source_throttle_time_in_millis": 0, - "target_throttle_time": "0s", - "target_throttle_time_in_millis": 0, - "total_time": "2ms", - "total_time_in_millis": 2 - }, - "primary": true, - "source": { - "host": "my.fqdn", - "id": "RGMdRc-yQWWKIBM4DGvwqQ", - "ip": "10.0.1.7", - "name": "my_es_node", - "transport_address": "my.fqdn" - }, - "stage": "DONE", - "start_time": "2014-02-24T12:38:06.349", - "start_time_in_millis": "1393245486349", - "stop_time": "2014-02-24T12:38:08.464", - "stop_time_in_millis": "1393245488464", - "target": { - "host": "my.fqdn", - "id": "RGMdRc-yQWWKIBM4DGvwqQ", - "ip": "10.0.1.7", - "name": "my_es_node", - "transport_address": "my.fqdn" - }, - "total_time": "2.1s", - "total_time_in_millis": 2115, - "translog": { - "percent": "100.0%", - "recovered": 71, - "total": 0, - "total_on_start": 0, - "total_time": "2.0s", - "total_time_in_millis": 2025 - }, - "type": "EXISTING_STORE", - "verify_index": { - "check_index_time": 0, - "check_index_time_in_millis": 0, - "total_time": "88ms", - "total_time_in_millis": 88 - } - } - ] - } - } + "value": "{\n \"index1\" : {\n \"shards\" : [ {\n \"id\" : 0,\n \"type\" : \"EXISTING_STORE\",\n \"stage\" : \"DONE\",\n \"primary\" : true,\n \"start_time\" : \"2014-02-24T12:38:06.349\",\n \"start_time_in_millis\" : \"1393245486349\",\n \"stop_time\" : \"2014-02-24T12:38:08.464\",\n \"stop_time_in_millis\" : \"1393245488464\",\n \"total_time\" : \"2.1s\",\n \"total_time_in_millis\" : 2115,\n \"source\" : {\n \"id\" : \"RGMdRc-yQWWKIBM4DGvwqQ\",\n \"host\" : \"my.fqdn\",\n \"transport_address\" : \"my.fqdn\",\n \"ip\" : \"10.0.1.7\",\n \"name\" : \"my_es_node\"\n },\n \"target\" : {\n \"id\" : \"RGMdRc-yQWWKIBM4DGvwqQ\",\n \"host\" : \"my.fqdn\",\n \"transport_address\" : \"my.fqdn\",\n \"ip\" : \"10.0.1.7\",\n \"name\" : \"my_es_node\"\n },\n \"index\" : {\n \"size\" : {\n \"total\" : \"24.7mb\",\n \"total_in_bytes\" : 26001617,\n \"reused\" : \"24.7mb\",\n \"reused_in_bytes\" : 26001617,\n \"recovered\" : \"0b\",\n \"recovered_in_bytes\" : 0,\n \"recovered_from_snapshot\" : \"0b\",\n \"recovered_from_snapshot_in_bytes\" : 0,\n \"percent\" : \"100.0%\"\n },\n \"files\" : {\n \"total\" : 26,\n \"reused\" : 26,\n \"recovered\" : 0,\n \"percent\" : \"100.0%\",\n \"details\" : [ {\n \"name\" : \"segments.gen\",\n \"length\" : 20,\n \"recovered\" : 20\n }, {\n \"name\" : \"_0.cfs\",\n \"length\" : 135306,\n \"recovered\" : 135306,\n \"recovered_from_snapshot\": 0\n }, {\n \"name\" : \"segments_2\",\n \"length\" : 251,\n \"recovered\" : 251,\n \"recovered_from_snapshot\": 0\n }\n ]\n },\n \"total_time\" : \"2ms\",\n \"total_time_in_millis\" : 2,\n \"source_throttle_time\" : \"0s\",\n \"source_throttle_time_in_millis\" : 0,\n \"target_throttle_time\" : \"0s\",\n \"target_throttle_time_in_millis\" : 0\n },\n \"translog\" : {\n \"recovered\" : 71,\n \"total\" : 0,\n \"percent\" : \"100.0%\",\n \"total_on_start\" : 0,\n \"total_time\" : \"2.0s\",\n \"total_time_in_millis\" : 2025\n },\n \"verify_index\" : {\n \"check_index_time\" : 0,\n \"check_index_time_in_millis\" : 0,\n \"total_time\" : \"88ms\",\n \"total_time_in_millis\" : 88\n }\n } ]\n }\n}" } } } @@ -107751,77 +101602,12 @@ "ResolveClusterResponseExample1": { "summary": "Resolve with wildcards", "description": "A successful response from `GET /_resolve/cluster/my-index*,clust*:my-index*`. Each cluster has its own response section. The cluster you sent the request to is labelled as \"(local)\".\n", - "value": { - "(local)": { - "connected": true, - "matching_indices": true, - "skip_unavailable": false, - "version": { - "build_flavor": "default", - "minimum_index_compatibility_version": "7.0.0", - "minimum_wire_compatibility_version": "7.17.0", - "number": "8.13.0" - } - }, - "cluster_one": { - "connected": true, - "matching_indices": true, - "skip_unavailable": true, - "version": { - "build_flavor": "default", - "minimum_index_compatibility_version": "7.0.0", - "minimum_wire_compatibility_version": "7.17.0", - "number": "8.13.0" - } - }, - "cluster_two": { - "connected": true, - "matching_indices": true, - "skip_unavailable": false, - "version": { - "build_flavor": "default", - "minimum_index_compatibility_version": "7.0.0", - "minimum_wire_compatibility_version": "7.17.0", - "number": "8.13.0" - } - } - } + "value": "{\n \"(local)\": {\n \"connected\": true,\n \"skip_unavailable\": false,\n \"matching_indices\": true,\n \"version\": {\n \"number\": \"8.13.0\",\n \"build_flavor\": \"default\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"minimum_index_compatibility_version\": \"7.0.0\"\n }\n },\n \"cluster_one\": {\n \"connected\": true,\n \"skip_unavailable\": true,\n \"matching_indices\": true,\n \"version\": {\n \"number\": \"8.13.0\",\n \"build_flavor\": \"default\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"minimum_index_compatibility_version\": \"7.0.0\"\n }\n },\n \"cluster_two\": {\n \"connected\": true,\n \"skip_unavailable\": false,\n \"matching_indices\": true,\n \"version\": {\n \"number\": \"8.13.0\",\n \"build_flavor\": \"default\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"minimum_index_compatibility_version\": \"7.0.0\"\n }\n }\n}" }, "ResolveClusterResponseExample2": { "summary": "Identify search problems", "description": "A successful response from `GET /_resolve/cluster/not-present,clust*:my-index*,oldcluster:*?ignore_unavailable=false&timeout=5s`. This type of request can be used to identify potential problems with your cross-cluster search. Note also that a `timeout` of 5 seconds is sent, which sets the maximum time the query will wait for remote clusters to respond. The local cluster has no index called `not_present`. Searching with `ignore_unavailable=false` would return a \"no such index\" error. The `cluster_one` remote cluster has no indices that match the pattern `my-index*`. There may be no indices that match the pattern or the index could be closed. The `cluster_two` remote cluster is not connected (the attempt to connect failed). Since this cluster is marked as `skip_unavailable=false`, you should probably exclude this cluster from the search by adding `-cluster_two:*` to the search index expression. For `cluster_three`, the error message indicates that this remote cluster did not respond within the 5-second timeout window specified, so it is also marked as not connected. The `oldcluster` remote cluster shows that it has matching indices, but no version information is included. This indicates that the cluster version predates the introduction of the `_resolve/cluster` API, so you may want to exclude it from your cross-cluster search.\n", - "value": { - "(local)": { - "connected": true, - "error": "no such index [not_present]", - "skip_unavailable": false - }, - "cluster_one": { - "connected": true, - "matching_indices": false, - "skip_unavailable": true, - "version": { - "build_flavor": "default", - "minimum_index_compatibility_version": "7.0.0", - "minimum_wire_compatibility_version": "7.17.0", - "number": "8.13.0" - } - }, - "cluster_three": { - "connected": false, - "error": "Request timed out before receiving a response from the remote cluster", - "skip_unavailable": false - }, - "cluster_two": { - "connected": false, - "skip_unavailable": false - }, - "oldcluster": { - "connected": true, - "matching_indices": true, - "skip_unavailable": false - } - } + "value": "{\n \"(local)\": {\n \"connected\": true,\n \"skip_unavailable\": false,\n \"error\": \"no such index [not_present]\"\n },\n \"cluster_one\": {\n \"connected\": true,\n \"skip_unavailable\": true,\n \"matching_indices\": false,\n \"version\": {\n \"number\": \"8.13.0\",\n \"build_flavor\": \"default\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"minimum_index_compatibility_version\": \"7.0.0\"\n }\n },\n \"cluster_two\": {\n \"connected\": false,\n \"skip_unavailable\": false\n },\n \"cluster_three\": {\n \"connected\": false,\n \"skip_unavailable\": false,\n \"error\": \"Request timed out before receiving a response from the remote cluster\"\n },\n \"oldcluster\": {\n \"connected\": true,\n \"skip_unavailable\": false,\n \"matching_indices\": true\n }\n}" } } } @@ -107872,39 +101658,7 @@ "examples": { "indicesRolloverResponseExample1": { "description": "An abbreviated response from `GET /_segments`.\n", - "value": { - "_shards": {}, - "indices": { - "test": { - "shards": { - "0": [ - { - "num_committed_segments": 0, - "num_search_segments": 1, - "routing": { - "node": "zDC_RorJQCao9xf9pg3Fvw", - "primary": true, - "state": "STARTED" - }, - "segments": { - "_0": { - "attributes": {}, - "committed": false, - "compound": true, - "deleted_docs": 0, - "generation": 0, - "num_docs": 1, - "search": true, - "size_in_bytes": 3800, - "version": "7.0.0" - } - } - } - ] - } - } - } - } + "value": "{\n \"_shards\": {},\n \"indices\": {\n \"test\": {\n \"shards\": {\n \"0\": [\n {\n \"routing\": {\n \"state\": \"STARTED\",\n \"primary\": true,\n \"node\": \"zDC_RorJQCao9xf9pg3Fvw\"\n },\n \"num_committed_segments\": 0,\n \"num_search_segments\": 1,\n \"segments\": {\n \"_0\": {\n \"generation\": 0,\n \"num_docs\": 1,\n \"deleted_docs\": 0,\n \"size_in_bytes\": 3800,\n \"committed\": false,\n \"search\": true,\n \"version\": \"7.0.0\",\n \"compound\": true,\n \"attributes\": {}\n }\n }\n }\n ]\n }\n }\n }\n}" } } } @@ -107935,21 +101689,7 @@ "examples": { "indicesSegmentsResponseExample1": { "description": "A successful response for creating a new index for a data stream.", - "value": { - "acknowledged": true, - "conditions": { - "[max_age: 7d]": false, - "[max_docs: 1000]": true, - "[max_primary_shard_docs: 2000]": false, - "[max_primary_shard_size: 50gb]": false - }, - "dry_run": false, - "lazy": false, - "new_index": ".ds-my-data-stream-2099.05.07-000002", - "old_index": ".ds-my-data-stream-2099.05.06-000001", - "rolled_over": true, - "shards_acknowledged": true - } + "value": "{\n \"acknowledged\": true,\n \"shards_acknowledged\": true,\n \"old_index\": \".ds-my-data-stream-2099.05.06-000001\",\n \"new_index\": \".ds-my-data-stream-2099.05.07-000002\",\n \"rolled_over\": true,\n \"dry_run\": false,\n \"lazy\": false,\n \"conditions\": {\n \"[max_age: 7d]\": false,\n \"[max_docs: 1000]\": true,\n \"[max_primary_shard_size: 50gb]\": false,\n \"[max_primary_shard_docs: 2000]\": false\n }\n}" } } } @@ -107976,34 +101716,7 @@ "examples": { "indicesShardStoresResponseExample1": { "description": "An abbreviated response from `GET /_shard_stores?status=green`.\n", - "value": { - "indices": { - "my-index-000001": { - "shards": { - "0": { - "stores": [ - { - "allocation": "primary", - "allocation_id": "2iNySv_OQVePRX-yaRH_lQ", - "sPa3OgxLSYGvQ4oPs-Tajw": { - "attributes": {}, - "ephemeral_id": "9NlXRFGCT1m8tkvYCMK-8A", - "external_id": "node_t0", - "max_index_version": 8100099, - "min_index_version": 7000099, - "name": "node_t0", - "roles": [], - "transport_address": "local[1]", - "version": "8.10.0" - }, - "store_exception": {} - } - ] - } - } - } - } - } + "value": "{\n \"indices\": {\n \"my-index-000001\": {\n \"shards\": {\n \"0\": {\n \"stores\": [\n {\n \"sPa3OgxLSYGvQ4oPs-Tajw\": {\n \"name\": \"node_t0\",\n \"ephemeral_id\": \"9NlXRFGCT1m8tkvYCMK-8A\",\n \"transport_address\": \"local[1]\",\n \"external_id\": \"node_t0\",\n \"attributes\": {},\n \"roles\": [],\n \"version\": \"8.10.0\",\n \"min_index_version\": 7000099,\n \"max_index_version\": 8100099\n },\n \"allocation_id\": \"2iNySv_OQVePRX-yaRH_lQ\",\n \"allocation\": \"primary\",\n \"store_exception\": {}\n }\n ]\n }\n }\n }\n }\n}" } } } @@ -108059,38 +101772,7 @@ "examples": { "indicesSimulateTemplateResponseExample2": { "description": "A successful response from `POST /_index_template/_simulate` with a template configuration in the request body. The response shows any overlapping templates with a lower priority.\n", - "value": { - "overlapping": [ - { - "index_patterns": [ - "my-index-*" - ], - "name": "final-template" - } - ], - "template": { - "aliases": {}, - "mappings": { - "properties": { - "@timestamp": { - "type": "date" - } - } - }, - "settings": { - "index": { - "number_of_replicas": "1", - "routing": { - "allocation": { - "include": { - "_tier_preference": "data_content" - } - } - } - } - } - } - } + "value": "{\n \"template\" : {\n \"settings\" : {\n \"index\" : {\n \"number_of_replicas\" : \"1\",\n \"routing\" : {\n \"allocation\" : {\n \"include\" : {\n \"_tier_preference\" : \"data_content\"\n }\n }\n }\n }\n },\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n }\n }\n },\n \"aliases\" : { }\n },\n \"overlapping\" : [\n {\n \"name\" : \"final-template\",\n \"index_patterns\" : [\n \"my-index-*\"\n ]\n }\n ]\n}" } } } @@ -108286,20 +101968,7 @@ "examples": { "GetPipelineResponseExample1": { "description": "A successful response for retrieving information about an ingest pipeline.", - "value": { - "my-pipeline-id": { - "description": "describe pipeline", - "processors": [ - { - "set": { - "field": "foo", - "value": "bar" - } - } - ], - "version": 123 - } - } + "value": "{\n \"my-pipeline-id\" : {\n \"description\" : \"describe pipeline\",\n \"version\" : 123,\n \"processors\" : [\n {\n \"set\" : {\n \"field\" : \"foo\",\n \"value\" : \"bar\"\n }\n }\n ]\n }\n}" } } } @@ -108326,38 +101995,7 @@ "examples": { "SimulatePipelineResponseExample1": { "description": "A successful response for running an ingest pipeline against a set of provided documents.", - "value": { - "docs": [ - { - "doc": { - "_id": "id", - "_index": "index", - "_ingest": { - "timestamp": "2017-05-04T22:30:03.187Z" - }, - "_source": { - "field2": "_value", - "foo": "bar" - }, - "_version": "-3" - } - }, - { - "doc": { - "_id": "id", - "_index": "index", - "_ingest": { - "timestamp": "2017-05-04T22:30:03.188Z" - }, - "_source": { - "field2": "_value", - "foo": "rab" - }, - "_version": "-3" - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"doc\": {\n \"_id\": \"id\",\n \"_index\": \"index\",\n \"_version\": \"-3\",\n \"_source\": {\n \"field2\": \"_value\",\n \"foo\": \"bar\"\n },\n \"_ingest\": {\n \"timestamp\": \"2017-05-04T22:30:03.187Z\"\n }\n }\n },\n {\n \"doc\": {\n \"_id\": \"id\",\n \"_index\": \"index\",\n \"_version\": \"-3\",\n \"_source\": {\n \"field2\": \"_value\",\n \"foo\": \"rab\"\n },\n \"_ingest\": {\n \"timestamp\": \"2017-05-04T22:30:03.188Z\"\n }\n }\n }\n ]\n}" } } } @@ -108431,22 +102069,7 @@ "examples": { "PostLicenseResponseExample1": { "description": "If you update to a basic license and you previously had a license with more features, you receive this type of response. You must re-submit the API request and set the `acknowledge` parameter to `true`.", - "value": { - "acknowledge": { - "logstash": [ - "Logstash will no longer poll for centrally-managed pipelines" - ], - "message": "\"\"\"This license update requires acknowledgement. To acknowledge the license, please read the following messages and update the license again, this time with the \"acknowledge=true\" parameter:\"\"\"", - "security": [ - "The following X-Pack security functionality will be disabled ..." - ], - "watcher": [ - "Watcher will be disabled" - ] - }, - "acknowledged": false, - "license_status": "valid" - } + "value": "{\n \"acknowledged\": false,\n \"license_status\": \"valid\",\n \"acknowledge\": {\n \"message\": \"\\\"\\\"\\\"This license update requires acknowledgement. To acknowledge the license, please read the following messages and update the license again, this time with the \\\"acknowledge=true\\\" parameter:\\\"\\\"\\\"\",\n \"watcher\": [\n \"Watcher will be disabled\"\n ],\n \"logstash\": [\n \"Logstash will no longer poll for centrally-managed pipelines\"\n ],\n \"security\": [\n \"The following X-Pack security functionality will be disabled ...\"\n ]\n }\n}" } } } @@ -108465,26 +102088,7 @@ "examples": { "LogstashGetPipelineResponseExample1": { "description": "A successful response from `GET _logstash/pipeline/my_pipeline`.\n", - "value": { - "my_pipeline": { - "description": "Sample pipeline for illustration purposes", - "last_modified": "2021-01-02T02:50:51.250Z", - "pipeline": "input {}\\n filter { grok {} }\\n output {}", - "pipeline_metadata": { - "type": "logstash_pipeline", - "version": "1" - }, - "pipeline_settings": { - "pipeline.batch.delay": 50, - "pipeline.batch.size": 125, - "pipeline.workers": 1, - "queue.checkpoint.writes": 1024, - "queue.max_bytes": "1gb", - "queue.type": "memory" - }, - "username": "elastic" - } - } + "value": "{\n \"my_pipeline\": {\n \"description\": \"Sample pipeline for illustration purposes\",\n \"last_modified\": \"2021-01-02T02:50:51.250Z\",\n \"pipeline_metadata\": {\n \"type\": \"logstash_pipeline\",\n \"version\": \"1\"\n },\n \"username\": \"elastic\",\n \"pipeline\": \"input {}\\\\n filter { grok {} }\\\\n output {}\",\n \"pipeline_settings\": {\n \"pipeline.workers\": 1,\n \"pipeline.batch.size\": 125,\n \"pipeline.batch.delay\": 50,\n \"queue.type\": \"memory\",\n \"queue.max_bytes\": \"1gb\",\n \"queue.checkpoint.writes\": 1024\n }\n }\n}" } } } @@ -108593,28 +102197,7 @@ "examples": { "DeprecationInfoResponseExample1": { "description": "An abbreviated response from `GET /_migration/deprecations`.\n", - "value": { - "cluster_settings": [ - { - "details": "This cluster is named [mycompany:logging], which contains the illegal character ':'.", - "level": "critical", - "message": "Cluster name cannot contain ':'", - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_cluster_name" - } - ], - "index_settings": { - "logs:apache": [ - { - "details": "This index is named [logs:apache], which contains the illegal character ':'.", - "level": "warning", - "message": "Index name cannot contain ':'", - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_index_name" - } - ] - }, - "ml_settings": [], - "node_settings": [] - } + "value": "{\n \"cluster_settings\": [\n {\n \"level\": \"critical\",\n \"message\": \"Cluster name cannot contain ':'\",\n \"url\": \"https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_cluster_name\",\n \"details\": \"This cluster is named [mycompany:logging], which contains the illegal character ':'.\"\n }\n ],\n \"node_settings\": [],\n \"index_settings\": {\n \"logs:apache\": [\n {\n \"level\": \"warning\",\n \"message\": \"Index name cannot contain ':'\",\n \"url\": \"https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html#_literal_literal_is_no_longer_allowed_in_index_name\",\n \"details\": \"This index is named [logs:apache], which contains the illegal character ':'.\"\n }\n ]\n },\n \"ml_settings\": []\n}" } } } @@ -108638,9 +102221,7 @@ "examples": { "MlDeleteExpiredDataResponseExample1": { "description": "A successful response when deleting expired and unused anomaly detection data.", - "value": { - "deleted": true - } + "value": "{\n \"deleted\": true\n}" } } } @@ -108656,9 +102237,7 @@ "examples": { "MlDeleteForecastResponseExample1": { "description": "A successful response when deleting a forecast from an anomaly detection job.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -108690,50 +102269,7 @@ "examples": { "MlExplainDataFrameAnalyticsResponseExample1": { "description": "A succesful response for explaining a data frame analytics job configuration.", - "value": { - "field_selection": [ - { - "feature_type": "numerical", - "field": "number_of_bedrooms", - "is_included": true, - "is_required": false, - "mappings_types": [ - "integer" - ] - }, - { - "field": "postcode", - "is_included": false, - "is_required": false, - "mappings_types": [ - "text" - ], - "reason": "[postcode.keyword] is preferred because it is aggregatable" - }, - { - "feature_type": "categorical", - "field": "postcode.keyword", - "is_included": true, - "is_required": false, - "mappings_types": [ - "keyword" - ] - }, - { - "feature_type": "numerical", - "field": "price", - "is_included": true, - "is_required": true, - "mappings_types": [ - "float" - ] - } - ], - "memory_estimation": { - "expected_memory_with_disk": "32MB", - "expected_memory_without_disk": "128MB" - } - } + "value": "{\n \"field_selection\": [\n {\n \"field\": \"number_of_bedrooms\",\n \"mappings_types\": [\n \"integer\"\n ],\n \"is_included\": true,\n \"is_required\": false,\n \"feature_type\": \"numerical\"\n },\n {\n \"field\": \"postcode\",\n \"mappings_types\": [\n \"text\"\n ],\n \"is_included\": false,\n \"is_required\": false,\n \"reason\": \"[postcode.keyword] is preferred because it is aggregatable\"\n },\n {\n \"field\": \"postcode.keyword\",\n \"mappings_types\": [\n \"keyword\"\n ],\n \"is_included\": true,\n \"is_required\": false,\n \"feature_type\": \"categorical\"\n },\n {\n \"field\": \"price\",\n \"mappings_types\": [\n \"float\"\n ],\n \"is_included\": true,\n \"is_required\": true,\n \"feature_type\": \"numerical\"\n }\n ],\n \"memory_estimation\": {\n \"expected_memory_without_disk\": \"128MB\",\n \"expected_memory_with_disk\": \"32MB\"\n }\n}" } } } @@ -109321,19 +102857,7 @@ "examples": { "ReloadSecureSettingsResponseExample1": { "description": "A successful response when reloading keystore on nodes in your cluster.", - "value": { - "_nodes": { - "failed": 0, - "successful": 1, - "total": 1 - }, - "cluster_name": "my_cluster", - "nodes": { - "pQHNt5rXTTWNvUgOrdynKg": { - "name": "node-0" - } - } - } + "value": "{\n \"_nodes\": {\n \"total\": 1,\n \"successful\": 1,\n \"failed\": 0\n },\n \"cluster_name\": \"my_cluster\",\n \"nodes\": {\n \"pQHNt5rXTTWNvUgOrdynKg\": {\n \"name\": \"node-0\"\n }\n }\n}" } } } @@ -109445,66 +102969,7 @@ "examples": { "GetRollupJobResponseExample1": { "description": "A successful response from `GET _rollup/job/sensor`.", - "value": { - "jobs": [ - { - "config": { - "cron": "*/30 * * * * ?", - "groups": { - "date_histogram": { - "delay": "7d", - "field": "timestamp", - "fixed_interval": "1h", - "time_zone": "UTC" - }, - "terms": { - "fields": [ - "node" - ] - } - }, - "id": "sensor", - "index_pattern": "sensor-*", - "metrics": [ - { - "field": "temperature", - "metrics": [ - "min", - "max", - "sum" - ] - }, - { - "field": "voltage", - "metrics": [ - "avg" - ] - } - ], - "page_size": 1000, - "rollup_index": "sensor_rollup", - "timeout": "20s" - }, - "stats": { - "documents_processed": 0, - "index_failures": 0, - "index_time_in_ms": 0, - "index_total": 0, - "pages_processed": 0, - "processing_time_in_ms": 0, - "processing_total": 0, - "rollups_indexed": 0, - "search_failures": 0, - "search_time_in_ms": 0, - "search_total": 0, - "trigger_count": 0 - }, - "status": { - "job_state": "stopped" - } - } - ] - } + "value": "{\n \"jobs\": [\n {\n \"config\": {\n \"id\": \"sensor\",\n \"index_pattern\": \"sensor-*\",\n \"rollup_index\": \"sensor_rollup\",\n \"cron\": \"*/30 * * * * ?\",\n \"groups\": {\n \"date_histogram\": {\n \"fixed_interval\": \"1h\",\n \"delay\": \"7d\",\n \"field\": \"timestamp\",\n \"time_zone\": \"UTC\"\n },\n \"terms\": {\n \"fields\": [\n \"node\"\n ]\n }\n },\n \"metrics\": [\n {\n \"field\": \"temperature\",\n \"metrics\": [\n \"min\",\n \"max\",\n \"sum\"\n ]\n },\n {\n \"field\": \"voltage\",\n \"metrics\": [\n \"avg\"\n ]\n }\n ],\n \"timeout\": \"20s\",\n \"page_size\": 1000\n },\n \"status\": {\n \"job_state\": \"stopped\"\n },\n \"stats\": {\n \"pages_processed\": 0,\n \"documents_processed\": 0,\n \"rollups_indexed\": 0,\n \"trigger_count\": 0,\n \"index_failures\": 0,\n \"index_time_in_ms\": 0,\n \"index_total\": 0,\n \"search_failures\": 0,\n \"search_time_in_ms\": 0,\n \"search_total\": 0,\n \"processing_time_in_ms\": 0,\n \"processing_total\": 0\n }\n }\n ]\n}" } } } @@ -109523,48 +102988,7 @@ "examples": { "GetRollupCapabilitiesResponseExample1": { "description": "A successful response from `GET _rollup/data/sensor-*` for a rollup job that targets the index pattern `sensor-*`. The response contains the rollup job ID, the index that holds the rolled data, and the index pattern that the job was targeting. It also shows a list of fields that contain data eligible for rollup searches. For example, you can use a `min`, `max`, or `sum` aggregation on the `temperature` field, but only a `date_histogram` on `timestamp`.\n", - "value": { - "sensor-*": { - "rollup_jobs": [ - { - "fields": { - "node": [ - { - "agg": "terms" - } - ], - "temperature": [ - { - "agg": "min" - }, - { - "agg": "max" - }, - { - "agg": "sum" - } - ], - "timestamp": [ - { - "agg": "date_histogram", - "delay": "7d", - "fixed_interval": "1h", - "time_zone": "UTC" - } - ], - "voltage": [ - { - "agg": "avg" - } - ] - }, - "index_pattern": "sensor-*", - "job_id": "sensor", - "rollup_index": "sensor_rollup" - } - ] - } - } + "value": "{\n \"sensor-*\" : {\n \"rollup_jobs\" : [\n {\n \"job_id\" : \"sensor\",\n \"rollup_index\" : \"sensor_rollup\",\n \"index_pattern\" : \"sensor-*\",\n \"fields\" : {\n \"node\" : [\n {\n \"agg\" : \"terms\"\n }\n ],\n \"temperature\" : [\n {\n \"agg\" : \"min\"\n },\n {\n \"agg\" : \"max\"\n },\n {\n \"agg\" : \"sum\"\n }\n ],\n \"timestamp\" : [\n {\n \"agg\" : \"date_histogram\",\n \"time_zone\" : \"UTC\",\n \"fixed_interval\" : \"1h\",\n \"delay\": \"7d\"\n }\n ],\n \"voltage\" : [\n {\n \"agg\" : \"avg\"\n }\n ]\n }\n }\n ]\n }\n}" } } } @@ -109609,25 +103033,7 @@ "examples": { "RollupSearchResponseExample1": { "description": "An abbreviated response from `GET /sensor_rollup/_rollup_search` with a `max` aggregation on a `temperature` field. The response provides some metadata about the request (`took`, `_shards`), the search hits (which is always empty for rollup searches), and the aggregation response.\n", - "value": { - "_shards": {}, - "aggregations": { - "max_temperature": { - "value": 202.0 - } - }, - "hits": { - "hits": [], - "max_score": 0.0, - "total": { - "relation": "eq", - "value": 0 - } - }, - "terminated_early": false, - "timed_out": false, - "took": 102 - } + "value": "{\n \"took\" : 102,\n \"timed_out\" : false,\n \"terminated_early\" : false,\n \"_shards\" : {} ,\n \"hits\" : {\n \"total\" : {\n \"value\": 0,\n \"relation\": \"eq\"\n },\n \"max_score\" : 0.0,\n \"hits\" : [ ]\n },\n \"aggregations\" : {\n \"max_temperature\" : {\n \"value\" : 202.0\n }\n }\n}" } } } @@ -109652,23 +103058,17 @@ "ExecutePainlessScriptResponseExample1": { "summary": "Test context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `painless_test` context.", - "value": { - "result": "0.1" - } + "value": "{\n \"result\": \"0.1\"\n}" }, "ExecutePainlessScriptResponseExample2": { "summary": "Filter context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `filter` context.", - "value": { - "result": true - } + "value": "{\n \"result\": true\n}" }, "ExecutePainlessScriptResponseExample3": { "summary": "Score context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `score` context.", - "value": { - "result": 0.8 - } + "value": "{\n \"result\": 0.8\n}" } } } @@ -109694,50 +103094,7 @@ "examples": { "SearchResponseExample1": { "description": "An abbreviated response from `GET /my-index-000001/_search?from=40&size=20` with a simple term query.\n", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 1, - "total": 1 - }, - "hits": { - "hits": [ - { - "_id": "0", - "_index": "my-index-000001", - "_score": 1.3862942, - "_source": { - "@timestamp": "2099-11-15T14:12:12", - "http": { - "request": { - "method": "get" - }, - "response": { - "bytes": 1070000, - "status_code": 200 - }, - "version": "1.1" - }, - "message": "GET /search HTTP/1.1 200 1070000", - "source": { - "ip": "127.0.0.1" - }, - "user": { - "id": "kimchy" - } - } - } - ], - "max_score": 1.3862942, - "total": { - "relation": "eq", - "value": 20 - } - }, - "timed_out": false, - "took": 5 - } + "value": "{\n \"took\": 5,\n \"timed_out\": false,\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"skipped\": 0,\n \"failed\": 0\n },\n \"hits\": {\n \"total\": {\n \"value\": 20,\n \"relation\": \"eq\"\n },\n \"max_score\": 1.3862942,\n \"hits\": [\n {\n \"_index\": \"my-index-000001\",\n \"_id\": \"0\",\n \"_score\": 1.3862942,\n \"_source\": {\n \"@timestamp\": \"2099-11-15T14:12:12\",\n \"http\": {\n \"request\": {\n \"method\": \"get\"\n },\n \"response\": {\n \"status_code\": 200,\n \"bytes\": 1070000\n },\n \"version\": \"1.1\"\n },\n \"source\": {\n \"ip\": \"127.0.0.1\"\n },\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n }\n }\n ]\n }\n}" } } } @@ -109756,18 +103113,7 @@ "examples": { "BehavioralAnalyticsGetResponseExample1": { "description": "A successful response from `GET _application/analytics/my*`", - "value": { - "my_analytics_collection": { - "event_data_stream": { - "name": "behavioral_analytics-events-my_analytics_collection" - } - }, - "my_analytics_collection2": { - "event_data_stream": { - "name": "behavioral_analytics-events-my_analytics_collection2" - } - } - } + "value": "{\n \"my_analytics_collection\": {\n \"event_data_stream\": {\n \"name\": \"behavioral_analytics-events-my_analytics_collection\"\n }\n },\n \"my_analytics_collection2\": {\n \"event_data_stream\": {\n \"name\": \"behavioral_analytics-events-my_analytics_collection2\"\n }\n }\n}" } } } @@ -109793,171 +103139,7 @@ "examples": { "SearchMvtResponseExample1": { "description": "A successful response from `GET museums/_mvt/location/13/4207/2692`. It returns results as a binary vector tile. When decoded into JSON, the tile contains the following data.\n", - "value": { - "aggs": { - "extent": 4096, - "features": [ - { - "geometry": { - "coordinates": [ - [ - [ - 3072, - 3072 - ], - [ - 4096, - 3072 - ], - [ - 4096, - 4096 - ], - [ - 3072, - 4096 - ], - [ - 3072, - 3072 - ] - ] - ], - "type": "Polygon" - }, - "properties": { - "_count": 3, - "avg_price.value": 1133.3333333333333, - "max_price.value": 1750.0, - "min_price.value": 0.0 - }, - "type": 3 - } - ], - "version": 2 - }, - "hits": { - "extent": 4096, - "features": [ - { - "geometry": { - "coordinates": [ - 3208, - 3864 - ], - "type": "Point" - }, - "properties": { - "_id": "1", - "_index": "museums", - "name": "NEMO Science Museum", - "price": 1750 - }, - "type": 1 - }, - { - "geometry": { - "coordinates": [ - 3429, - 3496 - ], - "type": "Point" - }, - "properties": { - "_id": "3", - "_index": "museums", - "name": "Nederlands Scheepvaartmuseum", - "price": 1650 - }, - "type": 1 - }, - { - "geometry": { - "coordinates": [ - 3429, - 3496 - ], - "type": "Point" - }, - "properties": { - "_id": "4", - "_index": "museums", - "name": "Amsterdam Centre for Architecture", - "price": 0 - }, - "type": 1 - } - ], - "version": 2 - }, - "meta": { - "extent": 4096, - "features": [ - { - "geometry": { - "coordinates": [ - [ - [ - 0, - 0 - ], - [ - 4096, - 0 - ], - [ - 4096, - 4096 - ], - [ - 0, - 4096 - ], - [ - 0, - 0 - ] - ] - ], - "type": "Polygon" - }, - "properties": { - "_shards.failed": 0, - "_shards.skipped": 0, - "_shards.successful": 1, - "_shards.total": 1, - "aggregations._count.avg": 3.0, - "aggregations._count.count": 1, - "aggregations._count.max": 3.0, - "aggregations._count.min": 3.0, - "aggregations._count.sum": 3.0, - "aggregations.avg_price.avg": 1133.3333333333333, - "aggregations.avg_price.count": 1, - "aggregations.avg_price.max": 1133.3333333333333, - "aggregations.avg_price.min": 1133.3333333333333, - "aggregations.avg_price.sum": 1133.3333333333333, - "aggregations.max_price.avg": 1750.0, - "aggregations.max_price.count": 1, - "aggregations.max_price.max": 1750.0, - "aggregations.max_price.min": 1750.0, - "aggregations.max_price.sum": 1750.0, - "aggregations.min_price.avg": 0.0, - "aggregations.min_price.count": 1, - "aggregations.min_price.max": 0.0, - "aggregations.min_price.min": 0.0, - "aggregations.min_price.sum": 0.0, - "hits.max_score": 0.0, - "hits.total.relation": "eq", - "hits.total.value": 3, - "timed_out": false, - "took": 2 - }, - "type": 3 - } - ], - "version": 2 - } - } + "value": "{\n \"hits\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3208,\n 3864\n ]\n },\n \"properties\": {\n \"_id\": \"1\",\n \"_index\": \"museums\",\n \"name\": \"NEMO Science Museum\",\n \"price\": 1750\n },\n \"type\": 1\n },\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3429,\n 3496\n ]\n },\n \"properties\": {\n \"_id\": \"3\",\n \"_index\": \"museums\",\n \"name\": \"Nederlands Scheepvaartmuseum\",\n \"price\": 1650\n },\n \"type\": 1\n },\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3429,\n 3496\n ]\n },\n \"properties\": {\n \"_id\": \"4\",\n \"_index\": \"museums\",\n \"name\": \"Amsterdam Centre for Architecture\",\n \"price\": 0\n },\n \"type\": 1\n }\n ]\n },\n \"aggs\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n 3072,\n 3072\n ],\n [\n 4096,\n 3072\n ],\n [\n 4096,\n 4096\n ],\n [\n 3072,\n 4096\n ],\n [\n 3072,\n 3072\n ]\n ]\n ]\n },\n \"properties\": {\n \"_count\": 3,\n \"max_price.value\": 1750.0,\n \"min_price.value\": 0.0,\n \"avg_price.value\": 1133.3333333333333\n },\n \"type\": 3\n }\n ]\n },\n \"meta\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n 0,\n 0\n ],\n [\n 4096,\n 0\n ],\n [\n 4096,\n 4096\n ],\n [\n 0,\n 4096\n ],\n [\n 0,\n 0\n ]\n ]\n ]\n },\n \"properties\": {\n \"_shards.failed\": 0,\n \"_shards.skipped\": 0,\n \"_shards.successful\": 1,\n \"_shards.total\": 1,\n \"aggregations._count.avg\": 3.0,\n \"aggregations._count.count\": 1,\n \"aggregations._count.max\": 3.0,\n \"aggregations._count.min\": 3.0,\n \"aggregations._count.sum\": 3.0,\n \"aggregations.avg_price.avg\": 1133.3333333333333,\n \"aggregations.avg_price.count\": 1,\n \"aggregations.avg_price.max\": 1133.3333333333333,\n \"aggregations.avg_price.min\": 1133.3333333333333,\n \"aggregations.avg_price.sum\": 1133.3333333333333,\n \"aggregations.max_price.avg\": 1750.0,\n \"aggregations.max_price.count\": 1,\n \"aggregations.max_price.max\": 1750.0,\n \"aggregations.max_price.min\": 1750.0,\n \"aggregations.max_price.sum\": 1750.0,\n \"aggregations.min_price.avg\": 0.0,\n \"aggregations.min_price.count\": 1,\n \"aggregations.min_price.max\": 0.0,\n \"aggregations.min_price.min\": 0.0,\n \"aggregations.min_price.sum\": 0.0,\n \"hits.max_score\": 0.0,\n \"hits.total.relation\": \"eq\",\n \"hits.total.value\": 3,\n \"timed_out\": false,\n \"took\": 2\n },\n \"type\": 3\n }\n ]\n }\n}" } } } @@ -110001,94 +103183,7 @@ "examples": { "SearchShardsResponseExample1": { "description": "An abbreviated response from `GET /my-index-000001/_search_shards`.", - "value": { - "indices": { - "my-index-000001": {} - }, - "nodes": {}, - "shards": [ - [ - { - "allocation_id": { - "id": "0TvkCyF7TAmM1wHP4a42-A" - }, - "index": "my-index-000001", - "node": "JklnKbD7Tyqi9TP3_Q_tBg", - "primary": true, - "relocating_node": null, - "relocation_failure_info": { - "failed_attempts": 0 - }, - "shard": 0, - "state": "STARTED" - } - ], - [ - { - "allocation_id": { - "id": "fMju3hd1QHWmWrIgFnI4Ww" - }, - "index": "my-index-000001", - "node": "JklnKbD7Tyqi9TP3_Q_tBg", - "primary": true, - "relocating_node": null, - "relocation_failure_info": { - "failed_attempts": 0 - }, - "shard": 1, - "state": "STARTED" - } - ], - [ - { - "allocation_id": { - "id": "Nwl0wbMBTHCWjEEbGYGapg" - }, - "index": "my-index-000001", - "node": "JklnKbD7Tyqi9TP3_Q_tBg", - "primary": true, - "relocating_node": null, - "relocation_failure_info": { - "failed_attempts": 0 - }, - "shard": 2, - "state": "STARTED" - } - ], - [ - { - "allocation_id": { - "id": "bU_KLGJISbW0RejwnwDPKw" - }, - "index": "my-index-000001", - "node": "JklnKbD7Tyqi9TP3_Q_tBg", - "primary": true, - "relocating_node": null, - "relocation_failure_info": { - "failed_attempts": 0 - }, - "shard": 3, - "state": "STARTED" - } - ], - [ - { - "allocation_id": { - "id": "DMs7_giNSwmdqVukF7UydA" - }, - "index": "my-index-000001", - "node": "JklnKbD7Tyqi9TP3_Q_tBg", - "primary": true, - "relocating_node": null, - "relocation_failure_info": { - "failed_attempts": 0 - }, - "shard": 4, - "state": "STARTED" - } - ] - ] - } + "value": "{\n \"nodes\": {},\n \"indices\": {\n \"my-index-000001\": { }\n },\n \"shards\": [\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 0,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"0TvkCyF7TAmM1wHP4a42-A\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ],\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 1,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"fMju3hd1QHWmWrIgFnI4Ww\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ],\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 2,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"Nwl0wbMBTHCWjEEbGYGapg\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ],\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 3,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"bU_KLGJISbW0RejwnwDPKw\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ],\n [\n {\n \"index\": \"my-index-000001\",\n \"node\": \"JklnKbD7Tyqi9TP3_Q_tBg\",\n \"relocating_node\": null,\n \"primary\": true,\n \"shard\": 4,\n \"state\": \"STARTED\",\n \"allocation_id\": {\"id\":\"DMs7_giNSwmdqVukF7UydA\"},\n \"relocation_failure_info\" : {\n \"failed_attempts\" : 0\n }\n }\n ]\n ]\n }" } } } @@ -110187,22 +103282,7 @@ "examples": { "CacheStatsResponseExample1": { "description": "A successful response from `GET /_searchable_snapshots/cache/stats`.", - "value": { - "nodes": { - "eerrtBMtQEisohZzxBLUSw": { - "shared_cache": { - "bytes_read_in_bytes": 5448829, - "bytes_written_in_bytes": 1208320, - "evictions": 5, - "num_regions": 65536, - "reads": 6051, - "region_size_in_bytes": 16777216, - "size_in_bytes": 1099511627776, - "writes": 37 - } - } - } - } + "value": "{\n \"nodes\" : {\n \"eerrtBMtQEisohZzxBLUSw\" : {\n \"shared_cache\" : {\n \"reads\" : 6051,\n \"bytes_read_in_bytes\" : 5448829,\n \"writes\" : 37,\n \"bytes_written_in_bytes\" : 1208320,\n \"evictions\" : 5,\n \"num_regions\" : 65536,\n \"size_in_bytes\" : 1099511627776,\n \"region_size_in_bytes\" : 16777216\n }\n }\n }\n}" } } } @@ -110286,13 +103366,7 @@ "examples": { "SecurityCreateApiKeyResponseExample1": { "description": "A successful response from `POST /_security/api_key`.", - "value": { - "api_key": "ui2lp2axTNmsyakw9tvNnw", - "encoded": "VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==", - "expiration": 1544068612110, - "id": "VuaCfGcBCdbkQm-e5aOx", - "name": "my-api-key" - } + "value": "{\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\", \n \"name\": \"my-api-key\",\n \"expiration\": 1544068612110, \n \"api_key\": \"ui2lp2axTNmsyakw9tvNnw\", \n \"encoded\": \"VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==\" \n}" } } } @@ -110320,13 +103394,7 @@ "examples": { "CreateServiceTokenRequestExample1": { "description": "A successful response from `POST /_security/service/elastic/fleet-server/credential/token/token1`. The response includes the service account token, its name, and its secret value as a bearer token.\n", - "value": { - "created": true, - "token": { - "name": "token1", - "value": "AAEAAWVsYXN0aWM...vZmxlZXQtc2VydmVyL3Rva2VuMTo3TFdaSDZ" - } - } + "value": "{\n \"created\": true,\n \"token\": {\n \"name\": \"token1\",\n \"value\": \"AAEAAWVsYXN0aWM...vZmxlZXQtc2VydmVyL3Rva2VuMTo3TFdaSDZ\" \n }\n}" } } } @@ -110388,21 +103456,7 @@ "examples": { "SecurityGetPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/privilege/myapp/read`. The response contains information about the `read` privilege for the `app01` application.\n", - "value": { - "myapp": { - "read": { - "actions": [ - "data:read/*", - "action:login" - ], - "application": "myapp", - "metadata": { - "description": "Read access to myapp" - }, - "name": "read" - } - } - } + "value": "{\n \"myapp\": {\n \"read\": {\n \"application\": \"myapp\",\n \"name\": \"read\",\n \"actions\": [\n \"data:read/*\",\n \"action:login\"\n ],\n \"metadata\": {\n \"description\": \"Read access to myapp\"\n }\n }\n }\n}" } } } @@ -110421,42 +103475,7 @@ "examples": { "SecurityGetRoleResponseExample1": { "description": "A successful response from `GET /_security/role/my_admin_role`. The response contains information about the `my_admin_role` role in the native realm.\n", - "value": { - "my_admin_role": { - "applications": [], - "cluster": [ - "all" - ], - "description": "Grants full access to all management features within the cluster.", - "indices": [ - { - "allow_restricted_indices": false, - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ] - } - ], - "metadata": { - "version": 1 - }, - "run_as": [ - "other_user" - ], - "transient_metadata": { - "enabled": true - } - } - } + "value": "{\n \"my_admin_role\": {\n \"description\": \"Grants full access to all management features within the cluster.\",\n \"cluster\" : [ \"all\" ],\n \"indices\" : [\n {\n \"names\" : [ \"index1\", \"index2\" ],\n \"privileges\" : [ \"all\" ],\n \"allow_restricted_indices\" : false,\n \"field_security\" : {\n \"grant\" : [ \"title\", \"body\" ]}\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ \"other_user\" ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n}" } } } @@ -110475,20 +103494,7 @@ "examples": { "SecurityGetRoleMappingResponseExample1": { "description": "A successful response from `GET /_security/role_mapping/mapping1`.", - "value": { - "mapping1": { - "enabled": true, - "metadata": {}, - "roles": [ - "user" - ], - "rules": { - "field": { - "username": "*" - } - } - } - } + "value": "{\n \"mapping1\": {\n \"enabled\": true,\n \"roles\": [\n \"user\"\n ],\n \"rules\": {\n \"field\": {\n \"username\": \"*\"\n }\n },\n \"metadata\": {}\n }\n}" } } } @@ -110507,205 +103513,7 @@ "examples": { "GetServiceAccountsResponseExample1": { "description": "A successful response from `GET /_security/service/elastic/fleet-server`. The response contains information about the `elastic/fleet-server` service account.\n", - "value": { - "elastic/fleet-server": { - "role_descriptor": { - "applications": [ - { - "application": "kibana-*", - "privileges": [ - "reserved_fleet-setup" - ], - "resources": [ - "*" - ] - } - ], - "cluster": [ - "monitor", - "manage_own_api_key", - "read_fleet_secrets" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "logs-*", - "metrics-*", - "traces-*", - ".logs-endpoint.diagnostic.collection-*", - ".logs-endpoint.action.responses-*", - ".logs-endpoint.heartbeat-*" - ], - "privileges": [ - "write", - "create_index", - "auto_configure" - ] - }, - { - "allow_restricted_indices": false, - "names": [ - "profiling-*" - ], - "privileges": [ - "read", - "write" - ] - }, - { - "allow_restricted_indices": false, - "names": [ - "traces-apm.sampled-*" - ], - "privileges": [ - "read", - "monitor", - "maintenance" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-secrets*" - ], - "privileges": [ - "read" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-actions*" - ], - "privileges": [ - "read", - "write", - "monitor", - "create_index", - "auto_configure", - "maintenance" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-agents*" - ], - "privileges": [ - "read", - "write", - "monitor", - "create_index", - "auto_configure", - "maintenance" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-artifacts*" - ], - "privileges": [ - "read", - "write", - "monitor", - "create_index", - "auto_configure", - "maintenance" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-enrollment-api-keys*" - ], - "privileges": [ - "read", - "write", - "monitor", - "create_index", - "auto_configure", - "maintenance" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-policies*" - ], - "privileges": [ - "read", - "write", - "monitor", - "create_index", - "auto_configure", - "maintenance" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-policies-leader*" - ], - "privileges": [ - "read", - "write", - "monitor", - "create_index", - "auto_configure", - "maintenance" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-servers*" - ], - "privileges": [ - "read", - "write", - "monitor", - "create_index", - "auto_configure", - "maintenance" - ] - }, - { - "allow_restricted_indices": true, - "names": [ - ".fleet-fileds*" - ], - "privileges": [ - "read", - "write", - "monitor", - "create_index", - "auto_configure", - "maintenance" - ] - }, - { - "allow_restricted_indices": false, - "names": [ - "synthetics-*" - ], - "privileges": [ - "read", - "write", - "create_index", - "auto_configure" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - } - } + "value": "{\n \"elastic/fleet-server\": {\n \"role_descriptor\": {\n \"cluster\": [\n \"monitor\",\n \"manage_own_api_key\",\n \"read_fleet_secrets\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"logs-*\",\n \"metrics-*\",\n \"traces-*\",\n \".logs-endpoint.diagnostic.collection-*\",\n \".logs-endpoint.action.responses-*\",\n \".logs-endpoint.heartbeat-*\"\n ],\n \"privileges\": [\n \"write\",\n \"create_index\",\n \"auto_configure\"\n ],\n \"allow_restricted_indices\": false\n },\n {\n \"names\": [\n \"profiling-*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\"\n ],\n \"allow_restricted_indices\": false\n },\n {\n \"names\": [\n \"traces-apm.sampled-*\"\n ],\n \"privileges\": [\n \"read\",\n \"monitor\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": false\n },\n {\n \"names\": [\n \".fleet-secrets*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-actions*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-agents*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-artifacts*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-enrollment-api-keys*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-policies*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-policies-leader*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-servers*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \".fleet-fileds*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"monitor\",\n \"create_index\",\n \"auto_configure\",\n \"maintenance\"\n ],\n \"allow_restricted_indices\": true\n },\n {\n \"names\": [\n \"synthetics-*\"\n ],\n \"privileges\": [\n \"read\",\n \"write\",\n \"create_index\",\n \"auto_configure\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [\n {\n \"application\": \"kibana-*\",\n \"privileges\": [\n \"reserved_fleet-setup\"\n ],\n \"resources\": [\n \"*\"\n ]\n }\n ],\n \"run_as\": [],\n \"metadata\": {},\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n}" } } } @@ -110724,22 +103532,7 @@ "examples": { "SecurityGetUserResponseExample1": { "description": "A successful response from `GET /_security/user/jacknich?with_profile_uid=true`. It includes the user `profile_uid` as part of the response.\n", - "value": { - "jacknich": { - "email": "jacknich@example.com", - "enabled": true, - "full_name": "Jack Nicholson", - "metadata": { - "intelligence": 7 - }, - "profile_uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", - "roles": [ - "admin", - "other_role1" - ], - "username": "jacknich" - } - } + "value": "{\n \"jacknich\": {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\", \"other_role1\"\n ],\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\",\n \"metadata\": { \"intelligence\" : 7 },\n \"enabled\": true,\n \"profile_uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\"\n }\n}" } } } @@ -110785,34 +103578,7 @@ "examples": { "SecurityHasPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/user/_has_privileges`, which lists the privileges for the `rdeniro` user.", - "value": { - "application": { - "inventory_manager": { - "product/1852563": { - "data:write/inventory": false, - "read": false - } - } - }, - "cluster": { - "manage": false, - "monitor": true - }, - "has_all_requested": false, - "index": { - "inventory": { - "read": true, - "write": false - }, - "products": { - "read": true - }, - "suppliers": { - "read": true - } - }, - "username": "rdeniro" - } + "value": "{\n \"username\": \"rdeniro\",\n \"has_all_requested\" : false,\n \"cluster\" : {\n \"monitor\" : true,\n \"manage\" : false\n },\n \"index\" : {\n \"suppliers\" : {\n \"read\" : true\n },\n \"products\" : {\n \"read\" : true\n },\n \"inventory\" : {\n \"read\" : true,\n \"write\" : false\n }\n },\n \"application\" : {\n \"inventory_manager\" : {\n \"product/1852563\" : {\n \"read\": false,\n \"data:write/inventory\": false\n }\n }\n }\n}" } } } @@ -110843,20 +103609,7 @@ "examples": { "HasPrivilegesUserProfileResponseExample1": { "description": "A response from `POST /_security/profile/_has_privileges` that indicates only one of the three users has all the privileges and one of them is not found.\n", - "value": { - "errors": { - "count": 1, - "details": { - "u_does-not-exist_0": { - "reason": "profile document not found", - "type": "resource_not_found_exception" - } - } - }, - "has_privilege_uids": [ - "u_rzRnxDgEHIH0GOUoFkZr5Y27YUwSk19Joiq=g4OCxxB_1" - ] - } + "value": "{\n \"has_privilege_uids\": [\"u_rzRnxDgEHIH0GOUoFkZr5Y27YUwSk19Joiq=g4OCxxB_1\"],\n \"errors\": {\n \"count\": 1,\n \"details\": {\n \"u_does-not-exist_0\": {\n \"type\": \"resource_not_found_exception\",\n \"reason\": \"profile document not found\"\n }\n }\n }\n}" } } } @@ -110878,31 +103631,11 @@ "examples": { "SecurityPutPrivilegesResponseExample1": { "description": "A successful response from `PUT /_security/privilege`.", - "value": { - "myapp": { - "read": { - "created": true - } - } - } + "value": "{\n \"myapp\": {\n \"read\": {\n \"created\": true \n }\n }\n}" }, "SecurityPutPrivilegesResponseExample2": { "description": "A successful response from `PUT /_security/privilege`. The `created` property indicates whether the privileges have been created or updated.\n", - "value": { - "app01": { - "read": { - "created": true - }, - "write": { - "created": true - } - }, - "app02": { - "all": { - "created": true - } - } - } + "value": "{\n \"app02\": {\n \"all\": {\n \"created\": true\n }\n },\n \"app01\": {\n \"read\": {\n \"created\": true\n },\n \"write\": {\n \"created\": true\n }\n }\n}" } } } @@ -110926,11 +103659,7 @@ "examples": { "SecurityPutRoleResponseExample1": { "description": "A successful response from `POST /_security/role/my_admin_role`.", - "value": { - "role": { - "created": true - } - } + "value": "{\n \"role\": {\n \"created\": true \n }\n}" } } } @@ -110957,11 +103686,7 @@ "examples": { "SecurityPutRoleMappingResponseExample1": { "description": "A successful response from `POST /_security/role_mapping/mapping1`.", - "value": { - "role_mapping": { - "created": true - } - } + "value": "{\n \"role_mapping\" : {\n \"created\" : true \n }\n}" } } } @@ -110986,9 +103711,7 @@ "examples": { "SecurityPutUserResponseExample1": { "description": "A successful response from `POST /_security/user/jacknich`. When an existing user is updated, `created` is set to `false`.\n", - "value": { - "created": true - } + "value": "{\n \"created\": true \n}" } } } @@ -111034,152 +103757,17 @@ "QueryApiKeysResponseExample1": { "summary": "Query API keys by ID", "description": "A successful response from `GET /_security/_query/api_key?with_limited_by=true`. The `limited_by` details are the owner user's permissions associated with the API key. It is a point-in-time snapshot captured at creation and subsequent updates. An API key's effective permissions are an intersection of its assigned privileges and the owner user's permissions.\n", - "value": { - "api_keys": [ - { - "creation": 1548550550158, - "expiration": 1548551550158, - "id": "VuaCfGcBCdbkQm-e5aOx", - "invalidated": false, - "limited_by": [ - { - "role-power-user": { - "applications": [], - "cluster": [ - "monitor" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "*" - ], - "privileges": [ - "read" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - } - ], - "metadata": { - "application": "my-application" - }, - "name": "application-key-1", - "realm": "native1", - "realm_type": "native", - "role_descriptors": {}, - "username": "myuser" - } - ] - } + "value": "{\n \"api_keys\": [\n {\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\",\n \"name\": \"application-key-1\",\n \"creation\": 1548550550158,\n \"expiration\": 1548551550158,\n \"invalidated\": false,\n \"username\": \"myuser\",\n \"realm\": \"native1\",\n \"realm_type\": \"native\",\n \"metadata\": {\n \"application\": \"my-application\"\n },\n \"role_descriptors\": { },\n \"limited_by\": [ \n {\n \"role-power-user\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n ]\n }\n ]\n}" }, "QueryApiKeysResponseExample2": { "summary": "Query API keys with pagination", "description": "An abbreviated response from `GET /_security/_query/api_key` that contains a list of matched API keys along with their sort values. The first sort value is creation time, which is displayed in `date_time` format. The second sort value is the API key name.\n", - "value": { - "api_keys": [ - { - "_sort": [ - "2021-08-18T01:29:14.811Z", - "app1-key-79" - ], - "creation": 1629250154811, - "id": "CLXgVnsBOGkf8IyjcXU7", - "invalidated": false, - "metadata": { - "environment": "production" - }, - "name": "app1-key-79", - "realm": "native1", - "role_descriptors": {}, - "username": "org-admin-user" - }, - { - "_sort": [ - "2021-08-18T01:29:13.794Z", - "app1-key-78" - ], - "creation": 1629250153794, - "id": "BrXgVnsBOGkf8IyjbXVB", - "invalidated": false, - "metadata": { - "environment": "production" - }, - "name": "app1-key-78", - "realm": "native1", - "role_descriptors": {}, - "username": "org-admin-user" - } - ], - "count": 10, - "total": 100 - } + "value": "{\n \"total\": 100,\n \"count\": 10,\n \"api_keys\": [\n {\n \"id\": \"CLXgVnsBOGkf8IyjcXU7\",\n \"name\": \"app1-key-79\",\n \"creation\": 1629250154811,\n \"invalidated\": false,\n \"username\": \"org-admin-user\",\n \"realm\": \"native1\",\n \"metadata\": {\n \"environment\": \"production\"\n },\n \"role_descriptors\": { },\n \"_sort\": [\n \"2021-08-18T01:29:14.811Z\", \n \"app1-key-79\" \n ]\n },\n {\n \"id\": \"BrXgVnsBOGkf8IyjbXVB\",\n \"name\": \"app1-key-78\",\n \"creation\": 1629250153794,\n \"invalidated\": false,\n \"username\": \"org-admin-user\",\n \"realm\": \"native1\",\n \"metadata\": {\n \"environment\": \"production\"\n },\n \"role_descriptors\": { },\n \"_sort\": [\n \"2021-08-18T01:29:13.794Z\",\n \"app1-key-78\"\n ]\n }\n ]\n}" }, "QueryApiKeysResponseExample3": { "summary": "Query all API keys", "description": "A successful response from `GET /_security/_query/api_key`. It includes the role descriptors that are assigned to each API key when it was created or last updated. Note that an API key's effective permissions are an intersection of its assigned privileges and the point-in-time snapshot of the owner user's permissions. An empty role descriptors object means the API key inherits the owner user's permissions.\n", - "value": { - "api_keys": [ - { - "creation": 1628227480421, - "expiration": 1629091480421, - "id": "nkvrGXsB8w290t56q3Rg", - "invalidated": false, - "metadata": { - "letter": "a" - }, - "name": "my-api-key-1", - "realm": "reserved", - "realm_type": "reserved", - "role_descriptors": { - "role-a": { - "applications": [], - "cluster": [ - "monitor" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "index-a" - ], - "privileges": [ - "read" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - }, - "username": "elastic" - }, - { - "creation": 1628227498953, - "expiration": 1628313898953, - "id": "oEvrGXsB8w290t5683TI", - "invalidated": false, - "metadata": { - "letter": "b" - }, - "name": "my-api-key-2", - "realm": "reserved", - "role_descriptors": {}, - "username": "elastic" - } - ], - "count": 3, - "total": 3 - } + "value": "{\n \"total\": 3,\n \"count\": 3,\n \"api_keys\": [ \n {\n \"id\": \"nkvrGXsB8w290t56q3Rg\",\n \"name\": \"my-api-key-1\",\n \"creation\": 1628227480421,\n \"expiration\": 1629091480421,\n \"invalidated\": false,\n \"username\": \"elastic\",\n \"realm\": \"reserved\",\n \"realm_type\": \"reserved\",\n \"metadata\": {\n \"letter\": \"a\"\n },\n \"role_descriptors\": { \n \"role-a\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index-a\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n },\n {\n \"id\": \"oEvrGXsB8w290t5683TI\",\n \"name\": \"my-api-key-2\",\n \"creation\": 1628227498953,\n \"expiration\": 1628313898953,\n \"invalidated\": false,\n \"username\": \"elastic\",\n \"realm\": \"reserved\",\n \"metadata\": {\n \"letter\": \"b\"\n },\n \"role_descriptors\": { } \n }\n ]\n}" } } } @@ -111218,125 +103806,12 @@ "QueryRolesResponseExample1": { "summary": "Query roles by name", "description": "A successful response from `POST /_security/_query/role`. It returns a JSON structure that contains the information retrieved for one or more roles.\n", - "value": { - "count": 2, - "roles": [ - { - "_sort": [ - "my_admin_role" - ], - "applications": [], - "cluster": [ - "all" - ], - "description": "Grants full access to all management features within the cluster.", - "indices": [ - { - "allow_restricted_indices": false, - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ] - } - ], - "metadata": { - "version": 1 - }, - "name": "my_admin_role", - "run_as": [ - "other_user" - ], - "transient_metadata": { - "enabled": true - } - }, - { - "_sort": [ - "my_user_role" - ], - "applications": [], - "cluster": [], - "description": "Grants user access to some indicies.", - "indices": [ - { - "allow_restricted_indices": false, - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ] - } - ], - "metadata": { - "version": 1 - }, - "name": "my_user_role", - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - ], - "total": 2 - } + "value": "{\n \"total\": 2,\n \"count\": 2,\n \"roles\": [ \n {\n \"name\" : \"my_admin_role\",\n \"cluster\" : [\n \"all\"\n ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [\n \"other_user\"\n ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants full access to all management features within the cluster.\",\n \"_sort\" : [\n \"my_admin_role\"\n ]\n },\n {\n \"name\" : \"my_user_role\",\n \"cluster\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants user access to some indicies.\",\n \"_sort\" : [\n \"my_user_role\"\n ]\n }\n ]\n}" }, "QueryRolesResponseExample2": { "summary": "Query roles by description", "description": "A successful response from `POST /_security/_query/role`.\n", - "value": { - "count": 1, - "roles": [ - { - "applications": [], - "cluster": [], - "description": "Grants user access to some indicies.", - "indices": [ - { - "allow_restricted_indices": false, - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ] - } - ], - "metadata": { - "version": 1 - }, - "name": "my_user_role", - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - ], - "total": 2 - } + "value": "{\n \"total\": 2,\n \"count\": 1,\n \"roles\": [\n {\n \"name\" : \"my_user_role\",\n \"cluster\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants user access to some indicies.\"\n }\n ]\n}" } } } @@ -111375,102 +103850,17 @@ "SecurityQueryUserResponseExample1": { "summary": "Query users by role prefix", "description": "A successful response from `POST /_security/_query/user?with_profile_uid=true` that contains users that have roles that are prefixed with `other`. It also includes the user `profile_uid` in the response.\n", - "value": { - "count": 1, - "total": 1, - "users": [ - { - "email": "jacknich@example.com", - "enabled": true, - "full_name": "Jack Nicholson", - "metadata": { - "intelligence": 7 - }, - "profile_uid": "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0", - "roles": [ - "admin", - "other_role1" - ], - "username": "jacknich" - } - ] - } + "value": "{\n \"total\": 1,\n \"count\": 1,\n \"users\": [\n {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\",\n \"other_role1\"\n ],\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true,\n \"profile_uid\": \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\"\n }\n ]\n}" }, "SecurityQueryUserResponseExample2": { "summary": "Query users with multiple conditions", "description": "A successful response from `POST /_security/_query/user` that uses a `bool` query to issue complex logical conditions and uses `from`, `size`, and `sort` to help paginate the result. The sort value is `username`.\n", - "value": { - "count": 2, - "total": 5, - "users": [ - { - "_sort": [ - "ray" - ], - "email": "rayn@example.com", - "enabled": true, - "full_name": "Ray Nicholson", - "metadata": { - "intelligence": 7 - }, - "roles": [ - "other_role3" - ], - "username": "ray" - }, - { - "_sort": [ - "lorraine" - ], - "email": "lorraine@example.com", - "enabled": true, - "full_name": "Lorraine Nicholson", - "metadata": { - "intelligence": 7 - }, - "roles": [ - "other_role3" - ], - "username": "lorraine" - } - ] - } + "value": "{\n \"total\": 5,\n \"count\": 2,\n \"users\": [\n {\n \"username\": \"ray\",\n \"roles\": [\n \"other_role3\"\n ],\n \"full_name\": \"Ray Nicholson\",\n \"email\": \"rayn@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true,\n \"_sort\": [\n \"ray\" \n ]\n },\n {\n \"username\": \"lorraine\",\n \"roles\": [\n \"other_role3\"\n ],\n \"full_name\": \"Lorraine Nicholson\",\n \"email\": \"lorraine@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true,\n \"_sort\": [\n \"lorraine\"\n ]\n }\n ]\n}" }, "SecurityQueryUserResponseExample3": { "summary": "Query all users", "description": "A successful response from `GET /_security/_query/user`, which lists all users. It returns a JSON structure that contains the information retrieved from one or more users.\n", - "value": { - "count": 2, - "total": 2, - "users": [ - { - "email": "jacknich@example.com", - "enabled": true, - "full_name": "Jack Nicholson", - "metadata": { - "intelligence": 7 - }, - "roles": [ - "admin", - "other_role1" - ], - "username": "jacknich" - }, - { - "email": "sandrakn@example.com", - "enabled": true, - "full_name": "Sandra Knight", - "metadata": { - "intelligence": 7 - }, - "roles": [ - "admin", - "other_role1" - ], - "username": "sandrakn" - } - ] - } + "value": "{\n \"total\": 2,\n \"count\": 2,\n \"users\": [ \n {\n \"username\": \"jacknich\",\n \"roles\": [\n \"admin\",\n \"other_role1\"\n ],\n \"full_name\": \"Jack Nicholson\",\n \"email\": \"jacknich@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true\n },\n {\n \"username\": \"sandrakn\",\n \"roles\": [\n \"admin\",\n \"other_role1\"\n ],\n \"full_name\": \"Sandra Knight\",\n \"email\": \"sandrakn@example.com\",\n \"metadata\": {\n \"intelligence\": 7\n },\n \"enabled\": true\n }\n ]\n}" } } } @@ -111507,9 +103897,7 @@ "examples": { "SuggestUserProfilesResponseExample1": { "description": "A successful response from `GET /_security/saml/metadata/saml1`. It contains the SAML metadata that was generated for the SAML realm as an XML string.\n", - "value": { - "metadata": "" - } + "value": "{\n \"metadata\" : \"\"\n}" } } } @@ -111525,9 +103913,7 @@ "examples": { "UpdateUserProfileDataResponseExample1": { "description": "A successful response from `POST /_security/profile/u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0/_data`, which indicates that the request is acknowledged.\n", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -111554,29 +103940,7 @@ "examples": { "ShutdownGetNodeResponseExample1": { "description": "Get the status of shutdown preparations with `GET /_nodes/USpTGYaBSIKbgSUJR2Z9lg/shutdown`. The response shows information about the shutdown preparations, including the status of shard migration, task migration, and plugin cleanup\n", - "value": { - "nodes": [ - { - "allocation_delay": "10m", - "node_id": "USpTGYaBSIKbgSUJR2Z9lg", - "persistent_tasks": { - "status": "COMPLETE" - }, - "plugins": { - "status": "COMPLETE" - }, - "reason": "Demonstrating how the node shutdown API works", - "shard_migration": { - "explanation": "no shard relocation is necessary for a node restart", - "shard_migrations_remaining": 0, - "status": "COMPLETE" - }, - "shutdown_startedmillis": 1624406108685, - "status": "COMPLETE", - "type": "RESTART" - } - ] - } + "value": "{\n \"nodes\": [\n {\n \"node_id\": \"USpTGYaBSIKbgSUJR2Z9lg\",\n \"type\": \"RESTART\",\n \"reason\": \"Demonstrating how the node shutdown API works\",\n \"shutdown_startedmillis\": 1624406108685,\n \"allocation_delay\": \"10m\",\n \"status\": \"COMPLETE\",\n \"shard_migration\": {\n \"status\": \"COMPLETE\",\n \"shard_migrations_remaining\": 0,\n \"explanation\": \"no shard relocation is necessary for a node restart\"\n },\n \"persistent_tasks\": {\n \"status\": \"COMPLETE\"\n },\n \"plugins\": {\n \"status\": \"COMPLETE\"\n }\n }\n ]\n}" } } } @@ -111604,106 +103968,17 @@ "SimulateIngestResponseExample1": { "summary": "Use an existing pipeline definition", "description": "A successful response when the simulation uses pipeline definitions that are already in the system.", - "value": { - "docs": [ - { - "_id": 123, - "_index": "my-index", - "_source": { - "field1": "value1", - "field2": "value2", - "foo": "bar" - }, - "_version": -3, - "doc": null, - "executed_pipelines": [ - "my-pipeline", - "my-final-pipeline" - ] - }, - { - "_id": 456, - "_index": "my-index", - "_source": { - "field1": "value1", - "field2": "value2", - "foo": "rab" - }, - "_version": "-3,", - "doc": null, - "executed_pipelines": [ - "my-pipeline", - "my-final-pipeline" - ] - } - ] - } + "value": "{\n \"docs\": [\n {\n \"doc\": null,\n \"_id\": 123,\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"field1\": \"value1\",\n \"field2\": \"value2\",\n \"foo\": \"bar\"\n },\n \"executed_pipelines\": [\n \"my-pipeline\",\n \"my-final-pipeline\"\n ]\n },\n {\n \"doc\": null,\n \"_id\": 456,\n \"_index\": \"my-index\",\n \"_version\": \"-3,\",\n \"_source\": {\n \"field1\": \"value1\",\n \"field2\": \"value2\",\n \"foo\": \"rab\"\n },\n \"executed_pipelines\": [\n \"my-pipeline\",\n \"my-final-pipeline\"\n ]\n }\n ]\n}" }, "SimulateIngestResponseExample2": { "summary": "Use pipeline substitutions", "description": "A successful response when the simulation uses pipeline substitutions.", - "value": { - "docs": [ - { - "_id": 123, - "_index": "my-index", - "_source": { - "field2": "value2", - "foo": "BAR" - }, - "_version": -3, - "doc": null, - "executed_pipelines": [ - "my-pipeline", - "my-final-pipeline" - ] - }, - { - "_id": 456, - "_index": "my-index", - "_source": { - "field2": "value2", - "foo": "RAB" - }, - "_version": -3, - "doc": null, - "executed_pipelines": [ - "my-pipeline", - "my-final-pipeline" - ] - } - ] - } + "value": "{\n \"docs\": [\n {\n \"doc\": null,\n \"_id\": 123,\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"field2\": \"value2\",\n \"foo\": \"BAR\"\n },\n \"executed_pipelines\": [\n \"my-pipeline\",\n \"my-final-pipeline\"\n ]\n },\n {\n \"doc\": null,\n \"_id\": 456,\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"field2\": \"value2\",\n \"foo\": \"RAB\"\n },\n \"executed_pipelines\": [\n \"my-pipeline\",\n \"my-final-pipeline\"\n ]\n }\n ]\n}" }, "SimulateIngestResponseExample3": { "summary": "Use pipeline substitutions", "description": "A successful response when the simulation uses pipeline substitutions.", - "value": { - "docs": [ - { - "doc": { - "_id": "123", - "_index": "my-index", - "_source": { - "foo": "foo" - }, - "_version": -3, - "executed_pipelines": [] - } - }, - { - "doc": { - "_id": "456", - "_index": "my-index", - "_source": { - "bar": "rab" - }, - "_version": -3, - "executed_pipelines": [] - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"doc\": {\n \"_id\": \"123\",\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"foo\": \"foo\"\n },\n \"executed_pipelines\": []\n }\n },\n {\n \"doc\": {\n \"_id\": \"456\",\n \"_index\": \"my-index\",\n \"_version\": -3,\n \"_source\": {\n \"bar\": \"rab\"\n },\n \"executed_pipelines\": []\n }\n }\n ]\n}" } } } @@ -111722,40 +103997,7 @@ "examples": { "GetSnapshotLifecycleResponseExample1": { "description": "A successful response from `GET _slm/policy/daily-snapshots?human`.", - "value": { - "daily-snapshots": { - "modified_date": "2099-05-06T01:30:00.000Z", - "modified_date_millis": 4081757400000, - "next_execution": "2099-05-07T01:30:00.000Z", - "next_execution_millis": 4081843800000, - "policy": { - "config": { - "ignore_unavailable": false, - "include_global_state": false, - "indices": [ - "data-*", - "important" - ] - }, - "name": "", - "repository": "my_repository", - "retention": { - "expire_after": "30d", - "max_count": 50, - "min_count": 5 - }, - "schedule": "0 30 1 * * ?" - }, - "stats": { - "policy": "daily-snapshots", - "snapshot_deletion_failures": 0, - "snapshots_deleted": 0, - "snapshots_failed": 0, - "snapshots_taken": 0 - }, - "version": 1 - } - } + "value": "{\n \"daily-snapshots\": {\n \"version\": 1,\n \"modified_date\": \"2099-05-06T01:30:00.000Z\",\n \"modified_date_millis\": 4081757400000,\n \"policy\" : {\n \"schedule\": \"0 30 1 * * ?\",\n \"name\": \"\",\n \"repository\": \"my_repository\",\n \"config\": {\n \"indices\": [\"data-*\", \"important\"],\n \"ignore_unavailable\": false,\n \"include_global_state\": false\n },\n \"retention\": {\n \"expire_after\": \"30d\",\n \"min_count\": 5,\n \"max_count\": 50\n }\n },\n \"stats\": {\n \"policy\": \"daily-snapshots\",\n \"snapshots_taken\": 0,\n \"snapshots_failed\": 0,\n \"snapshots_deleted\": 0,\n \"snapshot_deletion_failures\": 0\n },\n \"next_execution\": \"2099-05-07T01:30:00.000Z\",\n \"next_execution_millis\": 4081843800000\n }\n}" } } } @@ -111809,15 +104051,7 @@ "examples": { "SnapshotGetRepositoryResponseExample1": { "description": "A successful response from `GET /_snapshot/my_repository`.", - "value": { - "my_repository": { - "settings": { - "location": "my_backup_location" - }, - "type": "fs", - "uuid": "0JLknrXbSUiVPuLakHjBrQ" - } - } + "value": "{\n \"my_repository\" : {\n \"type\" : \"fs\",\n \"uuid\" : \"0JLknrXbSUiVPuLakHjBrQ\",\n \"settings\" : {\n \"location\" : \"my_backup_location\"\n }\n }\n}" } } } @@ -111844,78 +104078,7 @@ "examples": { "SnapshotStatusResponseExample1": { "description": "A successful response from `GET _snapshot/my_repository/snapshot_2/_status`. The response contains detailed status information for `snapshot_2` in the `my_repository` repository.\n", - "value": { - "snapshots": [ - { - "include_global_state": false, - "indices": { - "index_1": { - "shards": { - "0": { - "stage": "DONE", - "stats": { - "incremental": { - "file_count": 3, - "size_in_bytes": 5969 - }, - "start_time_in_millis": 1594829326896, - "time_in_millis": 0, - "total": { - "file_count": 4, - "size_in_bytes": 6024 - } - } - } - }, - "shards_stats": { - "done": 1, - "failed": 0, - "finalizing": 0, - "initializing": 0, - "started": 0, - "total": 1 - }, - "stats": { - "incremental": { - "file_count": 3, - "size_in_bytes": 5969 - }, - "start_time_in_millis": 1594829326896, - "time_in_millis": 0, - "total": { - "file_count": 4, - "size_in_bytes": 6024 - } - } - } - }, - "repository": "my_repository", - "shards_stats": { - "done": 1, - "failed": 0, - "finalizing": 0, - "initializing": 0, - "started": 0, - "total": 1 - }, - "snapshot": "snapshot_2", - "state": "SUCCESS", - "stats": { - "incremental": { - "file_count": 3, - "size_in_bytes": 5969 - }, - "start_time_in_millis": 1594829326691, - "time_in_millis": 205, - "total": { - "file_count": 4, - "size_in_bytes": 6024 - } - }, - "uuid": "lNeQD1SvTQCqqJUMQSwmGg" - } - ] - } + "value": "{\n \"snapshots\" : [\n {\n \"snapshot\" : \"snapshot_2\",\n \"repository\" : \"my_repository\",\n \"uuid\" : \"lNeQD1SvTQCqqJUMQSwmGg\",\n \"state\" : \"SUCCESS\",\n \"include_global_state\" : false,\n \"shards_stats\" : {\n \"initializing\" : 0,\n \"started\" : 0,\n \"finalizing\" : 0,\n \"done\" : 1,\n \"failed\" : 0,\n \"total\" : 1\n },\n \"stats\" : {\n \"incremental\" : {\n \"file_count\" : 3,\n \"size_in_bytes\" : 5969\n },\n \"total\" : {\n \"file_count\" : 4,\n \"size_in_bytes\" : 6024\n },\n \"start_time_in_millis\" : 1594829326691,\n \"time_in_millis\" : 205\n },\n \"indices\" : {\n \"index_1\" : {\n \"shards_stats\" : {\n \"initializing\" : 0,\n \"started\" : 0,\n \"finalizing\" : 0,\n \"done\" : 1,\n \"failed\" : 0,\n \"total\" : 1\n },\n \"stats\" : {\n \"incremental\" : {\n \"file_count\" : 3,\n \"size_in_bytes\" : 5969\n },\n \"total\" : {\n \"file_count\" : 4,\n \"size_in_bytes\" : 6024\n },\n \"start_time_in_millis\" : 1594829326896,\n \"time_in_millis\" : 0\n },\n \"shards\" : {\n \"0\" : {\n \"stage\" : \"DONE\",\n \"stats\" : {\n \"incremental\" : {\n \"file_count\" : 3,\n \"size_in_bytes\" : 5969\n },\n \"total\" : {\n \"file_count\" : 4,\n \"size_in_bytes\" : 6024\n },\n \"start_time_in_millis\" : 1594829326896,\n \"time_in_millis\" : 0\n }\n }\n }\n }\n }\n }\n ]\n}" } } } @@ -112041,17 +104204,7 @@ "examples": { "TermsEnumResponseExample1": { "description": "A successful response from `POST stackoverflow/_terms_enum`.", - "value": { - "_shards": { - "failed": 0, - "successful": 1, - "total": 1 - }, - "complete": true, - "terms": [ - "kibana" - ] - } + "value": "{\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"failed\": 0\n },\n \"terms\": [\n \"kibana\"\n ],\n \"complete\" : true\n}" } } } @@ -112097,118 +104250,17 @@ "TermVectorsResponseExample1": { "summary": "Return stored term vectors", "description": "A successful response from `GET /my-index-000001/_termvectors/1`.", - "value": { - "_id": "1", - "_index": "my-index-000001", - "_version": 1, - "found": true, - "term_vectors": { - "text": { - "field_statistics": { - "doc_count": 2, - "sum_doc_freq": 4, - "sum_ttf": 6 - }, - "terms": { - "test": { - "doc_freq": 2, - "term_freq": 3, - "tokens": [ - { - "end_offset": 4, - "payload": "d29yZA==", - "position": 0, - "start_offset": 0 - }, - { - "end_offset": 9, - "payload": "d29yZA==", - "position": 1, - "start_offset": 5 - }, - { - "end_offset": 14, - "payload": "d29yZA==", - "position": 2, - "start_offset": 10 - } - ], - "ttf": 4 - } - } - } - }, - "took": 6 - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"found\": true,\n \"took\": 6,\n \"term_vectors\": {\n \"text\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 4,\n \"doc_count\": 2,\n \"sum_ttf\": 6\n },\n \"terms\": {\n \"test\": {\n \"doc_freq\": 2,\n \"ttf\": 4,\n \"term_freq\": 3,\n \"tokens\": [\n {\n \"position\": 0,\n \"start_offset\": 0,\n \"end_offset\": 4,\n \"payload\": \"d29yZA==\"\n },\n {\n \"position\": 1,\n \"start_offset\": 5,\n \"end_offset\": 9,\n \"payload\": \"d29yZA==\"\n },\n {\n \"position\": 2,\n \"start_offset\": 10,\n \"end_offset\": 14,\n \"payload\": \"d29yZA==\"\n }\n ]\n }\n }\n }\n }\n}" }, "TermVectorsResponseExample2": { "summary": "Per-field analyzer", "description": "A successful response from `GET /my-index-000001/_termvectors` with `per_field_analyzer` in the request body.", - "value": { - "_index": "my-index-000001", - "_version": 0, - "found": true, - "term_vectors": { - "fullname": { - "field_statistics": { - "doc_count": 4, - "sum_doc_freq": 2, - "sum_ttf": 4 - }, - "terms": { - "John Doe": { - "term_freq": 1, - "tokens": [ - { - "end_offset": 8, - "position": 0, - "start_offset": 0 - } - ] - } - } - } - }, - "took": 6 - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_version\": 0,\n \"found\": true,\n \"took\": 6,\n \"term_vectors\": {\n \"fullname\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 2,\n \"doc_count\": 4,\n \"sum_ttf\": 4\n },\n \"terms\": {\n \"John Doe\": {\n \"term_freq\": 1,\n \"tokens\": [\n {\n \"position\": 0,\n \"start_offset\": 0,\n \"end_offset\": 8\n }\n ]\n }\n }\n }\n }\n}" }, "TermVectorsResponseExample3": { "summary": "Terms filtering", "description": "A successful response from `GET /my-index-000001/_termvectors` with a `filter` in the request body.", - "value": { - "_index": "imdb", - "_version": 0, - "found": true, - "term_vectors": { - "plot": { - "field_statistics": { - "doc_count": 176214, - "sum_doc_freq": 3384269, - "sum_ttf": 3753460 - }, - "terms": { - "armored": { - "doc_freq": 27, - "score": 9.74725, - "term_freq": 1, - "ttf": 27 - }, - "industrialist": { - "doc_freq": 88, - "score": 8.590818, - "term_freq": 1, - "ttf": 88 - }, - "stark": { - "doc_freq": 44, - "score": 9.272792, - "term_freq": 1, - "ttf": 47 - } - } - } - } - } + "value": "{\n \"_index\": \"imdb\",\n \"_version\": 0,\n \"found\": true,\n \"term_vectors\": {\n \"plot\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 3384269,\n \"doc_count\": 176214,\n \"sum_ttf\": 3753460\n },\n \"terms\": {\n \"armored\": {\n \"doc_freq\": 27,\n \"ttf\": 27,\n \"term_freq\": 1,\n \"score\": 9.74725\n },\n \"industrialist\": {\n \"doc_freq\": 88,\n \"ttf\": 88,\n \"term_freq\": 1,\n \"score\": 8.590818\n },\n \"stark\": {\n \"doc_freq\": 44,\n \"ttf\": 47,\n \"term_freq\": 1,\n \"score\": 9.272792\n }\n }\n }\n }\n}" } } } @@ -112291,171 +104343,7 @@ "examples": { "FindMessageStructureResponseExample1": { "description": "A successful response from `POST _text_structure/find_message_structure`.", - "value": { - "charset": "UTF-8", - "ecs_compatibility": "disabled", - "field_stats": { - "loglevel": { - "cardinality": 1, - "count": 22, - "top_hits": [ - { - "count": 22, - "value": "INFO" - } - ] - }, - "message": { - "cardinality": 22, - "count": 22, - "top_hits": [ - { - "count": 1, - "value": "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]" - }, - { - "count": 1, - "value": "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]" - } - ] - }, - "timestamp": { - "cardinality": 14, - "count": 22, - "earliest": "2024-03-05T10:52:36,256", - "latest": "2024-03-05T10:52:49,199", - "top_hits": [ - { - "count": 6, - "value": "2024-03-05T10:52:41,044" - }, - { - "count": 3, - "value": "2024-03-05T10:52:41,043" - }, - { - "count": 2, - "value": "2024-03-05T10:52:41,059" - }, - { - "count": 1, - "value": "2024-03-05T10:52:36,256" - }, - { - "count": 1, - "value": "2024-03-05T10:52:41,038" - }, - { - "count": 1, - "value": "2024-03-05T10:52:41,042" - }, - { - "count": 1, - "value": "2024-03-05T10:52:43,291" - }, - { - "count": 1, - "value": "2024-03-05T10:52:46,098" - }, - { - "count": 1, - "value": "2024-03-05T10:52:47,227" - }, - { - "count": 1, - "value": "2024-03-05T10:52:47,259" - } - ] - } - }, - "format": "semi_structured_text", - "grok_pattern": "\\[%{TIMESTAMP_ISO8601:timestamp}\\]\\[%{LOGLEVEL:loglevel} \\]\\[.*", - "ingest_pipeline": { - "description": "Ingest pipeline created by text structure finder", - "processors": [ - { - "grok": { - "ecs_compatibility": "disabled", - "field": "message", - "patterns": [ - "\\[%{TIMESTAMP_ISO8601:timestamp}\\]\\[%{LOGLEVEL:loglevel} \\]\\[.*" - ] - } - }, - { - "date": { - "field": "timestamp", - "formats": [ - "ISO8601" - ], - "timezone": "{{ event.timezone }}" - } - }, - { - "remove": { - "field": "timestamp" - } - } - ] - }, - "java_timestamp_formats": [ - "ISO8601" - ], - "joda_timestamp_formats": [ - "ISO8601" - ], - "mappings": { - "properties": { - "@timestamp": { - "type": "date" - }, - "loglevel": { - "type": "keyword" - }, - "message": { - "type": "text" - } - } - }, - "multiline_start_pattern": "^\\[\\b\\d{4}-\\d{2}-\\d{2}[T ]\\d{2}:\\d{2}", - "need_client_timezone": true, - "num_lines_analyzed": 22, - "num_messages_analyzed": 22, - "sample_start": "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\n[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\n", - "timestamp_field": "timestamp" - } + "value": "{\n \"num_lines_analyzed\" : 22,\n \"num_messages_analyzed\" : 22,\n \"sample_start\" : \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\\n[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\\n\",\n \"charset\" : \"UTF-8\",\n \"format\" : \"semi_structured_text\",\n \"multiline_start_pattern\" : \"^\\\\[\\\\b\\\\d{4}-\\\\d{2}-\\\\d{2}[T ]\\\\d{2}:\\\\d{2}\",\n \"grok_pattern\" : \"\\\\[%{TIMESTAMP_ISO8601:timestamp}\\\\]\\\\[%{LOGLEVEL:loglevel} \\\\]\\\\[.*\",\n \"ecs_compatibility\" : \"disabled\",\n \"timestamp_field\" : \"timestamp\",\n \"joda_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"java_timestamp_formats\" : [\n \"ISO8601\"\n ],\n \"need_client_timezone\" : true,\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n },\n \"loglevel\" : {\n \"type\" : \"keyword\"\n },\n \"message\" : {\n \"type\" : \"text\"\n }\n }\n },\n \"ingest_pipeline\" : {\n \"description\" : \"Ingest pipeline created by text structure finder\",\n \"processors\" : [\n {\n \"grok\" : {\n \"field\" : \"message\",\n \"patterns\" : [\n \"\\\\[%{TIMESTAMP_ISO8601:timestamp}\\\\]\\\\[%{LOGLEVEL:loglevel} \\\\]\\\\[.*\"\n ],\n \"ecs_compatibility\" : \"disabled\"\n }\n },\n {\n \"date\" : {\n \"field\" : \"timestamp\",\n \"timezone\" : \"{{ event.timezone }}\",\n \"formats\" : [\n \"ISO8601\"\n ]\n }\n },\n {\n \"remove\" : {\n \"field\" : \"timestamp\"\n }\n }\n ]\n },\n \"field_stats\" : {\n \"loglevel\" : {\n \"count\" : 22,\n \"cardinality\" : 1,\n \"top_hits\" : [\n {\n \"value\" : \"INFO\",\n \"count\" : 22\n }\n ]\n },\n \"message\" : {\n \"count\" : 22,\n \"cardinality\" : 22,\n \"top_hits\" : [\n {\n \"value\" : \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]\",\n \"count\" : 1\n },\n {\n \"value\" : \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]\",\n \"count\" : 1\n }\n ]\n },\n \"timestamp\" : {\n \"count\" : 22,\n \"cardinality\" : 14,\n \"earliest\" : \"2024-03-05T10:52:36,256\",\n \"latest\" : \"2024-03-05T10:52:49,199\",\n \"top_hits\" : [\n {\n \"value\" : \"2024-03-05T10:52:41,044\",\n \"count\" : 6\n },\n {\n \"value\" : \"2024-03-05T10:52:41,043\",\n \"count\" : 3\n },\n {\n \"value\" : \"2024-03-05T10:52:41,059\",\n \"count\" : 2\n },\n {\n \"value\" : \"2024-03-05T10:52:36,256\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:41,038\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:41,042\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:43,291\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:46,098\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:47,227\",\n \"count\" : 1\n },\n {\n \"value\" : \"2024-03-05T10:52:47,259\",\n \"count\" : 1\n }\n ]\n }\n }\n}" } } } @@ -112482,32 +104370,7 @@ "examples": { "TestGrokPatternResponseExample1": { "description": "A successful response from `GET _text_structure/test_grok_pattern`.", - "value": { - "matches": [ - { - "fields": { - "first_name": [ - { - "length": 4, - "match": "John", - "offset": 6 - } - ], - "last_name": [ - { - "length": 3, - "match": "Doe", - "offset": 11 - } - ] - }, - "matched": true - }, - { - "matched": false - } - ] - } + "value": "{\n \"matches\": [\n {\n \"matched\": true,\n \"fields\": {\n \"first_name\": [\n {\n \"match\": \"John\",\n \"offset\": 6,\n \"length\": 4\n }\n ],\n \"last_name\": [\n {\n \"match\": \"Doe\",\n \"offset\": 11,\n \"length\": 3\n }\n ]\n }\n },\n {\n \"matched\": false\n }\n ]\n}" } } } @@ -112538,68 +104401,7 @@ "examples": { "GetTransformResponseExample1": { "description": "A successful response that contains configuration information for a transform.", - "value": { - "count": 1, - "transforms": [ - { - "authorization": { - "roles": [ - "superuser" - ] - }, - "create_time": 1656023416565, - "description": "Maximum priced ecommerce data by customer_id in Asia", - "dest": { - "index": "kibana_sample_data_ecommerce_transform1", - "pipeline": "add_timestamp_pipeline" - }, - "frequency": "5m", - "id": "ecommerce_transform1", - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id" - } - } - } - }, - "retention_policy": { - "time": { - "field": "order_date", - "max_age": "30d" - } - }, - "settings": {}, - "source": { - "index": [ - "kibana_sample_data_ecommerce" - ], - "query": { - "term": { - "geoip.continent_name": { - "value": "Asia" - } - } - } - }, - "sync": { - "time": { - "delay": "60s", - "field": "order_date" - } - }, - "version": "8.4.0" - } - ] - } + "value": "{\n \"count\": 1,\n \"transforms\": [\n {\n \"id\": \"ecommerce_transform1\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"version\": \"8.4.0\",\n \"create_time\": 1656023416565,\n \"source\": {\n \"index\": [\n \"kibana_sample_data_ecommerce\"\n ],\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\"\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"settings\": {},\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n }\n ]\n}" } } } @@ -112630,223 +104432,7 @@ "examples": { "PreviewTransformResponseExample1": { "description": "An abbreviated response from `POST _transform/_preview` that contains a preview a transform that uses the pivot method.", - "value": { - "generated_dest_index": { - "aliases": {}, - "mappings": { - "_meta": { - "_transform": { - "creation_date_in_millis": 1712948905889, - "transform": "transform-preview", - "version": { - "created": "10.0.0" - } - }, - "created_by": "transform" - }, - "properties": { - "customer_id": { - "type": "keyword" - }, - "max_price": { - "type": "half_float" - } - } - }, - "settings": { - "index": { - "auto_expand_replicas": "0-1", - "number_of_shards": "1" - } - } - }, - "preview": [ - { - "customer_id": "10", - "max_price": 171 - }, - { - "customer_id": "11", - "max_price": 233 - }, - { - "customer_id": "12", - "max_price": 200 - }, - { - "customer_id": "13", - "max_price": 301 - }, - { - "customer_id": "14", - "max_price": 176 - }, - { - "customer_id": "15", - "max_price": 2250 - }, - { - "customer_id": "16", - "max_price": 170 - }, - { - "customer_id": "17", - "max_price": 243 - }, - { - "customer_id": "18", - "max_price": 154 - }, - { - "customer_id": "19", - "max_price": 393 - }, - { - "customer_id": "20", - "max_price": 165 - }, - { - "customer_id": "21", - "max_price": 115 - }, - { - "customer_id": "22", - "max_price": 192 - }, - { - "customer_id": "23", - "max_price": 169 - }, - { - "customer_id": "24", - "max_price": 230 - }, - { - "customer_id": "25", - "max_price": 278 - }, - { - "customer_id": "26", - "max_price": 200 - }, - { - "customer_id": "27", - "max_price": 344 - }, - { - "customer_id": "28", - "max_price": 175 - }, - { - "customer_id": "29", - "max_price": 177 - }, - { - "customer_id": "30", - "max_price": 190 - }, - { - "customer_id": "31", - "max_price": 190 - }, - { - "customer_id": "32", - "max_price": 205 - }, - { - "customer_id": "33", - "max_price": 215 - }, - { - "customer_id": "34", - "max_price": 270 - }, - { - "customer_id": "36", - "max_price": 184 - }, - { - "customer_id": "37", - "max_price": 222 - }, - { - "customer_id": "38", - "max_price": 370 - }, - { - "customer_id": "39", - "max_price": 240 - }, - { - "customer_id": "4", - "max_price": 230 - }, - { - "customer_id": "41", - "max_price": 229 - }, - { - "customer_id": "42", - "max_price": 190 - }, - { - "customer_id": "43", - "max_price": 150 - }, - { - "customer_id": "44", - "max_price": 175 - }, - { - "customer_id": "45", - "max_price": 190 - }, - { - "customer_id": "46", - "max_price": 150 - }, - { - "customer_id": "48", - "max_price": 310 - }, - { - "customer_id": "49", - "max_price": 223 - }, - { - "customer_id": "5", - "max_price": 283 - }, - { - "customer_id": "50", - "max_price": 185 - }, - { - "customer_id": "51", - "max_price": 190 - }, - { - "customer_id": "52", - "max_price": 333 - }, - { - "customer_id": "6", - "max_price": 165 - }, - { - "customer_id": "7", - "max_price": 144 - }, - { - "customer_id": "8", - "max_price": 198 - }, - { - "customer_id": "9", - "max_price": 210 - } - ] - } + "value": "{\n \"preview\": [\n {\n \"max_price\": 171,\n \"customer_id\": \"10\"\n },\n {\n \"max_price\": 233,\n \"customer_id\": \"11\"\n },\n {\n \"max_price\": 200,\n \"customer_id\": \"12\"\n },\n {\n \"max_price\": 301,\n \"customer_id\": \"13\"\n },\n {\n \"max_price\": 176,\n \"customer_id\": \"14\"\n },\n {\n \"max_price\": 2250,\n \"customer_id\": \"15\"\n },\n {\n \"max_price\": 170,\n \"customer_id\": \"16\"\n },\n {\n \"max_price\": 243,\n \"customer_id\": \"17\"\n },\n {\n \"max_price\": 154,\n \"customer_id\": \"18\"\n },\n {\n \"max_price\": 393,\n \"customer_id\": \"19\"\n },\n {\n \"max_price\": 165,\n \"customer_id\": \"20\"\n },\n {\n \"max_price\": 115,\n \"customer_id\": \"21\"\n },\n {\n \"max_price\": 192,\n \"customer_id\": \"22\"\n },\n {\n \"max_price\": 169,\n \"customer_id\": \"23\"\n },\n {\n \"max_price\": 230,\n \"customer_id\": \"24\"\n },\n {\n \"max_price\": 278,\n \"customer_id\": \"25\"\n },\n {\n \"max_price\": 200,\n \"customer_id\": \"26\"\n },\n {\n \"max_price\": 344,\n \"customer_id\": \"27\"\n },\n {\n \"max_price\": 175,\n \"customer_id\": \"28\"\n },\n {\n \"max_price\": 177,\n \"customer_id\": \"29\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"30\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"31\"\n },\n {\n \"max_price\": 205,\n \"customer_id\": \"32\"\n },\n {\n \"max_price\": 215,\n \"customer_id\": \"33\"\n },\n {\n \"max_price\": 270,\n \"customer_id\": \"34\"\n },\n {\n \"max_price\": 184,\n \"customer_id\": \"36\"\n },\n {\n \"max_price\": 222,\n \"customer_id\": \"37\"\n },\n {\n \"max_price\": 370,\n \"customer_id\": \"38\"\n },\n {\n \"max_price\": 240,\n \"customer_id\": \"39\"\n },\n {\n \"max_price\": 230,\n \"customer_id\": \"4\"\n },\n {\n \"max_price\": 229,\n \"customer_id\": \"41\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"42\"\n },\n {\n \"max_price\": 150,\n \"customer_id\": \"43\"\n },\n {\n \"max_price\": 175,\n \"customer_id\": \"44\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"45\"\n },\n {\n \"max_price\": 150,\n \"customer_id\": \"46\"\n },\n {\n \"max_price\": 310,\n \"customer_id\": \"48\"\n },\n {\n \"max_price\": 223,\n \"customer_id\": \"49\"\n },\n {\n \"max_price\": 283,\n \"customer_id\": \"5\"\n },\n {\n \"max_price\": 185,\n \"customer_id\": \"50\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"51\"\n },\n {\n \"max_price\": 333,\n \"customer_id\": \"52\"\n },\n {\n \"max_price\": 165,\n \"customer_id\": \"6\"\n },\n {\n \"max_price\": 144,\n \"customer_id\": \"7\"\n },\n {\n \"max_price\": 198,\n \"customer_id\": \"8\"\n },\n {\n \"max_price\": 210,\n \"customer_id\": \"9\"\n }\n ],\n \"generated_dest_index\": {\n \"mappings\": {\n \"_meta\": {\n \"_transform\": {\n \"transform\": \"transform-preview\",\n \"version\": {\n \"created\": \"10.0.0\"\n },\n \"creation_date_in_millis\": 1712948905889\n },\n \"created_by\": \"transform\"\n },\n \"properties\": {\n \"max_price\": {\n \"type\": \"half_float\"\n },\n \"customer_id\": {\n \"type\": \"keyword\"\n }\n }\n },\n \"settings\": {\n \"index\": {\n \"number_of_shards\": \"1\",\n \"auto_expand_replicas\": \"0-1\"\n }\n },\n \"aliases\": {}\n }\n}" } } } @@ -112870,34 +104456,7 @@ "examples": { "WatcherAckWatchResponseExample1": { "description": "A successful response from `POST _watcher/watch/my_watch/_ack`.", - "value": { - "status": { - "actions": { - "test_index": { - "ack": { - "state": "acked", - "timestamp": "2015-05-26T18:04:27.713Z" - }, - "last_execution": { - "successful": true, - "timestamp": "2015-05-25T18:04:27.733Z" - }, - "last_successful_execution": { - "successful": true, - "timestamp": "2015-05-25T18:04:27.773Z" - } - } - }, - "execution_state": "executed", - "last_checked": "2015-05-26T18:04:27.753Z", - "last_met_condition": "2015-05-26T18:04:27.763Z", - "state": { - "active": true, - "timestamp": "2015-05-26T18:04:27.723Z" - }, - "version": 2 - } - } + "value": "{\n \"status\": {\n \"state\": {\n \"active\": true,\n \"timestamp\": \"2015-05-26T18:04:27.723Z\"\n },\n \"last_checked\": \"2015-05-26T18:04:27.753Z\",\n \"last_met_condition\": \"2015-05-26T18:04:27.763Z\",\n \"actions\": {\n \"test_index\": {\n \"ack\" : {\n \"timestamp\": \"2015-05-26T18:04:27.713Z\",\n \"state\": \"acked\"\n },\n \"last_execution\" : {\n \"timestamp\": \"2015-05-25T18:04:27.733Z\",\n \"successful\": true\n },\n \"last_successful_execution\" : {\n \"timestamp\": \"2015-05-25T18:04:27.773Z\",\n \"successful\": true\n }\n }\n },\n \"execution_state\": \"executed\",\n \"version\": 2\n }\n}" } } } @@ -112961,94 +104520,7 @@ "examples": { "WatcherExecuteWatchResponseExample1": { "description": "A successful response from `POST _watcher/watch/my_watch/_execute`.\n", - "value": { - "_id": "my_watch_0-2015-06-02T23:17:55.124Z", - "watch_record": { - "@timestamp": "2015-06-02T23:17:55.124Z", - "condition": { - "always": {} - }, - "input": { - "simple": { - "payload": { - "send": "yes" - } - } - }, - "messages": [], - "node": "my_node", - "result": { - "actions": [ - { - "id": "test_index", - "index": { - "response": { - "created": true, - "id": "AVSHKzPa9zx62AzUzFXY", - "index": "test", - "result": "created", - "version": 1 - } - }, - "status": "success", - "type": "index" - } - ], - "condition": { - "met": true, - "status": "success", - "type": "always" - }, - "execution_duration": 12608, - "execution_time": "2015-06-02T23:17:55.124Z", - "input": { - "payload": { - "foo": "bar" - }, - "status": "success", - "type": "simple" - } - }, - "state": "executed", - "status": { - "actions": { - "test_index": { - "ack": { - "state": "ackable", - "timestamp": "2015-06-02T23:17:55.124Z" - }, - "last_execution": { - "successful": true, - "timestamp": "2015-06-02T23:17:55.124Z" - }, - "last_successful_execution": { - "successful": true, - "timestamp": "2015-06-02T23:17:55.124Z" - } - } - }, - "execution_state": "executed", - "last_checked": "2015-06-02T23:17:55.124Z", - "last_met_condition": "2015-06-02T23:17:55.124Z", - "state": { - "active": true, - "timestamp": "2015-06-02T23:17:55.111Z" - }, - "version": 1 - }, - "trigger_event": { - "manual": { - "schedule": { - "scheduled_time": "2015-06-02T23:17:55.124Z" - } - }, - "triggered_time": "2015-06-02T23:17:55.124Z", - "type": "manual" - }, - "user": "test_admin", - "watch_id": "my_watch" - } - } + "value": "{\n \"_id\": \"my_watch_0-2015-06-02T23:17:55.124Z\", \n \"watch_record\": { \n \"@timestamp\": \"2015-06-02T23:17:55.124Z\",\n \"watch_id\": \"my_watch\",\n \"node\": \"my_node\",\n \"messages\": [],\n \"trigger_event\": {\n \"type\": \"manual\",\n \"triggered_time\": \"2015-06-02T23:17:55.124Z\",\n \"manual\": {\n \"schedule\": {\n \"scheduled_time\": \"2015-06-02T23:17:55.124Z\"\n }\n }\n },\n \"state\": \"executed\",\n \"status\": {\n \"version\": 1,\n \"execution_state\": \"executed\",\n \"state\": {\n \"active\": true,\n \"timestamp\": \"2015-06-02T23:17:55.111Z\"\n },\n \"last_checked\": \"2015-06-02T23:17:55.124Z\",\n \"last_met_condition\": \"2015-06-02T23:17:55.124Z\",\n \"actions\": {\n \"test_index\": {\n \"ack\": {\n \"timestamp\": \"2015-06-02T23:17:55.124Z\",\n \"state\": \"ackable\"\n },\n \"last_execution\": {\n \"timestamp\": \"2015-06-02T23:17:55.124Z\",\n \"successful\": true\n },\n \"last_successful_execution\": {\n \"timestamp\": \"2015-06-02T23:17:55.124Z\",\n \"successful\": true\n }\n }\n }\n },\n \"input\": {\n \"simple\": {\n \"payload\": {\n \"send\": \"yes\"\n }\n }\n },\n \"condition\": {\n \"always\": {}\n },\n \"result\": { \n \"execution_time\": \"2015-06-02T23:17:55.124Z\",\n \"execution_duration\": 12608,\n \"input\": {\n \"type\": \"simple\",\n \"payload\": {\n \"foo\": \"bar\"\n },\n \"status\": \"success\"\n },\n \"condition\": {\n \"type\": \"always\",\n \"met\": true,\n \"status\": \"success\"\n },\n \"actions\": [\n {\n \"id\": \"test_index\",\n \"index\": {\n \"response\": {\n \"index\": \"test\",\n \"version\": 1,\n \"created\": true,\n \"result\": \"created\",\n \"id\": \"AVSHKzPa9zx62AzUzFXY\"\n }\n },\n \"status\": \"success\",\n \"type\": \"index\"\n }\n ]\n },\n \"user\": \"test_admin\" \n }\n}" } } } @@ -113115,60 +104587,7 @@ "examples": { "WatcherQueryWatchesResponseExample1": { "description": "A successful response from `GET /_watcher/_query/watches`.", - "value": { - "count": 1, - "watches": [ - { - "_id": "my_watch", - "_primary_term": 1, - "_seq_no": 0, - "status": { - "actions": { - "test_index": { - "ack": { - "state": "awaits_successful_execution", - "timestamp": "2015-05-26T18:21:08.630Z" - } - } - }, - "state": { - "active": true, - "timestamp": "2015-05-26T18:21:08.630Z" - }, - "version": -1 - }, - "watch": { - "actions": { - "test_index": { - "index": { - "index": "test" - } - } - }, - "condition": { - "always": {} - }, - "input": { - "simple": { - "payload": { - "send": "yes" - } - } - }, - "trigger": { - "schedule": { - "hourly": { - "minute": [ - 0, - 5 - ] - } - } - } - } - } - ] - } + "value": "{\n \"count\": 1,\n \"watches\": [\n {\n \"_id\": \"my_watch\",\n \"watch\": {\n \"trigger\": {\n \"schedule\": {\n \"hourly\": {\n \"minute\": [\n 0,\n 5\n ]\n }\n }\n },\n \"input\": {\n \"simple\": {\n \"payload\": {\n \"send\": \"yes\"\n }\n }\n },\n \"condition\": {\n \"always\": {}\n },\n \"actions\": {\n \"test_index\": {\n \"index\": {\n \"index\": \"test\"\n }\n }\n }\n },\n \"status\": {\n \"state\": {\n \"active\": true,\n \"timestamp\": \"2015-05-26T18:21:08.630Z\"\n },\n \"actions\": {\n \"test_index\": {\n \"ack\": {\n \"timestamp\": \"2015-05-26T18:21:08.630Z\",\n \"state\": \"awaits_successful_execution\"\n }\n }\n },\n \"version\": -1\n },\n \"_seq_no\": 0,\n \"_primary_term\": 1\n }\n ]\n}" } } } @@ -113208,55 +104627,17 @@ "WatcherStatsResponseExample1": { "summary": "Basic metrics", "description": "A successful response from `GET _watcher/stats`.", - "value": { - "execution_thread_pool": { - "max_size": 1, - "size": 1000 - }, - "watch_count": 1, - "watcher_state": "started" - } + "value": "{\n \"watcher_state\": \"started\", \n \"watch_count\": 1, \n \"execution_thread_pool\": {\n \"size\": 1000, \n \"max_size\": 1 \n }\n}" }, "WatcherStatsResponseExample2": { "summary": "Current watch metrics", "description": "A successful response from `GET _watcher/stats?metric=current_watches`.", - "value": { - "current_watches": [ - { - "execution_phase": "condition", - "execution_time": "2015-05-13T07:42:32.179Z", - "triggered_time": "2015-05-12T11:53:51.800Z", - "watch_id": "slow_condition", - "watch_record_id": "slow_condition_3-2015-05-13T07:42:32.179Z" - } - ], - "execution_thread_pool": { - "max_size": 20, - "queue_size": 1000 - }, - "watch_count": 2, - "watcher_state": "started" - } + "value": "{\n \"watcher_state\": \"started\",\n \"watch_count\": 2,\n \"execution_thread_pool\": {\n \"queue_size\": 1000,\n \"max_size\": 20\n },\n \"current_watches\": [ \n {\n \"watch_id\": \"slow_condition\", \n \"watch_record_id\": \"slow_condition_3-2015-05-13T07:42:32.179Z\", \n \"triggered_time\": \"2015-05-12T11:53:51.800Z\", \n \"execution_time\": \"2015-05-13T07:42:32.179Z\", \n \"execution_phase\": \"condition\" \n }\n ]\n}" }, "WatcherStatsResponseExample3": { "summary": "Queued watch metrics", "description": "An abbreviated response from `GET _watcher/stats/queued_watches`.", - "value": { - "execution_thread_pool": { - "max_size": 20, - "queue_size": 1000 - }, - "queued_watches": [ - { - "execution_time": "2015-05-21T11:59:59.811Z", - "triggered_time": "2015-05-21T11:59:59.811Z", - "watch_id": "slow_condition4", - "watch_record_id": "slow_condition4_223-2015-05-21T11:59:59.811Z" - } - ], - "watch_count": 10, - "watcher_state": "started" - } + "value": "{\n \"watcher_state\": \"started\",\n \"watch_count\": 10,\n \"execution_thread_pool\": {\n \"queue_size\": 1000,\n \"max_size\": 20\n },\n \"queued_watches\": [ \n {\n \"watch_id\": \"slow_condition4\", \n \"watch_record_id\": \"slow_condition4_223-2015-05-21T11:59:59.811Z\", \n \"triggered_time\": \"2015-05-21T11:59:59.811Z\", \n \"execution_time\": \"2015-05-21T11:59:59.811Z\" \n }\n ]\n}" } } } @@ -123393,23 +114774,7 @@ "examples": { "AsyncSearchSubmitRequestExample1": { "description": "Perform a search request asynchronously with `POST /sales*/_async_search?size=0`. It accepts the same parameters and request body as the search API.\n", - "value": { - "aggs": { - "sale_date": { - "date_histogram": { - "calendar_interval": "1d", - "field": "date" - } - } - }, - "sort": [ - { - "date": { - "order": "asc" - } - } - ] - } + "value": "{\n \"sort\": [\n { \"date\": { \"order\": \"asc\" } }\n ],\n \"aggs\": {\n \"sale_date\": {\n \"date_histogram\": {\n \"field\": \"date\",\n \"calendar_interval\": \"1d\"\n }\n }\n }\n}" } } } @@ -123474,9 +114839,7 @@ "examples": { "ClearScrollRequestExample1": { "description": "Run `DELETE /_search/scroll` to clear the search context and results for a scrolling search.", - "value": { - "scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==" - } + "value": "{\n \"scroll_id\": \"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==\"\n}" } } } @@ -123508,12 +114871,7 @@ "examples": { "ClusterAllocationExplainRequestExample1": { "description": "Run `GET _cluster/allocation/explain` to get an explanation for a shard's current allocation.", - "value": { - "current_node": "my-node", - "index": "my-index-000001", - "primary": false, - "shard": 0 - } + "value": "{\n \"index\": \"my-index-000001\",\n \"shard\": 0,\n \"primary\": false,\n \"current_node\": \"my-node\"\n}" } } } @@ -123546,48 +114904,12 @@ "examples": { "ClusterPutComponentTemplateRequestExample1": { "summary": "Create a template", - "value": { - "mappings": { - "_source": { - "enabled": false - }, - "properties": { - "created_at": { - "format": "EEE MMM dd HH:mm:ss Z yyyy", - "type": "date" - }, - "host_name": { - "type": "keyword" - } - } - }, - "settings": { - "number_of_shards": 1 - }, - "template": null - } + "value": "{\n \"template\": null,\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"_source\": {\n \"enabled\": false\n },\n \"properties\": {\n \"host_name\": {\n \"type\": \"keyword\"\n },\n \"created_at\": {\n \"type\": \"date\",\n \"format\": \"EEE MMM dd HH:mm:ss Z yyyy\"\n }\n }\n }\n}" }, "ClusterPutComponentTemplateRequestExample2": { "summary": "Create a template with aliases", "description": "You can include index aliases in a component template. During index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": { - "aliases": { - "alias1": {}, - "alias2": { - "filter": { - "term": { - "user.id": "kimchy" - } - }, - "routing": "shard-1" - }, - "{index}-alias": {} - }, - "settings": { - "number_of_shards": 1 - }, - "template": null - } + "value": "{\n \"template\": null,\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n}" } } } @@ -123622,20 +114944,10 @@ }, "examples": { "ConnectorPutRequestExample1": { - "value": { - "index_name": "search-google-drive", - "name": "My Connector", - "service_type": "google_drive" - } + "value": "{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\",\n \"service_type\": \"google_drive\"\n}" }, "ConnectorPutRequestExample2": { - "value": { - "description": "My Connector to sync data to Elastic index from Google Drive", - "index_name": "search-google-drive", - "language": "english", - "name": "My Connector", - "service_type": "google_drive" - } + "value": "{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\",\n \"description\": \"My Connector to sync data to Elastic index from Google Drive\",\n \"service_type\": \"google_drive\",\n \"language\": \"english\"\n}" } } } @@ -123655,13 +114967,7 @@ "examples": { "CountRequestExample1": { "description": "Run `GET /my-index-000001/_count?q=user:kimchy`. Alternatively, run `GET /my-index-000001/_count` with the same query in the request body. Both requests count the number of documents in `my-index-000001` with a `user.id` of `kimchy`.\n", - "value": { - "query": { - "term": { - "user.id": "kimchy" - } - } - } + "value": "{\n \"query\" : {\n \"term\" : { \"user.id\" : \"kimchy\" }\n }\n}" } } } @@ -123676,13 +114982,7 @@ "examples": { "CreateRequestExample1": { "description": "Run `PUT my-index-000001/_create/1` to index a document into the `my-index-000001` index if no document with that ID exists.\n", - "value": { - "@timestamp": "2099-11-15T13:12:00", - "message": "GET /search HTTP/1.1 200 1070000", - "user": { - "id": "kimchy" - } - } + "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" } } } @@ -123807,13 +115107,7 @@ "examples": { "ExplainRequestExample1": { "description": "Run `GET /my-index-000001/_explain/0` with the request body. Alternatively, run `GET /my-index-000001/_explain/0?q=message:elasticsearch`\n", - "value": { - "query": { - "match": { - "message": "elasticsearch" - } - } - } + "value": "{\n \"query\" : {\n \"match\" : { \"message\" : \"elasticsearch\" }\n }\n}" } } } @@ -123839,15 +115133,7 @@ "examples": { "FieldCapabilitiesRequestExample1": { "description": "Run `POST my-index-*/_field_caps?fields=rating` to get field capabilities and filter indices with a query. Indices that rewrite the provided filter to `match_none` on every shard will be filtered from the response.\n", - "value": { - "index_filter": { - "range": { - "@timestamp": { - "gte": "2018" - } - } - } - } + "value": "{\n \"index_filter\": {\n \"range\": {\n \"@timestamp\": {\n \"gte\": \"2018\"\n }\n }\n }\n}" } } } @@ -124048,25 +115334,7 @@ "examples": { "GraphExploreRequestExample1": { "description": "Run `POST clicklogs/_graph/explore` for a basic exploration An initial graph explore query typically begins with a query to identify strongly related terms. Seed the exploration with a query. This example is searching `clicklogs` for people who searched for the term `midi`.Identify the vertices to include in the graph. This example is looking for product codes that are significantly associated with searches for `midi`. Find the connections. This example is looking for other search terms that led people to click on the products that are associated with searches for `midi`.\n", - "value": { - "connections": { - "vertices": [ - { - "field": "query.raw" - } - ] - }, - "query": { - "match": { - "query.raw": "midi" - } - }, - "vertices": [ - { - "field": "product" - } - ] - } + "value": "{\n \"query\": {\n \"match\": {\n \"query.raw\": \"midi\"\n }\n },\n \"vertices\": [\n {\n \"field\": \"product\"\n }\n ],\n \"connections\": {\n \"vertices\": [\n {\n \"field\": \"query.raw\"\n }\n ]\n }\n}" } } } @@ -124082,24 +115350,12 @@ "IndexRequestExample1": { "summary": "Automate document IDs", "description": "Run `POST my-index-000001/_doc/` to index a document. When you use the `POST //_doc/` request format, the `op_type` is automatically set to `create` and the index operation generates a unique ID for the document.\n", - "value": { - "@timestamp": "2099-11-15T13:12:00", - "message": "GET /search HTTP/1.1 200 1070000", - "user": { - "id": "kimchy" - } - } + "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" }, "IndexRequestExample2": { "summary": "Define document IDs", "description": "Run `PUT my-index-000001/_doc/1` to insert a JSON document into the `my-index-000001` index with an `_id` of 1.\n", - "value": { - "@timestamp": "2099-11-15T13:12:00", - "message": "GET /search HTTP/1.1 200 1070000", - "user": { - "id": "kimchy" - } - } + "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" } } } @@ -124160,85 +115416,37 @@ "indicesAnalyzeRequestExample1": { "summary": "No index specified", "description": "You can apply any of the built-in analyzers to the text string without specifying an index.", - "value": { - "analyzer": "standard", - "text": "this is a test" - } + "value": "{\n \"analyzer\": \"standard\",\n \"text\": \"this is a test\"\n}" }, "indicesAnalyzeRequestExample2": { "summary": "An array of text strings", "description": "If the text parameter is provided as array of strings, it is analyzed as a multi-value field.", - "value": { - "analyzer": "standard", - "text": [ - "this is a test", - "the second text" - ] - } + "value": "{\n \"analyzer\": \"standard\",\n \"text\": [\n \"this is a test\",\n \"the second text\"\n ]\n}" }, "indicesAnalyzeRequestExample3": { "summary": "Custom analyzer example 1", "description": "You can test a custom transient analyzer built from tokenizers, token filters, and char filters. Token filters use the filter parameter.", - "value": { - "char_filter": [ - "html_strip" - ], - "filter": [ - "lowercase" - ], - "text": "this is a test", - "tokenizer": "keyword" - } + "value": "{\n \"tokenizer\": \"keyword\",\n \"filter\": [\n \"lowercase\"\n ],\n \"char_filter\": [\n \"html_strip\"\n ],\n \"text\": \"this is a test\"\n}" }, "indicesAnalyzeRequestExample4": { "summary": "Custom analyzer example 2", "description": "Custom tokenizers, token filters, and character filters can be specified in the request body.", - "value": { - "filter": [ - "lowercase", - { - "stopwords": [ - "a", - "is", - "this" - ], - "type": "stop" - } - ], - "text": "this is a test", - "tokenizer": "whitespace" - } + "value": "{\n \"tokenizer\": \"whitespace\",\n \"filter\": [\n \"lowercase\",\n {\n \"type\": \"stop\",\n \"stopwords\": [\n \"a\",\n \"is\",\n \"this\"\n ]\n }\n ],\n \"text\": \"this is a test\"\n}" }, "indicesAnalyzeRequestExample5": { "summary": "Derive analyzer from field mapping", "description": "Run `GET /analyze_sample/_analyze` to run an analysis on the text using the default index analyzer associated with the `analyze_sample` index. Alternatively, the analyzer can be derived based on a field mapping.", - "value": { - "field": "obj1.field1", - "text": "this is a test" - } + "value": "{\n \"field\": \"obj1.field1\",\n \"text\": \"this is a test\"\n}" }, "indicesAnalyzeRequestExample6": { "summary": "Normalizer", "description": "Run `GET /analyze_sample/_analyze` and supply a normalizer for a keyword field if there is a normalizer associated with the specified index.", - "value": { - "normalizer": "my_normalizer", - "text": "BaR" - } + "value": "{\n \"normalizer\": \"my_normalizer\",\n \"text\": \"BaR\"\n}" }, "indicesAnalyzeRequestExample7": { "summary": "Explain analysis", "description": "If you want to get more advanced details, set `explain` to `true`. It will output all token attributes for each token. You can filter token attributes you want to output by setting the `attributes` option. NOTE: The format of the additional detail information is labelled as experimental in Lucene and it may change in the future.\n", - "value": { - "attributes": [ - "keyword" - ], - "explain": true, - "filter": [ - "snowball" - ], - "text": "detailed output", - "tokenizer": "standard" - } + "value": "{\n \"tokenizer\": \"standard\",\n \"filter\": [\n \"snowball\"\n ],\n \"text\": \"detailed output\",\n \"explain\": true,\n \"attributes\": [\n \"keyword\"\n ]\n}" } } } @@ -124270,14 +115478,7 @@ "indicesCloneRequestExample1": { "summary": "Clone an existing index.", "description": "Clone `my_source_index` into a new index called `my_target_index` with `POST /my_source_index/_clone/my_target_index`. The API accepts `settings` and `aliases` parameters for the target index.\n", - "value": { - "aliases": { - "my_search_indices": {} - }, - "settings": { - "index.number_of_shards": 5 - } - } + "value": "{\n \"settings\": {\n \"index.number_of_shards\": 5\n },\n \"aliases\": {\n \"my_search_indices\": {}\n }\n}" } } } @@ -124319,16 +115520,7 @@ }, "examples": { "indicesPutAliasRequestExample1": { - "value": { - "actions": [ - { - "add": { - "alias": "my-alias", - "index": "my-data-stream" - } - } - ] - } + "value": "{\n \"actions\": [\n {\n \"add\": {\n \"index\": \"my-data-stream\",\n \"alias\": \"my-alias\"\n }\n }\n ]\n}" } } } @@ -124386,43 +115578,12 @@ "examples": { "IndicesPutIndexTemplateRequestExample1": { "summary": "Create a template", - "value": { - "index_patterns": [ - "template*" - ], - "priority": 1, - "template": { - "settings": { - "number_of_shards": 2 - } - } - } + "value": "{\n \"index_patterns\" : [\"template*\"],\n \"priority\" : 1,\n \"template\": {\n \"settings\" : {\n \"number_of_shards\" : 2\n }\n }\n}" }, "IndicesPutIndexTemplateRequestExample2": { "summary": "Create a template with aliases", "description": "You can include index aliases in an index template.\nDuring index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": { - "index_patterns": [ - "template*" - ], - "template": { - "aliases": { - "alias1": {}, - "alias2": { - "filter": { - "term": { - "user.id": "kimchy" - } - }, - "routing": "shard-1" - }, - "{index}-alias": {} - }, - "settings": { - "number_of_shards": 1 - } - } - } + "value": "{\n \"index_patterns\": [\n \"template*\"\n ],\n \"template\": {\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n }\n}" } } } @@ -124493,17 +115654,7 @@ "indicesPutMappingRequestExample1": { "summary": "Update multiple targets", "description": "The update mapping API can be applied to multiple data streams or indices with a single request. For example, run `PUT /my-index-000001,my-index-000002/_mapping` to update mappings for the `my-index-000001` and `my-index-000002` indices at the same time.\n", - "value": { - "properties": { - "user": { - "properties": { - "name": { - "type": "keyword" - } - } - } - } - } + "value": "{\n \"properties\": {\n \"user\": {\n \"properties\": {\n \"name\": {\n \"type\": \"keyword\"\n }\n }\n }\n }\n}" } } } @@ -124519,20 +115670,12 @@ "examples": { "IndicesPutSettingsRequestExample1": { "summary": "Change a dynamic index setting", - "value": { - "index": { - "number_of_replicas": 2 - } - } + "value": "{\n \"index\" : {\n \"number_of_replicas\" : 2\n }\n}" }, "indicesPutSettingsRequestExample2": { "summary": "Reset an index setting", "description": "To revert a setting to the default value, use `null`.", - "value": { - "index": { - "refresh_interval": null - } - } + "value": "{\n \"index\" : {\n \"refresh_interval\" : null\n }\n}" }, "indicesPutSettingsRequestExample3": { "summary": "Update index analysis", @@ -124589,53 +115732,12 @@ "examples": { "indicesPutTemplateRequestExample1": { "summary": "Create an index template", - "value": { - "index_patterns": [ - "te*", - "bar*" - ], - "mappings": { - "_source": { - "enabled": false - } - }, - "properties": { - "created_at": { - "format": "EEE MMM dd HH:mm:ss Z yyyy", - "type": "date" - }, - "host_name": { - "type": "keyword" - } - }, - "settings": { - "number_of_shards": 1 - } - } + "value": "{\n \"index_patterns\": [\n \"te*\",\n \"bar*\"\n ],\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"_source\": {\n \"enabled\": false\n }\n },\n \"properties\": {\n \"host_name\": {\n \"type\": \"keyword\"\n },\n \"created_at\": {\n \"type\": \"date\",\n \"format\": \"EEE MMM dd HH:mm:ss Z yyyy\"\n }\n }\n}" }, "indicesPutTemplateRequestExample2": { "summary": "Create an index template with aliases", "description": "You can include index aliases in an index template. During index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": { - "aliases": { - "alias1": {}, - "alias2": { - "filter": { - "term": { - "user.id": "kimchy" - } - }, - "routing": "shard-1" - }, - "{index}-alias": {} - }, - "index_patterns": [ - "te*" - ], - "settings": { - "number_of_shards": 1 - } - } + "value": "{\n \"index_patterns\": [\n \"te*\"\n ],\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n}" } } } @@ -124673,14 +115775,7 @@ "examples": { "indicesRolloverRequestExample1": { "summary": "Create a new index for a data stream.", - "value": { - "conditions": { - "max_age": "7d", - "max_docs": 1000, - "max_primary_shard_docs": "2000", - "max_primary_shard_size": "50gb" - } - } + "value": "{\n \"conditions\": {\n \"max_age\": \"7d\",\n \"max_docs\": 1000,\n \"max_primary_shard_size\": \"50gb\",\n \"max_primary_shard_docs\": \"2000\"\n }\n}" } } } @@ -124711,12 +115806,7 @@ "examples": { "indicesShrinkRequestExample1": { "summary": "Shrink an existing index into a new index with fewer primary shards.", - "value": { - "settings": { - "index.blocks.write": null, - "index.routing.allocation.require._name": null - } - } + "value": "{\n \"settings\": {\n \"index.routing.allocation.require._name\": null,\n \"index.blocks.write\": null\n }\n}" } } } @@ -124774,20 +115864,7 @@ "examples": { "indicesSimulateTemplateRequestExample1": { "description": "To see what settings will be applied by a template before you add it to the cluster, you can pass a template configuration in the request body. The specified template is used for the simulation if it has a higher priority than existing templates.\n", - "value": { - "composed_of": [ - "ct2" - ], - "index_patterns": [ - "my-index-*" - ], - "priority": 10, - "template": { - "settings": { - "index.number_of_replicas": 1 - } - } - } + "value": "{\n \"index_patterns\": [\"my-index-*\"],\n \"composed_of\": [\"ct2\"],\n \"priority\": 10,\n \"template\": {\n \"settings\": {\n \"index.number_of_replicas\": 1\n }\n }\n}" } } } @@ -124818,11 +115895,7 @@ "examples": { "indicesSplitRequestExample1": { "description": "Split an existing index into a new index with more primary shards.", - "value": { - "settings": { - "index.number_of_shards": 2 - } - } + "value": "{\n \"settings\": {\n \"index.number_of_shards\": 2\n }\n}" } } } @@ -124887,35 +115960,7 @@ "SimulatePipelineRequestExample1": { "summary": "Run an ingest pipeline against a set of provided documents.", "description": "You can specify the used pipeline either in the request body or as a path parameter.", - "value": { - "docs": [ - { - "_id": "id", - "_index": "index", - "_source": { - "foo": "bar" - } - }, - { - "_id": "id", - "_index": "index", - "_source": { - "foo": "rab" - } - } - ], - "pipeline": { - "description": "_description", - "processors": [ - { - "set": { - "field": "field2", - "value": "_value" - } - } - ] - } - } + "value": "{\n \"pipeline\" :\n {\n \"description\": \"_description\",\n \"processors\": [\n {\n \"set\" : {\n \"field\" : \"field2\",\n \"value\" : \"_value\"\n }\n }\n ]\n },\n \"docs\": [\n {\n \"_index\": \"index\",\n \"_id\": \"id\",\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_index\": \"index\",\n \"_id\": \"id\",\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ]\n}" } } } @@ -124990,20 +116035,7 @@ "examples": { "PostLicenseRequestExample1": { "description": "Run `PUT _license` to update to a basic license. NOTE: These values are invalid; you must substitute the appropriate contents from your license file.\n", - "value": { - "licenses": [ - { - "expiry_date_in_millis": 1914278399999, - "issue_date_in_millis": 1411948800000, - "issued_to": "issuedTo", - "issuer": "issuer", - "max_nodes": 1, - "signature": "xx", - "type": "basic", - "uid": "893361dc-9749-4997-93cb-802e3d7fa4xx" - } - ] - } + "value": "{\n \"licenses\": [\n {\n \"uid\":\"893361dc-9749-4997-93cb-802e3d7fa4xx\",\n \"type\":\"basic\",\n \"issue_date_in_millis\":1411948800000,\n \"expiry_date_in_millis\":1914278399999,\n \"max_nodes\":1,\n \"issued_to\":\"issuedTo\",\n \"issuer\":\"issuer\",\n \"signature\":\"xx\"\n }\n ]\n}" } } } @@ -125031,90 +116063,22 @@ "MultiGetRequestExample1": { "summary": "Get documents by ID", "description": "Run `GET /my-index-000001/_mget`. When you specify an index in the request URI, only the document IDs are required in the request body.\n", - "value": { - "docs": [ - { - "_id": "1" - }, - { - "_id": "2" - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_id\": \"1\"\n },\n {\n \"_id\": \"2\"\n }\n ]\n}" }, "MultiGetRequestExample2": { "summary": "Filter source fields", "description": "Run `GET /_mget`. This request sets `_source` to `false` for document 1 to exclude the source entirely. It retrieves `field3` and `field4` from document 2. It retrieves the `user` field from document 3 but filters out the `user.location` field.\n", - "value": { - "docs": [ - { - "_id": "1", - "_index": "test", - "_source": false - }, - { - "_id": "2", - "_index": "test", - "_source": [ - "field3", - "field4" - ] - }, - { - "_id": "3", - "_index": "test", - "_source": { - "exclude": [ - "user.location" - ], - "include": [ - "user" - ] - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_source\": false\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"_source\": [ \"field3\", \"field4\" ]\n },\n {\n \"_index\": \"test\",\n \"_id\": \"3\",\n \"_source\": {\n \"include\": [ \"user\" ],\n \"exclude\": [ \"user.location\" ]\n }\n }\n ]\n}" }, "MultiGetRequestExample3": { "summary": "Get stored fields", "description": "Run `GET /_mget`. This request retrieves `field1` and `field2` from document 1 and `field3` and `field4` from document 2.\n", - "value": { - "docs": [ - { - "_id": "1", - "_index": "test", - "stored_fields": [ - "field1", - "field2" - ] - }, - { - "_id": "2", - "_index": "test", - "stored_fields": [ - "field3", - "field4" - ] - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"stored_fields\": [ \"field1\", \"field2\" ]\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"stored_fields\": [ \"field3\", \"field4\" ]\n }\n ]\n}" }, "MultiGetRequestExample4": { "summary": "Document routing", "description": "Run `GET /_mget?routing=key1`. If routing is used during indexing, you need to specify the routing value to retrieve documents. This request fetches `test/_doc/2` from the shard corresponding to routing key `key1`. It fetches `test/_doc/1` from the shard corresponding to routing key `key2`.\n", - "value": { - "docs": [ - { - "_id": "1", - "_index": "test", - "routing": "key2" - }, - { - "_id": "2", - "_index": "test" - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"routing\": \"key2\"\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\"\n }\n ]\n}" } } } @@ -125178,16 +116142,7 @@ "examples": { "MlExplainDataFrameAnalyticsRequestExample1": { "description": "Run `POST _ml/data_frame/analytics/_explain` to explain a data frame analytics job configuration.", - "value": { - "analysis": { - "regression": { - "dependent_variable": "price" - } - }, - "source": { - "index": "houses_sold_last_10_yrs" - } - } + "value": "{\n \"source\": {\n \"index\": \"houses_sold_last_10_yrs\"\n },\n \"analysis\": {\n \"regression\": {\n \"dependent_variable\": \"price\"\n }\n }\n}" } } } @@ -125491,54 +116446,17 @@ "MultiTermVectorsRequestExample1": { "summary": "Get multiple term vectors", "description": "Run `POST /my-index-000001/_mtermvectors`. When you specify an index in the request URI, the index does not need to be specified for each documents in the request body.\n", - "value": { - "docs": [ - { - "_id": "2", - "fields": [ - "message" - ], - "term_statistics": true - }, - { - "_id": "1" - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_id\": \"2\",\n \"fields\": [\n \"message\"\n ],\n \"term_statistics\": true\n },\n {\n \"_id\": \"1\"\n }\n ]\n}" }, "MultiTermVectorsRequestExample2": { "summary": "Simplified syntax", "description": "Run `POST /my-index-000001/_mtermvectors`. If all requested documents are in same index and the parameters are the same, you can use a simplified syntax.\n", - "value": { - "fields": [ - "message" - ], - "ids": [ - "1", - "2" - ], - "term_statistics": true - } + "value": "{\n \"ids\": [ \"1\", \"2\" ],\n \"fields\": [\n \"message\"\n ],\n \"term_statistics\": true\n}" }, "MultiTermVectorsRequestExample3": { "summary": "Artificial documents", "description": "Run `POST /_mtermvectors` to generate term vectors for artificial documents provided in the body of the request. The mapping used is determined by the specified `_index`.\n", - "value": { - "docs": [ - { - "_index": "my-index-000001", - "doc": { - "message": "test test test" - } - }, - { - "_index": "my-index-000001", - "doc": { - "message": "Another test ..." - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"my-index-000001\",\n \"doc\" : {\n \"message\" : \"test test test\"\n }\n },\n {\n \"_index\": \"my-index-000001\",\n \"doc\" : {\n \"message\" : \"Another test ...\"\n }\n }\n ]\n}" } } } @@ -125558,9 +116476,7 @@ "examples": { "ReloadSecureSettingsRequestExample1": { "description": "Run `POST _nodes/reload_secure_settings` to reload the keystore on nodes in the cluster.", - "value": { - "secure_settings_password": "keystore-password" - } + "value": "{\n \"secure_settings_password\": \"keystore-password\"\n}" } } } @@ -125584,30 +116500,12 @@ "PutScriptRequestExample1": { "summary": "Create a search template", "description": "Run `PUT _scripts/my-search-template` to create a search template.\n", - "value": { - "script": { - "lang": "mustache", - "source": { - "from": "{{from}}", - "query": { - "match": { - "message": "{{query_string}}" - } - }, - "size": "{{size}}" - } - } - } + "value": "{\n \"script\": {\n \"lang\": \"mustache\",\n \"source\": {\n \"query\": {\n \"match\": {\n \"message\": \"{{query_string}}\"\n }\n },\n \"from\": \"{{from}}\",\n \"size\": \"{{size}}\"\n }\n }\n}" }, "PutScriptRequestExample2": { "summary": "Create a stored script", "description": "Run `PUT _scripts/my-stored-script` to create a stored script.\n", - "value": { - "script": { - "lang": "painless", - "source": "Math.log(_score * 2) + params['my_modifier']" - } - } + "value": "{\n \"script\": {\n \"lang\": \"painless\",\n \"source\": \"Math.log(_score * 2) + params['my_modifier']\"\n }\n}" } } } @@ -125666,14 +116564,7 @@ "examples": { "RenderSearchTemplateRequestExample1": { "description": "Run `POST _render/template`", - "value": { - "id": "my-search-template", - "params": { - "from": 20, - "query_string": "hello world", - "size": 10 - } - } + "value": "{\n \"id\": \"my-search-template\",\n \"params\": {\n \"query_string\": \"hello world\",\n \"from\": 20,\n \"size\": 10\n }\n}" } } } @@ -125707,16 +116598,7 @@ "examples": { "RollupSearchRequestExample1": { "description": "Search rolled up data stored in `sensor_rollup` with `GET /sensor_rollup/_rollup_search`", - "value": { - "aggregations": { - "max_temperature": { - "max": { - "field": "temperature" - } - } - }, - "size": 0 - } + "value": "{\n \"size\": 0,\n \"aggregations\": {\n \"max_temperature\": {\n \"max\": {\n \"field\": \"temperature\"\n }\n }\n }\n}" } } } @@ -125744,53 +116626,17 @@ "ExecutePainlessScriptRequestExample1": { "summary": "Test context", "description": "Run `POST /_scripts/painless/_execute`. The `painless_test` context is the default context. It runs scripts without additional parameters. The only variable that is available is `params`, which can be used to access user defined values. The result of the script is always converted to a string.\n", - "value": { - "script": { - "params": { - "count": 100.0, - "total": 1000.0 - }, - "source": "params.count / params.total" - } - } + "value": "{\n \"script\": {\n \"source\": \"params.count / params.total\",\n \"params\": {\n \"count\": 100.0,\n \"total\": 1000.0\n }\n }\n}" }, "ExecutePainlessScriptRequestExample2": { "summary": "Filter context", "description": "Run `POST /_scripts/painless/_execute` with a `filter` context. It treats scripts as if they were run inside a script query. For testing purposes, a document must be provided so that it will be temporarily indexed in-memory and is accessible from the script. More precisely, the `_source`, stored fields, and doc values of such a document are available to the script being tested.\n", - "value": { - "context": "filter", - "context_setup": { - "document": { - "field": "four" - }, - "index": "my-index-000001" - }, - "script": { - "params": { - "max_length": 4 - }, - "source": "doc['field'].value.length() <= params.max_length" - } - } + "value": "{\n \"script\": {\n \"source\": \"doc['field'].value.length() <= params.max_length\",\n \"params\": {\n \"max_length\": 4\n }\n },\n \"context\": \"filter\",\n \"context_setup\": {\n \"index\": \"my-index-000001\",\n \"document\": {\n \"field\": \"four\"\n }\n }\n}" }, "ExecutePainlessScriptRequestExample3": { "summary": "Score context", "description": "Run `POST /_scripts/painless/_execute` with a `score` context. It treats scripts as if they were run inside a `script_score` function in a `function_score` query.\n", - "value": { - "context": "score", - "context_setup": { - "document": { - "rank": 4 - }, - "index": "my-index-000001" - }, - "script": { - "params": { - "max_rank": 5.0 - }, - "source": "doc['rank'].value / params.max_rank" - } - } + "value": "{\n \"script\": {\n \"source\": \"doc['rank'].value / params.max_rank\",\n \"params\": {\n \"max_rank\": 5.0\n }\n },\n \"context\": \"score\",\n \"context_setup\": {\n \"index\": \"my-index-000001\",\n \"document\": {\n \"rank\": 4\n }\n }\n}" } } } @@ -125816,9 +116662,7 @@ "examples": { "ScrollRequestExample1": { "description": "Run `GET /_search/scroll` to get the next batch of results for a scrolling search.", - "value": { - "scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==" - } + "value": "{\n \"scroll_id\" : \"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==\"\n}" } } } @@ -126015,47 +116859,17 @@ "SearchRequestExample1": { "summary": "A simple term search", "description": "Run `GET /my-index-000001/_search?from=40&size=20` to run a search.\n", - "value": { - "query": { - "term": { - "user.id": "kimchy" - } - } - } + "value": "{\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" }, "SearchRequestExample2": { "summary": "A point in time search", "description": "Run `POST /_search` to run a point in time search. The `id` parameter tells Elasticsearch to run the request using contexts from this open point in time. The `keep_alive` parameter tells Elasticsearch how long it should extend the time to live of the point in time.\n", - "value": { - "pit": { - "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==", - "keep_alive": "1m" - }, - "query": { - "match": { - "title": "elasticsearch" - } - }, - "size": 100 - } + "value": "{\n \"size\": 100, \n \"query\": {\n \"match\" : {\n \"title\" : \"elasticsearch\"\n }\n },\n \"pit\": {\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\", \n \"keep_alive\": \"1m\" \n }\n}" }, "SearchRequestExample3": { "summary": "Search slicing", "description": "When paging through a large number of documents, it can be helpful to split the search into multiple slices to consume them independently. The result from running the first `GET /_search` request returns documents belonging to the first slice (`id: 0`). If you run a second request with `id` set to `1', it returns documents in the second slice. Since the maximum number of slices is set to `2`, the union of the results is equivalent to the results of a point-in-time search without slicing.\n", - "value": { - "pit": { - "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==" - }, - "query": { - "match": { - "message": "foo" - } - }, - "slice": { - "id": 0, - "max": 2 - } - } + "value": "{\n \"slice\": {\n \"id\": 0, \n \"max\": 2 \n },\n \"query\": {\n \"match\": {\n \"message\": \"foo\"\n }\n },\n \"pit\": {\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\"\n }\n}" } } } @@ -126079,21 +116893,7 @@ "examples": { "SearchApplicationsSearchRequestExample1": { "description": "Use `POST _application/search_application/my-app/_search` to run a search against a search application called `my-app` that uses a search template.", - "value": { - "params": { - "query_string": "my first query", - "text_fields": [ - { - "boost": 5, - "name": "title" - }, - { - "boost": 1, - "name": "description" - } - ] - } - } + "value": "{\n \"params\": {\n \"query_string\": \"my first query\",\n \"text_fields\": [\n {\"name\": \"title\", \"boost\": 5},\n {\"name\": \"description\", \"boost\": 1}\n ]\n }\n}" } } } @@ -126162,36 +116962,7 @@ "examples": { "SearchMvtRequestExample1": { "description": "Run `GET museums/_mvt/location/13/4207/2692` to search an index for `location` values that intersect the `13/4207/2692` vector tile.\n", - "value": { - "aggs": { - "avg_price": { - "avg": { - "field": "price" - } - }, - "max_price": { - "max": { - "field": "price" - } - }, - "min_price": { - "min": { - "field": "price" - } - } - }, - "fields": [ - "name", - "price" - ], - "grid_agg": "geotile", - "grid_precision": 2, - "query": { - "term": { - "included": true - } - } - } + "value": "{\n \"grid_agg\": \"geotile\",\n \"grid_precision\": 2,\n \"fields\": [\n \"name\",\n \"price\"\n ],\n \"query\": {\n \"term\": {\n \"included\": true\n }\n },\n \"aggs\": {\n \"min_price\": {\n \"min\": {\n \"field\": \"price\"\n }\n },\n \"max_price\": {\n \"max\": {\n \"field\": \"price\"\n }\n },\n \"avg_price\": {\n \"avg\": {\n \"field\": \"price\"\n }\n }\n }\n}" } } } @@ -126229,14 +117000,7 @@ "examples": { "SearchTemplateRequestExample1": { "description": "Run `GET my-index/_search/template` to run a search with a search template.\n", - "value": { - "id": "my-search-template", - "params": { - "from": 0, - "query_string": "hello world", - "size": 10 - } - } + "value": "{\n \"id\": \"my-search-template\",\n \"params\": {\n \"query_string\": \"hello world\",\n \"from\": 0,\n \"size\": 10\n }\n}" } } } @@ -126261,9 +117025,7 @@ "examples": { "SecurityChangePasswordRequestExample1": { "description": "Run `POST /_security/user/jacknich/_password` to update the password for the `jacknich` user.\n", - "value": { - "password": "new-test-password" - } + "value": "{\n \"password\" : \"new-test-password\"\n}" } } } @@ -126300,53 +117062,7 @@ "examples": { "SecurityCreateApiKeyRequestExample1": { "description": "Run `POST /_security/api_key` to create an API key. If `expiration` is not provided, the API keys do not expire. If `role_descriptors` is not provided, the permissions of the authenticated user are applied.\n", - "value": { - "expiration": "1d", - "metadata": { - "application": "my-application", - "environment": { - "level": 1, - "tags": [ - "dev", - "staging" - ], - "trusted": true - } - }, - "name": "my-api-key", - "role_descriptors": { - "role-a": { - "cluster": [ - "all" - ], - "indices": [ - { - "names": [ - "index-a*" - ], - "privileges": [ - "read" - ] - } - ] - }, - "role-b": { - "cluster": [ - "all" - ], - "indices": [ - { - "names": [ - "index-b*" - ], - "privileges": [ - "all" - ] - } - ] - } - } - } + "value": "{\n \"name\": \"my-api-key\",\n \"expiration\": \"1d\", \n \"role_descriptors\": { \n \"role-a\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-a*\"],\n \"privileges\": [\"read\"]\n }\n ]\n },\n \"role-b\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-b*\"],\n \"privileges\": [\"all\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"application\": \"my-application\",\n \"environment\": {\n \"level\": 1,\n \"trusted\": true,\n \"tags\": [\"dev\", \"staging\"]\n }\n }\n}" } } } @@ -126383,44 +117099,7 @@ "examples": { "SecurityHasPrivilegesRequestExample1": { "description": "Run `GET /_security/user/_has_privileges` to check whether the current user has a specific set of cluster, index, and application privileges.", - "value": { - "application": [ - { - "application": "inventory_manager", - "privileges": [ - "read", - "data:write/inventory" - ], - "resources": [ - "product/1852563" - ] - } - ], - "cluster": [ - "monitor", - "manage" - ], - "index": [ - { - "names": [ - "suppliers", - "products" - ], - "privileges": [ - "read" - ] - }, - { - "names": [ - "inventory" - ], - "privileges": [ - "read", - "write" - ] - } - ] - } + "value": "{\n \"cluster\": [ \"monitor\", \"manage\" ],\n \"index\" : [\n {\n \"names\": [ \"suppliers\", \"products\" ],\n \"privileges\": [ \"read\" ]\n },\n {\n \"names\": [ \"inventory\" ],\n \"privileges\" : [ \"read\", \"write\" ]\n }\n ],\n \"application\": [\n {\n \"application\": \"inventory_manager\",\n \"privileges\" : [ \"read\", \"data:write/inventory\" ],\n \"resources\" : [ \"product/1852563\" ]\n }\n ]\n}" } } } @@ -126452,52 +117131,7 @@ "examples": { "HasPrivilegesUserProfileRequestExample1": { "description": "Run `POST /_security/profile/_has_privileges` to check whether the two users associated with the specified profiles have all the requested set of cluster, index, and application privileges.\n", - "value": { - "privileges": { - "application": [ - { - "application": "inventory_manager", - "privileges": [ - "read", - "data:write/inventory" - ], - "resources": [ - "product/1852563" - ] - } - ], - "cluster": [ - "monitor", - "create_snapshot", - "manage_ml" - ], - "index": [ - { - "names": [ - "suppliers", - "products" - ], - "privileges": [ - "create_doc" - ] - }, - { - "names": [ - "inventory" - ], - "privileges": [ - "read", - "write" - ] - } - ] - }, - "uids": [ - "u_LQPnxDxEjIH0GOUoFkZr5Y57YUwSkL9Joiq-g4OCbPc_0", - "u_rzRnxDgEHIH0GOUoFkZr5Y27YUwSk19Joiq=g4OCxxB_1", - "u_does-not-exist_0" - ] - } + "value": "{\n \"uids\": [\n \"u_LQPnxDxEjIH0GOUoFkZr5Y57YUwSkL9Joiq-g4OCbPc_0\",\n \"u_rzRnxDgEHIH0GOUoFkZr5Y27YUwSk19Joiq=g4OCxxB_1\",\n \"u_does-not-exist_0\"\n ],\n \"privileges\": {\n \"cluster\": [ \"monitor\", \"create_snapshot\", \"manage_ml\" ],\n \"index\" : [\n {\n \"names\": [ \"suppliers\", \"products\" ],\n \"privileges\": [ \"create_doc\"]\n },\n {\n \"names\": [ \"inventory\" ],\n \"privileges\" : [ \"read\", \"write\" ]\n }\n ],\n \"application\": [\n {\n \"application\": \"inventory_manager\",\n \"privileges\" : [ \"read\", \"data:write/inventory\" ],\n \"resources\" : [ \"product/1852563\" ]\n }\n ]\n }\n}" } } } @@ -126520,46 +117154,12 @@ "SecurityPutPrivilegesRequestExample1": { "summary": "Add a privilege", "description": "Run `PUT /_security/privilege` to add a single application privilege. The wildcard (`*`) means that this privilege grants access to all actions that start with `data:read/`. Elasticsearch does not assign any meaning to these actions. However, if the request includes an application privilege such as `data:read/users` or `data:read/settings`, the has privileges API respects the use of a wildcard and returns `true`.\n", - "value": { - "myapp": { - "read": { - "actions": [ - "data:read/*", - "action:login" - ], - "metadata": { - "description": "Read access to myapp" - } - } - } - } + "value": "{\n \"myapp\": {\n \"read\": {\n \"actions\": [ \n \"data:read/*\" , \n \"action:login\" ],\n \"metadata\": { \n \"description\": \"Read access to myapp\"\n }\n }\n }\n}" }, "SecurityPutPrivilegesRequestExample2": { "summary": "Add multiple privileges", "description": "Run `PUT /_security/privilege` to add multiple application privileges.\n", - "value": { - "app01": { - "read": { - "actions": [ - "action:login", - "data:read/*" - ] - }, - "write": { - "actions": [ - "action:login", - "data:write/*" - ] - } - }, - "app02": { - "all": { - "actions": [ - "*" - ] - } - } - } + "value": "{\n \"app01\": {\n \"read\": {\n \"actions\": [ \"action:login\", \"data:read/*\" ]\n },\n \"write\": {\n \"actions\": [ \"action:login\", \"data:write/*\" ]\n }\n },\n \"app02\": {\n \"all\": {\n \"actions\": [ \"*\" ]\n }\n }\n}" } } } @@ -126649,53 +117249,12 @@ "SecurityPutRoleRequestExample2": { "summary": "Role example 2", "description": "Run `POST /_security/role/cli_or_drivers_minimal` to configure a role that can run SQL in JDBC.", - "value": { - "cluster": [ - "cluster:monitor/main" - ], - "indices": [ - { - "names": [ - "test" - ], - "privileges": [ - "read", - "indices:admin/get" - ] - } - ] - } + "value": "{\n \"cluster\": [\"cluster:monitor/main\"],\n \"indices\": [\n {\n \"names\": [\"test\"],\n \"privileges\": [\"read\", \"indices:admin/get\"]\n }\n ]\n}" }, "SecurityPutRoleRequestExample3": { "summary": "Role example 3", "description": "Run `POST /_security/role/only_remote_access_role` to configure a role with remote indices and remote cluster privileges for a remote cluster.", - "value": { - "remote_cluster": [ - { - "clusters": [ - "my_remote" - ], - "privileges": [ - "monitor_stats" - ] - } - ], - "remote_indices": [ - { - "clusters": [ - "my_remote" - ], - "names": [ - "logs*" - ], - "privileges": [ - "read", - "read_cross_cluster", - "view_index_metadata" - ] - } - ] - } + "value": "{\n \"remote_indices\": [\n {\n \"clusters\": [\"my_remote\"], \n \"names\": [\"logs*\"], \n \"privileges\": [\"read\", \"read_cross_cluster\", \"view_index_metadata\"] \n }\n ],\n \"remote_cluster\": [\n {\n \"clusters\": [\"my_remote\"], \n \"privileges\": [\"monitor_stats\"] \n }\n ]\n}" } } } @@ -126744,209 +117303,47 @@ "SecurityPutRoleMappingRequestExample1": { "summary": "Roles for all users", "description": "Run `POST /_security/role_mapping/mapping1` to assign the `user` role to all users.\n", - "value": { - "enabled": true, - "metadata": { - "version": 1 - }, - "roles": [ - "user" - ], - "rules": { - "field": { - "username": "*" - } - } - } + "value": "{\n \"roles\": [ \"user\"],\n \"enabled\": true, \n \"rules\": {\n \"field\" : { \"username\" : \"*\" }\n },\n \"metadata\" : { \n \"version\" : 1\n }\n}" }, "SecurityPutRoleMappingRequestExample2": { "summary": "Roles for specific users", "description": "Run `POST /_security/role_mapping/mapping2` to assign the \"user\" and \"admin\" roles to specific users.\n", - "value": { - "enabled": true, - "roles": [ - "user", - "admin" - ], - "rules": { - "field": { - "username": [ - "esadmin01", - "esadmin02" - ] - } - } - } + "value": "{\n \"roles\": [ \"user\", \"admin\" ],\n \"enabled\": true,\n \"rules\": {\n \"field\" : { \"username\" : [ \"esadmin01\", \"esadmin02\" ] }\n }\n}" }, "SecurityPutRoleMappingRequestExample3": { "summary": "Roles for specific realms", "description": "Run `POST /_security/role_mapping/mapping3` to match users who authenticated against a specific realm.\n", - "value": { - "enabled": true, - "roles": [ - "ldap-user" - ], - "rules": { - "field": { - "realm.name": "ldap1" - } - } - } + "value": "{\n \"roles\": [ \"ldap-user\" ],\n \"enabled\": true,\n \"rules\": {\n \"field\" : { \"realm.name\" : \"ldap1\" }\n }\n}" }, "SecurityPutRoleMappingRequestExample4": { "summary": "Roles for specific groups", "description": "Run `POST /_security/role_mapping/mapping4` to match any user where either the username is `esadmin` or the user is in the `cn=admin,dc=example,dc=com group`. This example is useful when the group names in your identity management system (such as Active Directory, or a SAML Identity Provider) do not have a one-to-one correspondence with the names of roles in Elasticsearch. The role mapping is the means by which you link a group name with a role name.\n", - "value": { - "enabled": true, - "roles": [ - "superuser" - ], - "rules": { - "any": [ - { - "field": { - "username": "esadmin" - } - }, - { - "field": { - "groups": "cn=admins,dc=example,dc=com" - } - } - ] - } - } + "value": "{\n \"roles\": [ \"superuser\" ],\n \"enabled\": true,\n \"rules\": {\n \"any\": [\n {\n \"field\": {\n \"username\": \"esadmin\"\n }\n },\n {\n \"field\": {\n \"groups\": \"cn=admins,dc=example,dc=com\"\n }\n }\n ]\n }\n}" }, "SecurityPutRoleMappingRequestExample5": { "summary": "Roles for multiple groups", "description": "Run `POST /_security/role_mapping/mapping5` to use an array syntax for the groups field when there are multiple groups. This pattern matches any of the groups (rather than all of the groups).\n", - "value": { - "enabled": true, - "role_templates": [ - { - "format": "json", - "template": { - "source": "{{#tojson}}groups{{/tojson}}" - } - } - ], - "rules": { - "field": { - "realm.name": "saml1" - } - } - } + "value": "{\n \"role_templates\": [\n {\n \"template\": { \"source\": \"{{#tojson}}groups{{/tojson}}\" }, \n \"format\" : \"json\" \n }\n ],\n \"rules\": {\n \"field\" : { \"realm.name\" : \"saml1\" }\n },\n \"enabled\": true\n}" }, "SecurityPutRoleMappingRequestExample6": { "summary": "Templated roles for groups", "description": "Run `POST /_security/role_mapping/mapping6` for rare cases when the names of your groups may be an exact match for the names of your Elasticsearch roles. This can be the case when your SAML Identity Provider includes its own \"group mapping\" feature and can be configured to release Elasticsearch role names in the user's SAML attributes. In these cases it is possible to use a template that treats the group names as role names.\nNOTE: This should only be done if you intend to define roles for all of the provided groups. Mapping a user to a large number of unnecessary or undefined roles is inefficient and can have a negative effect on system performance. If you only need to map a subset of the groups, you should do it by using explicit mappings.\nThe `tojson` mustache function is used to convert the list of group names into a valid JSON array. Because the template produces a JSON array, the `format` must be set to `json`.\n", - "value": { - "enabled": true, - "role_templates": [ - { - "format": "json", - "template": { - "source": "{{#tojson}}groups{{/tojson}}" - } - } - ], - "rules": { - "field": { - "realm.name": "saml1" - } - } - } + "value": "{\n \"role_templates\": [\n {\n \"template\": { \"source\": \"{{#tojson}}groups{{/tojson}}\" }, \n \"format\" : \"json\" \n }\n ],\n \"rules\": {\n \"field\" : { \"realm.name\" : \"saml1\" }\n },\n \"enabled\": true\n}" }, "SecurityPutRoleMappingRequestExample7": { "summary": "Users in a LDAP sub-tree and realm", "description": "Run `POST /_security/role_mapping/mapping7` to match users within a particular LDAP sub-tree in a specific realm.\n", - "value": { - "enabled": true, - "roles": [ - "ldap-example-user" - ], - "rules": { - "all": [ - { - "field": { - "dn": "*,ou=subtree,dc=example,dc=com" - } - }, - { - "field": { - "realm.name": "ldap1" - } - } - ] - } - } + "value": "{\n \"roles\": [ \"ldap-example-user\" ],\n \"enabled\": true,\n \"rules\": {\n \"all\": [\n { \"field\" : { \"dn\" : \"*,ou=subtree,dc=example,dc=com\" } },\n { \"field\" : { \"realm.name\" : \"ldap1\" } }\n ]\n }\n}" }, "SecurityPutRoleMappingRequestExample8": { "summary": "Complex roles", "description": "Run `POST /_security/role_mapping/mapping8` to assign rules that are complex and include wildcard matching. For example, this mapping matches any user where all of these conditions are met: the Distinguished Name matches the pattern `*,ou=admin,dc=example,dc=com`, or the `username` is `es-admin`, or the `username` is `es-system`; the user is in the `cn=people,dc=example,dc=com` group; the user does not have a `terminated_date`.\n", - "value": { - "enabled": true, - "roles": [ - "superuser" - ], - "rules": { - "all": [ - { - "any": [ - { - "field": { - "dn": "*,ou=admin,dc=example,dc=com" - } - }, - { - "field": { - "username": [ - "es-admin", - "es-system" - ] - } - } - ] - }, - { - "field": { - "groups": "cn=people,dc=example,dc=com" - } - }, - { - "except": { - "field": { - "metadata.terminated_date": null - } - } - } - ] - } - } + "value": "{\n \"roles\": [ \"superuser\" ],\n \"enabled\": true,\n \"rules\": {\n \"all\": [\n {\n \"any\": [\n {\n \"field\": {\n \"dn\": \"*,ou=admin,dc=example,dc=com\"\n }\n },\n {\n \"field\": {\n \"username\": [ \"es-admin\", \"es-system\" ]\n }\n }\n ]\n },\n {\n \"field\": {\n \"groups\": \"cn=people,dc=example,dc=com\"\n }\n },\n {\n \"except\": {\n \"field\": {\n \"metadata.terminated_date\": null\n }\n }\n }\n ]\n }\n}" }, "SecurityPutRoleMappingRequestExample9": { "summary": "Templated roles", "description": "Run `POST /_security/role_mapping/mapping9` to use templated roles to automatically map every user to their own custom role. In this example every user who authenticates using the `cloud-saml` realm will be automatically mapped to two roles: the `saml_user` role and a role that is their username prefixed with `_user_`. For example, the user `nwong` would be assigned the `saml_user` and `_user_nwong` roles.\n", - "value": { - "enabled": true, - "role_templates": [ - { - "template": { - "source": "saml_user" - } - }, - { - "template": { - "source": "_user_{{username}}" - } - } - ], - "rules": { - "field": { - "realm.name": "cloud-saml" - } - } - } + "value": "{\n \"rules\": { \"field\": { \"realm.name\": \"cloud-saml\" } },\n \"role_templates\": [\n { \"template\": { \"source\" : \"saml_user\" } }, \n { \"template\": { \"source\" : \"_user_{{username}}\" } }\n ],\n \"enabled\": true\n}" } } } @@ -127015,18 +117412,7 @@ "examples": { "SecurityPutUserRequestExample1": { "description": "Run `POST /_security/user/jacknich` to activate a user profile.", - "value": { - "email": "jacknich@example.com", - "full_name": "Jack Nicholson", - "metadata": { - "intelligence": 7 - }, - "password": "l0ng-r4nd0m-p@ssw0rd", - "roles": [ - "admin", - "other_role1" - ] - } + "value": "{\n \"password\" : \"l0ng-r4nd0m-p@ssw0rd\",\n \"roles\" : [ \"admin\", \"other_role1\" ],\n \"full_name\" : \"Jack Nicholson\",\n \"email\" : \"jacknich@example.com\",\n \"metadata\" : {\n \"intelligence\" : 7\n }\n}" } } } @@ -127069,80 +117455,17 @@ "QueryApiKeysRequestExample1": { "summary": "Query API keys by ID", "description": "Run `GET /_security/_query/api_key?with_limited_by=true` to retrieve an API key by ID.", - "value": { - "query": { - "ids": { - "values": [ - "VuaCfGcBCdbkQm-e5aOx" - ] - } - } - } + "value": "{\n \"query\": {\n \"ids\": {\n \"values\": [\n \"VuaCfGcBCdbkQm-e5aOx\"\n ]\n }\n }\n}" }, "QueryApiKeysRequestExample2": { "summary": "Query API keys with pagination", "description": "Run `GET /_security/_query/api_key`. Use a `bool` query to issue complex logical conditions and use `from`, `size`, and `sort` to help paginate the result. For example, the API key name must begin with `app1-key-` and must not be `app1-key-01`. It must be owned by a username with the wildcard pattern `org-*-user` and the `environment` metadata field must have a `production` value. The offset to begin the search result is the twentieth (zero-based index) API key. The page size of the response is 10 API keys. The result is first sorted by creation date in descending order, then by name in ascending order.\n", - "value": { - "from": 20, - "query": { - "bool": { - "filter": [ - { - "wildcard": { - "username": "org-*-user" - } - }, - { - "term": { - "metadata.environment": "production" - } - } - ], - "must": [ - { - "prefix": { - "name": "app1-key-" - } - }, - { - "term": { - "invalidated": "false" - } - } - ], - "must_not": [ - { - "term": { - "name": "app1-key-01" - } - } - ] - } - }, - "size": 10, - "sort": [ - { - "creation": { - "format": "date_time", - "order": "desc" - } - }, - "name" - ] - } + "value": "{\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"prefix\": {\n \"name\": \"app1-key-\" \n }\n },\n {\n \"term\": {\n \"invalidated\": \"false\" \n }\n }\n ],\n \"must_not\": [\n {\n \"term\": {\n \"name\": \"app1-key-01\" \n }\n }\n ],\n \"filter\": [\n {\n \"wildcard\": {\n \"username\": \"org-*-user\" \n }\n },\n {\n \"term\": {\n \"metadata.environment\": \"production\" \n }\n }\n ]\n }\n },\n \"from\": 20, \n \"size\": 10, \n \"sort\": [ \n { \"creation\": { \"order\": \"desc\", \"format\": \"date_time\" } },\n \"name\"\n ]\n}" }, "QueryApiKeysRequestExample3": { "summary": "Query API keys by name", "description": "Run `GET /_security/_query/api_key` to retrieve the API key by name.", - "value": { - "query": { - "term": { - "name": { - "value": "application-key-1" - } - } - } - } + "value": "{\n \"query\": {\n \"term\": {\n \"name\": {\n \"value\": \"application-key-1\"\n }\n }\n }\n}" } } } @@ -127177,25 +117500,12 @@ "QueryRolesRequestExample1": { "summary": "Query roles by name", "description": "Run `POST /_security/_query/role` to lists all roles, sorted by the role name.", - "value": { - "sort": [ - "name" - ] - } + "value": "{\n \"sort\": [\"name\"]\n}" }, "QueryRolesRequestExample2": { "summary": "Query roles by description", "description": "Run `POST /_security/_query/role` to query only the user access role, given its description. It returns only the best matching role because `size` is set to `1`.\n", - "value": { - "query": { - "match": { - "description": { - "query": "user access" - } - } - }, - "size": 1 - } + "value": "{\n \"query\": {\n \"match\": {\n \"description\": {\n \"query\": \"user access\"\n }\n }\n },\n \"size\": 1 \n}" } } } @@ -127230,51 +117540,12 @@ "SecurityQueryUserRequestExample1": { "summary": "Query users by role prefix", "description": "Run `POST /_security/_query/user?with_profile_uid=true` to get users that have roles that are prefixed with `other`. It will also include the user `profile_uid` in the response.\n", - "value": { - "query": { - "prefix": { - "roles": "other" - } - } - } + "value": "{\n \"query\": {\n \"prefix\": {\n \"roles\": \"other\"\n }\n }\n}" }, "SecurityQueryUserRequestExample2": { "summary": "Query users with multiple conditions", "description": "Run `POST /_security/_query/user`. Use a `bool` query to issue complex logical conditions: The `email` must end with `example.com`. The user must be enabled. The result will be filtered to only contain users with at least one role that contains the substring `other`. The offset to begin the search result is the second (zero-based index) user. The page size of the response is two users. The result is sorted by `username` in descending order.\n", - "value": { - "from": 1, - "query": { - "bool": { - "filter": [ - { - "wildcard": { - "roles": "*other*" - } - } - ], - "must": [ - { - "wildcard": { - "email": "*example.com" - } - }, - { - "term": { - "enabled": true - } - } - ] - } - }, - "size": 2, - "sort": [ - { - "username": { - "order": "desc" - } - } - ] - } + "value": "{\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"wildcard\": {\n \"email\": \"*example.com\" \n }\n },\n {\n \"term\": {\n \"enabled\": true \n }\n }\n ],\n \"filter\": [\n {\n \"wildcard\": {\n \"roles\": \"*other*\" \n }\n }\n ]\n }\n },\n \"from\": 1, \n \"size\": 2, \n \"sort\": [\n { \"username\": { \"order\": \"desc\"} } \n ]\n}" } } } @@ -127316,21 +117587,7 @@ "examples": { "SuggestUserProfilesRequestExample1": { "description": "Run `POST /_security/profile/_suggest` to get suggestions for profile documents with name-related fields matching `jack`. It specifies both `uids` and `labels` hints for better relevance. The `labels` hint ranks profiles higher if their `direction` label matches either `north` or `east`.\n", - "value": { - "hint": { - "labels": { - "direction": [ - "north", - "east" - ] - }, - "uids": [ - "u_8RKO7AKfEbSiIHZkZZ2LJy2MUSDPWDr3tMI_CkIGApU_0", - "u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0" - ] - }, - "name": "jack" - } + "value": "{\n \"name\": \"jack\", \n \"hint\": {\n \"uids\": [ \n \"u_8RKO7AKfEbSiIHZkZZ2LJy2MUSDPWDr3tMI_CkIGApU_0\",\n \"u_79HkWkwmnBH5gqFKwoxggWPjEBOur1zLPXQPEl1VBW0_0\"\n ],\n \"labels\": {\n \"direction\": [\"north\", \"east\"] \n }\n }\n}" } } } @@ -127361,16 +117618,7 @@ "examples": { "UpdateUserProfileDataRequestExample1": { "description": "Run `POST /_security/profile/u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0/_data` to update a profile document for the `u_P_0BMHgaOK3p7k-PFWUCbw9dQ-UFjt01oWJ_Dp2PmPc_0` user profile.\n", - "value": { - "data": { - "app1": { - "theme": "default" - } - }, - "labels": { - "direction": "east" - } - } + "value": "{\n \"labels\": {\n \"direction\": \"east\"\n },\n \"data\": {\n \"app1\": {\n \"theme\": \"default\"\n }\n }\n}" } } } @@ -127423,168 +117671,22 @@ "SimulateIngestRequestExample1": { "summary": "Existing pipeline definitions", "description": "In this example the index `my-index` has a default pipeline called `my-pipeline` and a final pipeline called `my-final-pipeline`. Since both documents are being ingested into `my-index`, both pipelines are run using the pipeline definitions that are already in the system.", - "value": { - "docs": [ - { - "_id": 123, - "_index": "my-index", - "_source": { - "foo": "bar" - } - }, - { - "_id": 456, - "_index": "my-index", - "_source": { - "foo": "rab" - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_id\": 123,\n \"_index\": \"my-index\",\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_id\": 456,\n \"_index\": \"my-index\",\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ]\n}" }, "SimulateIngestRequestExample2": { "summary": "Pipeline substitions", "description": "In this example the index `my-index` has a default pipeline called `my-pipeline` and a final pipeline called `my-final-pipeline`. But a substitute definition of `my-pipeline` is provided in `pipeline_substitutions`. The substitute `my-pipeline` will be used in place of the `my-pipeline` that is in the system, and then the `my-final-pipeline` that is already defined in the system will run.", - "value": { - "docs": [ - { - "_id": 123, - "_index": "my-index", - "_source": { - "foo": "bar" - } - }, - { - "_id": 456, - "_index": "my-index", - "_source": { - "foo": "rab" - } - } - ], - "pipeline_substitutions": { - "my-pipeline": { - "processors": [ - { - "uppercase": { - "field": "foo" - } - } - ] - } - } - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"my-index\",\n \"_id\": 123,\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_index\": \"my-index\",\n \"_id\": 456,\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ],\n \"pipeline_substitutions\": {\n \"my-pipeline\": {\n \"processors\": [\n {\n \"uppercase\": {\n \"field\": \"foo\"\n }\n }\n ]\n }\n }\n}" }, "SimulateIngestRequestExample3": { "summary": "Component template substitutions", "description": "In this example, imagine that the index `my-index` has a strict mapping with only the `foo` keyword field defined. Say that field mapping came from a component template named `my-mappings-template`. You want to test adding a new field, `bar`. So a substitute definition of `my-mappings-template` is provided in `component_template_substitutions`. The substitute `my-mappings-template` will be used in place of the existing mapping for `my-index` and in place of the `my-mappings-template` that is in the system.\n", - "value": { - "component_template_substitutions": { - "my-mappings_template": { - "template": { - "mappings": { - "dynamic": "strict", - "properties": { - "bar": { - "type": "keyword" - }, - "foo": { - "type": "keyword" - } - } - } - } - } - }, - "docs": [ - { - "_id": "123", - "_index": "my-index", - "_source": { - "foo": "foo" - } - }, - { - "_id": "456", - "_index": "my-index", - "_source": { - "bar": "rab" - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"my-index\",\n \"_id\": \"123\",\n \"_source\": {\n \"foo\": \"foo\"\n }\n },\n {\n \"_index\": \"my-index\",\n \"_id\": \"456\",\n \"_source\": {\n \"bar\": \"rab\"\n }\n }\n ],\n \"component_template_substitutions\": {\n \"my-mappings_template\": {\n \"template\": {\n \"mappings\": {\n \"dynamic\": \"strict\",\n \"properties\": {\n \"foo\": {\n \"type\": \"keyword\"\n },\n \"bar\": {\n \"type\": \"keyword\"\n }\n }\n }\n }\n }\n }\n}" }, "SimulateIngestRequestExample4": { "summary": "Multiple substitutions", "description": "The pipeline, component template, and index template substitutions replace the existing pipeline details for the duration of this request.", - "value": { - "component_template_substitutions": { - "my-component-template": { - "template": { - "mappings": { - "dynamic": true, - "properties": { - "field3": { - "type": "keyword" - } - } - }, - "settings": { - "index": { - "default_pipeline": "my-pipeline" - } - } - } - } - }, - "docs": [ - { - "_id": "id", - "_index": "my-index", - "_source": { - "foo": "bar" - } - }, - { - "_id": "id", - "_index": "my-index", - "_source": { - "foo": "rab" - } - } - ], - "index_template_substitutions": { - "my-index-template": { - "composed_of": [ - "component_template_1", - "component_template_2" - ], - "index_patterns": [ - "my-index-*" - ] - } - }, - "mapping_addition": { - "dynamic": "strict", - "properties": { - "foo": { - "type": "keyword" - } - } - }, - "pipeline_substitutions": { - "my-pipeline": { - "processors": [ - { - "set": { - "field": "field3", - "value": "value3" - } - } - ] - } - } - } + "value": "{\n \"docs\": [\n {\n \"_id\": \"id\",\n \"_index\": \"my-index\",\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_id\": \"id\",\n \"_index\": \"my-index\",\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ],\n \"pipeline_substitutions\": {\n \"my-pipeline\": {\n \"processors\": [\n {\n \"set\": {\n \"field\": \"field3\",\n \"value\": \"value3\"\n }\n }\n ]\n }\n },\n \"component_template_substitutions\": {\n \"my-component-template\": {\n \"template\": {\n \"mappings\": {\n \"dynamic\": true,\n \"properties\": {\n \"field3\": {\n \"type\": \"keyword\"\n }\n }\n },\n \"settings\": {\n \"index\": {\n \"default_pipeline\": \"my-pipeline\"\n }\n }\n }\n }\n },\n \"index_template_substitutions\": {\n \"my-index-template\": {\n \"index_patterns\": [\n \"my-index-*\"\n ],\n \"composed_of\": [\n \"component_template_1\",\n \"component_template_2\"\n ]\n }\n },\n \"mapping_addition\": {\n \"dynamic\": \"strict\",\n \"properties\": {\n \"foo\": {\n \"type\": \"keyword\"\n }\n }\n }\n}" } } } @@ -127633,15 +117735,7 @@ "examples": { "SnapshotCreateRequestExample1": { "description": "Run `PUT /_snapshot/my_repository/snapshot_2?wait_for_completion=true` to take a snapshot of `index_1` and `index_2`.", - "value": { - "ignore_unavailable": true, - "include_global_state": false, - "indices": "index_1,index_2", - "metadata": { - "taken_because": "backup before upgrading", - "taken_by": "user123" - } - } + "value": "{\n \"indices\": \"index_1,index_2\",\n \"ignore_unavailable\": true,\n \"include_global_state\": false,\n \"metadata\": {\n \"taken_by\": \"user123\",\n \"taken_because\": \"backup before upgrading\"\n }\n}" } } } @@ -127657,64 +117751,32 @@ "SnapshotCreateRepositoryRequestExample1": { "summary": "A shared file system repository", "description": "Run `PUT /_snapshot/my_repository` to create or update a shared file system snapshot repository.", - "value": { - "settings": { - "location": "my_backup_location" - }, - "type": "fs" - } + "value": "{\n \"type\": \"fs\",\n \"settings\": {\n \"location\": \"my_backup_location\"\n }\n}" }, "SnapshotCreateRepositoryRequestExample2": { "summary": "An Azure repository", "description": "Run `PUT /_snapshot/my_repository` to create or update an Azure snapshot repository.", - "value": { - "settings": { - "client": "secondary" - }, - "type": "azure" - } + "value": "{\n \"type\": \"azure\",\n \"settings\": {\n \"client\": \"secondary\"\n }\n}" }, "SnapshotCreateRepositoryRequestExample3": { "summary": "A Google Cloud Storage repository", "description": "Run `PUT /_snapshot/my_gcs_repository` to create or update a Google Cloud Storage snapshot repository.", - "value": { - "settings": { - "base_path": "dev", - "bucket": "my_other_bucket" - }, - "type": "gcs" - } + "value": "{\n \"type\": \"gcs\",\n \"settings\": {\n \"bucket\": \"my_other_bucket\",\n \"base_path\": \"dev\"\n }\n}" }, "SnapshotCreateRepositoryRequestExample4": { "summary": "An S3 repository", "description": "Run `PUT /_snapshot/my_s3_repository` to create or update an AWS S3 snapshot repository.", - "value": { - "settings": { - "bucket": "my-bucket" - }, - "type": "s3" - } + "value": "{\n \"type\": \"s3\",\n \"settings\": {\n \"bucket\": \"my-bucket\"\n }\n}" }, "SnapshotCreateRepositoryRequestExample5": { "summary": "A source-only repository", "description": "Run `PUT _snapshot/my_src_only_repository` to create or update a source-only snapshot repository.", - "value": { - "settings": { - "delegate_type": "fs", - "location": "my_backup_repository" - }, - "type": "source" - } + "value": "{\n \"type\": \"source\",\n \"settings\": {\n \"delegate_type\": \"fs\",\n \"location\": \"my_backup_repository\"\n }\n}" }, "SnapshotCreateRepositoryRequestExample6": { "summary": "A read-only URL repository", "description": "Run `PUT _snapshot/my_read_only_url_repository` to create or update a read-only URL snapshot repository.", - "value": { - "settings": { - "url": "file:/mount/backups/my_fs_backup_location" - }, - "type": "url" - } + "value": "{\n \"type\": \"url\",\n \"settings\": {\n \"url\": \"file:/mount/backups/my_fs_backup_location\"\n }\n}" } } } @@ -127802,9 +117864,7 @@ "examples": { "QuerySqlRequestExample1": { "description": "Run `POST _sql?format=txt` to get results for an SQL search.", - "value": { - "query": "SELECT * FROM library ORDER BY page_count DESC LIMIT 5" - } + "value": "{\n \"query\": \"SELECT * FROM library ORDER BY page_count DESC LIMIT 5\"\n}" } } } @@ -127840,10 +117900,7 @@ "TranslateSqlRequestExample1": { "summary": "sql/apis/sql-translate-api.asciidoc:12", "description": "", - "value": { - "fetch_size": 10, - "query": "SELECT * FROM library ORDER BY page_count DESC" - } + "value": "{\n \"query\": \"SELECT * FROM library ORDER BY page_count DESC\",\n \"fetch_size\": 10\n}" } } } @@ -127889,10 +117946,7 @@ "examples": { "TermsEnumRequestExample1": { "description": "Run `POST stackoverflow/_terms_enum`.", - "value": { - "field": "tags", - "string": "kiba" - } + "value": "{\n \"field\" : \"tags\",\n \"string\" : \"kiba\"\n}" } } } @@ -127956,74 +118010,27 @@ "TermVectorsRequestExample1": { "summary": "Return stored term vectors", "description": "Run `GET /my-index-000001/_termvectors/1` to return all information and statistics for field `text` in document 1.\n", - "value": { - "field_statistics": true, - "fields": [ - "text" - ], - "offsets": true, - "payloads": true, - "positions": true, - "term_statistics": true - } + "value": "{\n \"fields\" : [\"text\"],\n \"offsets\" : true,\n \"payloads\" : true,\n \"positions\" : true,\n \"term_statistics\" : true,\n \"field_statistics\" : true\n}" }, "TermVectorsRequestExample2": { "summary": "Per-field analyzer", "description": "Run `GET /my-index-000001/_termvectors/1` to set per-field analyzers. A different analyzer than the one at the field may be provided by using the `per_field_analyzer` parameter.\n", - "value": { - "doc": { - "fullname": "John Doe", - "text": "test test test" - }, - "fields": [ - "fullname" - ], - "per_field_analyzer": { - "fullname": "keyword" - } - } + "value": "{\n \"doc\" : {\n \"fullname\" : \"John Doe\",\n \"text\" : \"test test test\"\n },\n \"fields\": [\"fullname\"],\n \"per_field_analyzer\" : {\n \"fullname\": \"keyword\"\n }\n}" }, "TermVectorsRequestExample3": { "summary": "Terms filtering", "description": "Run `GET /imdb/_termvectors` to filter the terms returned based on their tf-idf scores. It returns the three most \"interesting\" keywords from the artificial document having the given \"plot\" field value. Notice that the keyword \"Tony\" or any stop words are not part of the response, as their tf-idf must be too low.\n", - "value": { - "doc": { - "plot": "When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil." - }, - "field_statistics": true, - "filter": { - "max_num_terms": 3, - "min_doc_freq": 1, - "min_term_freq": 1 - }, - "offsets": false, - "positions": false, - "term_statistics": true - } + "value": "{\n \"doc\": {\n \"plot\": \"When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil.\"\n },\n \"term_statistics\": true,\n \"field_statistics\": true,\n \"positions\": false,\n \"offsets\": false,\n \"filter\": {\n \"max_num_terms\": 3,\n \"min_term_freq\": 1,\n \"min_doc_freq\": 1\n }\n}" }, "TermVectorsRequestExample4": { "summary": "Generate term vectors on the fly", "description": "Run `GET /my-index-000001/_termvectors/1`. Term vectors which are not explicitly stored in the index are automatically computed on the fly. This request returns all information and statistics for the fields in document 1, even though the terms haven't been explicitly stored in the index. Note that for the field text, the terms are not regenerated.\n", - "value": { - "field_statistics": true, - "fields": [ - "text", - "some_field_without_term_vectors" - ], - "offsets": true, - "positions": true, - "term_statistics": true - } + "value": "{\n \"fields\" : [\"text\", \"some_field_without_term_vectors\"],\n \"offsets\" : true,\n \"positions\" : true,\n \"term_statistics\" : true,\n \"field_statistics\" : true\n}" }, "TermVectorsRequestExample5": { "summary": "Artificial documents", "description": "Run `GET /my-index-000001/_termvectors`. Term vectors can be generated for artificial documents, that is for documents not present in the index. If dynamic mapping is turned on (default), the document fields not in the original mapping will be dynamically created.\n", - "value": { - "doc": { - "fullname": "John Doe", - "text": "test test test" - } - } + "value": "{\n \"doc\" : {\n \"fullname\" : \"John Doe\",\n \"text\" : \"test test test\"\n }\n}" } } } @@ -128050,32 +118057,7 @@ "examples": { "FindMessageStructureRequestExample1": { "description": "Run `POST _text_structure/find_message_structure` to analyze Elasticsearch log files.\n", - "value": { - "messages": [ - "[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128", - "[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]", - "[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]", - "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]", - "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]", - "[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]", - "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-monitoring]", - "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]", - "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]", - "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-ent-search]", - "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]", - "[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]", - "[2024-03-05T10:52:41,059][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-expression]", - "[2024-03-05T10:52:41,059][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-eql]", - "[2024-03-05T10:52:43,291][INFO ][o.e.e.NodeEnvironment ] [laptop] heap size [16gb], compressed ordinary object pointers [true]", - "[2024-03-05T10:52:46,098][INFO ][o.e.x.s.Security ] [laptop] Security is enabled", - "[2024-03-05T10:52:47,227][INFO ][o.e.x.p.ProfilingPlugin ] [laptop] Profiling is enabled", - "[2024-03-05T10:52:47,259][INFO ][o.e.x.p.ProfilingPlugin ] [laptop] profiling index templates will not be installed or reinstalled", - "[2024-03-05T10:52:47,755][INFO ][o.e.i.r.RecoverySettings ] [laptop] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]", - "[2024-03-05T10:52:47,787][INFO ][o.e.d.DiscoveryModule ] [laptop] using discovery type [multi-node] and seed hosts providers [settings]", - "[2024-03-05T10:52:49,188][INFO ][o.e.n.Node ] [laptop] initialized", - "[2024-03-05T10:52:49,199][INFO ][o.e.n.Node ] [laptop] starting ..." - ] - } + "value": "{\n \"messages\": [\n \"[2024-03-05T10:52:36,256][INFO ][o.a.l.u.VectorUtilPanamaProvider] [laptop] Java vector incubator API enabled; uses preferredBitSize=128\",\n \"[2024-03-05T10:52:41,038][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-url]\",\n \"[2024-03-05T10:52:41,042][INFO ][o.e.p.PluginsService ] [laptop] loaded module [rest-root]\",\n \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-core]\",\n \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-redact]\",\n \"[2024-03-05T10:52:41,043][INFO ][o.e.p.PluginsService ] [laptop] loaded module [ingest-user-agent]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-monitoring]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [repository-s3]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-analytics]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-ent-search]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-autoscaling]\",\n \"[2024-03-05T10:52:41,044][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-painless]]\",\n \"[2024-03-05T10:52:41,059][INFO ][o.e.p.PluginsService ] [laptop] loaded module [lang-expression]\",\n \"[2024-03-05T10:52:41,059][INFO ][o.e.p.PluginsService ] [laptop] loaded module [x-pack-eql]\",\n \"[2024-03-05T10:52:43,291][INFO ][o.e.e.NodeEnvironment ] [laptop] heap size [16gb], compressed ordinary object pointers [true]\",\n \"[2024-03-05T10:52:46,098][INFO ][o.e.x.s.Security ] [laptop] Security is enabled\",\n \"[2024-03-05T10:52:47,227][INFO ][o.e.x.p.ProfilingPlugin ] [laptop] Profiling is enabled\",\n \"[2024-03-05T10:52:47,259][INFO ][o.e.x.p.ProfilingPlugin ] [laptop] profiling index templates will not be installed or reinstalled\",\n \"[2024-03-05T10:52:47,755][INFO ][o.e.i.r.RecoverySettings ] [laptop] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]\",\n \"[2024-03-05T10:52:47,787][INFO ][o.e.d.DiscoveryModule ] [laptop] using discovery type [multi-node] and seed hosts providers [settings]\",\n \"[2024-03-05T10:52:49,188][INFO ][o.e.n.Node ] [laptop] initialized\",\n \"[2024-03-05T10:52:49,199][INFO ][o.e.n.Node ] [laptop] starting ...\"\n ]\n}" } } } @@ -128107,13 +118089,7 @@ "examples": { "TestGrokPatternRequestExample1": { "description": "Run `GET _text_structure/test_grok_pattern` to test a Grok pattern.", - "value": { - "grok_pattern": "Hello %{WORD:first_name} %{WORD:last_name}", - "text": [ - "Hello John Doe", - "this does not match" - ] - } + "value": "{\n \"grok_pattern\": \"Hello %{WORD:first_name} %{WORD:last_name}\",\n \"text\": [\n \"Hello John Doe\",\n \"this does not match\"\n ]\n}" } } } @@ -128159,28 +118135,7 @@ "examples": { "PreviewTransformRequestExample1": { "description": "Run `POST _transform/_preview` to preview a transform that uses the pivot method.", - "value": { - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id", - "missing_bucket": true - } - } - } - }, - "source": { - "index": "kibana_sample_data_ecommerce" - } - } + "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\"\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n }\n}" } } } @@ -128229,73 +118184,17 @@ "WatcherExecuteRequestExample1": { "summary": "Run a watch", "description": "Run `POST _watcher/watch/my_watch/_execute` to run a watch. The input defined in the watch is ignored and the `alternative_input` is used as the payload. The condition as defined by the watch is ignored and is assumed to evaluate to true. The `force_simulate` action forces the simulation of `my-action`. Forcing the simulation means that throttling is ignored and the watch is simulated by Watcher instead of being run normally.\n", - "value": { - "action_modes": { - "my-action": "force_simulate" - }, - "alternative_input": { - "foo": "bar" - }, - "ignore_condition": true, - "record_execution": true, - "trigger_data": { - "scheduled_time": "now", - "triggered_time": "now" - } - } + "value": "{\n \"trigger_data\" : { \n \"triggered_time\" : \"now\",\n \"scheduled_time\" : \"now\"\n },\n \"alternative_input\" : { \n \"foo\" : \"bar\"\n },\n \"ignore_condition\" : true, \n \"action_modes\" : {\n \"my-action\" : \"force_simulate\" \n },\n \"record_execution\" : true \n}" }, "WatcherExecuteRequestExample2": { "summary": "Run a watch with multiple action modes", "description": "Run `POST _watcher/watch/my_watch/_execute` and set a different mode for each action.\n", - "value": { - "action_modes": { - "action1": "force_simulate", - "action2": "skip" - } - } + "value": "{\n \"action_modes\" : {\n \"action1\" : \"force_simulate\",\n \"action2\" : \"skip\"\n }\n}" }, "WatcherExecuteRequestExample3": { "summary": "Run a watch inline", "description": "Run `POST _watcher/watch/_execute` to run a watch inline. All other settings for this API still apply when inlining a watch. In this example, while the inline watch defines a compare condition, during the execution this condition will be ignored.\n", - "value": { - "watch": { - "actions": { - "log_error": { - "logging": { - "text": "Found {{ctx.payload.hits.total}} errors in the logs" - } - } - }, - "condition": { - "compare": { - "ctx.payload.hits.total": { - "gt": 0 - } - } - }, - "input": { - "search": { - "request": { - "body": { - "query": { - "match": { - "message": "error" - } - } - }, - "indices": [ - "logs" - ] - } - } - }, - "trigger": { - "schedule": { - "interval": "10s" - } - } - } - } + "value": "{\n \"watch\" : {\n \"trigger\" : { \"schedule\" : { \"interval\" : \"10s\" } },\n \"input\" : {\n \"search\" : {\n \"request\" : {\n \"indices\" : [ \"logs\" ],\n \"body\" : {\n \"query\" : {\n \"match\" : { \"message\": \"error\" }\n }\n }\n }\n }\n },\n \"condition\" : {\n \"compare\" : { \"ctx.payload.hits.total\" : { \"gt\" : 0 }}\n },\n \"actions\" : {\n \"log_error\" : {\n \"logging\" : {\n \"text\" : \"Found {{ctx.payload.hits.total}} errors in the logs\"\n }\n }\n }\n }\n}" } } } @@ -128340,56 +118239,7 @@ "examples": { "WatcherPutWatchRequestExample1": { "description": "Run `PUT _watcher/watch/my-watch` add a watch. The watch schedule triggers every minute. The watch search input looks for any 404 HTTP responses that occurred in the last five minutes. The watch condition checks if any search hits where found. When found, the watch action sends an email to an administrator.\n", - "value": { - "actions": { - "email_admin": { - "email": { - "subject": "404 recently encountered", - "to": "admin@domain.host.com" - } - } - }, - "condition": { - "compare": { - "ctx.payload.hits.total": { - "gt": 0 - } - } - }, - "input": { - "search": { - "request": { - "body": { - "query": { - "bool": { - "filter": { - "range": { - "@timestamp": { - "from": "{{ctx.trigger.scheduled_time}}||-5m", - "to": "{{ctx.trigger.triggered_time}}" - } - } - }, - "must": { - "match": { - "response": 404 - } - } - } - } - }, - "indices": [ - "logstash*" - ] - } - } - }, - "trigger": { - "schedule": { - "cron": "0 0/1 * * * ?" - } - } - } + "value": "{\n \"trigger\" : {\n \"schedule\" : { \"cron\" : \"0 0/1 * * * ?\" }\n },\n \"input\" : {\n \"search\" : {\n \"request\" : {\n \"indices\" : [\n \"logstash*\"\n ],\n \"body\" : {\n \"query\" : {\n \"bool\" : {\n \"must\" : {\n \"match\": {\n \"response\": 404\n }\n },\n \"filter\" : {\n \"range\": {\n \"@timestamp\": {\n \"from\": \"{{ctx.trigger.scheduled_time}}||-5m\",\n \"to\": \"{{ctx.trigger.triggered_time}}\"\n }\n }\n }\n }\n }\n }\n }\n }\n },\n \"condition\" : {\n \"compare\" : { \"ctx.payload.hits.total\" : { \"gt\" : 0 }}\n },\n \"actions\" : {\n \"email_admin\" : {\n \"email\" : {\n \"to\" : \"admin@domain.host.com\",\n \"subject\" : \"404 recently encountered\"\n }\n }\n }\n}" } } } diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index c8efe0a583..e28668ea9d 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -71,38 +71,7 @@ "examples": { "AsyncSearchGetResponseExample1": { "description": "A succesful response from `GET /_async_search/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=`.", - "value": { - "completion_time_in_millis": 1583945903130, - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": false, - "is_running": false, - "response": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 188, - "total": 562 - }, - "aggregations": { - "sale_date": { - "buckets": [] - } - }, - "hits": { - "hits": [], - "max_score": null, - "total": { - "relation": "eq", - "value": 456433 - } - }, - "num_reduce_phases": 46, - "timed_out": false, - "took": 12144 - }, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_partial\" : false, \n \"is_running\" : false, \n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986, \n \"completion_time_in_millis\" : 1583945903130, \n \"response\" : {\n \"took\" : 12144,\n \"timed_out\" : false,\n \"num_reduce_phases\" : 46, \n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 188, \n \"skipped\" : 0,\n \"failed\" : 0\n },\n \"hits\" : {\n \"total\" : {\n \"value\" : 456433,\n \"relation\" : \"eq\"\n },\n \"max_score\" : null,\n \"hits\" : [ ]\n },\n \"aggregations\" : { \n \"sale_date\" : {\n \"buckets\" : []\n }\n }\n }\n}" } } } @@ -189,55 +158,17 @@ "AsyncSearchStatusResponseExample1": { "summary": "An active async search", "description": "A succesful response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=`, which retrieves the status of a previously submitted async search without the results.", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 188, - "total": 562 - }, - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": true, - "is_running": true, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : true,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 188, \n \"skipped\" : 0,\n \"failed\" : 0\n }\n}" }, "AsyncSearchStatusResponseExample2": { "summary": "A completed async search", "description": "A succesful response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=` for an async search that has completed. The status response has an additional `completion_status` field that shows the status code of the completed async search.\n", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 562, - "total": 562 - }, - "completion_status": 200, - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": false, - "is_running": false, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : false,\n \"is_partial\" : false,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 562,\n \"skipped\" : 0,\n \"failed\" : 0\n },\n\"completion_status\" : 200 \n}" }, "AsyncSearchStatusResponseExample3": { "summary": "A failed async search", "description": "A response from `GET /_async_search/status/FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=` for an async search that has completed with an error. The status response has an additional `completion_status` field that shows the status code of the completed async search.\n", - "value": { - "_shards": { - "failed": 112, - "skipped": 0, - "successful": 450, - "total": 562 - }, - "completion_status": 503, - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": true, - "is_running": false, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_running\" : false,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 450,\n \"skipped\" : 0,\n \"failed\" : 112\n },\n\"completion_status\" : 503 \n}" } } } @@ -1617,9 +1548,7 @@ "examples": { "ClosePointInTimeRequestExample1": { "description": "Run `DELETE /_pit` to close a point-in-time.", - "value": { - "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==" - } + "value": "{\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\"\n}" } } } @@ -1650,10 +1579,7 @@ "examples": { "ClosePointInTimeResponseExample1": { "description": "A successful response from `DELETE /_pit`.", - "value": { - "num_freed": 3, - "succeeded": true - } + "value": "{\n \"succeeded\": true, \n \"num_freed\": 3 \n}" } } } @@ -1984,9 +1910,7 @@ }, "examples": { "ConnectorCheckInResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -2112,9 +2036,7 @@ }, "examples": { "ConnectorDeleteResponseExample1": { - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -2420,9 +2342,7 @@ }, "examples": { "SyncJobDeleteResponseExample1": { - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -2560,11 +2480,7 @@ }, "examples": { "SyncJobPostRequestExample1": { - "value": { - "id": "connector-id", - "job_type": "full", - "trigger_method": "on_demand" - } + "value": "{\n \"id\": \"connector-id\",\n \"job_type\": \"full\",\n \"trigger_method\": \"on_demand\"\n}" } } } @@ -2675,10 +2591,7 @@ }, "examples": { "ConnectorUpdateApiKeyIDRequestExample1": { - "value": { - "api_key_id": "my-api-key-id", - "api_key_secret_id": "my-connector-secret-id" - } + "value": "{\n \"api_key_id\": \"my-api-key-id\",\n \"api_key_secret_id\": \"my-connector-secret-id\"\n}" } } } @@ -2703,9 +2616,7 @@ }, "examples": { "ConnectorUpdateAPIKeyIDResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -2755,22 +2666,10 @@ }, "examples": { "ConnectorUpdateConfigurationRequestExample1": { - "value": { - "values": { - "client_id": "foo", - "secret_value": "bar", - "site_collections": "*", - "tenant_id": "my-tenant-id", - "tenant_name": "my-sharepoint-site" - } - } + "value": "{\n \"values\": {\n \"tenant_id\": \"my-tenant-id\",\n \"tenant_name\": \"my-sharepoint-site\",\n \"client_id\": \"foo\",\n \"secret_value\": \"bar\",\n \"site_collections\": \"*\"\n }\n}" }, "ConnectorUpdateConfigurationRequestExample2": { - "value": { - "values": { - "secret_value": "foo-bar" - } - } + "value": "{\n \"values\": {\n \"secret_value\": \"foo-bar\"\n }\n}" } } } @@ -2795,9 +2694,7 @@ }, "examples": { "ConnectorUpdateConfigurationResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -2851,9 +2748,7 @@ }, "examples": { "ConnectorUpdateErrorRequestExample1": { - "value": { - "error": "Houston, we have a problem!" - } + "value": "{\n \"error\": \"Houston, we have a problem!\"\n}" } } } @@ -2878,9 +2773,7 @@ }, "examples": { "ConnectorUpdateErrorResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -2936,41 +2829,10 @@ }, "examples": { "ConnectorUpdateFilteringRequestExample1": { - "value": { - "rules": [ - { - "field": "file_extension", - "id": "exclude-txt-files", - "order": 0, - "policy": "exclude", - "rule": "equals", - "value": "txt" - }, - { - "field": "_", - "id": "DEFAULT", - "order": 1, - "policy": "include", - "rule": "regex", - "value": ".*" - } - ] - } + "value": "{\n \"rules\": [\n {\n \"field\": \"file_extension\",\n \"id\": \"exclude-txt-files\",\n \"order\": 0,\n \"policy\": \"exclude\",\n \"rule\": \"equals\",\n \"value\": \"txt\"\n },\n {\n \"field\": \"_\",\n \"id\": \"DEFAULT\",\n \"order\": 1,\n \"policy\": \"include\",\n \"rule\": \"regex\",\n \"value\": \".*\"\n }\n ]\n}" }, "ConnectorUpdateFilteringRequestExample2": { - "value": { - "advanced_snippet": { - "value": [ - { - "query": "SELECT users.id AS id, orders.order_id AS order_id FROM users JOIN orders ON users.id = orders.user_id", - "tables": [ - "users", - "orders" - ] - } - ] - } - } + "value": "{\n \"advanced_snippet\": {\n \"value\": [{\n \"tables\": [\n \"users\",\n \"orders\"\n ],\n \"query\": \"SELECT users.id AS id, orders.order_id AS order_id FROM users JOIN orders ON users.id = orders.user_id\"\n }]\n }\n}" } } } @@ -2995,9 +2857,7 @@ }, "examples": { "ConnectorUpdateFilteringResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -3113,9 +2973,7 @@ }, "examples": { "ConnectorUpdateIndexNameRequestExample1": { - "value": { - "index_name": "data-from-my-google-drive" - } + "value": "{\n \"index_name\": \"data-from-my-google-drive\"\n}" } } } @@ -3140,9 +2998,7 @@ }, "examples": { "ConnectorUpdateIndexNameResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -3188,10 +3044,7 @@ }, "examples": { "ConnectorUpdateNameRequestExample1": { - "value": { - "description": "This is my customized connector", - "name": "Custom connector" - } + "value": "{\n \"name\": \"Custom connector\",\n \"description\": \"This is my customized connector\"\n}" } } } @@ -3216,9 +3069,7 @@ }, "examples": { "ConnectorUpdateNameResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -3326,14 +3177,7 @@ }, "examples": { "ConnectorUpdatePipelineRequestExample1": { - "value": { - "pipeline": { - "extract_binary_content": true, - "name": "my-connector-pipeline", - "reduce_whitespace": true, - "run_ml_inference": true - } - } + "value": "{\n \"pipeline\": {\n \"extract_binary_content\": true,\n \"name\": \"my-connector-pipeline\",\n \"reduce_whitespace\": true,\n \"run_ml_inference\": true\n }\n}" } } } @@ -3358,9 +3202,7 @@ }, "examples": { "ConnectorUpdatePipelineResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -3406,32 +3248,10 @@ }, "examples": { "ConnectorUpdateSchedulingRequestExample1": { - "value": { - "scheduling": { - "access_control": { - "enabled": true, - "interval": "0 10 0 * * ?" - }, - "full": { - "enabled": true, - "interval": "0 20 0 * * ?" - }, - "incremental": { - "enabled": false, - "interval": "0 30 0 * * ?" - } - } - } + "value": "{\n \"scheduling\": {\n \"access_control\": {\n \"enabled\": true,\n \"interval\": \"0 10 0 * * ?\"\n },\n \"full\": {\n \"enabled\": true,\n \"interval\": \"0 20 0 * * ?\"\n },\n \"incremental\": {\n \"enabled\": false,\n \"interval\": \"0 30 0 * * ?\"\n }\n }\n}" }, "ConnectorUpdateSchedulingRequestExample2": { - "value": { - "scheduling": { - "full": { - "enabled": true, - "interval": "0 10 0 * * ?" - } - } - } + "value": "{\n \"scheduling\": {\n \"full\": {\n \"enabled\": true,\n \"interval\": \"0 10 0 * * ?\"\n }\n }\n}" } } } @@ -3456,9 +3276,7 @@ }, "examples": { "ConnectorUpdateSchedulingResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -3504,9 +3322,7 @@ }, "examples": { "ConnectorUpdateServiceTypeRequestExample1": { - "value": { - "service_type": "sharepoint_online" - } + "value": "{\n \"service_type\": \"sharepoint_online\"\n}" } } } @@ -3531,9 +3347,7 @@ }, "examples": { "ConnectorUpdateServiceTypeResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -3579,9 +3393,7 @@ }, "examples": { "ConnectorUpdateStatusRequestExample1": { - "value": { - "status": "needs_configuration" - } + "value": "{\n \"status\": \"needs_configuration\"\n}" } } } @@ -3606,9 +3418,7 @@ }, "examples": { "ConnectorUpdateStatusResponseExample1": { - "value": { - "result": "updated" - } + "value": "{\n \"result\": \"updated\"\n}" } } } @@ -4148,69 +3958,17 @@ "GetResponseExample1": { "summary": "Get a document", "description": "A successful response from `GET my-index-000001/_doc/0`. It retrieves the JSON document with the `_id` 0 from the `my-index-000001` index.\n", - "value": { - "_id": "0", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 0, - "_source": { - "@timestamp": "2099-11-15T14:12:12", - "http": { - "request": { - "method": "get" - }, - "response": { - "bytes": 1070000, - "status_code": 200 - }, - "version": "1.1" - }, - "message": "GET /search HTTP/1.1 200 1070000", - "source": { - "ip": "127.0.0.1" - }, - "user": { - "id": "kimchy" - } - }, - "_version": 1, - "found": true - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"0\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"found\": true,\n \"_source\": {\n \"@timestamp\": \"2099-11-15T14:12:12\",\n \"http\": {\n \"request\": {\n \"method\": \"get\"\n },\n \"response\": {\n \"status_code\": 200,\n \"bytes\": 1070000\n },\n \"version\": \"1.1\"\n },\n \"source\": {\n \"ip\": \"127.0.0.1\"\n },\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n }\n}" }, "GetResponseExample2": { "summary": "Get stored fields", "description": "A successful response from `GET my-index-000001/_doc/1?stored_fields=tags,counter`, which retrieves a set of stored fields. Field values fetched from the document itself are always returned as an array. Any requested fields that are not stored (such as the counter field in this example) are ignored.\n", - "value": { - "_id": "1", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 22, - "_version": 1, - "fields": { - "tags": [ - "production" - ] - }, - "found": true - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"_seq_no\" : 22,\n \"_primary_term\" : 1,\n \"found\": true,\n \"fields\": {\n \"tags\": [\n \"production\"\n ]\n }\n}" }, "GetResponseExample3": { "summary": "Get metadata fields", "description": "A successful response from `GET my-index-000001/_doc/2?routing=user1&stored_fields=tags,counter`, which retrieves the `_routing` metadata field.\n", - "value": { - "_id": "2", - "_index": "my-index-000001", - "_primary_term": 1, - "_routing": "user1", - "_seq_no": 13, - "_version": 1, - "fields": { - "tags": [ - "env2" - ] - }, - "found": true - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"2\",\n \"_version\": 1,\n \"_seq_no\" : 13,\n \"_primary_term\" : 1,\n \"_routing\": \"user1\",\n \"found\": true,\n \"fields\": {\n \"tags\": [\n \"env2\"\n ]\n }\n}" } } } @@ -4466,19 +4224,7 @@ "examples": { "DeleteResponseExample1": { "description": "A successful response from `DELETE /my-index-000001/_doc/1`, which deletes the JSON document 1 from the `my-index-000001` index.", - "value": { - "_id": "1", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 5, - "_shards": { - "failed": 0, - "successful": 2, - "total": 2 - }, - "_version": 2, - "result": "deleted" - } + "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"_primary_term\": 1,\n \"_seq_no\": 5,\n \"result\": \"deleted\"\n}" } } } @@ -4966,53 +4712,22 @@ "DeleteByQueryRequestExample1": { "summary": "Delete all documents", "description": "Run `POST /my-index-000001,my-index-000002/_delete_by_query` to delete all documents from multiple data streams or indices.", - "value": { - "query": { - "match_all": {} - } - } + "value": "{\n \"query\": {\n \"match_all\": {}\n }\n}" }, "DeleteByQueryRequestExample2": { "summary": "Delete a single document", "description": "Run `POST my-index-000001/_delete_by_query` to delete a document by using a unique attribute.", - "value": { - "max_docs": 1, - "query": { - "term": { - "user.id": "kimchy" - } - } - } + "value": "{\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"max_docs\": 1\n}" }, "DeleteByQueryRequestExample3": { "summary": "Slice manually", "description": "Run `POST my-index-000001/_delete_by_query` to slice a delete by query manually. Provide a slice ID and total number of slices.\n", - "value": { - "query": { - "range": { - "http.response.bytes": { - "lt": 2000000 - } - } - }, - "slice": { - "id": 0, - "max": 2 - } - } + "value": "{\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n },\n \"query\": {\n \"range\": {\n \"http.response.bytes\": {\n \"lt\": 2000000\n }\n }\n }\n}" }, "DeleteByQueryRequestExample4": { "summary": "Automatic slicing", "description": "Run `POST my-index-000001/_delete_by_query?refresh&slices=5` to let delete by query automatically parallelize using sliced scroll to slice on `_id`. The `slices` query parameter value specifies the number of slices to use.\n", - "value": { - "query": { - "range": { - "http.response.bytes": { - "lt": 2000000 - } - } - } - } + "value": "{\n \"query\": {\n \"range\": {\n \"http.response.bytes\": {\n \"lt\": 2000000\n }\n }\n }\n}" } } } @@ -5091,23 +4806,7 @@ "examples": { "DeleteByQueryResponseExample1": { "description": "A successful response from `POST /my-index-000001/_delete_by_query`.", - "value": { - "batches": 1, - "deleted": 119, - "failures": [], - "noops": 0, - "requests_per_second": -1.0, - "retries": { - "bulk": 0, - "search": 0 - }, - "throttled_millis": 0, - "throttled_until_millis": 0, - "timed_out": false, - "took": 147, - "total": 119, - "version_conflicts": 0 - } + "value": "{\n \"took\" : 147,\n \"timed_out\": false,\n \"total\": 119,\n \"deleted\": 119,\n \"batches\": 1,\n \"version_conflicts\": 0,\n \"noops\": 0,\n \"retries\": {\n \"bulk\": 0,\n \"search\": 0\n },\n \"throttled_millis\": 0,\n \"requests_per_second\": -1.0,\n \"throttled_until_millis\": 0,\n \"failures\" : [ ]\n}" } } } @@ -5664,13 +5363,7 @@ "examples": { "EqlGetStatusResponseExample1": { "description": "A successful response for getting status information for an async EQL search.", - "value": { - "expiration_time_in_millis": 1611690295000, - "id": "FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=", - "is_partial": true, - "is_running": true, - "start_time_in_millis": 1611690235000 - } + "value": "{\n \"id\": \"FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=\",\n \"is_running\" : true,\n \"is_partial\" : true,\n \"start_time_in_millis\" : 1611690235000,\n \"expiration_time_in_millis\" : 1611690295000\n}" } } } @@ -6730,16 +6423,7 @@ "examples": { "IndicesAddBlockResponseExample1": { "description": "A successful response from `PUT /my-index-000001/_block/write`, which adds an index block to an index.'", - "value": { - "acknowledged": true, - "indices": [ - { - "blocked": true, - "name": "my-index-000001" - } - ], - "shards_acknowledged": true - } + "value": "{\n \"acknowledged\" : true,\n \"shards_acknowledged\" : true,\n \"indices\" : [ {\n \"name\" : \"my-index-000001\",\n \"blocked\" : true\n } ]\n}" } } } @@ -7047,45 +6731,17 @@ "indicesCreateRequestExample1": { "summary": "Create an index.", "description": "This request specifies the `number_of_shards` and `number_of_replicas`.", - "value": { - "settings": { - "number_of_replicas": 2, - "number_of_shards": 3 - } - } + "value": "{\n \"settings\": {\n \"number_of_shards\": 3,\n \"number_of_replicas\": 2\n }\n}" }, "indicesCreateRequestExample2": { "summary": "Create an index with mappings.", "description": "You can provide mapping definitions in the create index API requests.", - "value": { - "mappings": { - "properties": { - "field1": { - "type": "text" - } - } - }, - "settings": { - "number_of_shards": 1 - } - } + "value": "{\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"properties\": {\n \"field1\": { \"type\": \"text\" }\n }\n }\n}" }, "indicesCreateRequestExample3": { "summary": "Create an index with aliases.", "description": "You can provide mapping definitions in the create index API requests. Index alias names also support date math.\n", - "value": { - "aliases": { - "alias_1": {}, - "alias_2": { - "filter": { - "term": { - "user.id": "kimchy" - } - }, - "routing": "shard-1" - } - } - } + "value": "{\n \"aliases\": {\n \"alias_1\": {},\n \"alias_2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n }\n }\n}" } } } @@ -8161,24 +7817,7 @@ "examples": { "IndicesGetDataLifecycleResponseExample1": { "description": "A successful response from `GET _lifecycle/stats?human&pretty`.", - "value": { - "data_streams": [ - { - "lifecycle": { - "data_retention": "7d", - "enabled": true - }, - "name": "my-data-stream-1" - }, - { - "lifecycle": { - "data_retention": "7d", - "enabled": true - }, - "name": "my-data-stream-2" - } - ] - } + "value": "{\n \"data_streams\": [\n {\n \"name\": \"my-data-stream-1\",\n \"lifecycle\": {\n \"enabled\": true,\n \"data_retention\": \"7d\"\n }\n },\n {\n \"name\": \"my-data-stream-2\",\n \"lifecycle\": {\n \"enabled\": true,\n \"data_retention\": \"7d\"\n }\n }\n ]\n}" } } } @@ -8258,25 +7897,12 @@ "examples": { "IndicesPutDataLifecycleRequestExample1": { "summary": "Set the data stream lifecycle retention", - "value": { - "data_retention": "7d" - } + "value": "{\n \"data_retention\": \"7d\"\n}" }, "IndicesPutDataLifecycleRequestExample2": { "summary": "Set the data stream lifecycle downsampling", "description": "This example configures two downsampling rounds.", - "value": { - "downsampling": [ - { - "after": "1d", - "fixed_interval": "10m" - }, - { - "after": "7d", - "fixed_interval": "1d" - } - ] - } + "value": "{\n \"downsampling\": [\n {\n \"after\": \"1d\",\n \"fixed_interval\": \"10m\"\n },\n {\n \"after\": \"7d\",\n \"fixed_interval\": \"1d\"\n }\n ]\n}" } } } @@ -8293,9 +7919,7 @@ "examples": { "IndicesPutDataLifecycleResponseExample1": { "description": "A successful response for configuring a data stream lifecycle.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -9067,49 +8691,7 @@ "examples": { "ResolveIndexResponseExample1": { "description": "A successful response from `GET /_resolve/index/f*,remoteCluster1:bar*?expand_wildcards=all`.", - "value": { - "aliases": [ - { - "indices": [ - "freeze-index", - "my-index-000001" - ], - "name": "f-alias" - } - ], - "data_streams": [ - { - "backing_indices": [ - ".ds-foo-2099.03.07-000001" - ], - "name": "foo", - "timestamp_field": "@timestamp" - } - ], - "indices": [ - { - "attributes": [ - "closed" - ], - "name": "foo_closed" - }, - { - "aliases": [ - "f-alias" - ], - "attributes": [ - "open" - ], - "name": "freeze-index" - }, - { - "attributes": [ - "open" - ], - "name": "remoteCluster1:bar-01" - } - ] - } + "value": "{\n \"indices\": [\n {\n \"name\": \"foo_closed\",\n \"attributes\": [\n \"closed\"\n ]\n },\n {\n \"name\": \"freeze-index\",\n \"aliases\": [\n \"f-alias\"\n ],\n \"attributes\": [\n \"open\"\n ]\n },\n {\n \"name\": \"remoteCluster1:bar-01\",\n \"attributes\": [\n \"open\"\n ]\n }\n ],\n \"aliases\": [\n {\n \"name\": \"f-alias\",\n \"indices\": [\n \"freeze-index\",\n \"my-index-000001\"\n ]\n }\n ],\n \"data_streams\": [\n {\n \"name\": \"foo\",\n \"backing_indices\": [\n \".ds-foo-2099.03.07-000001\"\n ],\n \"timestamp_field\": \"@timestamp\"\n }\n ]\n}" } } } @@ -9286,39 +8868,7 @@ "examples": { "indicesSimulateIndexTemplateResponseExample1": { "description": "A successful response from `POST /_index_template/_simulate_index/my-index-000001`.", - "value": { - "overlapping": [ - { - "index_patterns": [ - "my-index-*" - ], - "name": "template_1" - } - ], - "template": { - "aliases": {}, - "mappings": { - "properties": { - "@timestamp": { - "type": "date" - } - } - }, - "settings": { - "index": { - "number_of_replicas": "0", - "number_of_shards": "2", - "routing": { - "allocation": { - "include": { - "_tier_preference": "data_content" - } - } - } - } - } - } - } + "value": "{\n \"template\" : {\n \"settings\" : {\n \"index\" : {\n \"number_of_shards\" : \"2\",\n \"number_of_replicas\" : \"0\",\n \"routing\" : {\n \"allocation\" : {\n \"include\" : {\n \"_tier_preference\" : \"data_content\"\n }\n }\n }\n }\n },\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n }\n }\n },\n \"aliases\" : { }\n },\n \"overlapping\" : [\n {\n \"name\" : \"template_1\",\n \"index_patterns\" : [\n \"my-index-*\"\n ]\n }\n ]\n}" } } } @@ -9806,9 +9356,7 @@ "CompletionRequestExample1": { "summary": "Completion task", "description": "Run `POST _inference/completion/openai_chat_completions` to perform a completion on the example question.", - "value": { - "input": "What is Elastic?" - } + "value": "{\n \"input\": \"What is Elastic?\"\n}" } } } @@ -9826,13 +9374,7 @@ "CompletionResponseExample1": { "summary": "Completion task", "description": "A successful response from `POST _inference/completion/openai_chat_completions`.\n", - "value": { - "completion": [ - { - "result": "Elastic is a company that provides a range of software solutions for search, logging, security, and analytics. Their flagship product is Elasticsearch, an open-source, distributed search engine that allows users to search, analyze, and visualize large volumes of data in real-time. Elastic also offers products such as Kibana, a data visualization tool, and Logstash, a log management and pipeline tool, as well as various other tools and solutions for data analysis and management." - } - ] - } + "value": "{\n \"completion\": [\n {\n \"result\": \"Elastic is a company that provides a range of software solutions for search, logging, security, and analytics. Their flagship product is Elasticsearch, an open-source, distributed search engine that allows users to search, analyze, and visualize large volumes of data in real-time. Elastic also offers products such as Kibana, a data visualization tool, and Logstash, a log management and pipeline tool, as well as various other tools and solutions for data analysis and management.\"\n }\n ]\n}" } } } @@ -10058,54 +9600,22 @@ "PutAlibabaCloudRequestExample1": { "summary": "A completion task", "description": "Run `PUT _inference/completion/alibabacloud_ai_search_completion` to create an inference endpoint that performs a completion task.", - "value": { - "service": "alibabacloud-ai-search", - "service_settings": { - "api_key": "AlibabaCloud-API-Key", - "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", - "service_id": "ops-qwen-turbo", - "workspace": "default" - } - } + "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"host\" : \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-qwen-turbo\",\n \"workspace\" : \"default\"\n }\n}" }, "PutAlibabaCloudRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/alibabacloud_ai_search_rerank` to create an inference endpoint that performs a rerank task.", - "value": { - "service": "alibabacloud-ai-search", - "service_settings": { - "api_key": "AlibabaCloud-API-Key", - "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", - "service_id": "ops-bge-reranker-larger", - "workspace": "default" - } - } + "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-bge-reranker-larger\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" }, "PutAlibabaCloudRequestExample3": { "summary": "A sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/alibabacloud_ai_search_sparse` to create an inference endpoint that performs perform a sparse embedding task.", - "value": { - "service": "alibabacloud-ai-search", - "service_settings": { - "api_key": "AlibabaCloud-API-Key", - "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", - "service_id": "ops-text-sparse-embedding-001", - "workspace": "default" - } - } + "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-text-sparse-embedding-001\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" }, "PutAlibabaCloudRequestExample4": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/alibabacloud_ai_search_embeddings` to create an inference endpoint that performs a text embedding task.", - "value": { - "service": "alibabacloud-ai-search", - "service_settings": { - "api_key": "AlibabaCloud-API-Key", - "host": "default-j01.platform-cn-shanghai.opensearch.aliyuncs.com", - "service_id": "ops-text-embedding-001", - "workspace": "default" - } - } + "value": "{\n \"service\": \"alibabacloud-ai-search\",\n \"service_settings\": {\n \"api_key\": \"AlibabaCloud-API-Key\",\n \"service_id\": \"ops-text-embedding-001\",\n \"host\": \"default-j01.platform-cn-shanghai.opensearch.aliyuncs.com\",\n \"workspace\": \"default\"\n }\n}" } } } @@ -10186,27 +9696,12 @@ "PutAmazonBedrockRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/amazon_bedrock_embeddings` to create an inference endpoint that performs a text embedding task.", - "value": { - "service": "amazonbedrock", - "service_settings": { - "access_key": "AWS-access-key", - "model": "amazon.titan-embed-text-v2:0", - "provider": "amazontitan", - "region": "us-east-1", - "secret_key": "AWS-secret-key" - } - } + "value": "{\n \"service\": \"amazonbedrock\",\n \"service_settings\": {\n \"access_key\": \"AWS-access-key\",\n \"secret_key\": \"AWS-secret-key\",\n \"region\": \"us-east-1\",\n \"provider\": \"amazontitan\",\n \"model\": \"amazon.titan-embed-text-v2:0\"\n }\n}" }, "PutAmazonBedrockRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/openai-completion` to create an inference endpoint to perform a completion task type.", - "value": { - "service": "openai", - "service_settings": { - "api_key": "OpenAI-API-Key", - "model_id": "gpt-3.5-turbo" - } - } + "value": "{\n \"service\": \"openai\",\n \"service_settings\": {\n \"api_key\": \"OpenAI-API-Key\",\n \"model_id\": \"gpt-3.5-turbo\"\n }\n}" } } } @@ -10286,16 +9781,7 @@ "examples": { "PutAnthropicRequestExample1": { "description": "Run `PUT _inference/completion/anthropic_completion` to create an inference endpoint that performs a completion task.", - "value": { - "service": "anthropic", - "service_settings": { - "api_key": "Anthropic-Api-Key", - "model_id": "Model-ID" - }, - "task_settings": { - "max_tokens": 1024 - } - } + "value": "{\n \"service\": \"anthropic\",\n \"service_settings\": {\n \"api_key\": \"Anthropic-Api-Key\",\n \"model_id\": \"Model-ID\"\n },\n \"task_settings\": {\n \"max_tokens\": 1024\n }\n}" } } } @@ -10376,28 +9862,12 @@ "PutAzureAiStudioRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/azure_ai_studio_embeddings` to create an inference endpoint that performs a text_embedding task. Note that you do not specify a model here, as it is defined already in the Azure AI Studio deployment.", - "value": { - "service": "azureaistudio", - "service_settings": { - "api_key": "Azure-AI-Studio-API-key", - "endpoint_type": "token", - "provider": "openai", - "target": "Target-Uri" - } - } + "value": "{\n \"service\": \"azureaistudio\",\n \"service_settings\": {\n \"api_key\": \"Azure-AI-Studio-API-key\",\n \"target\": \"Target-Uri\",\n \"provider\": \"openai\",\n \"endpoint_type\": \"token\"\n }\n}" }, "PutAzureAiStudioRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/azure_ai_studio_completion` to create an inference endpoint that performs a completion task.", - "value": { - "service": "azureaistudio", - "service_settings": { - "api_key": "Azure-AI-Studio-API-key", - "endpoint_type": "realtime", - "provider": "databricks", - "target": "Target-URI" - } - } + "value": "{\n \"service\": \"azureaistudio\",\n \"service_settings\": {\n \"api_key\": \"Azure-AI-Studio-API-key\",\n \"target\": \"Target-URI\",\n \"provider\": \"databricks\",\n \"endpoint_type\": \"realtime\"\n }\n}" } } } @@ -10478,28 +9948,12 @@ "PutAzureOpenAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/azure_openai_embeddings` to create an inference endpoint that performs a `text_embedding` task. You do not specify a model, as it is defined already in the Azure OpenAI deployment.", - "value": { - "service": "azureopenai", - "service_settings": { - "api_key": "Api-Key", - "api_version": "2024-02-01", - "deployment_id": "Deployment-id", - "resource_name": "Resource-name" - } - } + "value": "{\n \"service\": \"azureopenai\",\n \"service_settings\": {\n \"api_key\": \"Api-Key\",\n \"resource_name\": \"Resource-name\",\n \"deployment_id\": \"Deployment-id\",\n \"api_version\": \"2024-02-01\"\n }\n}" }, "PutAzureOpenAiRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/azure_openai_completion` to create an inference endpoint that performs a `completion` task.", - "value": { - "service": "azureopenai", - "service_settings": { - "api_key": "Api-Key", - "api_version": "2024-02-01", - "deployment_id": "Deployment-id", - "resource_name": "Resource-name" - } - } + "value": "{\n \"service\": \"azureopenai\",\n \"service_settings\": {\n \"api_key\": \"Api-Key\",\n \"resource_name\": \"Resource-name\",\n \"deployment_id\": \"Deployment-id\",\n \"api_version\": \"2024-02-01\"\n }\n}" } } } @@ -10580,29 +10034,12 @@ "PutCohereRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/cohere-embeddings` to create an inference endpoint that performs a text embedding task.", - "value": { - "service": "cohere", - "service_settings": { - "api_key": "Cohere-Api-key", - "embedding_type": "byte", - "model_id": "embed-english-light-v3.0" - } - } + "value": "{\n \"service\": \"cohere\",\n \"service_settings\": {\n \"api_key\": \"Cohere-Api-key\",\n \"model_id\": \"embed-english-light-v3.0\",\n \"embedding_type\": \"byte\"\n }\n}" }, "PutCohereRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/cohere-rerank` to create an inference endpoint that performs a rerank task.", - "value": { - "service": "cohere", - "service_settings": { - "api_key": "Cohere-API-key", - "model_id": "rerank-english-v3.0" - }, - "task_settings": { - "return_documents": true, - "top_n": 10 - } - } + "value": "{\n \"service\": \"cohere\",\n \"service_settings\": {\n \"api_key\": \"Cohere-API-key\",\n \"model_id\": \"rerank-english-v3.0\"\n },\n \"task_settings\": {\n \"top_n\": 10,\n \"return_documents\": true\n }\n}" } } } @@ -10683,84 +10120,32 @@ "PutElasticsearchRequestExample1": { "summary": "ELSER sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task. The `model_id` must be the ID of one of the built-in ELSER models. The API will automatically download the ELSER model if it isn't already downloaded and then deploy the model.", - "value": { - "service": "elasticsearch", - "service_settings": { - "adaptive_allocations": { - "enabled": true, - "max_number_of_allocations": 4, - "min_number_of_allocations": 1 - }, - "model_id": ".elser_model_2", - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"adaptive_allocations\": { \n \"enabled\": true,\n \"min_number_of_allocations\": 1,\n \"max_number_of_allocations\": 4\n },\n \"num_threads\": 1,\n \"model_id\": \".elser_model_2\" \n }\n}" }, "PutElasticsearchRequestExample2": { "summary": "Elastic rerank task", "description": "Run `PUT _inference/rerank/my-elastic-rerank` to create an inference endpoint that performs a rerank task using the built-in Elastic Rerank cross-encoder model. The `model_id` must be `.rerank-v1`, which is the ID of the built-in Elastic Rerank model. The API will automatically download the Elastic Rerank model if it isn't already downloaded and then deploy the model. Once deployed, the model can be used for semantic re-ranking with a `text_similarity_reranker` retriever.", - "value": { - "service": "elasticsearch", - "service_settings": { - "adaptive_allocations": { - "enabled": true, - "max_number_of_allocations": 4, - "min_number_of_allocations": 1 - }, - "model_id": ".rerank-v1", - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"model_id\": \".rerank-v1\", \n \"num_threads\": 1,\n \"adaptive_allocations\": { \n \"enabled\": true,\n \"min_number_of_allocations\": 1,\n \"max_number_of_allocations\": 4\n }\n }\n}" }, "PutElasticsearchRequestExample3": { "summary": "E5 text embedding task", "description": "Run `PUT _inference/text_embedding/my-e5-model` to create an inference endpoint that performs a `text_embedding` task. The `model_id` must be the ID of one of the built-in E5 models. The API will automatically download the E5 model if it isn't already downloaded and then deploy the model.", - "value": { - "service": "elasticsearch", - "service_settings": { - "model_id": ".multilingual-e5-small", - "num_allocations": 1, - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1,\n \"model_id\": \".multilingual-e5-small\" \n }\n}" }, "PutElasticsearchRequestExample4": { "summary": "Eland text embedding task", "description": "Run `PUT _inference/text_embedding/my-msmarco-minilm-model` to create an inference endpoint that performs a `text_embedding` task with a model that was uploaded by Eland.", - "value": { - "service": "elasticsearch", - "service_settings": { - "model_id": "msmarco-MiniLM-L12-cos-v5", - "num_allocations": 1, - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1,\n \"model_id\": \"msmarco-MiniLM-L12-cos-v5\" \n }\n}" }, "PutElasticsearchRequestExample5": { "summary": "Adaptive allocation", "description": "Run `PUT _inference/text_embedding/my-e5-model` to create an inference endpoint that performs a `text_embedding` task and to configure adaptive allocations. The API request will automatically download the E5 model if it isn't already downloaded and then deploy the model.", - "value": { - "service": "elasticsearch", - "service_settings": { - "adaptive_allocations": { - "enabled": true, - "max_number_of_allocations": 10, - "min_number_of_allocations": 3 - }, - "model_id": ".multilingual-e5-small", - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"adaptive_allocations\": {\n \"enabled\": true,\n \"min_number_of_allocations\": 3,\n \"max_number_of_allocations\": 10\n },\n \"num_threads\": 1,\n \"model_id\": \".multilingual-e5-small\"\n }\n}" }, "PutElasticsearchRequestExample6": { "summary": "Existing model deployment", "description": "Run `PUT _inference/sparse_embedding/use_existing_deployment` to use an already existing model deployment when creating an inference endpoint.", - "value": { - "service": "elasticsearch", - "service_settings": { - "deployment_id": ".elser_model_2" - } - } + "value": "{\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"deployment_id\": \".elser_model_2\"\n }\n}" } } } @@ -10777,22 +10162,7 @@ "examples": { "PutElasticsearchResponseExample1": { "description": "A successful response from `PUT _inference/sparse_embedding/use_existing_deployment`. It contains the model ID and the threads and allocations settings from the model deployment.\n", - "value": { - "chunking_settings": { - "max_chunk_size": 250, - "sentence_overlap": 1, - "strategy": "sentence" - }, - "inference_id": "use_existing_deployment", - "service": "elasticsearch", - "service_settings": { - "deployment_id": ".elser_model_2", - "model_id": ".elser_model_2", - "num_allocations": 2, - "num_threads": 1 - }, - "task_type": "sparse_embedding" - } + "value": "{\n \"inference_id\": \"use_existing_deployment\",\n \"task_type\": \"sparse_embedding\",\n \"service\": \"elasticsearch\",\n \"service_settings\": {\n \"num_allocations\": 2,\n \"num_threads\": 1,\n \"model_id\": \".elser_model_2\",\n \"deployment_id\": \".elser_model_2\"\n },\n \"chunking_settings\": {\n \"strategy\": \"sentence\",\n \"max_chunk_size\": 250,\n \"sentence_overlap\": 1\n }\n}" } } } @@ -10859,28 +10229,12 @@ "PutElserRequestExample1": { "summary": "A sparse embedding task", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task. The request will automatically download the ELSER model if it isn't already downloaded and then deploy the model.", - "value": { - "service": "elser", - "service_settings": { - "num_allocations": 1, - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elser\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1\n }\n}" }, "PutElserRequestExample2": { "summary": "Adaptive allocations", "description": "Run `PUT _inference/sparse_embedding/my-elser-model` to create an inference endpoint that performs a `sparse_embedding` task with adaptive allocations. When adaptive allocations are enabled, the number of allocations of the model is set automatically based on the current load.", - "value": { - "service": "elser", - "service_settings": { - "adaptive_allocations": { - "enabled": true, - "max_number_of_allocations": 10, - "min_number_of_allocations": 3 - }, - "num_threads": 1 - } - } + "value": "{\n \"service\": \"elser\",\n \"service_settings\": {\n \"adaptive_allocations\": {\n \"enabled\": true,\n \"min_number_of_allocations\": 3,\n \"max_number_of_allocations\": 10\n },\n \"num_threads\": 1\n }\n}" } } } @@ -10897,16 +10251,7 @@ "examples": { "PutElserResponseExample1": { "description": "A successful response when creating an ELSER inference endpoint.", - "value": { - "inference_id": "my-elser-model", - "service": "elser", - "service_settings": { - "num_allocations": 1, - "num_threads": 1 - }, - "task_settings": {}, - "task_type": "sparse_embedding" - } + "value": "{\n \"inference_id\": \"my-elser-model\",\n \"task_type\": \"sparse_embedding\",\n \"service\": \"elser\",\n \"service_settings\": {\n \"num_allocations\": 1,\n \"num_threads\": 1\n },\n \"task_settings\": {}\n}" } } } @@ -10974,13 +10319,7 @@ "PutGoogleAiStudioRequestExample1": { "summary": "A completion task", "description": "Run `PUT _inference/completion/google_ai_studio_completion` to create an inference endpoint to perform a `completion` task type.", - "value": { - "service": "googleaistudio", - "service_settings": { - "api_key": "api-key", - "model_id": "model-id" - } - } + "value": "{\n \"service\": \"googleaistudio\",\n \"service_settings\": {\n \"api_key\": \"api-key\",\n \"model_id\": \"model-id\"\n }\n}" } } } @@ -11061,26 +10400,12 @@ "PutGoogleVertexAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/google_vertex_ai_embeddings` to create an inference endpoint to perform a `text_embedding` task type.", - "value": { - "service": "googlevertexai", - "service_settings": { - "location": "location", - "model_id": "model-id", - "project_id": "project-id", - "service_account_json": "service-account-json" - } - } + "value": "{\n \"service\": \"googlevertexai\",\n \"service_settings\": {\n \"service_account_json\": \"service-account-json\",\n \"model_id\": \"model-id\",\n \"location\": \"location\",\n \"project_id\": \"project-id\"\n }\n}" }, "PutGoogleVertexAiRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/google_vertex_ai_rerank` to create an inference endpoint to perform a `rerank` task type.", - "value": { - "service": "googlevertexai", - "service_settings": { - "project_id": "project-id", - "service_account_json": "service-account-json" - } - } + "value": "{\n \"service\": \"googlevertexai\",\n \"service_settings\": {\n \"service_account_json\": \"service-account-json\",\n \"project_id\": \"project-id\"\n }\n}" } } } @@ -11158,13 +10483,7 @@ "PutHuggingFaceRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/hugging-face-embeddings` to create an inference endpoint that performs a `text_embedding` task type.", - "value": { - "service": "hugging_face", - "service_settings": { - "api_key": "hugging-face-access-token", - "url": "url-endpoint" - } - } + "value": "{\n \"service\": \"hugging_face\",\n \"service_settings\": {\n \"api_key\": \"hugging-face-access-token\", \n \"url\": \"url-endpoint\" \n }\n}" } } } @@ -11245,28 +10564,12 @@ "PutJinaAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/jinaai-embeddings` to create an inference endpoint for text embedding tasks using the JinaAI service.", - "value": { - "service": "jinaai", - "service_settings": { - "api_key": "JinaAi-Api-key", - "model_id": "jina-embeddings-v3" - } - } + "value": "{\n \"service\": \"jinaai\",\n \"service_settings\": {\n \"model_id\": \"jina-embeddings-v3\",\n \"api_key\": \"JinaAi-Api-key\"\n }\n}" }, "PutJinaAiRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/jinaai-rerank` to create an inference endpoint for rerank tasks using the JinaAI service.", - "value": { - "service": "jinaai", - "service_settings": { - "api_key": "JinaAI-Api-key", - "model_id": "jina-reranker-v2-base-multilingual" - }, - "task_settings": { - "return_documents": true, - "top_n": 10 - } - } + "value": "{\n \"service\": \"jinaai\",\n \"service_settings\": {\n \"api_key\": \"JinaAI-Api-key\",\n \"model_id\": \"jina-reranker-v2-base-multilingual\"\n },\n \"task_settings\": {\n \"top_n\": 10,\n \"return_documents\": true\n }\n}" } } } @@ -11343,13 +10646,7 @@ "examples": { "PutMistralRequestExample1": { "description": "Run `PUT _inference/text_embedding/mistral-embeddings-test` to create a Mistral inference endpoint that performs a text embedding task.", - "value": { - "service": "mistral", - "service_settings": { - "api_key": "Mistral-API-Key", - "model": "mistral-embed" - } - } + "value": "{\n \"service\": \"mistral\",\n \"service_settings\": {\n \"api_key\": \"Mistral-API-Key\",\n \"model\": \"mistral-embed\" \n }\n}" } } } @@ -11430,28 +10727,12 @@ "PutOpenAiRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/openai-embeddings` to create an inference endpoint that performs a `text_embedding` task. The embeddings created by requests to this endpoint will have 128 dimensions.", - "value": { - "service": "openai", - "service_settings": { - "api_key": "OpenAI-API-Key", - "dimensions": 128, - "model_id": "text-embedding-3-small" - } - } + "value": "{\n \"service\": \"openai\",\n \"service_settings\": {\n \"api_key\": \"OpenAI-API-Key\",\n \"model_id\": \"text-embedding-3-small\",\n \"dimensions\": 128\n }\n}" }, "PutOpenAiRequestExample2": { "summary": "A completion task", "description": "Run `PUT _inference/completion/amazon_bedrock_completion` to create an inference endpoint to perform a completion task.", - "value": { - "service": "amazonbedrock", - "service_settings": { - "access_key": "AWS-access-key", - "model": "amazon.titan-text-premier-v1:0", - "provider": "amazontitan", - "region": "us-east-1", - "secret_key": "AWS-secret-key" - } - } + "value": "{\n \"service\": \"amazonbedrock\",\n \"service_settings\": {\n \"access_key\": \"AWS-access-key\",\n \"secret_key\": \"AWS-secret-key\",\n \"region\": \"us-east-1\",\n \"provider\": \"amazontitan\",\n \"model\": \"amazon.titan-text-premier-v1:0\"\n }\n}" } } } @@ -11532,23 +10813,12 @@ "PutVoyageAIRequestExample1": { "summary": "A text embedding task", "description": "Run `PUT _inference/text_embedding/voyageai-embeddings` to create an inference endpoint that performs a `text_embedding` task. The embeddings created by requests to this endpoint will have 512 dimensions.", - "value": { - "service": "voyageai", - "service_settings": { - "dimensions": 512, - "model_id": "voyage-3-large" - } - } + "value": "{\n \"service\": \"voyageai\",\n \"service_settings\": {\n \"model_id\": \"voyage-3-large\",\n \"dimensions\": 512\n }\n}" }, "PutVoyageAIRequestExample2": { "summary": "A rerank task", "description": "Run `PUT _inference/rerank/voyageai-rerank` to create an inference endpoint that performs a `rerank` task.", - "value": { - "service": "voyageai", - "service_settings": { - "model_id": "rerank-2" - } - } + "value": "{\n \"service\": \"voyageai\",\n \"service_settings\": {\n \"model_id\": \"rerank-2\"\n }\n}" } } } @@ -11622,16 +10892,7 @@ "examples": { "PutWatsonxRequestExample1": { "description": "Run `PUT _inference/text_embedding/watsonx-embeddings` to create an Watonsx inference endpoint that performs a text embedding task.", - "value": { - "service": "watsonxai", - "service_settings": { - "api_key": "Watsonx-API-Key", - "api_version": "2024-03-14", - "model_id": "ibm/slate-30m-english-rtrvr", - "project_id": "IBM-Cloud-ID", - "url": "Wastonx-URL" - } - } + "value": "{\n \"service\": \"watsonxai\",\n \"service_settings\": {\n \"api_key\": \"Watsonx-API-Key\", \n \"url\": \"Wastonx-URL\", \n \"model_id\": \"ibm/slate-30m-english-rtrvr\",\n \"project_id\": \"IBM-Cloud-ID\", \n \"api_version\": \"2024-03-14\"\n }\n}" } } } @@ -11719,18 +10980,7 @@ "RerankRequestExample1": { "summary": "Rerank task", "description": "Run `POST _inference/rerank/cohere_rerank` to perform reranking on the example input.", - "value": { - "input": [ - "luke", - "like", - "leia", - "chewy", - "r2d2", - "star", - "wars" - ], - "query": "star wars main character" - } + "value": "{\n \"input\": [\"luke\", \"like\", \"leia\", \"chewy\",\"r2d2\", \"star\", \"wars\"],\n \"query\": \"star wars main character\"\n}" } } } @@ -11748,45 +10998,7 @@ "RerankResponseExample1": { "summary": "Rerank task", "description": "A successful response from `POST _inference/rerank/cohere_rerank`.\n", - "value": { - "rerank": [ - { - "index": "2", - "relevance_score": "0.011597361", - "text": "leia" - }, - { - "index": "0", - "relevance_score": "0.006338922", - "text": "luke" - }, - { - "index": "5", - "relevance_score": "0.0016166499", - "text": "star" - }, - { - "index": "4", - "relevance_score": "0.0011695103", - "text": "r2d2" - }, - { - "index": "1", - "relevance_score": "5.614787E-4", - "text": "like" - }, - { - "index": "6", - "relevance_score": "3.7850367E-4", - "text": "wars" - }, - { - "index": "3", - "relevance_score": "1.2508839E-5", - "text": "chewy" - } - ] - } + "value": "{\n \"rerank\": [\n {\n \"index\": \"2\",\n \"relevance_score\": \"0.011597361\",\n \"text\": \"leia\"\n },\n {\n \"index\": \"0\",\n \"relevance_score\": \"0.006338922\",\n \"text\": \"luke\"\n },\n {\n \"index\": \"5\",\n \"relevance_score\": \"0.0016166499\",\n \"text\": \"star\"\n },\n {\n \"index\": \"4\",\n \"relevance_score\": \"0.0011695103\",\n \"text\": \"r2d2\"\n },\n {\n \"index\": \"1\",\n \"relevance_score\": \"5.614787E-4\",\n \"text\": \"like\"\n },\n {\n \"index\": \"6\",\n \"relevance_score\": \"3.7850367E-4\",\n \"text\": \"wars\"\n },\n {\n \"index\": \"3\",\n \"relevance_score\": \"1.2508839E-5\",\n \"text\": \"chewy\"\n }\n ]\n}" } } } @@ -11858,9 +11070,7 @@ "SparseEmbeddingRequestExample1": { "summary": "Sparse embedding task", "description": "Run `POST _inference/sparse_embedding/my-elser-model` to perform sparse embedding on the example sentence.", - "value": { - "input": "The sky above the port was the color of television tuned to a dead channel." - } + "value": "{\n \"input\": \"The sky above the port was the color of television tuned to a dead channel.\"\n}" } } } @@ -11878,26 +11088,7 @@ "SparseEmbeddingResponseExample1": { "summary": "Sparse embedding task", "description": "An abbreviated response from `POST _inference/sparse_embedding/my-elser-model`.\n", - "value": { - "sparse_embedding": [ - { - "above": 1.2425821, - "channel": 0.99471164, - "color": 1.6922266, - "colors": 1.1218185, - "dead": 1.6247464, - "poem": 1.0042328, - "port": 2.1259406, - "ports": 1.0067928, - "scene": 0.9020516, - "sky": 1.7073475, - "television": 1.3525393, - "tune": 0.96235967, - "tuned": 1.1440028, - "tv": 1.0111054 - } - ] - } + "value": "{\n \"sparse_embedding\": [\n {\n \"port\": 2.1259406,\n \"sky\": 1.7073475,\n \"color\": 1.6922266,\n \"dead\": 1.6247464,\n \"television\": 1.3525393,\n \"above\": 1.2425821,\n \"tuned\": 1.1440028,\n \"colors\": 1.1218185,\n \"tv\": 1.0111054,\n \"ports\": 1.0067928,\n \"poem\": 1.0042328,\n \"channel\": 0.99471164,\n \"tune\": 0.96235967,\n \"scene\": 0.9020516\n }\n ]\n}" } } } @@ -11969,12 +11160,7 @@ "TextEmbeddingRequestExample1": { "summary": "Text embedding task", "description": "Run `POST _inference/text_embedding/my-cohere-endpoint` to perform text embedding on the example sentence using the Cohere integration,", - "value": { - "input": "The sky above the port was the color of television tuned to a dead channel.", - "task_settings": { - "input_type": "ingest" - } - } + "value": "{\n \"input\": \"The sky above the port was the color of television tuned to a dead channel.\",\n \"task_settings\": {\n \"input_type\": \"ingest\"\n }\n}" } } } @@ -12045,23 +11231,7 @@ "examples": { "RootNodeInfoResponseExample1": { "description": "A successful response from `GET /`s.", - "value": { - "cluster_name": "my_test_cluster", - "cluster_uuid": "5QaxoN0pRZuOmWSxstBBwQ", - "name": "instance-0000000000", - "tagline": "You Know, for Search", - "version": { - "build_date": "2024-02-01T13:07:13.727175297Z", - "build_flavor": "default", - "build_hash": "6185ba65d27469afabc9bc951cded6c17c21e3f3", - "build_snapshot": false, - "build_type": "docker", - "lucene_version": "9.9.2", - "minimum_index_compatibility_version": "7.0.0", - "minimum_wire_compatibility_version": "7.17.0", - "number": "8.12.1" - } - } + "value": "{\n \"name\": \"instance-0000000000\",\n \"cluster_name\": \"my_test_cluster\",\n \"cluster_uuid\": \"5QaxoN0pRZuOmWSxstBBwQ\",\n \"version\": {\n \"build_date\": \"2024-02-01T13:07:13.727175297Z\",\n \"minimum_wire_compatibility_version\": \"7.17.0\",\n \"build_hash\": \"6185ba65d27469afabc9bc951cded6c17c21e3f3\",\n \"number\": \"8.12.1\",\n \"lucene_version\": \"9.9.2\",\n \"minimum_index_compatibility_version\": \"7.0.0\",\n \"build_flavor\": \"default\",\n \"build_snapshot\": false,\n \"build_type\": \"docker\"\n },\n \"tagline\": \"You Know, for Search\"\n}" } } } @@ -12207,41 +11377,12 @@ "examples": { "PutPipelineRequestExample1": { "summary": "Create an ingest pipeline.", - "value": { - "description": "My optional pipeline description", - "processors": [ - { - "set": { - "description": "My optional processor description", - "field": "my-keyword-field", - "value": "foo" - } - } - ] - } + "value": "{\n \"description\" : \"My optional pipeline description\",\n \"processors\" : [\n {\n \"set\" : {\n \"description\" : \"My optional processor description\",\n \"field\": \"my-keyword-field\",\n \"value\": \"foo\"\n }\n }\n ]\n}" }, "PutPipelineRequestExample2": { "summary": "Create an ingest pipeline with metadata.", "description": "You can use the `_meta` parameter to add arbitrary metadata to a pipeline.", - "value": { - "_meta": { - "reason": "set my-keyword-field to foo", - "serialization": { - "class": "MyPipeline", - "id": 10 - } - }, - "description": "My optional pipeline description", - "processors": [ - { - "set": { - "description": "My optional processor description", - "field": "my-keyword-field", - "value": "foo" - } - } - ] - } + "value": "{\n \"description\" : \"My optional pipeline description\",\n \"processors\" : [\n {\n \"set\" : {\n \"description\" : \"My optional processor description\",\n \"field\": \"my-keyword-field\",\n \"value\": \"foo\"\n }\n }\n ],\n \"_meta\": {\n \"reason\": \"set my-keyword-field to foo\",\n \"serialization\": {\n \"class\": \"MyPipeline\",\n \"id\": 10\n }\n }\n}" } } } @@ -12531,22 +11672,7 @@ "examples": { "GetLicenseResponseExample1": { "description": "A successful response from `GET /_license`.", - "value": { - "license": { - "expiry_date": "2018-11-19T22:05:12.332Z", - "expiry_date_in_millis": 1542665112332, - "issue_date": "2018-10-20T22:05:12.332Z", - "issue_date_in_millis": 1540073112332, - "issued_to": "test", - "issuer": "elasticsearch", - "max_nodes": 1000, - "max_resource_units": null, - "start_date_in_millis": -1, - "status": "active", - "type": "trial", - "uid": "cbff45e7-c553-41f7-ae4f-9205eabd80xx" - } - } + "value": "{\n \"license\" : {\n \"status\" : \"active\",\n \"uid\" : \"cbff45e7-c553-41f7-ae4f-9205eabd80xx\",\n \"type\" : \"trial\",\n \"issue_date\" : \"2018-10-20T22:05:12.332Z\",\n \"issue_date_in_millis\" : 1540073112332,\n \"expiry_date\" : \"2018-11-19T22:05:12.332Z\",\n \"expiry_date_in_millis\" : 1542665112332,\n \"max_nodes\" : 1000,\n \"max_resource_units\" : null,\n \"issued_to\" : \"test\",\n \"issuer\" : \"elasticsearch\",\n \"start_date_in_millis\" : -1\n }\n}" } } } @@ -12611,24 +11737,7 @@ "LogstashPutPipelineRequestExample1": { "summary": "Create a pipeline", "description": "Run `PUT _logstash/pipeline/my_pipeline` to create a pipeline.", - "value": { - "description": "Sample pipeline for illustration purposes", - "last_modified": "2021-01-02T02:50:51.250Z", - "pipeline": "input {}\\n filter { grok {} }\\n output {}", - "pipeline_metadata": { - "type": "logstash_pipeline", - "version": 1 - }, - "pipeline_settings": { - "pipeline.batch.delay": 50, - "pipeline.batch.size": 125, - "pipeline.workers": 1, - "queue.checkpoint.writes": 1024, - "queue.max_bytes": "1gb", - "queue.type": "memory" - }, - "username": "elastic" - } + "value": "{\n \"description\": \"Sample pipeline for illustration purposes\",\n \"last_modified\": \"2021-01-02T02:50:51.250Z\",\n \"pipeline_metadata\": {\n \"type\": \"logstash_pipeline\",\n \"version\": 1\n },\n \"username\": \"elastic\",\n \"pipeline\": \"input {}\\\\n filter { grok {} }\\\\n output {}\",\n \"pipeline_settings\": {\n \"pipeline.workers\": 1,\n \"pipeline.batch.size\": 125,\n \"pipeline.batch.delay\": 50,\n \"queue.type\": \"memory\",\n \"queue.max_bytes\": \"1gb\",\n \"queue.checkpoint.writes\": 1024\n }\n}" } } } @@ -12972,9 +12081,7 @@ "examples": { "MlCloseJobResponseExample1": { "description": "A successful response when closing anomaly detection jobs.", - "value": { - "closed": true - } + "value": "{\n \"closed\": true\n}" } } } @@ -13141,9 +12248,7 @@ "examples": { "MlDeleteCalendarResponseExample1": { "description": "A successful response when deleting a calendar.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -13195,9 +12300,7 @@ "examples": { "MlDeleteCalendarEventResponseExample1": { "description": "A successful response when deleting a calendar event.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -13325,10 +12428,7 @@ "examples": { "MlDeleteCalendarJobResponseExample1": { "description": "A successful response when deleting an anomaly detection job from a calendar.", - "value": { - "calendar_id": "planned-outages", - "job_ids": [] - } + "value": "{\n \"calendar_id\": \"planned-outages\",\n \"job_ids\": []\n}" } } } @@ -13560,9 +12660,7 @@ "examples": { "MlDeleteDataFrameAnalyticsResponseExample1": { "description": "A successful response when deleting a data frame analytics job.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -13841,9 +12939,7 @@ "examples": { "MlDeleteDatafeedResponseExample1": { "description": "A successful response when deleting a datafeed.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -13986,9 +13082,7 @@ "examples": { "MlDeleteFilterResponseExample1": { "description": "A successful response when deleting a filter.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -14157,53 +13251,7 @@ "examples": { "MlPutJobRequestExample1": { "description": "A request to create an anomaly detection job and datafeed.", - "value": { - "analysis_config": { - "bucket_span": "15m", - "detectors": [ - { - "detector_description": "Sum of bytes", - "field_name": "bytes", - "function": "sum" - } - ] - }, - "analysis_limits": { - "model_memory_limit": "11MB" - }, - "data_description": { - "time_field": "timestamp", - "time_format": "epoch_ms" - }, - "datafeed_config": { - "datafeed_id": "datafeed-test-job1", - "indices": [ - "kibana_sample_data_logs" - ], - "query": { - "bool": { - "must": [ - { - "match_all": {} - } - ] - } - }, - "runtime_mappings": { - "hour_of_day": { - "script": { - "source": "emit(doc['timestamp'].value.getHour());" - }, - "type": "long" - } - } - }, - "model_plot_config": { - "annotations_enabled": true, - "enabled": true - }, - "results_index_name": "test-job1" - } + "value": "{\n \"analysis_config\": {\n \"bucket_span\": \"15m\",\n \"detectors\": [\n {\n \"detector_description\": \"Sum of bytes\",\n \"function\": \"sum\",\n \"field_name\": \"bytes\"\n }\n ]\n },\n \"data_description\": {\n \"time_field\": \"timestamp\",\n \"time_format\": \"epoch_ms\"\n },\n \"analysis_limits\": {\n \"model_memory_limit\": \"11MB\"\n },\n \"model_plot_config\": {\n \"enabled\": true,\n \"annotations_enabled\": true\n },\n \"results_index_name\": \"test-job1\",\n \"datafeed_config\": {\n \"indices\": [\n \"kibana_sample_data_logs\"\n ],\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"match_all\": {}\n }\n ]\n }\n },\n \"runtime_mappings\": {\n \"hour_of_day\": {\n \"type\": \"long\",\n \"script\": {\n \"source\": \"emit(doc['timestamp'].value.getHour());\"\n }\n }\n },\n \"datafeed_id\": \"datafeed-test-job1\"\n }\n}" } } } @@ -14299,86 +13347,7 @@ "examples": { "MlPutJobResponseExample1": { "description": "A successful response when creating an anomaly detection job and datafeed.", - "value": { - "allow_lazy_open": false, - "analysis_config": { - "bucket_span": "15m", - "detectors": [ - { - "detector_description": "Sum of bytes", - "detector_index": 0, - "field_name": "bytes", - "function": "sum" - } - ], - "influencers": [], - "model_prune_window": "30d" - }, - "analysis_limits": { - "categorization_examples_limit": 4, - "model_memory_limit": "11mb" - }, - "create_time": 1656087283340, - "daily_model_snapshot_retention_after_days": 1, - "data_description": { - "time_field": "timestamp", - "time_format": "epoch_ms" - }, - "datafeed_config": { - "authorization": { - "roles": [ - "superuser" - ] - }, - "chunking_config": { - "mode": "auto" - }, - "datafeed_id": "datafeed-test-job1", - "delayed_data_check_config": { - "enabled": true - }, - "indices": [ - "kibana_sample_data_logs" - ], - "indices_options": { - "allow_no_indices": true, - "expand_wildcards": [ - "open" - ], - "ignore_throttled": true, - "ignore_unavailable": false - }, - "job_id": "test-job1", - "query": { - "bool": { - "must": [ - { - "match_all": {} - } - ] - } - }, - "query_delay": "61499ms", - "runtime_mappings": { - "hour_of_day": { - "script": { - "source": "emit(doc['timestamp'].value.getHour());" - }, - "type": "long" - } - }, - "scroll_size": 1000 - }, - "job_id": "test-job1", - "job_type": "anomaly_detector", - "job_version": "8.4.0", - "model_plot_config": { - "annotations_enabled": true, - "enabled": true - }, - "model_snapshot_retention_days": 10, - "results_index_name": "custom-test-job1" - } + "value": "{\n \"job_id\": \"test-job1\",\n \"job_type\": \"anomaly_detector\",\n \"job_version\": \"8.4.0\",\n \"create_time\": 1656087283340,\n \"datafeed_config\": {\n \"datafeed_id\": \"datafeed-test-job1\",\n \"job_id\": \"test-job1\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"query_delay\": \"61499ms\",\n \"chunking_config\": {\n \"mode\": \"auto\"\n },\n \"indices_options\": {\n \"expand_wildcards\": [\n \"open\"\n ],\n \"ignore_unavailable\": false,\n \"allow_no_indices\": true,\n \"ignore_throttled\": true\n },\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"match_all\": {}\n }\n ]\n }\n },\n \"indices\": [\n \"kibana_sample_data_logs\"\n ],\n \"scroll_size\": 1000,\n \"delayed_data_check_config\": {\n \"enabled\": true\n },\n \"runtime_mappings\": {\n \"hour_of_day\": {\n \"type\": \"long\",\n \"script\": {\n \"source\": \"emit(doc['timestamp'].value.getHour());\"\n }\n }\n }\n },\n \"analysis_config\": {\n \"bucket_span\": \"15m\",\n \"detectors\": [\n {\n \"detector_description\": \"Sum of bytes\",\n \"function\": \"sum\",\n \"field_name\": \"bytes\",\n \"detector_index\": 0\n }\n ],\n \"influencers\": [],\n \"model_prune_window\": \"30d\"\n },\n \"analysis_limits\": {\n \"model_memory_limit\": \"11mb\",\n \"categorization_examples_limit\": 4\n },\n \"data_description\": {\n \"time_field\": \"timestamp\",\n \"time_format\": \"epoch_ms\"\n },\n \"model_plot_config\": {\n \"enabled\": true,\n \"annotations_enabled\": true\n },\n \"model_snapshot_retention_days\": 10,\n \"daily_model_snapshot_retention_after_days\": 1,\n \"results_index_name\": \"custom-test-job1\",\n \"allow_lazy_open\": false\n}" } } } @@ -14449,16 +13418,12 @@ "MlDeleteJobResponseExample1": { "summary": "Delete job", "description": "A successful response when deleting an anomaly detection job.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" }, "MlDeleteJobResponseExample2": { "summary": "Delete job asynchronously", "description": "A successful response when deleting an anomaly detection job asynchronously. When the `wait_for_completion` query parameter is set to `false`, the response contains an identifier for the job deletion task.\n", - "value": { - "task": "oTUltX4IQMOUUVeiohTt8A:39" - } + "value": "{\n \"task\": \"oTUltX4IQMOUUVeiohTt8A:39\"\n}" } } } @@ -14667,9 +13632,7 @@ "examples": { "MlDeleteTrainedModelResponseExample1": { "description": "A successful response when deleting an existing trained inference model.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -14777,9 +13740,7 @@ "examples": { "MlDeleteTrainedModelAliasResponseExample1": { "description": "A successful response when deleting a trained model alias.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -14825,31 +13786,7 @@ "examples": { "MlEstimateModelMemoryRequestExample1": { "description": "Run `POST _ml/anomaly_detectors/_estimate_model_memory` to estimate the model memory limit based on the analysis configuration details provided in the request body.", - "value": { - "analysis_config": { - "bucket_span": "5m", - "detectors": [ - { - "by_field_name": "status", - "field_name": "bytes", - "function": "sum", - "partition_field_name": "app" - } - ], - "influencers": [ - "source_ip", - "dest_ip" - ] - }, - "max_bucket_cardinality": { - "dest_ip": 30, - "source_ip": 300 - }, - "overall_cardinality": { - "app": 50, - "status": 10 - } - } + "value": "{\n \"analysis_config\": {\n \"bucket_span\": \"5m\",\n \"detectors\": [\n {\n \"function\": \"sum\",\n \"field_name\": \"bytes\",\n \"by_field_name\": \"status\",\n \"partition_field_name\": \"app\"\n }\n ],\n \"influencers\": [\n \"source_ip\",\n \"dest_ip\"\n ]\n },\n \"overall_cardinality\": {\n \"status\": 10,\n \"app\": 50\n },\n \"max_bucket_cardinality\": {\n \"source_ip\": 300,\n \"dest_ip\": 30\n }\n}" } } } @@ -14875,9 +13812,7 @@ "examples": { "MlEstimateModelMemoryResponseExample1": { "description": "A successful response from `POST _ml/anomaly_detectors/_estimate_model_memory`.", - "value": { - "model_memory_estimate": "21mb" - } + "value": "{\n \"model_memory_estimate\": \"21mb\"\n}" } } } @@ -14920,108 +13855,27 @@ "MlEvaluateDataFrameRequestExample1": { "summary": "Classification example 1", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate a a classification job for an annotated index. The `actual_field` contains the ground truth for classification. The `predicted_field` contains the predicted value calculated by the classification analysis.\n", - "value": { - "evaluation": { - "classification": { - "actual_field": "animal_class", - "metrics": { - "multiclass_confusion_matrix": {} - }, - "predicted_field": "ml.animal_class_prediction" - } - }, - "index": "animal_classification" - } + "value": "{\n \"index\": \"animal_classification\",\n \"evaluation\": {\n \"classification\": {\n \"actual_field\": \"animal_class\",\n \"predicted_field\": \"ml.animal_class_prediction\",\n \"metrics\": {\n \"multiclass_confusion_matrix\": {}\n }\n }\n }\n}" }, "MlEvaluateDataFrameRequestExample2": { "summary": "Classification example 2", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate a classification job with AUC ROC metrics for an annotated index. The `actual_field` contains the ground truth value for the actual animal classification. This is required in order to evaluate results. The `class_name` specifies the class name that is treated as positive during the evaluation, all the other classes are treated as negative.\n", - "value": { - "evaluation": { - "classification": { - "actual_field": "animal_class", - "metrics": { - "auc_roc": { - "class_name": "dog" - } - } - } - }, - "index": "animal_classification" - } + "value": "{\n \"index\": \"animal_classification\",\n \"evaluation\": {\n \"classification\": {\n \"actual_field\": \"animal_class\",\n \"metrics\": {\n \"auc_roc\": {\n \"class_name\": \"dog\"\n }\n }\n }\n }\n}" }, "MlEvaluateDataFrameRequestExample3": { "summary": "Outlier detection", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate an outlier detection job for an annotated index.\n", - "value": { - "evaluation": { - "outlier_detection": { - "actual_field": "is_outlier", - "predicted_probability_field": "ml.outlier_score" - } - }, - "index": "my_analytics_dest_index" - } + "value": "{\n \"index\": \"my_analytics_dest_index\",\n \"evaluation\": {\n \"outlier_detection\": {\n \"actual_field\": \"is_outlier\",\n \"predicted_probability_field\": \"ml.outlier_score\"\n }\n }\n}" }, "MlEvaluateDataFrameRequestExample4": { "summary": "Regression example 1", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate the testing error of a regression job for an annotated index. The term query in the body limits evaluation to be performed on the test split only. The `actual_field` contains the ground truth for house prices. The `predicted_field` contains the house price calculated by the regression analysis.\n", - "value": { - "evaluation": { - "regression": { - "actual_field": "price", - "metrics": { - "huber": { - "delta": 1.5 - }, - "mse": {}, - "msle": { - "offset": 10 - }, - "r_squared": {} - }, - "predicted_field": "ml.price_prediction" - } - }, - "index": "house_price_predictions", - "query": { - "bool": { - "filter": [ - { - "term": { - "ml.is_training": false - } - } - ] - } - } - } + "value": "{\n \"index\": \"house_price_predictions\",\n \"query\": {\n \"bool\": {\n \"filter\": [\n {\n \"term\": {\n \"ml.is_training\": false\n }\n }\n ]\n }\n },\n \"evaluation\": {\n \"regression\": {\n \"actual_field\": \"price\",\n \"predicted_field\": \"ml.price_prediction\",\n \"metrics\": {\n \"r_squared\": {},\n \"mse\": {},\n \"msle\": {\n \"offset\": 10\n },\n \"huber\": {\n \"delta\": 1.5\n }\n }\n }\n }\n}" }, "MlEvaluateDataFrameRequestExample5": { "summary": "Regression example 2", "description": "Run `POST _ml/data_frame/_evaluate` to evaluate the training error of a regression job for an annotated index. The term query in the body limits evaluation to be performed on the training split only. The `actual_field` contains the ground truth for house prices. The `predicted_field` contains the house price calculated by the regression analysis.\n", - "value": { - "evaluation": { - "regression": { - "actual_field": "price", - "metrics": { - "huber": {}, - "mse": {}, - "msle": {}, - "r_squared": {} - }, - "predicted_field": "ml.price_prediction" - } - }, - "index": "house_price_predictions", - "query": { - "term": { - "ml.is_training": { - "value": true - } - } - } - } + "value": "{\n \"index\": \"house_price_predictions\",\n \"query\": {\n \"term\": {\n \"ml.is_training\": {\n \"value\": true\n }\n }\n },\n \"evaluation\": {\n \"regression\": {\n \"actual_field\": \"price\",\n \"predicted_field\": \"ml.price_prediction\",\n \"metrics\": {\n \"r_squared\": {},\n \"mse\": {},\n \"msle\": {},\n \"huber\": {}\n }\n }\n }\n}" } } } @@ -15051,97 +13905,17 @@ "MlEvaluateDataFrameResponseExample1": { "summary": "Classification example 1", "description": "A succesful response from `POST _ml/data_frame/_evaluate` to evaluate a classification analysis job for an annotated index. The `actual_class` contains the name of the class the analysis tried to predict. The `actual_class_doc_count` is the number of documents in the index belonging to the `actual_class`. The `predicted_classes` object contains the list of the predicted classes and the number of predictions associated with the class.\n", - "value": { - "classification": { - "multiclass_confusion_matrix": { - "confusion_matrix": [ - { - "actual_class": "cat", - "actual_class_doc_count": 12, - "other_predicted_class_doc_count": 0, - "predicted_classes": [ - { - "count": 12, - "predicted_class": "cat" - }, - { - "count": 0, - "predicted_class": "dog" - } - ] - }, - { - "actual_class": "dog", - "actual_class_doc_count": 11, - "other_predicted_class_doc_count": 0, - "predicted_classes": [ - { - "count": 7, - "predicted_class": "dog" - }, - { - "count": 4, - "predicted_class": "cat" - } - ] - } - ], - "other_actual_class_count": 0 - } - } - } + "value": "{\n \"classification\": {\n \"multiclass_confusion_matrix\": {\n \"confusion_matrix\": [\n {\n \"actual_class\": \"cat\",\n \"actual_class_doc_count\": 12,\n \"predicted_classes\": [\n {\n \"predicted_class\": \"cat\",\n \"count\": 12\n },\n {\n \"predicted_class\": \"dog\",\n \"count\": 0\n }\n ],\n \"other_predicted_class_doc_count\": 0\n },\n {\n \"actual_class\": \"dog\",\n \"actual_class_doc_count\": 11,\n \"predicted_classes\": [\n {\n \"predicted_class\": \"dog\",\n \"count\": 7\n },\n {\n \"predicted_class\": \"cat\",\n \"count\": 4\n }\n ],\n \"other_predicted_class_doc_count\": 0\n }\n ],\n \"other_actual_class_count\": 0\n }\n }\n}" }, "MlEvaluateDataFrameResponseExample2": { "summary": "Classification example 2", "description": "A succesful response from `POST _ml/data_frame/_evaluate` to evaluate a classification analysis job with the AUC ROC metrics for an annotated index.\n", - "value": { - "classification": { - "auc_roc": { - "value": 0.8941788639536681 - } - } - } + "value": "{\n \"classification\": {\n \"auc_roc\": {\n \"value\": 0.8941788639536681\n }\n }\n}" }, "MlEvaluateDataFrameResponseExample3": { "summary": "Outlier detection", "description": "A successful response from `POST _ml/data_frame/_evaluate` to evaluate an outlier detection job.", - "value": { - "outlier_detection": { - "auc_roc": { - "value": 0.9258475774641444 - }, - "confusion_matrix": { - "0.25": { - "fn": 5, - "fp": 9, - "tn": 204, - "tp": 5 - }, - "0.5": { - "fn": 9, - "fp": 5, - "tn": 208, - "tp": 1 - }, - "0.75": { - "fn": 10, - "fp": 4, - "tn": 209, - "tp": 0 - } - }, - "precision": { - "0.25": 0.35714285714285715, - "0.5": 0.16666666666666666, - "0.75": 0 - }, - "recall": { - "0.25": 0.5, - "0.5": 0.1, - "0.75": 0 - } - } - } + "value": "{\n \"outlier_detection\": {\n \"auc_roc\": {\n \"value\": 0.9258475774641445\n },\n \"confusion_matrix\": {\n \"0.25\": {\n \"tp\": 5,\n \"fp\": 9,\n \"tn\": 204,\n \"fn\": 5\n },\n \"0.5\": {\n \"tp\": 1,\n \"fp\": 5,\n \"tn\": 208,\n \"fn\": 9\n },\n \"0.75\": {\n \"tp\": 0,\n \"fp\": 4,\n \"tn\": 209,\n \"fn\": 10\n }\n },\n \"precision\": {\n \"0.25\": 0.35714285714285715,\n \"0.5\": 0.16666666666666666,\n \"0.75\": 0\n },\n \"recall\": {\n \"0.25\": 0.5,\n \"0.5\": 0.1,\n \"0.75\": 0\n }\n }\n}" } } } @@ -16056,9 +14830,7 @@ "examples": { "MlOpenJobRequestExample1": { "description": "A request to open anomaly detection jobs. The timeout specifies to wait 35 minutes for the job to open.\n", - "value": { - "timeout": "35m" - } + "value": "{\n \"timeout\": \"35m\"\n}" } } } @@ -16087,10 +14859,7 @@ "examples": { "MlOpenJobResponseExample1": { "description": "A successful response when opening an anomaly detection job.", - "value": { - "node": "node-1", - "opened": true - } + "value": "{\n \"opened\": true,\n \"node\": \"node-1\"\n}" } } } @@ -18441,15 +17210,7 @@ "examples": { "OpenPointInTimeResponseExample1": { "description": "A successful response from `POST /my-index-000001/_pit?keep_alive=1m&allow_partial_search_results=true`. It includes a summary of the total number of shards, as well as the number of successful shards when creating the PIT.\n", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 10, - "total": 10 - }, - "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA=" - } + "value": "{\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA=\",\n \"_shards\": {\n \"total\": 10,\n \"successful\": 10,\n \"skipped\": 0,\n \"failed\": 0\n }\n}" } } } @@ -18579,26 +17340,7 @@ "examples": { "QueryRuleGetResponseExample1": { "description": "A successful response from `GET _query_rules/my-ruleset/_rule/my-rule1`.", - "value": { - "actions": { - "ids": [ - "id1", - "id2" - ] - }, - "criteria": [ - { - "metadata": "query_string", - "type": "contains", - "values": [ - "pugs", - "puggles" - ] - } - ], - "rule_id": "my-rule1", - "type": "pinned" - } + "value": "{\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"query_string\",\n \"values\": [\n \"pugs\",\n \"puggles\"\n ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n}" } } } @@ -18677,11 +17419,7 @@ "examples": { "QueryRulePutRequestExample1": { "description": "Run `POST _query_rules/my-ruleset/_test` to test a ruleset. Provide the match criteria that you want to test against.\n", - "value": { - "match_criteria": { - "query_string": "puggles" - } - } + "value": "{\n \"match_criteria\": {\n \"query_string\": \"puggles\"\n }\n}" } } } @@ -18788,56 +17526,7 @@ "examples": { "QueryRulesetGetResponseExample1": { "description": "A successful response from `GET _query_rules/my-ruleset/`.", - "value": { - "rules": [ - { - "actions": { - "ids": [ - "id1", - "id2" - ] - }, - "criteria": [ - { - "metadata": "query_string", - "type": "contains", - "values": [ - "pugs", - "puggles" - ] - } - ], - "rule_id": "my-rule1", - "type": "pinned" - }, - { - "actions": { - "docs": [ - { - "_id": "id3", - "_index": "index1" - }, - { - "_id": "id4", - "_index": "index2" - } - ] - }, - "criteria": [ - { - "metadata": "query_string", - "type": "fuzzy", - "values": [ - "rescue dogs" - ] - } - ], - "rule_id": "my-rule2", - "type": "pinned" - } - ], - "ruleset_id": "my-ruleset" - } + "value": "{\n \"ruleset_id\": \"my-ruleset\",\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"query_string\",\n \"values\": [ \"pugs\", \"puggles\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"query_string\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" } } } @@ -18896,62 +17585,7 @@ "examples": { "QueryRulesetPutRequestExample1": { "description": "Run `PUT _query_rules/my-ruleset` to create a new query ruleset. Two rules are associated with `my-ruleset`. `my-rule1` will pin documents with IDs `id1` and `id2` when `user_query` contains `pugs` or `puggles` and `user_country` exactly matches `us`. `my-rule2` will exclude documents from different specified indices with IDs `id3` and `id4` when the `query_string` fuzzily matches `rescue dogs`.\n", - "value": { - "rules": [ - { - "actions": { - "ids": [ - "id1", - "id2" - ] - }, - "criteria": [ - { - "metadata": "user_query", - "type": "contains", - "values": [ - "pugs", - "puggles" - ] - }, - { - "metadata": "user_country", - "type": "exact", - "values": [ - "us" - ] - } - ], - "rule_id": "my-rule1", - "type": "pinned" - }, - { - "actions": { - "docs": [ - { - "_id": "id3", - "_index": "index1" - }, - { - "_id": "id4", - "_index": "index2" - } - ] - }, - "criteria": [ - { - "metadata": "user_query", - "type": "fuzzy", - "values": [ - "rescue dogs" - ] - } - ], - "rule_id": "my-rule2", - "type": "pinned" - } - ] - } + "value": "{\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"user_query\",\n \"values\": [ \"pugs\", \"puggles\" ]\n },\n {\n \"type\": \"exact\",\n \"metadata\": \"user_country\",\n \"values\": [ \"us\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"user_query\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" } } } @@ -19071,34 +17705,7 @@ "examples": { "QueryRulesetListResponseExample1": { "description": "A successful response from `GET _query_rules/?from=0&size=3`.", - "value": { - "count": 3, - "results": [ - { - "rule_criteria_types_counts": { - "exact": 1 - }, - "rule_total_count": 1, - "ruleset_id": "ruleset-1" - }, - { - "rule_criteria_types_counts": { - "exact": 1, - "fuzzy": 1 - }, - "rule_total_count": 2, - "ruleset_id": "ruleset-2" - }, - { - "rule_criteria_types_counts": { - "exact": 1, - "fuzzy": 2 - }, - "rule_total_count": 3, - "ruleset_id": "ruleset-3" - } - ] - } + "value": "{\n \"count\": 3,\n \"results\": [\n {\n \"ruleset_id\": \"ruleset-1\",\n \"rule_total_count\": 1,\n \"rule_criteria_types_counts\": {\n \"exact\": 1\n }\n },\n {\n \"ruleset_id\": \"ruleset-2\",\n \"rule_total_count\": 2,\n \"rule_criteria_types_counts\": {\n \"exact\": 1,\n \"fuzzy\": 1\n }\n },\n {\n \"ruleset_id\": \"ruleset-3\",\n \"rule_total_count\": 3,\n \"rule_criteria_types_counts\": {\n \"exact\": 1,\n \"fuzzy\": 2\n }\n }\n ]\n}" } } } @@ -19150,62 +17757,7 @@ "examples": { "QueryRulesetTestRequestExample1": { "description": "Run `PUT _query_rules/my-ruleset` to create a new query ruleset. Two rules are associated with `my-ruleset`. `my-rule1` will pin documents with IDs `id1` and `id2` when `user_query` contains `pugs` or `puggles` and `user_country` exactly matches `us`. `my-rule2` will exclude documents from different specified indices with IDs `id3` and `id4` when the `query_string` fuzzily matches `rescue dogs`.\n", - "value": { - "rules": [ - { - "actions": { - "ids": [ - "id1", - "id2" - ] - }, - "criteria": [ - { - "metadata": "user_query", - "type": "contains", - "values": [ - "pugs", - "puggles" - ] - }, - { - "metadata": "user_country", - "type": "exact", - "values": [ - "us" - ] - } - ], - "rule_id": "my-rule1", - "type": "pinned" - }, - { - "actions": { - "docs": [ - { - "_id": "id3", - "_index": "index1" - }, - { - "_id": "id4", - "_index": "index2" - } - ] - }, - "criteria": [ - { - "metadata": "user_query", - "type": "fuzzy", - "values": [ - "rescue dogs" - ] - } - ], - "rule_id": "my-rule2", - "type": "pinned" - } - ] - } + "value": "{\n \"rules\": [\n {\n \"rule_id\": \"my-rule1\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"contains\",\n \"metadata\": \"user_query\",\n \"values\": [ \"pugs\", \"puggles\" ]\n },\n {\n \"type\": \"exact\",\n \"metadata\": \"user_country\",\n \"values\": [ \"us\" ]\n }\n ],\n \"actions\": {\n \"ids\": [\n \"id1\",\n \"id2\"\n ]\n }\n },\n {\n \"rule_id\": \"my-rule2\",\n \"type\": \"pinned\",\n \"criteria\": [\n {\n \"type\": \"fuzzy\",\n \"metadata\": \"user_query\",\n \"values\": [ \"rescue dogs\" ]\n }\n ],\n \"actions\": {\n \"docs\": [\n {\n \"_index\": \"index1\",\n \"_id\": \"id3\"\n },\n {\n \"_index\": \"index2\",\n \"_id\": \"id4\"\n }\n ]\n }\n }\n ]\n}" } } } @@ -19238,15 +17790,7 @@ "examples": { "QueryRulesetTestResponseExample1": { "description": "A successful response from `POST _query_rules/my-ruleset/_test`.", - "value": { - "matched_rules": [ - { - "rule_id": "my-rule1", - "ruleset_id": "my-ruleset" - } - ], - "total_matched_rules": 1 - } + "value": "{\n \"total_matched_rules\": 1,\n \"matched_rules\": [\n {\n \"ruleset_id\": \"my-ruleset\",\n \"rule_id\": \"my-rule1\"\n }\n ]\n}" } } } @@ -19515,211 +18059,67 @@ "ReindexRequestExample1": { "summary": "Reindex multiple sources", "description": "Run `POST _reindex` to reindex from multiple sources. The `index` attribute in source can be a list, which enables you to copy from lots of sources in one request. This example copies documents from the `my-index-000001` and `my-index-000002` indices.\n", - "value": { - "dest": { - "index": "my-new-index-000002" - }, - "source": { - "index": [ - "my-index-000001", - "my-index-000002" - ] - } - } + "value": "{\n \"source\": {\n \"index\": [\"my-index-000001\", \"my-index-000002\"]\n },\n \"dest\": {\n \"index\": \"my-new-index-000002\"\n }\n}" }, "ReindexRequestExample10": { "summary": "Reindex with Painless", "description": "You can use Painless to reindex daily indices to apply a new template to the existing documents. The script extracts the date from the index name and creates a new index with `-1` appended. For example, all data from `metricbeat-2016.05.31` will be reindexed into `metricbeat-2016.05.31-1`.\n", - "value": { - "dest": { - "index": "metricbeat" - }, - "script": { - "lang": "painless", - "source": "ctx._index = 'metricbeat-' + (ctx._index.substring('metricbeat-'.length(), ctx._index.length())) + '-1'" - }, - "source": { - "index": "metricbeat-*" - } - } + "value": "{\n \"source\": {\n \"index\": \"metricbeat-*\"\n },\n \"dest\": {\n \"index\": \"metricbeat\"\n },\n \"script\": {\n \"lang\": \"painless\",\n \"source\": \"ctx._index = 'metricbeat-' + (ctx._index.substring('metricbeat-'.length(), ctx._index.length())) + '-1'\"\n }\n}" }, "ReindexRequestExample11": { "summary": "Reindex a random subset", "description": "Run `POST _reindex` to extract a random subset of the source for testing. You might need to adjust the `min_score` value depending on the relative amount of data extracted from source.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "max_docs": 10, - "source": { - "index": "my-index-000001", - "query": { - "function_score": { - "min_score": 0.9, - "random_score": {} - } - } - } - } + "value": "{\n \"max_docs\": 10,\n \"source\": {\n \"index\": \"my-index-000001\",\n \"query\": {\n \"function_score\" : {\n \"random_score\" : {},\n \"min_score\" : 0.9\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample12": { "summary": "Reindex modified documents", "description": "Run `POST _reindex` to modify documents during reindexing. This example bumps the version of the source document.\n", - "value": { - "dest": { - "index": "my-new-index-000001", - "version_type": "external" - }, - "script": { - "lang": "painless", - "source": "if (ctx._source.foo == 'bar') {ctx._version++; ctx._source.remove('foo')}" - }, - "source": { - "index": "my-index-000001" - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\",\n \"version_type\": \"external\"\n },\n \"script\": {\n \"source\": \"if (ctx._source.foo == 'bar') {ctx._version++; ctx._source.remove('foo')}\",\n \"lang\": \"painless\"\n }\n}" }, "ReindexRequestExample13": { "summary": "Reindex from remote on Elastic Cloud", "description": "When using Elastic Cloud, you can run `POST _reindex` and authenticate against a remote cluster with an API key.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "index": "my-index-000001", - "query": { - "match": { - "test": "data" - } - }, - "remote": { - "host": "http://otherhost:9200", - "password": "pass", - "username": "user" - } - } - } + "value": "{\n \"source\": {\n \"remote\": {\n \"host\": \"http://otherhost:9200\",\n \"username\": \"user\",\n \"password\": \"pass\"\n },\n \"index\": \"my-index-000001\",\n \"query\": {\n \"match\": {\n \"test\": \"data\"\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample2": { "summary": "Manual slicing", "description": "Run `POST _reindex` to slice a reindex request manually. Provide a slice ID and total number of slices to each request.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "index": "my-index-000001", - "slice": { - "id": 0, - "max": 2 - } - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample3": { "summary": "Automatic slicing", "description": "Run `POST _reindex?slices=5&refresh` to automatically parallelize using sliced scroll to slice on `_id`. The `slices` parameter specifies the number of slices to use.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "index": "my-index-000001" - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample4": { "summary": "Routing", "description": "By default if reindex sees a document with routing then the routing is preserved unless it's changed by the script. You can set `routing` on the `dest` request to change this behavior. In this example, run `POST _reindex` to copy all documents from the `source` with the company name `cat` into the `dest` with routing set to `cat`.\n", - "value": { - "dest": { - "index": "dest", - "routing": "=cat" - }, - "source": { - "index": "source", - "query": { - "match": { - "company": "cat" - } - } - } - } + "value": "{\n \"source\": {\n \"index\": \"source\",\n \"query\": {\n \"match\": {\n \"company\": \"cat\"\n }\n }\n },\n \"dest\": {\n \"index\": \"dest\",\n \"routing\": \"=cat\"\n }\n}" }, "ReindexRequestExample5": { "summary": "Ingest pipelines", "description": "Run `POST _reindex` and use the ingest pipelines feature.", - "value": { - "dest": { - "index": "dest", - "pipeline": "some_ingest_pipeline" - }, - "source": { - "index": "source" - } - } + "value": "{\n \"source\": {\n \"index\": \"source\"\n },\n \"dest\": {\n \"index\": \"dest\",\n \"pipeline\": \"some_ingest_pipeline\"\n }\n}" }, "ReindexRequestExample6": { "summary": "Reindex with a query", "description": "Run `POST _reindex` and add a query to the `source` to limit the documents to reindex. For example, this request copies documents into `my-new-index-000001` only if they have a `user.id` of `kimchy`.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "index": "my-index-000001", - "query": { - "term": { - "user.id": "kimchy" - } - } - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample7": { "summary": "Reindex with max_docs", "description": "You can limit the number of processed documents by setting `max_docs`. For example, run `POST _reindex` to copy a single document from `my-index-000001` to `my-new-index-000001`.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "max_docs": 1, - "source": { - "index": "my-index-000001" - } - } + "value": "{\n \"max_docs\": 1,\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample8": { "summary": "Reindex selected fields", "description": "You can use source filtering to reindex a subset of the fields in the original documents. For example, run `POST _reindex` the reindex only the `user.id` and `_doc` fields of each document.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "source": { - "_source": [ - "user.id", - "_doc" - ], - "index": "my-index-000001" - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\",\n \"_source\": [\"user.id\", \"_doc\"]\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n }\n}" }, "ReindexRequestExample9": { "summary": "Reindex new field names", "description": "A reindex operation can build a copy of an index with renamed fields. If your index has documents with `text` and `flag` fields, you can change the latter field name to `tag` during the reindex.\n", - "value": { - "dest": { - "index": "my-new-index-000001" - }, - "script": { - "source": "ctx._source.tag = ctx._source.remove(\"flag\")" - }, - "source": { - "index": "my-index-000001" - } - } + "value": "{\n \"source\": {\n \"index\": \"my-index-000001\"\n },\n \"dest\": {\n \"index\": \"my-new-index-000001\"\n },\n \"script\": {\n \"source\": \"ctx._source.tag = ctx._source.remove(\\\"flag\\\")\"\n }\n}" } } } @@ -20559,34 +18959,7 @@ "examples": { "SearchApplicationGetResponseExample1": { "description": "A sucessful response from `GET _application/search_application/my-app/`.", - "value": { - "indices": [ - "index1", - "index2" - ], - "name": "my-app", - "template": { - "script": { - "lang": "mustache", - "options": { - "content_type": "application/json;charset=utf-8" - }, - "params": { - "default_field": "*", - "query_string": "*" - }, - "source": { - "query": { - "query_string": { - "default_field": "{{default_field}}", - "query": "{{query_string}}" - } - } - } - } - }, - "updated_at_millis": 1682105622204 - } + "value": "{\n \"name\": \"my-app\",\n \"indices\": [ \"index1\", \"index2\" ],\n \"updated_at_millis\": 1682105622204,\n \"template\": {\n \"script\": {\n \"source\": {\n \"query\": {\n \"query_string\": {\n \"query\": \"{{query_string}}\",\n \"default_field\": \"{{default_field}}\"\n }\n }\n },\n \"lang\": \"mustache\",\n \"options\": {\n \"content_type\": \"application/json;charset=utf-8\"\n },\n \"params\": {\n \"query_string\": \"*\",\n \"default_field\": \"*\"\n }\n }\n }\n}" } } } @@ -20633,46 +19006,7 @@ "examples": { "SearchApplicationPutRequestExample1": { "description": "Run `PUT _application/search_application/my-app` to create or update a search application called `my-app`. When the dictionary parameter is specified, the search application search API will perform the following parameter validation: it accepts only the `query_string` and `default_field` parameters; it verifies that `query_string` and `default_field` are both strings; it accepts `default_field` only if it takes the values title or description. If the parameters are not valid, the search application search API will return an error.\n", - "value": { - "indices": [ - "index1", - "index2" - ], - "template": { - "dictionary": { - "properties": { - "additionalProperties": false, - "default_field": { - "enum": [ - "title", - "description" - ], - "type": "string" - }, - "query_string": { - "type": "string" - } - }, - "required": [ - "query_string" - ] - }, - "script": { - "params": { - "default_field": "*", - "query_string": "*" - }, - "source": { - "query": { - "query_string": { - "default_field": "{{default_field}}", - "query": "{{query_string}}" - } - } - } - } - } - } + "value": "{\n \"indices\": [ \"index1\", \"index2\" ],\n \"template\": {\n \"script\": {\n \"source\": {\n \"query\": {\n \"query_string\": {\n \"query\": \"{{query_string}}\",\n \"default_field\": \"{{default_field}}\"\n }\n }\n },\n \"params\": {\n \"query_string\": \"*\",\n \"default_field\": \"*\"\n }\n },\n \"dictionary\": {\n \"properties\": {\n \"query_string\": {\n \"type\": \"string\"\n },\n \"default_field\": {\n \"type\": \"string\",\n \"enum\": [\n \"title\",\n \"description\"\n ]\n },\n \"additionalProperties\": false\n },\n \"required\": [\n \"query_string\"\n ]\n }\n }\n}" } } } @@ -20908,19 +19242,7 @@ "examples": { "SearchApplicationsListResponseExample1": { "description": "A succesful response from `GET _application/search_application?from=0&size=3&q=app*` returns the first three search applications whose names start with `app`.", - "value": { - "count": 2, - "results": [ - { - "name": "app-1", - "updated_at_millis": 1690981129366 - }, - { - "name": "app-2", - "updated_at_millis": 1691501823939 - } - ] - } + "value": "{\n \"count\": 2,\n \"results\": [\n {\n \"name\": \"app-1\",\n \"updated_at_millis\": 1690981129366\n },\n {\n \"name\": \"app-2\",\n \"updated_at_millis\": 1691501823939\n }\n ]\n}" } } } @@ -21432,25 +19754,7 @@ "examples": { "SecurityAuthenticateResponseExample1": { "description": "A successful response from `GET /_security/_authenticate`.", - "value": { - "authentication_realm": { - "name": "file", - "type": "file" - }, - "authentication_type": "realm", - "email": null, - "enabled": true, - "full_name": null, - "lookup_realm": { - "name": "file", - "type": "file" - }, - "metadata": {}, - "roles": [ - "admin" - ], - "username": "rdeniro" - } + "value": "{\n \"username\": \"rdeniro\",\n \"roles\": [\n \"admin\"\n ],\n \"full_name\": null,\n \"email\": null,\n \"metadata\": { },\n \"enabled\": true,\n \"authentication_realm\": {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"lookup_realm\": {\n \"name\" : \"file\",\n \"type\" : \"file\"\n },\n \"authentication_type\": \"realm\"\n}" } } } @@ -21573,105 +19877,12 @@ "SecurityGetApiKeyResponseExample1": { "summary": "Get a key by ID", "description": "A successful response from `GET /_security/api_key?id=VuaCfGcBCdbkQm-e5aOx&with_limited_by=true`.", - "value": { - "api_keys": [ - { - "creation": 1548550550158, - "expiration": 1548551550158, - "id": "VuaCfGcBCdbkQm-e5aOx", - "invalidated": false, - "limited_by": [ - { - "role-power-user": { - "applications": [], - "cluster": [ - "monitor" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "*" - ], - "privileges": [ - "read" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - } - ], - "metadata": { - "application": "myapp" - }, - "name": "my-api-key", - "realm": "native1", - "realm_type": "native", - "role_descriptors": {}, - "username": "myuser" - } - ] - } + "value": "{\n \"api_keys\": [ \n {\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\", \n \"name\": \"my-api-key\", \n \"creation\": 1548550550158, \n \"expiration\": 1548551550158, \n \"invalidated\": false, \n \"username\": \"myuser\", \n \"realm\": \"native1\", \n \"realm_type\": \"native\",\n \"metadata\": { \n \"application\": \"myapp\"\n },\n \"role_descriptors\": { }, \n \"limited_by\": [ \n {\n \"role-power-user\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n ]\n }\n ]\n}" }, "SecurityGetApiKeyResponseExample2": { "summary": "Get all keys for a user", "description": "A successful response from `GET /_security/api_key?username=myuser&realm_name=native1`. The response contains all API keys for the user `myuser` in the `native1` realm.\n", - "value": { - "api_keys": [ - { - "creation": 1548550550158, - "expiration": 1548551550158, - "id": "0GF5GXsBCXxz2eDxWwFN", - "invalidated": false, - "metadata": { - "application": "myapp" - }, - "name": "hadoop_myuser_key", - "realm": "native1", - "realm_type": "native", - "role_descriptors": { - "role-a": { - "applications": [], - "cluster": [ - "monitor" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "index-a" - ], - "privileges": [ - "read" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - }, - "username": "myuser" - }, - { - "creation": 1548550550158, - "id": "6wHJmcQpReKBa42EHV5SBw", - "invalidated": false, - "metadata": {}, - "name": "api-key-name-2", - "realm": "realm-2", - "role_descriptors": {}, - "username": "user-y" - } - ] - } + "value": "{\n \"api_keys\": [\n {\n \"id\": \"0GF5GXsBCXxz2eDxWwFN\",\n \"name\": \"hadoop_myuser_key\",\n \"creation\": 1548550550158,\n \"expiration\": 1548551550158,\n \"invalidated\": false,\n \"username\": \"myuser\",\n \"realm\": \"native1\",\n \"realm_type\": \"native\",\n \"metadata\": {\n \"application\": \"myapp\"\n },\n \"role_descriptors\": {\n \"role-a\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index-a\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n },\n {\n \"id\": \"6wHJmcQpReKBa42EHV5SBw\",\n \"name\": \"api-key-name-2\",\n \"creation\": 1548550550158,\n \"invalidated\": false,\n \"username\": \"user-y\",\n \"realm\": \"realm-2\",\n \"metadata\": {},\n \"role_descriptors\": { }\n }\n ]\n}" } } } @@ -21773,50 +19984,32 @@ "SecurityInvalidateApiKeyRequestExample1": { "summary": "API keys by ID", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by ID.", - "value": { - "ids": [ - "VuaCfGcBCdbkQm-e5aOx" - ] - } + "value": "{\n \"ids\" : [ \"VuaCfGcBCdbkQm-e5aOx\" ]\n}" }, "SecurityInvalidateApiKeyRequestExample2": { "summary": "API keys by name", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by name.", - "value": { - "name": "my-api-key" - } + "value": "{\n \"name\" : \"my-api-key\"\n}" }, "SecurityInvalidateApiKeyRequestExample3": { "summary": "API keys by realm", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the `native1` realm.", - "value": { - "realm_name": "native1" - } + "value": "{\n \"realm_name\" : \"native1\"\n}" }, "SecurityInvalidateApiKeyRequestExample4": { "summary": "API keys by user", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the user `myuser` in all realms.", - "value": { - "username": "myuser" - } + "value": "{\n \"username\" : \"myuser\"\n}" }, "SecurityInvalidateApiKeyRequestExample5": { "summary": "API keys by ID and owner", "description": "Run `DELETE /_security/api_key` to invalidate the API keys identified by ID if they are owned by the currently authenticated user.", - "value": { - "ids": [ - "VuaCfGcBCdbkQm-e5aOx" - ], - "owner": "true" - } + "value": "{\n \"ids\" : [\"VuaCfGcBCdbkQm-e5aOx\"],\n \"owner\" : \"true\"\n}" }, "SecurityInvalidateApiKeyRequestExample6": { "summary": "API keys by user and realm", "description": "Run `DELETE /_security/api_key` to invalidate all API keys for the user `myuser` in the `native1` realm .", - "value": { - "realm_name": "native1", - "username": "myuser" - } + "value": "{\n \"username\" : \"myuser\",\n \"realm_name\" : \"native1\"\n}" } } } @@ -21866,34 +20059,7 @@ "examples": { "SecurityInvalidateApiKeyResponseExample1": { "description": "A successful response from `DELETE /_security/api_key`.\n", - "value": { - "error_count": 2, - "error_details": [ - { - "caused_by": { - "reason": "invalid api key id", - "type": "illegal_argument_exception" - }, - "reason": "error occurred while invalidating api keys", - "type": "exception" - }, - { - "caused_by": { - "reason": "invalid api key id", - "type": "illegal_argument_exception" - }, - "reason": "error occurred while invalidating api keys", - "type": "exception" - } - ], - "invalidated_api_keys": [ - "api-key-id-1" - ], - "previously_invalidated_api_keys": [ - "api-key-id-2", - "api-key-id-3" - ] - } + "value": "{\n \"invalidated_api_keys\": [ \n \"api-key-id-1\"\n ],\n \"previously_invalidated_api_keys\": [ \n \"api-key-id-2\",\n \"api-key-id-3\"\n ],\n \"error_count\": 2, \n \"error_details\": [ \n {\n \"type\": \"exception\",\n \"reason\": \"error occurred while invalidating api keys\",\n \"caused_by\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"invalid api key id\"\n }\n },\n {\n \"type\": \"exception\",\n \"reason\": \"error occurred while invalidating api keys\",\n \"caused_by\": {\n \"type\": \"illegal_argument_exception\",\n \"reason\": \"invalid api key id\"\n }\n }\n ]\n}" } } } @@ -22026,9 +20192,7 @@ "examples": { "SecurityDeleteRoleResponseExample1": { "description": "A successful response from `DELETE /_security/role/my_admin_role`. If the role is successfully deleted, `found` is set to `true`.\n", - "value": { - "found": true - } + "value": "{\n \"found\" : true\n}" } } } @@ -22079,100 +20243,7 @@ "examples": { "SecurityGetBuiltinPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/privilege/_builtin`.", - "value": { - "cluster": [ - "all", - "cancel_task", - "create_snapshot", - "cross_cluster_replication", - "cross_cluster_search", - "delegate_pki", - "grant_api_key", - "manage", - "manage_api_key", - "manage_autoscaling", - "manage_behavioral_analytics", - "manage_ccr", - "manage_connector", - "manage_data_frame_transforms", - "manage_data_stream_global_retention", - "manage_enrich", - "manage_ilm", - "manage_index_templates", - "manage_inference", - "manage_ingest_pipelines", - "manage_logstash_pipelines", - "manage_ml", - "manage_oidc", - "manage_own_api_key", - "manage_pipeline", - "manage_rollup", - "manage_saml", - "manage_search_application", - "manage_search_query_rules", - "manage_search_synonyms", - "manage_security", - "manage_service_account", - "manage_slm", - "manage_token", - "manage_transform", - "manage_user_profile", - "manage_watcher", - "monitor", - "monitor_connector", - "monitor_data_frame_transforms", - "monitor_data_stream_global_retention", - "monitor_enrich", - "monitor_inference", - "monitor_ml", - "monitor_rollup", - "monitor_snapshot", - "monitor_stats", - "monitor_text_structure", - "monitor_transform", - "monitor_watcher", - "none", - "post_behavioral_analytics_event", - "read_ccr", - "read_connector_secrets", - "read_fleet_secrets", - "read_ilm", - "read_pipeline", - "read_security", - "read_slm", - "transport_client", - "write_connector_secrets", - "write_fleet_secrets" - ], - "index": [ - "all", - "auto_configure", - "create", - "create_doc", - "create_index", - "cross_cluster_replication", - "cross_cluster_replication_internal", - "delete", - "delete_index", - "index", - "maintenance", - "manage", - "manage_data_stream_lifecycle", - "manage_follow_index", - "manage_ilm", - "manage_leader_index", - "monitor", - "none", - "read", - "read_cross_cluster", - "view_index_metadata", - "write" - ], - "remote_cluster": [ - "monitor_enrich", - "monitor_stats" - ] - } + "value": "{\n \"cluster\" : [\n \"all\",\n \"cancel_task\",\n \"create_snapshot\",\n \"cross_cluster_replication\",\n \"cross_cluster_search\",\n \"delegate_pki\",\n \"grant_api_key\",\n \"manage\",\n \"manage_api_key\",\n \"manage_autoscaling\",\n \"manage_behavioral_analytics\",\n \"manage_ccr\",\n \"manage_connector\",\n \"manage_data_frame_transforms\",\n \"manage_data_stream_global_retention\",\n \"manage_enrich\",\n \"manage_ilm\",\n \"manage_index_templates\",\n \"manage_inference\",\n \"manage_ingest_pipelines\",\n \"manage_logstash_pipelines\",\n \"manage_ml\",\n \"manage_oidc\",\n \"manage_own_api_key\",\n \"manage_pipeline\",\n \"manage_rollup\",\n \"manage_saml\",\n \"manage_search_application\",\n \"manage_search_query_rules\",\n \"manage_search_synonyms\",\n \"manage_security\",\n \"manage_service_account\",\n \"manage_slm\",\n \"manage_token\",\n \"manage_transform\",\n \"manage_user_profile\",\n \"manage_watcher\",\n \"monitor\",\n \"monitor_connector\",\n \"monitor_data_frame_transforms\",\n \"monitor_data_stream_global_retention\",\n \"monitor_enrich\",\n \"monitor_inference\",\n \"monitor_ml\",\n \"monitor_rollup\",\n \"monitor_snapshot\",\n \"monitor_stats\",\n \"monitor_text_structure\",\n \"monitor_transform\",\n \"monitor_watcher\",\n \"none\",\n \"post_behavioral_analytics_event\",\n \"read_ccr\",\n \"read_connector_secrets\",\n \"read_fleet_secrets\",\n \"read_ilm\",\n \"read_pipeline\",\n \"read_security\",\n \"read_slm\",\n \"transport_client\",\n \"write_connector_secrets\",\n \"write_fleet_secrets\"\n ],\n \"index\" : [\n \"all\",\n \"auto_configure\",\n \"create\",\n \"create_doc\",\n \"create_index\",\n \"cross_cluster_replication\",\n \"cross_cluster_replication_internal\",\n \"delete\",\n \"delete_index\",\n \"index\",\n \"maintenance\",\n \"manage\",\n \"manage_data_stream_lifecycle\",\n \"manage_follow_index\",\n \"manage_ilm\",\n \"manage_leader_index\",\n \"monitor\",\n \"none\",\n \"read\",\n \"read_cross_cluster\",\n \"view_index_metadata\",\n \"write\"\n ],\n \"remote_cluster\" : [\n \"monitor_enrich\",\n \"monitor_stats\"\n ]\n}" } } } @@ -22431,38 +20502,12 @@ "UpdateApiKeyRequestExample1": { "summary": "Update role and metadata", "description": "Run `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx` to assign new role descriptors and metadata to an API key.\n", - "value": { - "metadata": { - "environment": { - "level": 2, - "tags": [ - "production" - ], - "trusted": true - } - }, - "role_descriptors": { - "role-a": { - "indices": [ - { - "names": [ - "*" - ], - "privileges": [ - "write" - ] - } - ] - } - } - } + "value": "{\n \"role_descriptors\": {\n \"role-a\": {\n \"indices\": [\n {\n \"names\": [\"*\"],\n \"privileges\": [\"write\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"environment\": {\n \"level\": 2,\n \"trusted\": true,\n \"tags\": [\"production\"]\n }\n }\n}" }, "UpdateApiKeyRequestExample2": { "summary": "Remove permissions", "description": "Run `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx` to remove the API key's previously assigned permissions. It will inherit the owner user's full permissions.\n", - "value": { - "role_descriptors": {} - } + "value": "{\n \"role_descriptors\": {}\n}" } } } @@ -22489,9 +20534,7 @@ "UpdateApiKeyResponseExample1": { "summary": "Update role and metadata", "description": "A successful response from `PUT /_security/api_key/VuaCfGcBCdbkQm-e5aOx`. The API key's effective permissions after the update will be the intersection of the supplied role descriptors and the owner user's permissions.\n", - "value": { - "updated": true - } + "value": "{\n \"updated\": true\n}" } } } @@ -22526,9 +20569,7 @@ "examples": { "ClearSqlCursorRequestExample1": { "description": "Run `POST _sql/close` to clear an SQL search cursor.", - "value": { - "cursor": "sDXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAAEWYUpOYklQMHhRUEtld3RsNnFtYU1hQQ==:BAFmBGRhdGUBZgVsaWtlcwFzB21lc3NhZ2UBZgR1c2Vy9f///w8=" - } + "value": "{\n \"cursor\": \"sDXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAAEWYUpOYklQMHhRUEtld3RsNnFtYU1hQQ==:BAFmBGRhdGUBZgVsaWtlcwFzB21lc3NhZ2UBZgR1c2Vy9f///w8=\"\n}" } } } @@ -22923,23 +20964,7 @@ "examples": { "SynonymsGetResponseExample1": { "description": "A successful response from `GET _synonyms/my-synonyms-set`.", - "value": { - "count": 3, - "synonyms_set": [ - { - "id": "test-1", - "synonyms": "hello, hi" - }, - { - "id": "test-2", - "synonyms": "bye, goodbye" - }, - { - "id": "test-3", - "synonyms": "test => check" - } - ] - } + "value": "{\n \"count\": 3,\n \"synonyms_set\": [\n {\n \"id\": \"test-1\",\n \"synonyms\": \"hello, hi\"\n },\n {\n \"id\": \"test-2\",\n \"synonyms\": \"bye, goodbye\"\n },\n {\n \"id\": \"test-3\",\n \"synonyms\": \"test => check\"\n }\n ]\n}" } } } @@ -23101,10 +21126,7 @@ "examples": { "SynonymRuleGetResponseExample1": { "description": "A successful response from `GET _synonyms/my-synonyms-set/test-1`.", - "value": { - "id": "test-1", - "synonyms": "hello, hi" - } + "value": "{\n \"id\": \"test-1\",\n \"synonyms\": \"hello, hi\"\n}" } } } @@ -23162,9 +21184,7 @@ "SynonymRulePutRequestExample1": { "summary": "synonyms/apis/put-synonym-rule.asciidoc:107", "description": "", - "value": { - "synonyms": "hello, hi, howdy" - } + "value": "{\n \"synonyms\": \"hello, hi, howdy\"\n}" } } } @@ -23182,27 +21202,7 @@ "examples": { "SynonymRuleResponseExample1": { "description": "A successful response from `PUT _synonyms/my-synonyms-set/test-1`.\n", - "value": { - "reload_analyzers_details": { - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "reload_details": [ - { - "index": "test-index", - "reloaded_analyzers": [ - "my_search_analyzer" - ], - "reloaded_node_ids": [ - "1wYFZzq8Sxeu_Jvt9mlbkg" - ] - } - ] - }, - "result": "updated" - } + "value": "{\n \"result\": \"updated\",\n \"reload_analyzers_details\": {\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"reload_details\": [\n {\n \"index\": \"test-index\",\n \"reloaded_analyzers\": [\n \"my_search_analyzer\"\n ],\n \"reloaded_node_ids\": [\n \"1wYFZzq8Sxeu_Jvt9mlbkg\"\n ]\n }\n ]\n }\n}" } } } @@ -23253,27 +21253,7 @@ "examples": { "SynonymRuleDeleteResponseExample1": { "description": "A successful response from `DELETE _synonyms/my-synonyms-set/test-1`. All analyzers using this synonyms set will be reloaded automatically to reflect the rule being deleted.\n", - "value": { - "reload_analyzers_details": { - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "reload_details": [ - { - "index": "test-index", - "reloaded_analyzers": [ - "my_search_analyzer" - ], - "reloaded_node_ids": [ - "1wYFZzq8Sxeu_Jvt9mlbkg" - ] - } - ] - }, - "result": "deleted" - } + "value": "{\n \"result\": \"deleted\",\n \"reload_analyzers_details\": {\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"reload_details\": [\n {\n \"index\": \"test-index\",\n \"reloaded_analyzers\": [\n \"my_search_analyzer\"\n ],\n \"reloaded_node_ids\": [\n \"1wYFZzq8Sxeu_Jvt9mlbkg\"\n ]\n }\n ]\n }\n}" } } } @@ -23341,23 +21321,7 @@ "examples": { "SynonymsSetsGetResponseExample1": { "description": "A successful response from `GET _synonyms`.", - "value": { - "count": 3, - "results": [ - { - "count": 2, - "synonyms_set": "ecommerce-synonyms" - }, - { - "count": 3, - "synonyms_set": "my-synonyms-set" - }, - { - "count": 1, - "synonyms_set": "new-ecommerce-synonyms" - } - ] - } + "value": "{\n \"count\": 3,\n \"results\": [\n {\n \"synonyms_set\": \"ecommerce-synonyms\",\n \"count\": 2\n },\n {\n \"synonyms_set\": \"my-synonyms-set\",\n \"count\": 3\n },\n {\n \"synonyms_set\": \"new-ecommerce-synonyms\",\n \"count\": 1\n }\n ]\n}" } } } @@ -23438,75 +21402,12 @@ "GetTaskResponseExample1": { "summary": "Get cluster actions", "description": "A successful response from `GET _tasks?actions=cluster:*`, which retrieves all cluster-related tasks.\n", - "value": { - "nodes": { - "oTUltX4IQMOUUVeiohTt8A": { - "host": "127.0.0.1", - "ip": "127.0.0.1:9300", - "name": "H5dfFeA", - "tasks": { - "oTUltX4IQMOUUVeiohTt8A:123": { - "action": "cluster:monitor/tasks/lists", - "cancellable": false, - "id": 123, - "node": "oTUltX4IQMOUUVeiohTt8A", - "running_time_in_nanos": 236042, - "start_time_in_millis": 1458585884904, - "type": "transport" - }, - "oTUltX4IQMOUUVeiohTt8A:124": { - "action": "cluster:monitor/tasks/lists[n]", - "cancellable": false, - "id": 124, - "node": "oTUltX4IQMOUUVeiohTt8A", - "parent_task_id": "oTUltX4IQMOUUVeiohTt8A:123", - "running_time_in_nanos": 47402, - "start_time_in_millis": 1458585884904, - "type": "direct" - } - }, - "transport_address": "127.0.0.1:9300" - } - } - } + "value": "{\n \"nodes\" : {\n \"oTUltX4IQMOUUVeiohTt8A\" : {\n \"name\" : \"H5dfFeA\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"tasks\" : {\n \"oTUltX4IQMOUUVeiohTt8A:124\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 124,\n \"type\" : \"direct\",\n \"action\" : \"cluster:monitor/tasks/lists[n]\",\n \"start_time_in_millis\" : 1458585884904,\n \"running_time_in_nanos\" : 47402,\n \"cancellable\" : false,\n \"parent_task_id\" : \"oTUltX4IQMOUUVeiohTt8A:123\"\n },\n \"oTUltX4IQMOUUVeiohTt8A:123\" : {\n \"node\" : \"oTUltX4IQMOUUVeiohTt8A\",\n \"id\" : 123,\n \"type\" : \"transport\",\n \"action\" : \"cluster:monitor/tasks/lists\",\n \"start_time_in_millis\" : 1458585884904,\n \"running_time_in_nanos\" : 236042,\n \"cancellable\" : false\n }\n }\n }\n }\n}" }, "GetTaskResponseExample2": { "summary": "Get details about a delete by query", "description": "A successful response from `GET _tasks?detailed=true&actions=*/delete/byquery`, which gets the status of a delete by query operation. The `status` object contains the actual status. `total` is the total number of operations that the reindex expects to perform. You can estimate the progress by adding the `updated`, `created`, and `deleted` fields. The request will finish when their sum is equal to the `total` field.\n", - "value": { - "nodes": { - "r1A2WoRbTwKZ516z6NEs5A": { - "attributes": { - "portsfile": "true", - "testattr": "test" - }, - "host": "127.0.0.1", - "ip": "127.0.0.1:9300", - "name": "r1A2WoR", - "tasks": { - "r1A2WoRbTwKZ516z6NEs5A:36619": { - "action": "indices:data/write/delete/byquery", - "description": "", - "id": 36619, - "node": "r1A2WoRbTwKZ516z6NEs5A", - "status": { - "batches": 36, - "created": 0, - "deleted": 3500, - "noops": 0, - "retries": 0, - "throttled_millis": 0, - "total": 6154, - "updated": 0, - "version_conflicts": 0 - }, - "type": "transport" - } - }, - "transport_address": "127.0.0.1:9300" - } - } - } + "value": "{\n \"nodes\" : {\n \"r1A2WoRbTwKZ516z6NEs5A\" : {\n \"name\" : \"r1A2WoR\",\n \"transport_address\" : \"127.0.0.1:9300\",\n \"host\" : \"127.0.0.1\",\n \"ip\" : \"127.0.0.1:9300\",\n \"attributes\" : {\n \"testattr\" : \"test\",\n \"portsfile\" : \"true\"\n },\n \"tasks\" : {\n \"r1A2WoRbTwKZ516z6NEs5A:36619\" : {\n \"node\" : \"r1A2WoRbTwKZ516z6NEs5A\",\n \"id\" : 36619,\n \"type\" : \"transport\",\n \"action\" : \"indices:data/write/delete/byquery\",\n \"status\" : { \n \"total\" : 6154,\n \"updated\" : 0,\n \"created\" : 0,\n \"deleted\" : 3500,\n \"batches\" : 36,\n \"version_conflicts\" : 0,\n \"noops\" : 0,\n \"retries\": 0,\n \"throttled_millis\": 0\n },\n \"description\" : \"\"\n }\n }\n }\n }\n}" } } } @@ -23907,79 +21808,12 @@ "PutTransformRequestExample1": { "summary": "A pivot transform", "description": "Run `PUT _transform/ecommerce_transform1` to create a transform that uses the pivot method.", - "value": { - "description": "Maximum priced ecommerce data by customer_id in Asia", - "dest": { - "index": "kibana_sample_data_ecommerce_transform1", - "pipeline": "add_timestamp_pipeline" - }, - "frequency": "5m", - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id", - "missing_bucket": true - } - } - } - }, - "retention_policy": { - "time": { - "field": "order_date", - "max_age": "30d" - } - }, - "source": { - "index": "kibana_sample_data_ecommerce", - "query": { - "term": { - "geoip.continent_name": { - "value": "Asia" - } - } - } - }, - "sync": { - "time": { - "delay": "60s", - "field": "order_date" - } - } - } + "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\",\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" }, "PutTransformRequestExample2": { "summary": "A latest transform", "description": "Run `PUT _transform/ecommerce_transform2` to create a transform that uses the latest method.", - "value": { - "description": "Latest order for each customer", - "dest": { - "index": "kibana_sample_data_ecommerce_transform2" - }, - "frequency": "5m", - "latest": { - "sort": "order_date", - "unique_key": [ - "customer_id" - ] - }, - "source": { - "index": "kibana_sample_data_ecommerce" - }, - "sync": { - "time": { - "delay": "60s", - "field": "order_date" - } - } - } + "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\"\n },\n \"latest\": {\n \"unique_key\": [\n \"customer_id\"\n ],\n \"sort\": \"order_date\"\n },\n \"description\": \"Latest order for each customer\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform2\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n }\n}" } } } @@ -23997,9 +21831,7 @@ "examples": { "PutTransformResponseExample1": { "description": "A successful response when creating a transform.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -24068,9 +21900,7 @@ "examples": { "DeleteTransformResponseExample1": { "description": "A successful response when the transform is deleted.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -24197,52 +22027,7 @@ "examples": { "GetTransformStatsResponseExample1": { "description": "A successful response that contains usage information for a transform.", - "value": { - "count": 1, - "transforms": [ - { - "checkpointing": { - "changes_last_detected_at": 1585344558219, - "last": { - "checkpoint": 20, - "time_upper_bound_millis": 1585344498220, - "timestamp_millis": 1585344558220 - } - }, - "health": { - "status": "green" - }, - "id": "ecommerce-customer-transform", - "node": { - "attributes": {}, - "ephemeral_id": "5-L21nFsQxxxxxxxxxx-xx", - "id": "cpTIGMsVQ8Gqwqlxxxxxxx", - "name": "my.home", - "transport_address": "127.0.0.1:9300" - }, - "state": "started", - "stats": { - "delete_time_in_ms": 214, - "documents_deleted": 22, - "documents_indexed": 68, - "documents_processed": 6027, - "exponential_avg_checkpoint_duration_ms": 97.30637923893184, - "exponential_avg_documents_indexed": 2.2064915040974062, - "exponential_avg_documents_processed": 179.89419945785045, - "index_failures": 0, - "index_time_in_ms": 412, - "index_total": 20, - "pages_processed": 78, - "processing_time_in_ms": 8, - "processing_total": 78, - "search_failures": 0, - "search_time_in_ms": 353, - "search_total": 78, - "trigger_count": 168 - } - } - ] - } + "value": "{\n \"count\": 1,\n \"transforms\": [\n {\n \"id\": \"ecommerce-customer-transform\",\n \"state\": \"started\",\n \"node\": {\n \"id\": \"cpTIGMsVQ8Gqwqlxxxxxxx\",\n \"name\": \"my.home\",\n \"ephemeral_id\": \"5-L21nFsQxxxxxxxxxx-xx\",\n \"transport_address\": \"127.0.0.1:9300\",\n \"attributes\": {}\n },\n \"stats\": {\n \"pages_processed\": 78,\n \"documents_processed\": 6027,\n \"documents_indexed\": 68,\n \"documents_deleted\": 22,\n \"delete_time_in_ms\": 214,\n \"trigger_count\": 168,\n \"index_time_in_ms\": 412,\n \"index_total\": 20,\n \"index_failures\": 0,\n \"search_time_in_ms\": 353,\n \"search_total\": 78,\n \"search_failures\": 0,\n \"processing_time_in_ms\": 8,\n \"processing_total\": 78,\n \"exponential_avg_checkpoint_duration_ms\": 97.30637923893185,\n \"exponential_avg_documents_indexed\": 2.2064915040974062,\n \"exponential_avg_documents_processed\": 179.89419945785045\n },\n \"checkpointing\": {\n \"last\": {\n \"checkpoint\": 20,\n \"timestamp_millis\": 1585344558220,\n \"time_upper_bound_millis\": 1585344498220\n },\n \"changes_last_detected_at\": 1585344558219\n },\n \"health\": {\n \"status\": \"green\"\n }\n }\n ]\n}" } } } @@ -24402,9 +22187,7 @@ "examples": { "ResetTransformResponseExample1": { "description": "A successful response when the transform is reset.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -24456,9 +22239,7 @@ "examples": { "ScheduleNowTransformResponseExample1": { "description": "A successful response when the transform is scheduled to run now.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -24520,9 +22301,7 @@ "examples": { "StartTransformResponseExample1": { "description": "A successful response when a transform starts.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -24614,9 +22393,7 @@ "examples": { "StopTransformResponseExample1": { "description": "A successful response when a transform stops.", - "value": { - "acknowledged": true - } + "value": "{\n \"acknowledged\": true\n}" } } } @@ -24712,53 +22489,7 @@ "examples": { "UpdateTransformRequestExample1": { "description": "Run `POST _transform/simple-kibana-ecomm-pivot/_update` to update a transform that uses the pivot method.", - "value": { - "description": "Maximum priced ecommerce data by customer_id in Asia", - "dest": { - "index": "kibana_sample_data_ecommerce_transform1", - "pipeline": "add_timestamp_pipeline" - }, - "frequency": "5m", - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id", - "missing_bucket": true - } - } - } - }, - "retention_policy": { - "time": { - "field": "order_date", - "max_age": "30d" - } - }, - "source": { - "index": "kibana_sample_data_ecommerce", - "query": { - "term": { - "geoip.continent_name": { - "value": "Asia" - } - } - } - }, - "sync": { - "time": { - "delay": "60s", - "field": "order_date" - } - } - } + "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\",\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" } } } @@ -24829,64 +22560,7 @@ "examples": { "UpdateTransformResponseExample1": { "description": "A successful response when creating a transform.", - "value": { - "authorization": { - "roles": [ - "superuser" - ] - }, - "create_time": 1712951576767, - "description": "Maximum priced ecommerce data by customer_id in Asia", - "dest": { - "index": "kibana_sample_data_ecommerce_transform_v2", - "pipeline": "add_timestamp_pipeline" - }, - "frequency": "15m", - "id": "simple-kibana-ecomm-pivot", - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id", - "missing_bucket": true - } - } - } - }, - "retention_policy": { - "time": { - "field": "order_date", - "max_age": "30d" - } - }, - "settings": {}, - "source": { - "index": [ - "kibana_sample_data_ecommerce" - ], - "query": { - "term": { - "geoip.continent_name": { - "value": "Asia" - } - } - } - }, - "sync": { - "time": { - "delay": "120s", - "field": "order_date" - } - }, - "version": "10.0.0" - } + "value": "{\n \"id\": \"simple-kibana-ecomm-pivot\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"version\": \"10.0.0\",\n \"create_time\": 1712951576767,\n \"source\": {\n \"index\": [\n \"kibana_sample_data_ecommerce\"\n ],\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform_v2\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"15m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"120s\"\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"settings\": {},\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n}" } } } @@ -25096,15 +22770,7 @@ "UpdateRequestExample1": { "summary": "Update a counter with a script", "description": "Run `POST test/_update/1` to increment a counter by using a script.", - "value": { - "script": { - "lang": "painless", - "params": { - "count": 4 - }, - "source": "ctx._source.counter += params.count" - } - } + "value": "{\n \"script\" : {\n \"source\": \"ctx._source.counter += params.count\",\n \"lang\": \"painless\",\n \"params\" : {\n \"count\" : 4\n }\n }\n}" }, "UpdateRequestExample10": { "summary": "Scripted upsert", @@ -25114,97 +22780,47 @@ "UpdateRequestExample11": { "summary": "Doc as upsert", "description": "Run `POST test/_update/1` to perform a doc as upsert. Instead of sending a partial `doc` plus an `upsert` doc, you can set `doc_as_upsert` to `true` to use the contents of `doc` as the `upsert` value.\n", - "value": { - "doc": { - "name": "new_name" - }, - "doc_as_upsert": true - } + "value": "{\n \"doc\": {\n \"name\": \"new_name\"\n },\n \"doc_as_upsert\": true\n}" }, "UpdateRequestExample2": { "summary": "Add a tag with a script", "description": "Run `POST test/_update/1` to use a script to add a tag to a list of tags. In this example, it is just a list, so the tag is added even it exists.\n", - "value": { - "script": { - "lang": "painless", - "params": { - "tag": "blue" - }, - "source": "ctx._source.tags.add(params.tag)" - } - } + "value": "{\n \"script\": {\n \"source\": \"ctx._source.tags.add(params.tag)\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"blue\"\n }\n }\n}" }, "UpdateRequestExample3": { "summary": "Remove a tag with a script", "description": "Run `POST test/_update/1` to use a script to remove a tag from a list of tags. The Painless function to remove a tag takes the array index of the element you want to remove. To avoid a possible runtime error, you first need to make sure the tag exists. If the list contains duplicates of the tag, this script just removes one occurrence.\n", - "value": { - "script": { - "lang": "painless", - "params": { - "tag": "blue" - }, - "source": "if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }" - } - } + "value": "{\n \"script\": {\n \"source\": \"if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"blue\"\n }\n }\n}" }, "UpdateRequestExample4": { "summary": "Add fields with a script", "description": "Run `POST test/_update/1` to use a script to add a field `new_field` to the document.\n", - "value": { - "script": "ctx._source.new_field = 'value_of_new_field'" - } + "value": "{\n \"script\" : \"ctx._source.new_field = 'value_of_new_field'\"\n}" }, "UpdateRequestExample5": { "summary": "Remove fields with a script", "description": "Run `POST test/_update/1` to use a script to remove a field `new_field` from the document.\n", - "value": { - "script": "ctx._source.remove('new_field')" - } + "value": "{\n \"script\" : \"ctx._source.remove('new_field')\"\n}" }, "UpdateRequestExample6": { "summary": "Remove subfields with a script", "description": "Run `POST test/_update/1` to use a script to remove a subfield from an object field.\n", - "value": { - "script": "ctx._source['my-object'].remove('my-subfield')" - } + "value": "{\n \"script\": \"ctx._source['my-object'].remove('my-subfield')\"\n}" }, "UpdateRequestExample7": { "summary": "Change the operation with a script", "description": "Run `POST test/_update/1` to change the operation that runs from within the script. For example, this request deletes the document if the `tags` field contains `green`, otherwise it does nothing (`noop`).\n", - "value": { - "script": { - "lang": "painless", - "params": { - "tag": "green" - }, - "source": "if (ctx._source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'noop' }" - } - } + "value": "{\n \"script\": {\n \"source\": \"if (ctx._source.tags.contains(params.tag)) { ctx.op = 'delete' } else { ctx.op = 'noop' }\",\n \"lang\": \"painless\",\n \"params\": {\n \"tag\": \"green\"\n }\n }\n}" }, "UpdateRequestExample8": { "summary": "Update part of a document", "description": "Run `POST test/_update/1` to do a partial update that adds a new field to the existing document.\n", - "value": { - "doc": { - "name": "new_name" - } - } + "value": "{\n \"doc\": {\n \"name\": \"new_name\"\n }\n}" }, "UpdateRequestExample9": { "summary": "Upsert", "description": "Run `POST test/_update/1` to perfom an upsert. If the document does not already exist, the contents of the upsert element are inserted as a new document. If the document exists, the script is run.\n", - "value": { - "script": { - "lang": "painless", - "params": { - "count": 4 - }, - "source": "ctx._source.counter += params.count" - }, - "upsert": { - "counter": 1 - } - } + "value": "{\n \"script\": {\n \"source\": \"ctx._source.counter += params.count\",\n \"lang\": \"painless\",\n \"params\": {\n \"count\": 4\n }\n },\n \"upsert\": {\n \"counter\": 1\n }\n}" } } } @@ -25223,19 +22839,7 @@ "UpdateResponseExample1": { "summary": "Detect noop updates", "description": "By default updates that don't change anything detect that they don't change anything and return `\"result\": \"noop\"`.\n", - "value": { - "_id": "1", - "_index": "test", - "_primary_term": 1, - "_seq_no": 1, - "_shards": { - "failed": 0, - "successful": 0, - "total": 0 - }, - "_version": 2, - "result": "noop" - } + "value": "{\n \"_shards\": {\n \"total\": 0,\n \"successful\": 0,\n \"failed\": 0\n },\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"_primary_term\": 1,\n \"_seq_no\": 1,\n \"result\": \"noop\"\n}" } } } @@ -25609,50 +23213,22 @@ "UpdateByQueryRequestExample1": { "summary": "Update selected documents", "description": "Run `POST my-index-000001/_update_by_query?conflicts=proceed` to update documents that match a query.\n", - "value": { - "query": { - "term": { - "user.id": "kimchy" - } - } - } + "value": "{\n \"query\": { \n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" }, "UpdateByQueryRequestExample2": { "summary": "Update the document source", "description": "Run `POST my-index-000001/_update_by_query` with a script to update the document source. It increments the `count` field for all documents with a `user.id` of `kimchy` in `my-index-000001`.\n", - "value": { - "query": { - "term": { - "user.id": "kimchy" - } - }, - "script": { - "lang": "painless", - "source": "ctx._source.count++" - } - } + "value": "{\n \"script\": {\n \"source\": \"ctx._source.count++\",\n \"lang\": \"painless\"\n },\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" }, "UpdateByQueryRequestExample3": { "summary": "Slice manually", "description": "Run `POST my-index-000001/_update_by_query` to slice an update by query manually. Provide a slice ID and total number of slices to each request.\n", - "value": { - "script": { - "source": "ctx._source['extra'] = 'test'" - }, - "slice": { - "id": 0, - "max": 2 - } - } + "value": "{\n \"slice\": {\n \"id\": 0,\n \"max\": 2\n },\n \"script\": {\n \"source\": \"ctx._source['extra'] = 'test'\"\n }\n}" }, "UpdateByQueryRequestExample4": { "summary": "Slice automatically", "description": "Run `POST my-index-000001/_update_by_query?refresh&slices=5` to use automatic slicing. It automatically parallelizes using sliced scroll to slice on `_id`.\n", - "value": { - "script": { - "source": "ctx._source['extra'] = 'test'" - } - } + "value": "{\n \"script\": {\n \"source\": \"ctx._source['extra'] = 'test'\"\n }\n}" } } } @@ -63017,32 +60593,7 @@ "examples": { "AsyncSearchSubmitResponseExample1": { "description": "A successful response when performing search asynchronously.", - "value": { - "expiration_time_in_millis": 1584377890986, - "id": "FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=", - "is_partial": true, - "is_running": true, - "response": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 3, - "total": 562 - }, - "hits": { - "hits": [], - "max_score": null, - "total": { - "relation": "gte", - "value": 157483 - } - }, - "num_reduce_phases": 0, - "timed_out": false, - "took": 1122 - }, - "start_time_in_millis": 1583945890986 - } + "value": "{\n \"id\" : \"FmRldE8zREVEUzA2ZVpUeGs2ejJFUFEaMkZ5QTVrSTZSaVN3WlNFVmtlWHJsdzoxMDc=\",\n \"is_partial\" : true,\n \"is_running\" : true,\n \"start_time_in_millis\" : 1583945890986,\n \"expiration_time_in_millis\" : 1584377890986,\n \"response\" : {\n \"took\" : 1122,\n \"timed_out\" : false,\n \"num_reduce_phases\" : 0,\n \"_shards\" : {\n \"total\" : 562,\n \"successful\" : 3,\n \"skipped\" : 0,\n \"failed\" : 0\n },\n \"hits\" : {\n \"total\" : {\n \"value\" : 157483,\n \"relation\" : \"gte\"\n },\n \"max_score\" : null,\n \"hits\" : [ ]\n }\n }\n}" } } } @@ -63088,160 +60639,17 @@ "examples": { "BulkResponseExample1": { "summary": "Multiple successful operations", - "value": { - "errors": false, - "items": [ - { - "index": { - "_id": "1", - "_index": "test", - "_primary_term": 1, - "_seq_no": 0, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 1, - "result": "created", - "status": 201 - } - }, - { - "delete": { - "_id": "2", - "_index": "test", - "_primary_term": 2, - "_seq_no": 1, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 1, - "result": "not_found", - "status": 404 - } - }, - { - "create": { - "_id": "3", - "_index": "test", - "_primary_term": 3, - "_seq_no": 2, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 1, - "result": "created", - "status": 201 - } - }, - { - "update": { - "_id": "1", - "_index": "test", - "_primary_term": 4, - "_seq_no": 3, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 2, - "result": "updated", - "status": 200 - } - } - ], - "took": 30 - } + "value": "{\n \"took\": 30,\n \"errors\": false,\n \"items\": [\n {\n \"index\": {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 201,\n \"_seq_no\" : 0,\n \"_primary_term\": 1\n }\n },\n {\n \"delete\": {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"_version\": 1,\n \"result\": \"not_found\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 404,\n \"_seq_no\" : 1,\n \"_primary_term\" : 2\n }\n },\n {\n \"create\": {\n \"_index\": \"test\",\n \"_id\": \"3\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 201,\n \"_seq_no\" : 2,\n \"_primary_term\" : 3\n }\n },\n {\n \"update\": {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_version\": 2,\n \"result\": \"updated\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"status\": 200,\n \"_seq_no\" : 3,\n \"_primary_term\" : 4\n }\n }\n ]\n}" }, "BulkResponseExample2": { "summary": "Failed actions", "description": "If you run `POST /_bulk` with operations that update non-existent documents, the operations cannot complete successfully. The API returns a response with an `errors` property value `true`. The response also includes an error object for any failed operations. The error object contains additional information about the failure, such as the error type and reason.\n", - "value": { - "errors": true, - "items": [ - { - "update": { - "_id": "5", - "_index": "index1", - "error": { - "index": "index1", - "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", - "reason": "[5]: document missing", - "shard": "0", - "type": "document_missing_exception" - }, - "status": 404 - } - }, - { - "update": { - "_id": "6", - "_index": "index1", - "error": { - "index": "index1", - "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", - "reason": "[6]: document missing", - "shard": "0", - "type": "document_missing_exception" - }, - "status": 404 - } - }, - { - "create": { - "_id": "7", - "_index": "index1", - "_primary_term": 1, - "_seq_no": 0, - "_shards": { - "failed": 0, - "successful": 1, - "total": 2 - }, - "_version": 1, - "result": "created", - "status": 201 - } - } - ], - "took": 486 - } + "value": "{\n \"took\": 486,\n \"errors\": true,\n \"items\": [\n {\n \"update\": {\n \"_index\": \"index1\",\n \"_id\": \"5\",\n \"status\": 404,\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[5]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"update\": {\n \"_index\": \"index1\",\n \"_id\": \"6\",\n \"status\": 404,\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[6]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"create\": {\n \"_index\": \"index1\",\n \"_id\": \"7\",\n \"_version\": 1,\n \"result\": \"created\",\n \"_shards\": {\n \"total\": 2,\n \"successful\": 1,\n \"failed\": 0\n },\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"status\": 201\n }\n }\n ]\n}" }, "BulkResponseExample3": { "summary": "Filter for failed operations", "description": "An example response from `POST /_bulk?filter_path=items.*.error`, which returns only information about failed operations.\n", - "value": { - "items": [ - { - "update": { - "error": { - "index": "index1", - "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", - "reason": "[5]: document missing", - "shard": "0", - "type": "document_missing_exception" - } - } - }, - { - "update": { - "error": { - "index": "index1", - "index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA", - "reason": "[6]: document missing", - "shard": "0", - "type": "document_missing_exception" - } - } - } - ] - } + "value": "{\n \"items\": [\n {\n \"update\": {\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[5]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n },\n {\n \"update\": {\n \"error\": {\n \"type\": \"document_missing_exception\",\n \"reason\": \"[6]: document missing\",\n \"index_uuid\": \"aAsFqTI0Tc2W0LCWgPNrOA\",\n \"shard\": \"0\",\n \"index\": \"index1\"\n }\n }\n }\n ]\n}" } } } @@ -63260,40 +60668,7 @@ "examples": { "CatAliasesResponseExample1": { "description": "A successful response from `GET _cat/aliases?format=json&v=true`. This response shows that `alias2` has configured a filter and `alias3` and `alias4` have routing configurations.\n", - "value": [ - { - "alias": "alias1", - "filter": "-", - "index": "test1", - "is_write_index": "true", - "routing.index": "-", - "routing.search": "-" - }, - { - "alias": "alias1", - "filter": "*", - "index": "test1", - "is_write_index": "true", - "routing.index": "-", - "routing.search": "-" - }, - { - "alias": "alias3", - "filter": "-", - "index": "test1", - "is_write_index": "true", - "routing.index": "1", - "routing.search": "1" - }, - { - "alias": "alias4", - "filter": "-", - "index": "test1", - "is_write_index": "true", - "routing.index": "2", - "routing.search": "1,2" - } - ] + "value": "[\n {\n \"alias\": \"alias1\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"-\",\n \"routing.search\": \"-\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias1\",\n \"index\": \"test1\",\n \"filter\": \"*\",\n \"routing.index\": \"-\",\n \"routing.search\": \"-\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias3\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"1\",\n \"routing.search\": \"1\",\n \"is_write_index\": \"true\"\n },\n {\n \"alias\": \"alias4\",\n \"index\": \"test1\",\n \"filter\": \"-\",\n \"routing.index\": \"2\",\n \"routing.search\": \"1,2\",\n \"is_write_index\": \"true\"\n }\n]" } } } @@ -63312,26 +60687,7 @@ "examples": { "CatComponentTemplatesResponseExample1": { "description": "A successful response from `GET _cat/component_templates/my-template-*?v=true&s=name&format=json`.\n", - "value": [ - { - "alias_count": "0", - "included_in": "[my-index-template]", - "mapping_count": "0", - "metadata_count": "0", - "name": "my-template-1", - "settings_count": "1", - "version": "null" - }, - { - "alias_count": "0", - "included_in": "[my-index-template]", - "mapping_count": "3", - "metadata_count": "0", - "name": "my-template-2", - "settings_count": "0", - "version": null - } - ] + "value": "[\n {\n \"name\": \"my-template-1\",\n \"version\": \"null\",\n \"alias_count\": \"0\",\n \"mapping_count\": \"0\",\n \"settings_count\": \"1\",\n \"metadata_count\": \"0\",\n \"included_in\": \"[my-index-template]\"\n },\n {\n \"name\": \"my-template-2\",\n \"version\": null,\n \"alias_count\": \"0\",\n \"mapping_count\": \"3\",\n \"settings_count\": \"0\",\n \"metadata_count\": \"0\",\n \"included_in\": \"[my-index-template]\"\n }\n]" } } } @@ -63351,24 +60707,12 @@ "CatCountResponseExample1": { "summary": "Single data stream or index count", "description": "A successful response from `GET /_cat/count/my-index-000001?v=true&format=json`. It retrieves the document count for the `my-index-000001` data stream or index.\n", - "value": [ - { - "count": "120", - "epoch": "1475868259", - "timestamp": "15:24:20" - } - ] + "value": "[\n {\n \"epoch\": \"1475868259\",\n \"timestamp\": \"15:24:20\",\n \"count\": \"120\"\n }\n]" }, "CatCountResponseExample2": { "summary": "All data streams and indices count", "description": "A successful response from `GET /_cat/count?v=true&format=json`. It retrieves the document count for all data streams and indices in the cluster.\n", - "value": [ - { - "count": "121", - "epoch": "1475868259", - "timestamp": "15:24:20" - } - ] + "value": "[\n {\n \"epoch\": \"1475868259\",\n \"timestamp\": \"15:24:20\",\n \"count\": \"121\"\n }\n]" } } } @@ -63387,34 +60731,7 @@ "examples": { "CatIndicesResponseExample1": { "description": "A successful response from `GET /_cat/indices/my-index-*?v=true&s=index&format=json`.\n", - "value": [ - { - "dataset.size": "88.1kb", - "docs.count": "1200", - "docs.deleted": "0", - "health": "yellow", - "index": "my-index-000001", - "pri": "1", - "pri.store.size": "88.1kb", - "rep": "1", - "status": "open", - "store.size": "88.1kb", - "uuid": "u8FNjxh8Rfy_awN11oDKYQ" - }, - { - "dataset.size": "260b", - "docs.count": "0", - "docs.deleted": "0", - "health": "green", - "index": "my-index-000002", - "pri": "1", - "pri.store.size": "260b", - "rep": "0", - "status": "open", - "store.size": "260b", - "uuid": "nYFWZEO7TUiOjLQXBaYJpA " - } - ] + "value": "[\n {\n \"health\": \"yellow\",\n \"status\": \"open\",\n \"index\": \"my-index-000001\",\n \"uuid\": \"u8FNjxh8Rfy_awN11oDKYQ\",\n \"pri\": \"1\",\n \"rep\": \"1\",\n \"docs.count\": \"1200\",\n \"docs.deleted\": \"0\",\n \"store.size\": \"88.1kb\",\n \"pri.store.size\": \"88.1kb\",\n \"dataset.size\": \"88.1kb\"\n },\n {\n \"health\": \"green\",\n \"status\": \"open\",\n \"index\": \"my-index-000002\",\n \"uuid\": \"nYFWZEO7TUiOjLQXBaYJpA \",\n \"pri\": \"1\",\n \"rep\": \"0\",\n \"docs.count\": \"0\",\n \"docs.deleted\": \"0\",\n \"store.size\": \"260b\",\n \"pri.store.size\": \"260b\",\n \"dataset.size\": \"260b\"\n }\n]" } } } @@ -63433,38 +60750,7 @@ "examples": { "CatDataframeanalyticsResponseExample1": { "description": "A successful response from `GET _cat/ml/data_frame/analytics?v=true&format=json`.", - "value": [ - { - "create_time": "2020-02-12T11:49:09.594Z", - "id": "classifier_job_1", - "state": "stopped", - "type": "classification" - }, - { - "create_time": "2020-02-12T11:49:14.479Z", - "id": "classifier_job_2", - "state": "stopped", - "type": "classification" - }, - { - "create_time": "2020-02-12T11:49:16.928Z", - "id": "classifier_job_3", - "state": "stopped", - "type": "classification" - }, - { - "create_time": "2020-02-12T11:49:19.127Z", - "id": "classifier_job_4", - "state": "stopped", - "type": "classification" - }, - { - "create_time": "2020-02-12T11:49:21.349Z", - "id": "classifier_job_5", - "state": "stopped", - "type": "classification" - } - ] + "value": "[\n {\n \"id\": \"classifier_job_1\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:09.594Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_2\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:14.479Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_3\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:16.928Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_4\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:19.127Z\",\n \"state\": \"stopped\"\n },\n {\n \"id\": \"classifier_job_5\",\n \"type\": \"classification\",\n \"create_time\": \"2020-02-12T11:49:21.349Z\",\n \"state\": \"stopped\"\n }\n]" } } } @@ -63483,32 +60769,7 @@ "examples": { "CatDatafeedsResponseExample1": { "description": "A successful response from `GET _cat/ml/datafeeds?v=true&format=json`.", - "value": [ - { - "buckets.count": "743", - "id": "datafeed-high_sum_total_sales", - "search.count": "7", - "state": "stopped" - }, - { - "buckets.count": "1457", - "id": "datafeed-low_request_rate", - "search.count": "3", - "state": "stopped" - }, - { - "buckets.count": "1460", - "id": "datafeed-response_code_rates", - "search.count": "18", - "state": "stopped" - }, - { - "buckets.count": "1460", - "id": "datafeed-url_scanning", - "search.count": "18", - "state": "stopped" - } - ] + "value": "[\n {\n \"id\": \"datafeed-high_sum_total_sales\",\n \"state\": \"stopped\",\n \"buckets.count\": \"743\",\n \"search.count\": \"7\"\n },\n {\n \"id\": \"datafeed-low_request_rate\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1457\",\n \"search.count\": \"3\"\n },\n {\n \"id\": \"datafeed-response_code_rates\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1460\",\n \"search.count\": \"18\"\n },\n {\n \"id\": \"datafeed-url_scanning\",\n \"state\": \"stopped\",\n \"buckets.count\": \"1460\",\n \"search.count\": \"18\"\n }\n]" } } } @@ -63527,32 +60788,7 @@ "examples": { "CatJobsResponseExample1": { "description": "A successful response from `GET _cat/ml/anomaly_detectors?h=id,s,dpr,mb&v=true&format=json`.", - "value": [ - { - "dpr": "14022", - "id": "high_sum_total_sales", - "mb": "1.5mb", - "s": "closed" - }, - { - "dpr": "1216", - "id": "low_request_rate", - "mb": "40.5kb", - "s": "closed" - }, - { - "dpr": "28146", - "id": "response_code_rates", - "mb": "132.7kb", - "s": "closed" - }, - { - "dpr": "28146", - "id": "url_scanning", - "mb": "501.6kb", - "s": "closed" - } - ] + "value": "[\n {\n \"id\": \"high_sum_total_sales\",\n \"s\": \"closed\",\n \"dpr\": \"14022\",\n \"mb\": \"1.5mb\"\n },\n {\n \"id\": \"low_request_rate\",\n \"s\": \"closed\",\n \"dpr\": \"1216\",\n \"mb\": \"40.5kb\"\n },\n {\n \"id\": \"response_code_rates\",\n \"s\": \"closed\",\n \"dpr\": \"28146\",\n \"mb\": \"132.7kb\"\n },\n {\n \"id\": \"url_scanning\",\n \"s\": \"closed\",\n \"dpr\": \"28146\",\n \"mb\": \"501.6kb\"\n }\n]" } } } @@ -63571,26 +60807,7 @@ "examples": { "CatTrainedModelsResponseExample1": { "description": "A successful response from `GET _cat/ml/trained_models?v=true&format=json`.", - "value": [ - { - "create_time": "2025-03-25T00:01:38.662Z", - "data_frame.id": "__none__", - "heap_size": "0b", - "id": "ddddd-1580216177138", - "ingest.pipelines": "0", - "operations": "196", - "type": "pytorch" - }, - { - "create_time": "2019-12-05T12:28:34.594Z", - "data_frame.id": "__none__", - "heap_size": "1mb", - "id": "lang_ident_model_1", - "ingest.pipelines": "0", - "operations": "39629", - "type": "lang_ident" - } - ] + "value": "[\n {\n \"id\": \"ddddd-1580216177138\",\n \"heap_size\": \"0b\",\n \"operations\": \"196\",\n \"create_time\": \"2025-03-25T00:01:38.662Z\",\n \"type\": \"pytorch\",\n \"ingest.pipelines\": \"0\",\n \"data_frame.id\": \"__none__\"\n },\n {\n \"id\": \"lang_ident_model_1\",\n \"heap_size\": \"1mb\",\n \"operations\": \"39629\",\n \"create_time\": \"2019-12-05T12:28:34.594Z\",\n \"type\": \"lang_ident\",\n \"ingest.pipelines\": \"0\",\n \"data_frame.id\": \"__none__\"\n }\n]" } } } @@ -63609,16 +60826,7 @@ "examples": { "CatTransformsResponseExample1": { "description": "A successful response from `GET /_cat/transforms?v=true&format=json`.", - "value": [ - { - "changes_last_detection_time": null, - "checkpoint": "1", - "checkpoint_progress": "100.00", - "documents_processed": "705", - "id": "ecommerce_transform", - "state": "started" - } - ] + "value": "[\n {\n \"id\" : \"ecommerce_transform\",\n \"state\" : \"started\",\n \"checkpoint\" : \"1\",\n \"documents_processed\" : \"705\",\n \"checkpoint_progress\" : \"100.00\",\n \"changes_last_detection_time\" : null\n }\n]" } } } @@ -63700,10 +60908,7 @@ }, "examples": { "ConnectorPutResponseExample1": { - "value": { - "id": "my-connector", - "result": "created" - } + "value": "{\n \"result\": \"created\",\n \"id\": \"my-connector\"\n}" } } } @@ -63731,15 +60936,7 @@ "examples": { "CountResponseExample1": { "description": "A successful response from `GET /my-index-000001/_count?q=user:kimchy`.", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 1, - "total": 1 - }, - "count": 1 - } + "value": "{\n \"count\": 1,\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"skipped\": 0,\n \"failed\": 0\n }\n}" } } } @@ -63787,69 +60984,7 @@ "EqlSearchResponseExample2": { "summary": "A successful response for performing search with an EQL query.", "description": "", - "value": { - "hits": { - "sequences": [ - { - "events": [ - { - "_id": "AtOJ4UjUBAAx3XR5kcCM", - "_index": ".ds-my-data-stream-2099.12.07-000001", - "_source": { - "@timestamp": "2099-12-06T11:04:07.000Z", - "event": { - "category": "file", - "id": "dGCHwoeS", - "sequence": 2 - }, - "file": { - "accessed": "2099-12-07T11:07:08.000Z", - "name": "cmd.exe", - "path": "C:\\Windows\\System32\\cmd.exe", - "size": 16384, - "type": "file" - }, - "process": { - "executable": "C:\\Windows\\System32\\cmd.exe", - "name": "cmd.exe", - "pid": 2012 - } - } - }, - { - "_id": "OQmfCaduce8zoHT93o4H", - "_index": ".ds-my-data-stream-2099.12.07-000001", - "_source": { - "@timestamp": "2099-12-07T11:07:09.000Z", - "event": { - "category": "process", - "id": "aR3NWVOs", - "sequence": 4 - }, - "process": { - "command_line": "regsvr32.exe /s /u /i:https://...RegSvr32.sct scrobj.dll", - "executable": "C:\\Windows\\System32\\regsvr32.exe", - "name": "regsvr32.exe", - "pid": 2012 - } - } - } - ], - "join_keys": [ - 2012 - ] - } - ], - "total": { - "relation": "eq", - "value": 1 - } - }, - "is_partial": false, - "is_running": false, - "timed_out": false, - "took": 6 - } + "value": "{\n \"is_partial\": false,\n \"is_running\": false,\n \"took\": 6,\n \"timed_out\": false,\n \"hits\": {\n \"total\": {\n \"value\": 1,\n \"relation\": \"eq\"\n },\n \"sequences\": [\n {\n \"join_keys\": [\n 2012\n ],\n \"events\": [\n {\n \"_index\": \".ds-my-data-stream-2099.12.07-000001\",\n \"_id\": \"AtOJ4UjUBAAx3XR5kcCM\",\n \"_source\": {\n \"@timestamp\": \"2099-12-06T11:04:07.000Z\",\n \"event\": {\n \"category\": \"file\",\n \"id\": \"dGCHwoeS\",\n \"sequence\": 2\n },\n \"file\": {\n \"accessed\": \"2099-12-07T11:07:08.000Z\",\n \"name\": \"cmd.exe\",\n \"path\": \"C:\\\\Windows\\\\System32\\\\cmd.exe\",\n \"type\": \"file\",\n \"size\": 16384\n },\n \"process\": {\n \"pid\": 2012,\n \"name\": \"cmd.exe\",\n \"executable\": \"C:\\\\Windows\\\\System32\\\\cmd.exe\"\n }\n }\n },\n {\n \"_index\": \".ds-my-data-stream-2099.12.07-000001\",\n \"_id\": \"OQmfCaduce8zoHT93o4H\",\n \"_source\": {\n \"@timestamp\": \"2099-12-07T11:07:09.000Z\",\n \"event\": {\n \"category\": \"process\",\n \"id\": \"aR3NWVOs\",\n \"sequence\": 4\n },\n \"process\": {\n \"pid\": 2012,\n \"name\": \"regsvr32.exe\",\n \"command_line\": \"regsvr32.exe /s /u /i:https://...RegSvr32.sct scrobj.dll\",\n \"executable\": \"C:\\\\Windows\\\\System32\\\\regsvr32.exe\"\n }\n }\n }\n ]\n }\n ]\n }\n}" } } } @@ -63887,75 +61022,7 @@ "examples": { "ExplainResponseExample1": { "description": "A successful response from `GET /my-index-000001/_explain/0`.", - "value": { - "_id": "0", - "_index": "my-index-000001", - "explanation": { - "description": "weight(message:elasticsearch in 0) [PerFieldSimilarity], result of:", - "details": [ - { - "description": "score(freq=1.0), computed as boost * idf * tf from:", - "details": [ - { - "description": "boost", - "details": [], - "value": 2.2 - }, - { - "description": "idf, computed as log(1 + (N - n + 0.5) / (n + 0.5)) from:", - "details": [ - { - "description": "n, number of documents containing term", - "details": [], - "value": 1 - }, - { - "description": "N, total number of documents with field", - "details": [], - "value": 5 - } - ], - "value": 1.3862944 - }, - { - "description": "tf, computed as freq / (freq + k1 * (1 - b + b * dl / avgdl)) from:", - "details": [ - { - "description": "freq, occurrences of term within document", - "details": [], - "value": 1.0 - }, - { - "description": "k1, term saturation parameter", - "details": [], - "value": 1.2 - }, - { - "description": "b, length normalization parameter", - "details": [], - "value": 0.75 - }, - { - "description": "dl, length of field", - "details": [], - "value": 3.0 - }, - { - "description": "avgdl, average length of field", - "details": [], - "value": 5.4 - } - ], - "value": 0.5555556 - } - ], - "value": 1.6943598 - } - ], - "value": 1.6943598 - }, - "matched": true - } + "value": "{\n \"_index\":\"my-index-000001\",\n \"_id\":\"0\",\n \"matched\":true,\n \"explanation\":{\n \"value\":1.6943598,\n \"description\":\"weight(message:elasticsearch in 0) [PerFieldSimilarity], result of:\",\n \"details\":[\n {\n \"value\":1.6943598,\n \"description\":\"score(freq=1.0), computed as boost * idf * tf from:\",\n \"details\":[\n {\n \"value\":2.2,\n \"description\":\"boost\",\n \"details\":[]\n },\n {\n \"value\":1.3862944,\n \"description\":\"idf, computed as log(1 + (N - n + 0.5) / (n + 0.5)) from:\",\n \"details\":[\n {\n \"value\":1,\n \"description\":\"n, number of documents containing term\",\n \"details\":[]\n },\n {\n \"value\":5,\n \"description\":\"N, total number of documents with field\",\n \"details\":[]\n }\n ]\n },\n {\n \"value\":0.5555556,\n \"description\":\"tf, computed as freq / (freq + k1 * (1 - b + b * dl / avgdl)) from:\",\n \"details\":[\n {\n \"value\":1.0,\n \"description\":\"freq, occurrences of term within document\",\n \"details\":[]\n },\n {\n \"value\":1.2,\n \"description\":\"k1, term saturation parameter\",\n \"details\":[]\n },\n {\n \"value\":0.75,\n \"description\":\"b, length normalization parameter\",\n \"details\":[]\n },\n {\n \"value\":3.0,\n \"description\":\"dl, length of field\",\n \"details\":[]\n },\n {\n \"value\":5.4,\n \"description\":\"avgdl, average length of field\",\n \"details\":[]\n }\n ]\n }\n ]\n }\n ]\n }\n}" } } } @@ -63990,98 +61057,12 @@ "FieldCapabilitiesResponseExample1": { "summary": "Get two fields", "description": "A successful response from `GET _field_caps?fields=rating,title`. The field `rating` is defined as a long in `index1` and `index2` and as a `keyword` in `index3` and `index4`. The field `rating` is not aggregatable in `index1`. The field `rating` is not searchable in `index4`. The field `title` is defined as text in all indices.\n", - "value": { - "fields": { - "rating": { - "keyword": { - "aggregatable": true, - "indices": [ - "index3", - "index4" - ], - "metadata_field": false, - "non_searchable_indices": [ - "index4" - ], - "searchable": false - }, - "long": { - "aggregatable": false, - "indices": [ - "index1", - "index2" - ], - "metadata_field": false, - "non_aggregatable_indices": [ - "index1" - ], - "searchable": true - } - }, - "title": { - "text": { - "aggregatable": false, - "metadata_field": false, - "searchable": true - } - } - }, - "indices": [ - "index1", - "index2", - "index3", - "index4", - "index5" - ] - } + "value": "{\n \"indices\": [ \"index1\", \"index2\", \"index3\", \"index4\", \"index5\" ],\n \"fields\": {\n \"rating\": { \n \"long\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false,\n \"indices\": [ \"index1\", \"index2\" ],\n \"non_aggregatable_indices\": [ \"index1\" ] \n },\n \"keyword\": {\n \"metadata_field\": false,\n \"searchable\": false,\n \"aggregatable\": true,\n \"indices\": [ \"index3\", \"index4\" ],\n \"non_searchable_indices\": [ \"index4\" ] \n }\n },\n \"title\": { \n \"text\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false\n }\n }\n }\n}" }, "FieldCapabilitiesResponseExample2": { "summary": "Get unmapped fields", "description": "A successful response from `GET _field_caps?fields=rating,title&include_unmapped`. The response contains an entry for each field that is present in some indices but not all. For example, the `rating` and `title` fields are unmapped in `index5`.\n", - "value": { - "fields": { - "rating": { - "keyword": { - "aggregatable": true, - "indices": [ - "index3", - "index4" - ], - "metadata_field": false, - "non_searchable_indices": [ - "index4" - ], - "searchable": false - }, - "long": { - "aggregatable": false, - "indices": [ - "index1", - "index2" - ], - "metadata_field": false, - "non_aggregatable_indices": [ - "index1" - ], - "searchable": true - } - }, - "title": { - "text": { - "aggregatable": false, - "metadata_field": false, - "searchable": true - } - } - }, - "indices": [ - "index1", - "index2", - "index3", - "index4", - "index5" - ] - } + "value": "{\n \"indices\": [ \"index1\", \"index2\", \"index3\", \"index4\", \"index5\" ],\n \"fields\": {\n \"rating\": { \n \"long\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false,\n \"indices\": [ \"index1\", \"index2\" ],\n \"non_aggregatable_indices\": [ \"index1\" ] \n },\n \"keyword\": {\n \"metadata_field\": false,\n \"searchable\": false,\n \"aggregatable\": true,\n \"indices\": [ \"index3\", \"index4\" ],\n \"non_searchable_indices\": [ \"index4\" ] \n }\n },\n \"title\": { \n \"text\": {\n \"metadata_field\": false,\n \"searchable\": true,\n \"aggregatable\": false\n }\n }\n }\n}" } } } @@ -64141,36 +61122,12 @@ "IndexResponseExample1": { "summary": "Automate document IDs", "description": "A successful response from `POST my-index-000001/_doc/`, which contains an automated document ID.", - "value": { - "_id": "W0tpsmIBdwcYyG50zbta", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 0, - "_shards": { - "failed": 0, - "successful": 2, - "total": 2 - }, - "_version": 1, - "result": "created" - } + "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"W0tpsmIBdwcYyG50zbta\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"result\": \"created\"\n}" }, "IndexResponseExample2": { "summary": "Define document IDs", "description": "A successful response from `PUT my-index-000001/_doc/1`.", - "value": { - "_id": "1", - "_index": "my-index-000001", - "_primary_term": 1, - "_seq_no": 0, - "_shards": { - "failed": 0, - "successful": 2, - "total": 2 - }, - "_version": 1, - "result": "created" - } + "value": "{\n \"_shards\": {\n \"total\": 2,\n \"failed\": 0,\n \"successful\": 2\n },\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"_seq_no\": 0,\n \"_primary_term\": 1,\n \"result\": \"created\"\n}" } } } @@ -64197,54 +61154,7 @@ "examples": { "indicesAnalyzeResponseExample7": { "description": "A successful response for an analysis with `explain` set to `true`.", - "value": { - "detail": { - "charfilters": [], - "custom_analyzer": true, - "tokenfilters": [ - { - "name": "snowball", - "tokens": [ - { - "end_offset": 8, - "keyword": false, - "position": 0, - "start_offset": 0, - "token": "detail", - "type": "" - }, - { - "end_offset": 15, - "keyword": false, - "position": 1, - "start_offset": 9, - "token": "output", - "type": "" - } - ] - } - ], - "tokenizer": { - "name": "standard", - "tokens": [ - { - "end_offset": 8, - "position": 0, - "start_offset": 0, - "token": "detailed", - "type": "" - }, - { - "end_offset": 15, - "position": 1, - "start_offset": 9, - "token": "output", - "type": "" - } - ] - } - } - } + "value": "{\n \"detail\": {\n \"custom_analyzer\": true,\n \"charfilters\": [],\n \"tokenizer\": {\n \"name\": \"standard\",\n \"tokens\": [\n {\n \"token\": \"detailed\",\n \"start_offset\": 0,\n \"end_offset\": 8,\n \"type\": \"\",\n \"position\": 0\n },\n {\n \"token\": \"output\",\n \"start_offset\": 9,\n \"end_offset\": 15,\n \"type\": \"\",\n \"position\": 1\n }\n ]\n },\n \"tokenfilters\": [\n {\n \"name\": \"snowball\",\n \"tokens\": [\n {\n \"token\": \"detail\",\n \"start_offset\": 0,\n \"end_offset\": 8,\n \"type\": \"\",\n \"position\": 0,\n \"keyword\": false\n },\n {\n \"token\": \"output\",\n \"start_offset\": 9,\n \"end_offset\": 15,\n \"type\": \"\",\n \"position\": 1,\n \"keyword\": false\n }\n ]\n }\n ]\n }\n}" } } } @@ -64300,75 +61210,7 @@ "examples": { "indicesGetDataStreamResponseExample1": { "description": "A successful response for retrieving information about a data stream.", - "value": { - "data_streams": [ - { - "_meta": { - "my-meta-field": "foo" - }, - "allow_custom_routing": false, - "generation": 2, - "hidden": false, - "ilm_policy": "my-lifecycle-policy", - "indices": [ - { - "ilm_policy": "my-lifecycle-policy", - "index_name": ".ds-my-data-stream-2099.03.07-000001", - "index_uuid": "xCEhwsp8Tey0-FLNFYVwSg", - "managed_by": "Index Lifecycle Management", - "prefer_ilm": true - }, - { - "ilm_policy": "my-lifecycle-policy", - "index_name": ".ds-my-data-stream-2099.03.08-000002", - "index_uuid": "PA_JquKGSiKcAKBA8DJ5gw", - "managed_by": "Index Lifecycle Management", - "prefer_ilm": true - } - ], - "name": "my-data-stream", - "next_generation_managed_by": "Index Lifecycle Management", - "prefer_ilm": true, - "replicated": false, - "rollover_on_write": false, - "status": "GREEN", - "system": false, - "template": "my-index-template", - "timestamp_field": { - "name": "@timestamp" - } - }, - { - "_meta": { - "my-meta-field": "foo" - }, - "allow_custom_routing": false, - "generation": 1, - "hidden": false, - "ilm_policy": "my-lifecycle-policy", - "indices": [ - { - "ilm_policy": "my-lifecycle-policy", - "index_name": ".ds-my-data-stream-two-2099.03.08-000001", - "index_uuid": "3liBu2SYS5axasRt6fUIpA", - "managed_by": "Index Lifecycle Management", - "prefer_ilm": true - } - ], - "name": "my-data-stream-two", - "next_generation_managed_by": "Index Lifecycle Management", - "prefer_ilm": true, - "replicated": false, - "rollover_on_write": false, - "status": "YELLOW", - "system": false, - "template": "my-index-template", - "timestamp_field": { - "name": "@timestamp" - } - } - ] - } + "value": "{\n \"data_streams\": [\n {\n \"name\": \"my-data-stream\",\n \"timestamp_field\": {\n \"name\": \"@timestamp\"\n },\n \"indices\": [\n {\n \"index_name\": \".ds-my-data-stream-2099.03.07-000001\",\n \"index_uuid\": \"xCEhwsp8Tey0-FLNFYVwSg\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n },\n {\n \"index_name\": \".ds-my-data-stream-2099.03.08-000002\",\n \"index_uuid\": \"PA_JquKGSiKcAKBA8DJ5gw\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n }\n ],\n \"generation\": 2,\n \"_meta\": {\n \"my-meta-field\": \"foo\"\n },\n \"status\": \"GREEN\",\n \"next_generation_managed_by\": \"Index Lifecycle Management\",\n \"prefer_ilm\": true,\n \"template\": \"my-index-template\",\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"hidden\": false,\n \"system\": false,\n \"allow_custom_routing\": false,\n \"replicated\": false,\n \"rollover_on_write\": false\n },\n {\n \"name\": \"my-data-stream-two\",\n \"timestamp_field\": {\n \"name\": \"@timestamp\"\n },\n \"indices\": [\n {\n \"index_name\": \".ds-my-data-stream-two-2099.03.08-000001\",\n \"index_uuid\": \"3liBu2SYS5axasRt6fUIpA\",\n \"prefer_ilm\": true,\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"managed_by\": \"Index Lifecycle Management\"\n }\n ],\n \"generation\": 1,\n \"_meta\": {\n \"my-meta-field\": \"foo\"\n },\n \"status\": \"YELLOW\",\n \"next_generation_managed_by\": \"Index Lifecycle Management\",\n \"prefer_ilm\": true,\n \"template\": \"my-index-template\",\n \"ilm_policy\": \"my-lifecycle-policy\",\n \"hidden\": false,\n \"system\": false,\n \"allow_custom_routing\": false,\n \"replicated\": false,\n \"rollover_on_write\": false\n }\n ]\n}" } } } @@ -64516,39 +61358,7 @@ "examples": { "indicesRolloverResponseExample1": { "description": "An abbreviated response from `GET /_segments`.\n", - "value": { - "_shards": {}, - "indices": { - "test": { - "shards": { - "0": [ - { - "num_committed_segments": 0, - "num_search_segments": 1, - "routing": { - "node": "zDC_RorJQCao9xf9pg3Fvw", - "primary": true, - "state": "STARTED" - }, - "segments": { - "_0": { - "attributes": {}, - "committed": false, - "compound": true, - "deleted_docs": 0, - "generation": 0, - "num_docs": 1, - "search": true, - "size_in_bytes": 3800, - "version": "7.0.0" - } - } - } - ] - } - } - } - } + "value": "{\n \"_shards\": {},\n \"indices\": {\n \"test\": {\n \"shards\": {\n \"0\": [\n {\n \"routing\": {\n \"state\": \"STARTED\",\n \"primary\": true,\n \"node\": \"zDC_RorJQCao9xf9pg3Fvw\"\n },\n \"num_committed_segments\": 0,\n \"num_search_segments\": 1,\n \"segments\": {\n \"_0\": {\n \"generation\": 0,\n \"num_docs\": 1,\n \"deleted_docs\": 0,\n \"size_in_bytes\": 3800,\n \"committed\": false,\n \"search\": true,\n \"version\": \"7.0.0\",\n \"compound\": true,\n \"attributes\": {}\n }\n }\n }\n ]\n }\n }\n }\n}" } } } @@ -64578,38 +61388,7 @@ "examples": { "indicesSimulateTemplateResponseExample2": { "description": "A successful response from `POST /_index_template/_simulate` with a template configuration in the request body. The response shows any overlapping templates with a lower priority.\n", - "value": { - "overlapping": [ - { - "index_patterns": [ - "my-index-*" - ], - "name": "final-template" - } - ], - "template": { - "aliases": {}, - "mappings": { - "properties": { - "@timestamp": { - "type": "date" - } - } - }, - "settings": { - "index": { - "number_of_replicas": "1", - "routing": { - "allocation": { - "include": { - "_tier_preference": "data_content" - } - } - } - } - } - } - } + "value": "{\n \"template\" : {\n \"settings\" : {\n \"index\" : {\n \"number_of_replicas\" : \"1\",\n \"routing\" : {\n \"allocation\" : {\n \"include\" : {\n \"_tier_preference\" : \"data_content\"\n }\n }\n }\n }\n },\n \"mappings\" : {\n \"properties\" : {\n \"@timestamp\" : {\n \"type\" : \"date\"\n }\n }\n },\n \"aliases\" : { }\n },\n \"overlapping\" : [\n {\n \"name\" : \"final-template\",\n \"index_patterns\" : [\n \"my-index-*\"\n ]\n }\n ]\n}" } } } @@ -64699,20 +61478,7 @@ "examples": { "GetPipelineResponseExample1": { "description": "A successful response for retrieving information about an ingest pipeline.", - "value": { - "my-pipeline-id": { - "description": "describe pipeline", - "processors": [ - { - "set": { - "field": "foo", - "value": "bar" - } - } - ], - "version": 123 - } - } + "value": "{\n \"my-pipeline-id\" : {\n \"description\" : \"describe pipeline\",\n \"version\" : 123,\n \"processors\" : [\n {\n \"set\" : {\n \"field\" : \"foo\",\n \"value\" : \"bar\"\n }\n }\n ]\n }\n}" } } } @@ -64739,38 +61505,7 @@ "examples": { "SimulatePipelineResponseExample1": { "description": "A successful response for running an ingest pipeline against a set of provided documents.", - "value": { - "docs": [ - { - "doc": { - "_id": "id", - "_index": "index", - "_ingest": { - "timestamp": "2017-05-04T22:30:03.187Z" - }, - "_source": { - "field2": "_value", - "foo": "bar" - }, - "_version": "-3" - } - }, - { - "doc": { - "_id": "id", - "_index": "index", - "_ingest": { - "timestamp": "2017-05-04T22:30:03.188Z" - }, - "_source": { - "field2": "_value", - "foo": "rab" - }, - "_version": "-3" - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"doc\": {\n \"_id\": \"id\",\n \"_index\": \"index\",\n \"_version\": \"-3\",\n \"_source\": {\n \"field2\": \"_value\",\n \"foo\": \"bar\"\n },\n \"_ingest\": {\n \"timestamp\": \"2017-05-04T22:30:03.187Z\"\n }\n }\n },\n {\n \"doc\": {\n \"_id\": \"id\",\n \"_index\": \"index\",\n \"_version\": \"-3\",\n \"_source\": {\n \"field2\": \"_value\",\n \"foo\": \"rab\"\n },\n \"_ingest\": {\n \"timestamp\": \"2017-05-04T22:30:03.188Z\"\n }\n }\n }\n ]\n}" } } } @@ -64789,26 +61524,7 @@ "examples": { "LogstashGetPipelineResponseExample1": { "description": "A successful response from `GET _logstash/pipeline/my_pipeline`.\n", - "value": { - "my_pipeline": { - "description": "Sample pipeline for illustration purposes", - "last_modified": "2021-01-02T02:50:51.250Z", - "pipeline": "input {}\\n filter { grok {} }\\n output {}", - "pipeline_metadata": { - "type": "logstash_pipeline", - "version": "1" - }, - "pipeline_settings": { - "pipeline.batch.delay": 50, - "pipeline.batch.size": 125, - "pipeline.workers": 1, - "queue.checkpoint.writes": 1024, - "queue.max_bytes": "1gb", - "queue.type": "memory" - }, - "username": "elastic" - } - } + "value": "{\n \"my_pipeline\": {\n \"description\": \"Sample pipeline for illustration purposes\",\n \"last_modified\": \"2021-01-02T02:50:51.250Z\",\n \"pipeline_metadata\": {\n \"type\": \"logstash_pipeline\",\n \"version\": \"1\"\n },\n \"username\": \"elastic\",\n \"pipeline\": \"input {}\\\\n filter { grok {} }\\\\n output {}\",\n \"pipeline_settings\": {\n \"pipeline.workers\": 1,\n \"pipeline.batch.size\": 125,\n \"pipeline.batch.delay\": 50,\n \"queue.type\": \"memory\",\n \"queue.max_bytes\": \"1gb\",\n \"queue.checkpoint.writes\": 1024\n }\n }\n}" } } } @@ -65280,23 +61996,17 @@ "ExecutePainlessScriptResponseExample1": { "summary": "Test context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `painless_test` context.", - "value": { - "result": "0.1" - } + "value": "{\n \"result\": \"0.1\"\n}" }, "ExecutePainlessScriptResponseExample2": { "summary": "Filter context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `filter` context.", - "value": { - "result": true - } + "value": "{\n \"result\": true\n}" }, "ExecutePainlessScriptResponseExample3": { "summary": "Score context", "description": "A successful response from `POST /_scripts/painless/_execute` with a `score` context.", - "value": { - "result": 0.8 - } + "value": "{\n \"result\": 0.8\n}" } } } @@ -65322,50 +62032,7 @@ "examples": { "SearchResponseExample1": { "description": "An abbreviated response from `GET /my-index-000001/_search?from=40&size=20` with a simple term query.\n", - "value": { - "_shards": { - "failed": 0, - "skipped": 0, - "successful": 1, - "total": 1 - }, - "hits": { - "hits": [ - { - "_id": "0", - "_index": "my-index-000001", - "_score": 1.3862942, - "_source": { - "@timestamp": "2099-11-15T14:12:12", - "http": { - "request": { - "method": "get" - }, - "response": { - "bytes": 1070000, - "status_code": 200 - }, - "version": "1.1" - }, - "message": "GET /search HTTP/1.1 200 1070000", - "source": { - "ip": "127.0.0.1" - }, - "user": { - "id": "kimchy" - } - } - } - ], - "max_score": 1.3862942, - "total": { - "relation": "eq", - "value": 20 - } - }, - "timed_out": false, - "took": 5 - } + "value": "{\n \"took\": 5,\n \"timed_out\": false,\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"skipped\": 0,\n \"failed\": 0\n },\n \"hits\": {\n \"total\": {\n \"value\": 20,\n \"relation\": \"eq\"\n },\n \"max_score\": 1.3862942,\n \"hits\": [\n {\n \"_index\": \"my-index-000001\",\n \"_id\": \"0\",\n \"_score\": 1.3862942,\n \"_source\": {\n \"@timestamp\": \"2099-11-15T14:12:12\",\n \"http\": {\n \"request\": {\n \"method\": \"get\"\n },\n \"response\": {\n \"status_code\": 200,\n \"bytes\": 1070000\n },\n \"version\": \"1.1\"\n },\n \"source\": {\n \"ip\": \"127.0.0.1\"\n },\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n }\n }\n ]\n }\n}" } } } @@ -65384,18 +62051,7 @@ "examples": { "BehavioralAnalyticsGetResponseExample1": { "description": "A successful response from `GET _application/analytics/my*`", - "value": { - "my_analytics_collection": { - "event_data_stream": { - "name": "behavioral_analytics-events-my_analytics_collection" - } - }, - "my_analytics_collection2": { - "event_data_stream": { - "name": "behavioral_analytics-events-my_analytics_collection2" - } - } - } + "value": "{\n \"my_analytics_collection\": {\n \"event_data_stream\": {\n \"name\": \"behavioral_analytics-events-my_analytics_collection\"\n }\n },\n \"my_analytics_collection2\": {\n \"event_data_stream\": {\n \"name\": \"behavioral_analytics-events-my_analytics_collection2\"\n }\n }\n}" } } } @@ -65421,171 +62077,7 @@ "examples": { "SearchMvtResponseExample1": { "description": "A successful response from `GET museums/_mvt/location/13/4207/2692`. It returns results as a binary vector tile. When decoded into JSON, the tile contains the following data.\n", - "value": { - "aggs": { - "extent": 4096, - "features": [ - { - "geometry": { - "coordinates": [ - [ - [ - 3072, - 3072 - ], - [ - 4096, - 3072 - ], - [ - 4096, - 4096 - ], - [ - 3072, - 4096 - ], - [ - 3072, - 3072 - ] - ] - ], - "type": "Polygon" - }, - "properties": { - "_count": 3, - "avg_price.value": 1133.3333333333333, - "max_price.value": 1750.0, - "min_price.value": 0.0 - }, - "type": 3 - } - ], - "version": 2 - }, - "hits": { - "extent": 4096, - "features": [ - { - "geometry": { - "coordinates": [ - 3208, - 3864 - ], - "type": "Point" - }, - "properties": { - "_id": "1", - "_index": "museums", - "name": "NEMO Science Museum", - "price": 1750 - }, - "type": 1 - }, - { - "geometry": { - "coordinates": [ - 3429, - 3496 - ], - "type": "Point" - }, - "properties": { - "_id": "3", - "_index": "museums", - "name": "Nederlands Scheepvaartmuseum", - "price": 1650 - }, - "type": 1 - }, - { - "geometry": { - "coordinates": [ - 3429, - 3496 - ], - "type": "Point" - }, - "properties": { - "_id": "4", - "_index": "museums", - "name": "Amsterdam Centre for Architecture", - "price": 0 - }, - "type": 1 - } - ], - "version": 2 - }, - "meta": { - "extent": 4096, - "features": [ - { - "geometry": { - "coordinates": [ - [ - [ - 0, - 0 - ], - [ - 4096, - 0 - ], - [ - 4096, - 4096 - ], - [ - 0, - 4096 - ], - [ - 0, - 0 - ] - ] - ], - "type": "Polygon" - }, - "properties": { - "_shards.failed": 0, - "_shards.skipped": 0, - "_shards.successful": 1, - "_shards.total": 1, - "aggregations._count.avg": 3.0, - "aggregations._count.count": 1, - "aggregations._count.max": 3.0, - "aggregations._count.min": 3.0, - "aggregations._count.sum": 3.0, - "aggregations.avg_price.avg": 1133.3333333333333, - "aggregations.avg_price.count": 1, - "aggregations.avg_price.max": 1133.3333333333333, - "aggregations.avg_price.min": 1133.3333333333333, - "aggregations.avg_price.sum": 1133.3333333333333, - "aggregations.max_price.avg": 1750.0, - "aggregations.max_price.count": 1, - "aggregations.max_price.max": 1750.0, - "aggregations.max_price.min": 1750.0, - "aggregations.max_price.sum": 1750.0, - "aggregations.min_price.avg": 0.0, - "aggregations.min_price.count": 1, - "aggregations.min_price.max": 0.0, - "aggregations.min_price.min": 0.0, - "aggregations.min_price.sum": 0.0, - "hits.max_score": 0.0, - "hits.total.relation": "eq", - "hits.total.value": 3, - "timed_out": false, - "took": 2 - }, - "type": 3 - } - ], - "version": 2 - } - } + "value": "{\n \"hits\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3208,\n 3864\n ]\n },\n \"properties\": {\n \"_id\": \"1\",\n \"_index\": \"museums\",\n \"name\": \"NEMO Science Museum\",\n \"price\": 1750\n },\n \"type\": 1\n },\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3429,\n 3496\n ]\n },\n \"properties\": {\n \"_id\": \"3\",\n \"_index\": \"museums\",\n \"name\": \"Nederlands Scheepvaartmuseum\",\n \"price\": 1650\n },\n \"type\": 1\n },\n {\n \"geometry\": {\n \"type\": \"Point\",\n \"coordinates\": [\n 3429,\n 3496\n ]\n },\n \"properties\": {\n \"_id\": \"4\",\n \"_index\": \"museums\",\n \"name\": \"Amsterdam Centre for Architecture\",\n \"price\": 0\n },\n \"type\": 1\n }\n ]\n },\n \"aggs\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n 3072,\n 3072\n ],\n [\n 4096,\n 3072\n ],\n [\n 4096,\n 4096\n ],\n [\n 3072,\n 4096\n ],\n [\n 3072,\n 3072\n ]\n ]\n ]\n },\n \"properties\": {\n \"_count\": 3,\n \"max_price.value\": 1750.0,\n \"min_price.value\": 0.0,\n \"avg_price.value\": 1133.3333333333333\n },\n \"type\": 3\n }\n ]\n },\n \"meta\": {\n \"extent\": 4096,\n \"version\": 2,\n \"features\": [\n {\n \"geometry\": {\n \"type\": \"Polygon\",\n \"coordinates\": [\n [\n [\n 0,\n 0\n ],\n [\n 4096,\n 0\n ],\n [\n 4096,\n 4096\n ],\n [\n 0,\n 4096\n ],\n [\n 0,\n 0\n ]\n ]\n ]\n },\n \"properties\": {\n \"_shards.failed\": 0,\n \"_shards.skipped\": 0,\n \"_shards.successful\": 1,\n \"_shards.total\": 1,\n \"aggregations._count.avg\": 3.0,\n \"aggregations._count.count\": 1,\n \"aggregations._count.max\": 3.0,\n \"aggregations._count.min\": 3.0,\n \"aggregations._count.sum\": 3.0,\n \"aggregations.avg_price.avg\": 1133.3333333333333,\n \"aggregations.avg_price.count\": 1,\n \"aggregations.avg_price.max\": 1133.3333333333333,\n \"aggregations.avg_price.min\": 1133.3333333333333,\n \"aggregations.avg_price.sum\": 1133.3333333333333,\n \"aggregations.max_price.avg\": 1750.0,\n \"aggregations.max_price.count\": 1,\n \"aggregations.max_price.max\": 1750.0,\n \"aggregations.max_price.min\": 1750.0,\n \"aggregations.max_price.sum\": 1750.0,\n \"aggregations.min_price.avg\": 0.0,\n \"aggregations.min_price.count\": 1,\n \"aggregations.min_price.max\": 0.0,\n \"aggregations.min_price.min\": 0.0,\n \"aggregations.min_price.sum\": 0.0,\n \"hits.max_score\": 0.0,\n \"hits.total.relation\": \"eq\",\n \"hits.total.value\": 3,\n \"timed_out\": false,\n \"took\": 2\n },\n \"type\": 3\n }\n ]\n }\n}" } } } @@ -65699,13 +62191,7 @@ "examples": { "SecurityCreateApiKeyResponseExample1": { "description": "A successful response from `POST /_security/api_key`.", - "value": { - "api_key": "ui2lp2axTNmsyakw9tvNnw", - "encoded": "VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==", - "expiration": 1544068612110, - "id": "VuaCfGcBCdbkQm-e5aOx", - "name": "my-api-key" - } + "value": "{\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\", \n \"name\": \"my-api-key\",\n \"expiration\": 1544068612110, \n \"api_key\": \"ui2lp2axTNmsyakw9tvNnw\", \n \"encoded\": \"VnVhQ2ZHY0JDZGJrUW0tZTVhT3g6dWkybHAyYXhUTm1zeWFrdzl0dk5udw==\" \n}" } } } @@ -65724,42 +62210,7 @@ "examples": { "SecurityGetRoleResponseExample1": { "description": "A successful response from `GET /_security/role/my_admin_role`. The response contains information about the `my_admin_role` role in the native realm.\n", - "value": { - "my_admin_role": { - "applications": [], - "cluster": [ - "all" - ], - "description": "Grants full access to all management features within the cluster.", - "indices": [ - { - "allow_restricted_indices": false, - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ] - } - ], - "metadata": { - "version": 1 - }, - "run_as": [ - "other_user" - ], - "transient_metadata": { - "enabled": true - } - } - } + "value": "{\n \"my_admin_role\": {\n \"description\": \"Grants full access to all management features within the cluster.\",\n \"cluster\" : [ \"all\" ],\n \"indices\" : [\n {\n \"names\" : [ \"index1\", \"index2\" ],\n \"privileges\" : [ \"all\" ],\n \"allow_restricted_indices\" : false,\n \"field_security\" : {\n \"grant\" : [ \"title\", \"body\" ]}\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ \"other_user\" ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n}" } } } @@ -65805,34 +62256,7 @@ "examples": { "SecurityHasPrivilegesResponseExample1": { "description": "A successful response from `GET /_security/user/_has_privileges`, which lists the privileges for the `rdeniro` user.", - "value": { - "application": { - "inventory_manager": { - "product/1852563": { - "data:write/inventory": false, - "read": false - } - } - }, - "cluster": { - "manage": false, - "monitor": true - }, - "has_all_requested": false, - "index": { - "inventory": { - "read": true, - "write": false - }, - "products": { - "read": true - }, - "suppliers": { - "read": true - } - }, - "username": "rdeniro" - } + "value": "{\n \"username\": \"rdeniro\",\n \"has_all_requested\" : false,\n \"cluster\" : {\n \"monitor\" : true,\n \"manage\" : false\n },\n \"index\" : {\n \"suppliers\" : {\n \"read\" : true\n },\n \"products\" : {\n \"read\" : true\n },\n \"inventory\" : {\n \"read\" : true,\n \"write\" : false\n }\n },\n \"application\" : {\n \"inventory_manager\" : {\n \"product/1852563\" : {\n \"read\": false,\n \"data:write/inventory\": false\n }\n }\n }\n}" } } } @@ -65856,11 +62280,7 @@ "examples": { "SecurityPutRoleResponseExample1": { "description": "A successful response from `POST /_security/role/my_admin_role`.", - "value": { - "role": { - "created": true - } - } + "value": "{\n \"role\": {\n \"created\": true \n }\n}" } } } @@ -65906,152 +62326,17 @@ "QueryApiKeysResponseExample1": { "summary": "Query API keys by ID", "description": "A successful response from `GET /_security/_query/api_key?with_limited_by=true`. The `limited_by` details are the owner user's permissions associated with the API key. It is a point-in-time snapshot captured at creation and subsequent updates. An API key's effective permissions are an intersection of its assigned privileges and the owner user's permissions.\n", - "value": { - "api_keys": [ - { - "creation": 1548550550158, - "expiration": 1548551550158, - "id": "VuaCfGcBCdbkQm-e5aOx", - "invalidated": false, - "limited_by": [ - { - "role-power-user": { - "applications": [], - "cluster": [ - "monitor" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "*" - ], - "privileges": [ - "read" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - } - ], - "metadata": { - "application": "my-application" - }, - "name": "application-key-1", - "realm": "native1", - "realm_type": "native", - "role_descriptors": {}, - "username": "myuser" - } - ] - } + "value": "{\n \"api_keys\": [\n {\n \"id\": \"VuaCfGcBCdbkQm-e5aOx\",\n \"name\": \"application-key-1\",\n \"creation\": 1548550550158,\n \"expiration\": 1548551550158,\n \"invalidated\": false,\n \"username\": \"myuser\",\n \"realm\": \"native1\",\n \"realm_type\": \"native\",\n \"metadata\": {\n \"application\": \"my-application\"\n },\n \"role_descriptors\": { },\n \"limited_by\": [ \n {\n \"role-power-user\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"*\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n ]\n }\n ]\n}" }, "QueryApiKeysResponseExample2": { "summary": "Query API keys with pagination", "description": "An abbreviated response from `GET /_security/_query/api_key` that contains a list of matched API keys along with their sort values. The first sort value is creation time, which is displayed in `date_time` format. The second sort value is the API key name.\n", - "value": { - "api_keys": [ - { - "_sort": [ - "2021-08-18T01:29:14.811Z", - "app1-key-79" - ], - "creation": 1629250154811, - "id": "CLXgVnsBOGkf8IyjcXU7", - "invalidated": false, - "metadata": { - "environment": "production" - }, - "name": "app1-key-79", - "realm": "native1", - "role_descriptors": {}, - "username": "org-admin-user" - }, - { - "_sort": [ - "2021-08-18T01:29:13.794Z", - "app1-key-78" - ], - "creation": 1629250153794, - "id": "BrXgVnsBOGkf8IyjbXVB", - "invalidated": false, - "metadata": { - "environment": "production" - }, - "name": "app1-key-78", - "realm": "native1", - "role_descriptors": {}, - "username": "org-admin-user" - } - ], - "count": 10, - "total": 100 - } + "value": "{\n \"total\": 100,\n \"count\": 10,\n \"api_keys\": [\n {\n \"id\": \"CLXgVnsBOGkf8IyjcXU7\",\n \"name\": \"app1-key-79\",\n \"creation\": 1629250154811,\n \"invalidated\": false,\n \"username\": \"org-admin-user\",\n \"realm\": \"native1\",\n \"metadata\": {\n \"environment\": \"production\"\n },\n \"role_descriptors\": { },\n \"_sort\": [\n \"2021-08-18T01:29:14.811Z\", \n \"app1-key-79\" \n ]\n },\n {\n \"id\": \"BrXgVnsBOGkf8IyjbXVB\",\n \"name\": \"app1-key-78\",\n \"creation\": 1629250153794,\n \"invalidated\": false,\n \"username\": \"org-admin-user\",\n \"realm\": \"native1\",\n \"metadata\": {\n \"environment\": \"production\"\n },\n \"role_descriptors\": { },\n \"_sort\": [\n \"2021-08-18T01:29:13.794Z\",\n \"app1-key-78\"\n ]\n }\n ]\n}" }, "QueryApiKeysResponseExample3": { "summary": "Query all API keys", "description": "A successful response from `GET /_security/_query/api_key`. It includes the role descriptors that are assigned to each API key when it was created or last updated. Note that an API key's effective permissions are an intersection of its assigned privileges and the point-in-time snapshot of the owner user's permissions. An empty role descriptors object means the API key inherits the owner user's permissions.\n", - "value": { - "api_keys": [ - { - "creation": 1628227480421, - "expiration": 1629091480421, - "id": "nkvrGXsB8w290t56q3Rg", - "invalidated": false, - "metadata": { - "letter": "a" - }, - "name": "my-api-key-1", - "realm": "reserved", - "realm_type": "reserved", - "role_descriptors": { - "role-a": { - "applications": [], - "cluster": [ - "monitor" - ], - "indices": [ - { - "allow_restricted_indices": false, - "names": [ - "index-a" - ], - "privileges": [ - "read" - ] - } - ], - "metadata": {}, - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - }, - "username": "elastic" - }, - { - "creation": 1628227498953, - "expiration": 1628313898953, - "id": "oEvrGXsB8w290t5683TI", - "invalidated": false, - "metadata": { - "letter": "b" - }, - "name": "my-api-key-2", - "realm": "reserved", - "role_descriptors": {}, - "username": "elastic" - } - ], - "count": 3, - "total": 3 - } + "value": "{\n \"total\": 3,\n \"count\": 3,\n \"api_keys\": [ \n {\n \"id\": \"nkvrGXsB8w290t56q3Rg\",\n \"name\": \"my-api-key-1\",\n \"creation\": 1628227480421,\n \"expiration\": 1629091480421,\n \"invalidated\": false,\n \"username\": \"elastic\",\n \"realm\": \"reserved\",\n \"realm_type\": \"reserved\",\n \"metadata\": {\n \"letter\": \"a\"\n },\n \"role_descriptors\": { \n \"role-a\": {\n \"cluster\": [\n \"monitor\"\n ],\n \"indices\": [\n {\n \"names\": [\n \"index-a\"\n ],\n \"privileges\": [\n \"read\"\n ],\n \"allow_restricted_indices\": false\n }\n ],\n \"applications\": [ ],\n \"run_as\": [ ],\n \"metadata\": { },\n \"transient_metadata\": {\n \"enabled\": true\n }\n }\n }\n },\n {\n \"id\": \"oEvrGXsB8w290t5683TI\",\n \"name\": \"my-api-key-2\",\n \"creation\": 1628227498953,\n \"expiration\": 1628313898953,\n \"invalidated\": false,\n \"username\": \"elastic\",\n \"realm\": \"reserved\",\n \"metadata\": {\n \"letter\": \"b\"\n },\n \"role_descriptors\": { } \n }\n ]\n}" } } } @@ -66090,125 +62375,12 @@ "QueryRolesResponseExample1": { "summary": "Query roles by name", "description": "A successful response from `POST /_security/_query/role`. It returns a JSON structure that contains the information retrieved for one or more roles.\n", - "value": { - "count": 2, - "roles": [ - { - "_sort": [ - "my_admin_role" - ], - "applications": [], - "cluster": [ - "all" - ], - "description": "Grants full access to all management features within the cluster.", - "indices": [ - { - "allow_restricted_indices": false, - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ] - } - ], - "metadata": { - "version": 1 - }, - "name": "my_admin_role", - "run_as": [ - "other_user" - ], - "transient_metadata": { - "enabled": true - } - }, - { - "_sort": [ - "my_user_role" - ], - "applications": [], - "cluster": [], - "description": "Grants user access to some indicies.", - "indices": [ - { - "allow_restricted_indices": false, - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ] - } - ], - "metadata": { - "version": 1 - }, - "name": "my_user_role", - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - ], - "total": 2 - } + "value": "{\n \"total\": 2,\n \"count\": 2,\n \"roles\": [ \n {\n \"name\" : \"my_admin_role\",\n \"cluster\" : [\n \"all\"\n ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [\n \"other_user\"\n ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants full access to all management features within the cluster.\",\n \"_sort\" : [\n \"my_admin_role\"\n ]\n },\n {\n \"name\" : \"my_user_role\",\n \"cluster\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants user access to some indicies.\",\n \"_sort\" : [\n \"my_user_role\"\n ]\n }\n ]\n}" }, "QueryRolesResponseExample2": { "summary": "Query roles by description", "description": "A successful response from `POST /_security/_query/role`.\n", - "value": { - "count": 1, - "roles": [ - { - "applications": [], - "cluster": [], - "description": "Grants user access to some indicies.", - "indices": [ - { - "allow_restricted_indices": false, - "field_security": { - "grant": [ - "title", - "body" - ] - }, - "names": [ - "index1", - "index2" - ], - "privileges": [ - "all" - ] - } - ], - "metadata": { - "version": 1 - }, - "name": "my_user_role", - "run_as": [], - "transient_metadata": { - "enabled": true - } - } - ], - "total": 2 - } + "value": "{\n \"total\": 2,\n \"count\": 1,\n \"roles\": [\n {\n \"name\" : \"my_user_role\",\n \"cluster\" : [ ],\n \"indices\" : [\n {\n \"names\" : [\n \"index1\",\n \"index2\"\n ],\n \"privileges\" : [\n \"all\"\n ],\n \"field_security\" : {\n \"grant\" : [\n \"title\",\n \"body\"\n ]\n },\n \"allow_restricted_indices\" : false\n }\n ],\n \"applications\" : [ ],\n \"run_as\" : [ ],\n \"metadata\" : {\n \"version\" : 1\n },\n \"transient_metadata\" : {\n \"enabled\" : true\n },\n \"description\" : \"Grants user access to some indicies.\"\n }\n ]\n}" } } } @@ -66324,17 +62496,7 @@ "examples": { "TermsEnumResponseExample1": { "description": "A successful response from `POST stackoverflow/_terms_enum`.", - "value": { - "_shards": { - "failed": 0, - "successful": 1, - "total": 1 - }, - "complete": true, - "terms": [ - "kibana" - ] - } + "value": "{\n \"_shards\": {\n \"total\": 1,\n \"successful\": 1,\n \"failed\": 0\n },\n \"terms\": [\n \"kibana\"\n ],\n \"complete\" : true\n}" } } } @@ -66380,118 +62542,17 @@ "TermVectorsResponseExample1": { "summary": "Return stored term vectors", "description": "A successful response from `GET /my-index-000001/_termvectors/1`.", - "value": { - "_id": "1", - "_index": "my-index-000001", - "_version": 1, - "found": true, - "term_vectors": { - "text": { - "field_statistics": { - "doc_count": 2, - "sum_doc_freq": 4, - "sum_ttf": 6 - }, - "terms": { - "test": { - "doc_freq": 2, - "term_freq": 3, - "tokens": [ - { - "end_offset": 4, - "payload": "d29yZA==", - "position": 0, - "start_offset": 0 - }, - { - "end_offset": 9, - "payload": "d29yZA==", - "position": 1, - "start_offset": 5 - }, - { - "end_offset": 14, - "payload": "d29yZA==", - "position": 2, - "start_offset": 10 - } - ], - "ttf": 4 - } - } - } - }, - "took": 6 - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_id\": \"1\",\n \"_version\": 1,\n \"found\": true,\n \"took\": 6,\n \"term_vectors\": {\n \"text\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 4,\n \"doc_count\": 2,\n \"sum_ttf\": 6\n },\n \"terms\": {\n \"test\": {\n \"doc_freq\": 2,\n \"ttf\": 4,\n \"term_freq\": 3,\n \"tokens\": [\n {\n \"position\": 0,\n \"start_offset\": 0,\n \"end_offset\": 4,\n \"payload\": \"d29yZA==\"\n },\n {\n \"position\": 1,\n \"start_offset\": 5,\n \"end_offset\": 9,\n \"payload\": \"d29yZA==\"\n },\n {\n \"position\": 2,\n \"start_offset\": 10,\n \"end_offset\": 14,\n \"payload\": \"d29yZA==\"\n }\n ]\n }\n }\n }\n }\n}" }, "TermVectorsResponseExample2": { "summary": "Per-field analyzer", "description": "A successful response from `GET /my-index-000001/_termvectors` with `per_field_analyzer` in the request body.", - "value": { - "_index": "my-index-000001", - "_version": 0, - "found": true, - "term_vectors": { - "fullname": { - "field_statistics": { - "doc_count": 4, - "sum_doc_freq": 2, - "sum_ttf": 4 - }, - "terms": { - "John Doe": { - "term_freq": 1, - "tokens": [ - { - "end_offset": 8, - "position": 0, - "start_offset": 0 - } - ] - } - } - } - }, - "took": 6 - } + "value": "{\n \"_index\": \"my-index-000001\",\n \"_version\": 0,\n \"found\": true,\n \"took\": 6,\n \"term_vectors\": {\n \"fullname\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 2,\n \"doc_count\": 4,\n \"sum_ttf\": 4\n },\n \"terms\": {\n \"John Doe\": {\n \"term_freq\": 1,\n \"tokens\": [\n {\n \"position\": 0,\n \"start_offset\": 0,\n \"end_offset\": 8\n }\n ]\n }\n }\n }\n }\n}" }, "TermVectorsResponseExample3": { "summary": "Terms filtering", "description": "A successful response from `GET /my-index-000001/_termvectors` with a `filter` in the request body.", - "value": { - "_index": "imdb", - "_version": 0, - "found": true, - "term_vectors": { - "plot": { - "field_statistics": { - "doc_count": 176214, - "sum_doc_freq": 3384269, - "sum_ttf": 3753460 - }, - "terms": { - "armored": { - "doc_freq": 27, - "score": 9.74725, - "term_freq": 1, - "ttf": 27 - }, - "industrialist": { - "doc_freq": 88, - "score": 8.590818, - "term_freq": 1, - "ttf": 88 - }, - "stark": { - "doc_freq": 44, - "score": 9.272792, - "term_freq": 1, - "ttf": 47 - } - } - } - } - } + "value": "{\n \"_index\": \"imdb\",\n \"_version\": 0,\n \"found\": true,\n \"term_vectors\": {\n \"plot\": {\n \"field_statistics\": {\n \"sum_doc_freq\": 3384269,\n \"doc_count\": 176214,\n \"sum_ttf\": 3753460\n },\n \"terms\": {\n \"armored\": {\n \"doc_freq\": 27,\n \"ttf\": 27,\n \"term_freq\": 1,\n \"score\": 9.74725\n },\n \"industrialist\": {\n \"doc_freq\": 88,\n \"ttf\": 88,\n \"term_freq\": 1,\n \"score\": 8.590818\n },\n \"stark\": {\n \"doc_freq\": 44,\n \"ttf\": 47,\n \"term_freq\": 1,\n \"score\": 9.272792\n }\n }\n }\n }\n}" } } } @@ -66522,68 +62583,7 @@ "examples": { "GetTransformResponseExample1": { "description": "A successful response that contains configuration information for a transform.", - "value": { - "count": 1, - "transforms": [ - { - "authorization": { - "roles": [ - "superuser" - ] - }, - "create_time": 1656023416565, - "description": "Maximum priced ecommerce data by customer_id in Asia", - "dest": { - "index": "kibana_sample_data_ecommerce_transform1", - "pipeline": "add_timestamp_pipeline" - }, - "frequency": "5m", - "id": "ecommerce_transform1", - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id" - } - } - } - }, - "retention_policy": { - "time": { - "field": "order_date", - "max_age": "30d" - } - }, - "settings": {}, - "source": { - "index": [ - "kibana_sample_data_ecommerce" - ], - "query": { - "term": { - "geoip.continent_name": { - "value": "Asia" - } - } - } - }, - "sync": { - "time": { - "delay": "60s", - "field": "order_date" - } - }, - "version": "8.4.0" - } - ] - } + "value": "{\n \"count\": 1,\n \"transforms\": [\n {\n \"id\": \"ecommerce_transform1\",\n \"authorization\": {\n \"roles\": [\n \"superuser\"\n ]\n },\n \"version\": \"8.4.0\",\n \"create_time\": 1656023416565,\n \"source\": {\n \"index\": [\n \"kibana_sample_data_ecommerce\"\n ],\n \"query\": {\n \"term\": {\n \"geoip.continent_name\": {\n \"value\": \"Asia\"\n }\n }\n }\n },\n \"dest\": {\n \"index\": \"kibana_sample_data_ecommerce_transform1\",\n \"pipeline\": \"add_timestamp_pipeline\"\n },\n \"frequency\": \"5m\",\n \"sync\": {\n \"time\": {\n \"field\": \"order_date\",\n \"delay\": \"60s\"\n }\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\"\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n },\n \"description\": \"Maximum priced ecommerce data by customer_id in Asia\",\n \"settings\": {},\n \"retention_policy\": {\n \"time\": {\n \"field\": \"order_date\",\n \"max_age\": \"30d\"\n }\n }\n }\n ]\n}" } } } @@ -66614,223 +62614,7 @@ "examples": { "PreviewTransformResponseExample1": { "description": "An abbreviated response from `POST _transform/_preview` that contains a preview a transform that uses the pivot method.", - "value": { - "generated_dest_index": { - "aliases": {}, - "mappings": { - "_meta": { - "_transform": { - "creation_date_in_millis": 1712948905889, - "transform": "transform-preview", - "version": { - "created": "10.0.0" - } - }, - "created_by": "transform" - }, - "properties": { - "customer_id": { - "type": "keyword" - }, - "max_price": { - "type": "half_float" - } - } - }, - "settings": { - "index": { - "auto_expand_replicas": "0-1", - "number_of_shards": "1" - } - } - }, - "preview": [ - { - "customer_id": "10", - "max_price": 171 - }, - { - "customer_id": "11", - "max_price": 233 - }, - { - "customer_id": "12", - "max_price": 200 - }, - { - "customer_id": "13", - "max_price": 301 - }, - { - "customer_id": "14", - "max_price": 176 - }, - { - "customer_id": "15", - "max_price": 2250 - }, - { - "customer_id": "16", - "max_price": 170 - }, - { - "customer_id": "17", - "max_price": 243 - }, - { - "customer_id": "18", - "max_price": 154 - }, - { - "customer_id": "19", - "max_price": 393 - }, - { - "customer_id": "20", - "max_price": 165 - }, - { - "customer_id": "21", - "max_price": 115 - }, - { - "customer_id": "22", - "max_price": 192 - }, - { - "customer_id": "23", - "max_price": 169 - }, - { - "customer_id": "24", - "max_price": 230 - }, - { - "customer_id": "25", - "max_price": 278 - }, - { - "customer_id": "26", - "max_price": 200 - }, - { - "customer_id": "27", - "max_price": 344 - }, - { - "customer_id": "28", - "max_price": 175 - }, - { - "customer_id": "29", - "max_price": 177 - }, - { - "customer_id": "30", - "max_price": 190 - }, - { - "customer_id": "31", - "max_price": 190 - }, - { - "customer_id": "32", - "max_price": 205 - }, - { - "customer_id": "33", - "max_price": 215 - }, - { - "customer_id": "34", - "max_price": 270 - }, - { - "customer_id": "36", - "max_price": 184 - }, - { - "customer_id": "37", - "max_price": 222 - }, - { - "customer_id": "38", - "max_price": 370 - }, - { - "customer_id": "39", - "max_price": 240 - }, - { - "customer_id": "4", - "max_price": 230 - }, - { - "customer_id": "41", - "max_price": 229 - }, - { - "customer_id": "42", - "max_price": 190 - }, - { - "customer_id": "43", - "max_price": 150 - }, - { - "customer_id": "44", - "max_price": 175 - }, - { - "customer_id": "45", - "max_price": 190 - }, - { - "customer_id": "46", - "max_price": 150 - }, - { - "customer_id": "48", - "max_price": 310 - }, - { - "customer_id": "49", - "max_price": 223 - }, - { - "customer_id": "5", - "max_price": 283 - }, - { - "customer_id": "50", - "max_price": 185 - }, - { - "customer_id": "51", - "max_price": 190 - }, - { - "customer_id": "52", - "max_price": 333 - }, - { - "customer_id": "6", - "max_price": 165 - }, - { - "customer_id": "7", - "max_price": 144 - }, - { - "customer_id": "8", - "max_price": 198 - }, - { - "customer_id": "9", - "max_price": 210 - } - ] - } + "value": "{\n \"preview\": [\n {\n \"max_price\": 171,\n \"customer_id\": \"10\"\n },\n {\n \"max_price\": 233,\n \"customer_id\": \"11\"\n },\n {\n \"max_price\": 200,\n \"customer_id\": \"12\"\n },\n {\n \"max_price\": 301,\n \"customer_id\": \"13\"\n },\n {\n \"max_price\": 176,\n \"customer_id\": \"14\"\n },\n {\n \"max_price\": 2250,\n \"customer_id\": \"15\"\n },\n {\n \"max_price\": 170,\n \"customer_id\": \"16\"\n },\n {\n \"max_price\": 243,\n \"customer_id\": \"17\"\n },\n {\n \"max_price\": 154,\n \"customer_id\": \"18\"\n },\n {\n \"max_price\": 393,\n \"customer_id\": \"19\"\n },\n {\n \"max_price\": 165,\n \"customer_id\": \"20\"\n },\n {\n \"max_price\": 115,\n \"customer_id\": \"21\"\n },\n {\n \"max_price\": 192,\n \"customer_id\": \"22\"\n },\n {\n \"max_price\": 169,\n \"customer_id\": \"23\"\n },\n {\n \"max_price\": 230,\n \"customer_id\": \"24\"\n },\n {\n \"max_price\": 278,\n \"customer_id\": \"25\"\n },\n {\n \"max_price\": 200,\n \"customer_id\": \"26\"\n },\n {\n \"max_price\": 344,\n \"customer_id\": \"27\"\n },\n {\n \"max_price\": 175,\n \"customer_id\": \"28\"\n },\n {\n \"max_price\": 177,\n \"customer_id\": \"29\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"30\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"31\"\n },\n {\n \"max_price\": 205,\n \"customer_id\": \"32\"\n },\n {\n \"max_price\": 215,\n \"customer_id\": \"33\"\n },\n {\n \"max_price\": 270,\n \"customer_id\": \"34\"\n },\n {\n \"max_price\": 184,\n \"customer_id\": \"36\"\n },\n {\n \"max_price\": 222,\n \"customer_id\": \"37\"\n },\n {\n \"max_price\": 370,\n \"customer_id\": \"38\"\n },\n {\n \"max_price\": 240,\n \"customer_id\": \"39\"\n },\n {\n \"max_price\": 230,\n \"customer_id\": \"4\"\n },\n {\n \"max_price\": 229,\n \"customer_id\": \"41\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"42\"\n },\n {\n \"max_price\": 150,\n \"customer_id\": \"43\"\n },\n {\n \"max_price\": 175,\n \"customer_id\": \"44\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"45\"\n },\n {\n \"max_price\": 150,\n \"customer_id\": \"46\"\n },\n {\n \"max_price\": 310,\n \"customer_id\": \"48\"\n },\n {\n \"max_price\": 223,\n \"customer_id\": \"49\"\n },\n {\n \"max_price\": 283,\n \"customer_id\": \"5\"\n },\n {\n \"max_price\": 185,\n \"customer_id\": \"50\"\n },\n {\n \"max_price\": 190,\n \"customer_id\": \"51\"\n },\n {\n \"max_price\": 333,\n \"customer_id\": \"52\"\n },\n {\n \"max_price\": 165,\n \"customer_id\": \"6\"\n },\n {\n \"max_price\": 144,\n \"customer_id\": \"7\"\n },\n {\n \"max_price\": 198,\n \"customer_id\": \"8\"\n },\n {\n \"max_price\": 210,\n \"customer_id\": \"9\"\n }\n ],\n \"generated_dest_index\": {\n \"mappings\": {\n \"_meta\": {\n \"_transform\": {\n \"transform\": \"transform-preview\",\n \"version\": {\n \"created\": \"10.0.0\"\n },\n \"creation_date_in_millis\": 1712948905889\n },\n \"created_by\": \"transform\"\n },\n \"properties\": {\n \"max_price\": {\n \"type\": \"half_float\"\n },\n \"customer_id\": {\n \"type\": \"keyword\"\n }\n }\n },\n \"settings\": {\n \"index\": {\n \"number_of_shards\": \"1\",\n \"auto_expand_replicas\": \"0-1\"\n }\n },\n \"aliases\": {}\n }\n}" } } } @@ -72385,23 +68169,7 @@ "examples": { "AsyncSearchSubmitRequestExample1": { "description": "Perform a search request asynchronously with `POST /sales*/_async_search?size=0`. It accepts the same parameters and request body as the search API.\n", - "value": { - "aggs": { - "sale_date": { - "date_histogram": { - "calendar_interval": "1d", - "field": "date" - } - } - }, - "sort": [ - { - "date": { - "order": "asc" - } - } - ] - } + "value": "{\n \"sort\": [\n { \"date\": { \"order\": \"asc\" } }\n ],\n \"aggs\": {\n \"sale_date\": {\n \"date_histogram\": {\n \"field\": \"date\",\n \"calendar_interval\": \"1d\"\n }\n }\n }\n}" } } } @@ -72466,9 +68234,7 @@ "examples": { "ClearScrollRequestExample1": { "description": "Run `DELETE /_search/scroll` to clear the search context and results for a scrolling search.", - "value": { - "scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==" - } + "value": "{\n \"scroll_id\": \"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==\"\n}" } } } @@ -72501,48 +68267,12 @@ "examples": { "ClusterPutComponentTemplateRequestExample1": { "summary": "Create a template", - "value": { - "mappings": { - "_source": { - "enabled": false - }, - "properties": { - "created_at": { - "format": "EEE MMM dd HH:mm:ss Z yyyy", - "type": "date" - }, - "host_name": { - "type": "keyword" - } - } - }, - "settings": { - "number_of_shards": 1 - }, - "template": null - } + "value": "{\n \"template\": null,\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"mappings\": {\n \"_source\": {\n \"enabled\": false\n },\n \"properties\": {\n \"host_name\": {\n \"type\": \"keyword\"\n },\n \"created_at\": {\n \"type\": \"date\",\n \"format\": \"EEE MMM dd HH:mm:ss Z yyyy\"\n }\n }\n }\n}" }, "ClusterPutComponentTemplateRequestExample2": { "summary": "Create a template with aliases", "description": "You can include index aliases in a component template. During index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": { - "aliases": { - "alias1": {}, - "alias2": { - "filter": { - "term": { - "user.id": "kimchy" - } - }, - "routing": "shard-1" - }, - "{index}-alias": {} - }, - "settings": { - "number_of_shards": 1 - }, - "template": null - } + "value": "{\n \"template\": null,\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n}" } } } @@ -72577,20 +68307,10 @@ }, "examples": { "ConnectorPutRequestExample1": { - "value": { - "index_name": "search-google-drive", - "name": "My Connector", - "service_type": "google_drive" - } + "value": "{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\",\n \"service_type\": \"google_drive\"\n}" }, "ConnectorPutRequestExample2": { - "value": { - "description": "My Connector to sync data to Elastic index from Google Drive", - "index_name": "search-google-drive", - "language": "english", - "name": "My Connector", - "service_type": "google_drive" - } + "value": "{\n \"index_name\": \"search-google-drive\",\n \"name\": \"My Connector\",\n \"description\": \"My Connector to sync data to Elastic index from Google Drive\",\n \"service_type\": \"google_drive\",\n \"language\": \"english\"\n}" } } } @@ -72610,13 +68330,7 @@ "examples": { "CountRequestExample1": { "description": "Run `GET /my-index-000001/_count?q=user:kimchy`. Alternatively, run `GET /my-index-000001/_count` with the same query in the request body. Both requests count the number of documents in `my-index-000001` with a `user.id` of `kimchy`.\n", - "value": { - "query": { - "term": { - "user.id": "kimchy" - } - } - } + "value": "{\n \"query\" : {\n \"term\" : { \"user.id\" : \"kimchy\" }\n }\n}" } } } @@ -72631,13 +68345,7 @@ "examples": { "CreateRequestExample1": { "description": "Run `PUT my-index-000001/_create/1` to index a document into the `my-index-000001` index if no document with that ID exists.\n", - "value": { - "@timestamp": "2099-11-15T13:12:00", - "message": "GET /search HTTP/1.1 200 1070000", - "user": { - "id": "kimchy" - } - } + "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" } } } @@ -72762,13 +68470,7 @@ "examples": { "ExplainRequestExample1": { "description": "Run `GET /my-index-000001/_explain/0` with the request body. Alternatively, run `GET /my-index-000001/_explain/0?q=message:elasticsearch`\n", - "value": { - "query": { - "match": { - "message": "elasticsearch" - } - } - } + "value": "{\n \"query\" : {\n \"match\" : { \"message\" : \"elasticsearch\" }\n }\n}" } } } @@ -72794,15 +68496,7 @@ "examples": { "FieldCapabilitiesRequestExample1": { "description": "Run `POST my-index-*/_field_caps?fields=rating` to get field capabilities and filter indices with a query. Indices that rewrite the provided filter to `match_none` on every shard will be filtered from the response.\n", - "value": { - "index_filter": { - "range": { - "@timestamp": { - "gte": "2018" - } - } - } - } + "value": "{\n \"index_filter\": {\n \"range\": {\n \"@timestamp\": {\n \"gte\": \"2018\"\n }\n }\n }\n}" } } } @@ -72835,25 +68529,7 @@ "examples": { "GraphExploreRequestExample1": { "description": "Run `POST clicklogs/_graph/explore` for a basic exploration An initial graph explore query typically begins with a query to identify strongly related terms. Seed the exploration with a query. This example is searching `clicklogs` for people who searched for the term `midi`.Identify the vertices to include in the graph. This example is looking for product codes that are significantly associated with searches for `midi`. Find the connections. This example is looking for other search terms that led people to click on the products that are associated with searches for `midi`.\n", - "value": { - "connections": { - "vertices": [ - { - "field": "query.raw" - } - ] - }, - "query": { - "match": { - "query.raw": "midi" - } - }, - "vertices": [ - { - "field": "product" - } - ] - } + "value": "{\n \"query\": {\n \"match\": {\n \"query.raw\": \"midi\"\n }\n },\n \"vertices\": [\n {\n \"field\": \"product\"\n }\n ],\n \"connections\": {\n \"vertices\": [\n {\n \"field\": \"query.raw\"\n }\n ]\n }\n}" } } } @@ -72869,24 +68545,12 @@ "IndexRequestExample1": { "summary": "Automate document IDs", "description": "Run `POST my-index-000001/_doc/` to index a document. When you use the `POST //_doc/` request format, the `op_type` is automatically set to `create` and the index operation generates a unique ID for the document.\n", - "value": { - "@timestamp": "2099-11-15T13:12:00", - "message": "GET /search HTTP/1.1 200 1070000", - "user": { - "id": "kimchy" - } - } + "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" }, "IndexRequestExample2": { "summary": "Define document IDs", "description": "Run `PUT my-index-000001/_doc/1` to insert a JSON document into the `my-index-000001` index with an `_id` of 1.\n", - "value": { - "@timestamp": "2099-11-15T13:12:00", - "message": "GET /search HTTP/1.1 200 1070000", - "user": { - "id": "kimchy" - } - } + "value": "{\n \"@timestamp\": \"2099-11-15T13:12:00\",\n \"message\": \"GET /search HTTP/1.1 200 1070000\",\n \"user\": {\n \"id\": \"kimchy\"\n }\n}" } } } @@ -72947,85 +68611,37 @@ "indicesAnalyzeRequestExample1": { "summary": "No index specified", "description": "You can apply any of the built-in analyzers to the text string without specifying an index.", - "value": { - "analyzer": "standard", - "text": "this is a test" - } + "value": "{\n \"analyzer\": \"standard\",\n \"text\": \"this is a test\"\n}" }, "indicesAnalyzeRequestExample2": { "summary": "An array of text strings", "description": "If the text parameter is provided as array of strings, it is analyzed as a multi-value field.", - "value": { - "analyzer": "standard", - "text": [ - "this is a test", - "the second text" - ] - } + "value": "{\n \"analyzer\": \"standard\",\n \"text\": [\n \"this is a test\",\n \"the second text\"\n ]\n}" }, "indicesAnalyzeRequestExample3": { "summary": "Custom analyzer example 1", "description": "You can test a custom transient analyzer built from tokenizers, token filters, and char filters. Token filters use the filter parameter.", - "value": { - "char_filter": [ - "html_strip" - ], - "filter": [ - "lowercase" - ], - "text": "this is a test", - "tokenizer": "keyword" - } + "value": "{\n \"tokenizer\": \"keyword\",\n \"filter\": [\n \"lowercase\"\n ],\n \"char_filter\": [\n \"html_strip\"\n ],\n \"text\": \"this is a test\"\n}" }, "indicesAnalyzeRequestExample4": { "summary": "Custom analyzer example 2", "description": "Custom tokenizers, token filters, and character filters can be specified in the request body.", - "value": { - "filter": [ - "lowercase", - { - "stopwords": [ - "a", - "is", - "this" - ], - "type": "stop" - } - ], - "text": "this is a test", - "tokenizer": "whitespace" - } + "value": "{\n \"tokenizer\": \"whitespace\",\n \"filter\": [\n \"lowercase\",\n {\n \"type\": \"stop\",\n \"stopwords\": [\n \"a\",\n \"is\",\n \"this\"\n ]\n }\n ],\n \"text\": \"this is a test\"\n}" }, "indicesAnalyzeRequestExample5": { "summary": "Derive analyzer from field mapping", "description": "Run `GET /analyze_sample/_analyze` to run an analysis on the text using the default index analyzer associated with the `analyze_sample` index. Alternatively, the analyzer can be derived based on a field mapping.", - "value": { - "field": "obj1.field1", - "text": "this is a test" - } + "value": "{\n \"field\": \"obj1.field1\",\n \"text\": \"this is a test\"\n}" }, "indicesAnalyzeRequestExample6": { "summary": "Normalizer", "description": "Run `GET /analyze_sample/_analyze` and supply a normalizer for a keyword field if there is a normalizer associated with the specified index.", - "value": { - "normalizer": "my_normalizer", - "text": "BaR" - } + "value": "{\n \"normalizer\": \"my_normalizer\",\n \"text\": \"BaR\"\n}" }, "indicesAnalyzeRequestExample7": { "summary": "Explain analysis", "description": "If you want to get more advanced details, set `explain` to `true`. It will output all token attributes for each token. You can filter token attributes you want to output by setting the `attributes` option. NOTE: The format of the additional detail information is labelled as experimental in Lucene and it may change in the future.\n", - "value": { - "attributes": [ - "keyword" - ], - "explain": true, - "filter": [ - "snowball" - ], - "text": "detailed output", - "tokenizer": "standard" - } + "value": "{\n \"tokenizer\": \"standard\",\n \"filter\": [\n \"snowball\"\n ],\n \"text\": \"detailed output\",\n \"explain\": true,\n \"attributes\": [\n \"keyword\"\n ]\n}" } } } @@ -73057,16 +68673,7 @@ }, "examples": { "indicesPutAliasRequestExample1": { - "value": { - "actions": [ - { - "add": { - "alias": "my-alias", - "index": "my-data-stream" - } - } - ] - } + "value": "{\n \"actions\": [\n {\n \"add\": {\n \"index\": \"my-data-stream\",\n \"alias\": \"my-alias\"\n }\n }\n ]\n}" } } } @@ -73124,43 +68731,12 @@ "examples": { "IndicesPutIndexTemplateRequestExample1": { "summary": "Create a template", - "value": { - "index_patterns": [ - "template*" - ], - "priority": 1, - "template": { - "settings": { - "number_of_shards": 2 - } - } - } + "value": "{\n \"index_patterns\" : [\"template*\"],\n \"priority\" : 1,\n \"template\": {\n \"settings\" : {\n \"number_of_shards\" : 2\n }\n }\n}" }, "IndicesPutIndexTemplateRequestExample2": { "summary": "Create a template with aliases", "description": "You can include index aliases in an index template.\nDuring index creation, the `{index}` placeholder in the alias name will be replaced with the actual index name that the template gets applied to.\n", - "value": { - "index_patterns": [ - "template*" - ], - "template": { - "aliases": { - "alias1": {}, - "alias2": { - "filter": { - "term": { - "user.id": "kimchy" - } - }, - "routing": "shard-1" - }, - "{index}-alias": {} - }, - "settings": { - "number_of_shards": 1 - } - } - } + "value": "{\n \"index_patterns\": [\n \"template*\"\n ],\n \"template\": {\n \"settings\": {\n \"number_of_shards\": 1\n },\n \"aliases\": {\n \"alias1\": {},\n \"alias2\": {\n \"filter\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n },\n \"routing\": \"shard-1\"\n },\n \"{index}-alias\": {}\n }\n }\n}" } } } @@ -73231,17 +68807,7 @@ "indicesPutMappingRequestExample1": { "summary": "Update multiple targets", "description": "The update mapping API can be applied to multiple data streams or indices with a single request. For example, run `PUT /my-index-000001,my-index-000002/_mapping` to update mappings for the `my-index-000001` and `my-index-000002` indices at the same time.\n", - "value": { - "properties": { - "user": { - "properties": { - "name": { - "type": "keyword" - } - } - } - } - } + "value": "{\n \"properties\": {\n \"user\": {\n \"properties\": {\n \"name\": {\n \"type\": \"keyword\"\n }\n }\n }\n }\n}" } } } @@ -73257,20 +68823,12 @@ "examples": { "IndicesPutSettingsRequestExample1": { "summary": "Change a dynamic index setting", - "value": { - "index": { - "number_of_replicas": 2 - } - } + "value": "{\n \"index\" : {\n \"number_of_replicas\" : 2\n }\n}" }, "indicesPutSettingsRequestExample2": { "summary": "Reset an index setting", "description": "To revert a setting to the default value, use `null`.", - "value": { - "index": { - "refresh_interval": null - } - } + "value": "{\n \"index\" : {\n \"refresh_interval\" : null\n }\n}" }, "indicesPutSettingsRequestExample3": { "summary": "Update index analysis", @@ -73313,14 +68871,7 @@ "examples": { "indicesRolloverRequestExample1": { "summary": "Create a new index for a data stream.", - "value": { - "conditions": { - "max_age": "7d", - "max_docs": 1000, - "max_primary_shard_docs": "2000", - "max_primary_shard_size": "50gb" - } - } + "value": "{\n \"conditions\": {\n \"max_age\": \"7d\",\n \"max_docs\": 1000,\n \"max_primary_shard_size\": \"50gb\",\n \"max_primary_shard_docs\": \"2000\"\n }\n}" } } } @@ -73378,20 +68929,7 @@ "examples": { "indicesSimulateTemplateRequestExample1": { "description": "To see what settings will be applied by a template before you add it to the cluster, you can pass a template configuration in the request body. The specified template is used for the simulation if it has a higher priority than existing templates.\n", - "value": { - "composed_of": [ - "ct2" - ], - "index_patterns": [ - "my-index-*" - ], - "priority": 10, - "template": { - "settings": { - "index.number_of_replicas": 1 - } - } - } + "value": "{\n \"index_patterns\": [\"my-index-*\"],\n \"composed_of\": [\"ct2\"],\n \"priority\": 10,\n \"template\": {\n \"settings\": {\n \"index.number_of_replicas\": 1\n }\n }\n}" } } } @@ -73446,35 +68984,7 @@ "SimulatePipelineRequestExample1": { "summary": "Run an ingest pipeline against a set of provided documents.", "description": "You can specify the used pipeline either in the request body or as a path parameter.", - "value": { - "docs": [ - { - "_id": "id", - "_index": "index", - "_source": { - "foo": "bar" - } - }, - { - "_id": "id", - "_index": "index", - "_source": { - "foo": "rab" - } - } - ], - "pipeline": { - "description": "_description", - "processors": [ - { - "set": { - "field": "field2", - "value": "_value" - } - } - ] - } - } + "value": "{\n \"pipeline\" :\n {\n \"description\": \"_description\",\n \"processors\": [\n {\n \"set\" : {\n \"field\" : \"field2\",\n \"value\" : \"_value\"\n }\n }\n ]\n },\n \"docs\": [\n {\n \"_index\": \"index\",\n \"_id\": \"id\",\n \"_source\": {\n \"foo\": \"bar\"\n }\n },\n {\n \"_index\": \"index\",\n \"_id\": \"id\",\n \"_source\": {\n \"foo\": \"rab\"\n }\n }\n ]\n}" } } } @@ -73503,90 +69013,22 @@ "MultiGetRequestExample1": { "summary": "Get documents by ID", "description": "Run `GET /my-index-000001/_mget`. When you specify an index in the request URI, only the document IDs are required in the request body.\n", - "value": { - "docs": [ - { - "_id": "1" - }, - { - "_id": "2" - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_id\": \"1\"\n },\n {\n \"_id\": \"2\"\n }\n ]\n}" }, "MultiGetRequestExample2": { "summary": "Filter source fields", "description": "Run `GET /_mget`. This request sets `_source` to `false` for document 1 to exclude the source entirely. It retrieves `field3` and `field4` from document 2. It retrieves the `user` field from document 3 but filters out the `user.location` field.\n", - "value": { - "docs": [ - { - "_id": "1", - "_index": "test", - "_source": false - }, - { - "_id": "2", - "_index": "test", - "_source": [ - "field3", - "field4" - ] - }, - { - "_id": "3", - "_index": "test", - "_source": { - "exclude": [ - "user.location" - ], - "include": [ - "user" - ] - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"_source\": false\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"_source\": [ \"field3\", \"field4\" ]\n },\n {\n \"_index\": \"test\",\n \"_id\": \"3\",\n \"_source\": {\n \"include\": [ \"user\" ],\n \"exclude\": [ \"user.location\" ]\n }\n }\n ]\n}" }, "MultiGetRequestExample3": { "summary": "Get stored fields", "description": "Run `GET /_mget`. This request retrieves `field1` and `field2` from document 1 and `field3` and `field4` from document 2.\n", - "value": { - "docs": [ - { - "_id": "1", - "_index": "test", - "stored_fields": [ - "field1", - "field2" - ] - }, - { - "_id": "2", - "_index": "test", - "stored_fields": [ - "field3", - "field4" - ] - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"stored_fields\": [ \"field1\", \"field2\" ]\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\",\n \"stored_fields\": [ \"field3\", \"field4\" ]\n }\n ]\n}" }, "MultiGetRequestExample4": { "summary": "Document routing", "description": "Run `GET /_mget?routing=key1`. If routing is used during indexing, you need to specify the routing value to retrieve documents. This request fetches `test/_doc/2` from the shard corresponding to routing key `key1`. It fetches `test/_doc/1` from the shard corresponding to routing key `key2`.\n", - "value": { - "docs": [ - { - "_id": "1", - "_index": "test", - "routing": "key2" - }, - { - "_id": "2", - "_index": "test" - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"test\",\n \"_id\": \"1\",\n \"routing\": \"key2\"\n },\n {\n \"_index\": \"test\",\n \"_id\": \"2\"\n }\n ]\n}" } } } @@ -73739,54 +69181,17 @@ "MultiTermVectorsRequestExample1": { "summary": "Get multiple term vectors", "description": "Run `POST /my-index-000001/_mtermvectors`. When you specify an index in the request URI, the index does not need to be specified for each documents in the request body.\n", - "value": { - "docs": [ - { - "_id": "2", - "fields": [ - "message" - ], - "term_statistics": true - }, - { - "_id": "1" - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_id\": \"2\",\n \"fields\": [\n \"message\"\n ],\n \"term_statistics\": true\n },\n {\n \"_id\": \"1\"\n }\n ]\n}" }, "MultiTermVectorsRequestExample2": { "summary": "Simplified syntax", "description": "Run `POST /my-index-000001/_mtermvectors`. If all requested documents are in same index and the parameters are the same, you can use a simplified syntax.\n", - "value": { - "fields": [ - "message" - ], - "ids": [ - "1", - "2" - ], - "term_statistics": true - } + "value": "{\n \"ids\": [ \"1\", \"2\" ],\n \"fields\": [\n \"message\"\n ],\n \"term_statistics\": true\n}" }, "MultiTermVectorsRequestExample3": { "summary": "Artificial documents", "description": "Run `POST /_mtermvectors` to generate term vectors for artificial documents provided in the body of the request. The mapping used is determined by the specified `_index`.\n", - "value": { - "docs": [ - { - "_index": "my-index-000001", - "doc": { - "message": "test test test" - } - }, - { - "_index": "my-index-000001", - "doc": { - "message": "Another test ..." - } - } - ] - } + "value": "{\n \"docs\": [\n {\n \"_index\": \"my-index-000001\",\n \"doc\" : {\n \"message\" : \"test test test\"\n }\n },\n {\n \"_index\": \"my-index-000001\",\n \"doc\" : {\n \"message\" : \"Another test ...\"\n }\n }\n ]\n}" } } } @@ -73810,30 +69215,12 @@ "PutScriptRequestExample1": { "summary": "Create a search template", "description": "Run `PUT _scripts/my-search-template` to create a search template.\n", - "value": { - "script": { - "lang": "mustache", - "source": { - "from": "{{from}}", - "query": { - "match": { - "message": "{{query_string}}" - } - }, - "size": "{{size}}" - } - } - } + "value": "{\n \"script\": {\n \"lang\": \"mustache\",\n \"source\": {\n \"query\": {\n \"match\": {\n \"message\": \"{{query_string}}\"\n }\n },\n \"from\": \"{{from}}\",\n \"size\": \"{{size}}\"\n }\n }\n}" }, "PutScriptRequestExample2": { "summary": "Create a stored script", "description": "Run `PUT _scripts/my-stored-script` to create a stored script.\n", - "value": { - "script": { - "lang": "painless", - "source": "Math.log(_score * 2) + params['my_modifier']" - } - } + "value": "{\n \"script\": {\n \"lang\": \"painless\",\n \"source\": \"Math.log(_score * 2) + params['my_modifier']\"\n }\n}" } } } @@ -73892,14 +69279,7 @@ "examples": { "RenderSearchTemplateRequestExample1": { "description": "Run `POST _render/template`", - "value": { - "id": "my-search-template", - "params": { - "from": 20, - "query_string": "hello world", - "size": 10 - } - } + "value": "{\n \"id\": \"my-search-template\",\n \"params\": {\n \"query_string\": \"hello world\",\n \"from\": 20,\n \"size\": 10\n }\n}" } } } @@ -73926,53 +69306,17 @@ "ExecutePainlessScriptRequestExample1": { "summary": "Test context", "description": "Run `POST /_scripts/painless/_execute`. The `painless_test` context is the default context. It runs scripts without additional parameters. The only variable that is available is `params`, which can be used to access user defined values. The result of the script is always converted to a string.\n", - "value": { - "script": { - "params": { - "count": 100.0, - "total": 1000.0 - }, - "source": "params.count / params.total" - } - } + "value": "{\n \"script\": {\n \"source\": \"params.count / params.total\",\n \"params\": {\n \"count\": 100.0,\n \"total\": 1000.0\n }\n }\n}" }, "ExecutePainlessScriptRequestExample2": { "summary": "Filter context", "description": "Run `POST /_scripts/painless/_execute` with a `filter` context. It treats scripts as if they were run inside a script query. For testing purposes, a document must be provided so that it will be temporarily indexed in-memory and is accessible from the script. More precisely, the `_source`, stored fields, and doc values of such a document are available to the script being tested.\n", - "value": { - "context": "filter", - "context_setup": { - "document": { - "field": "four" - }, - "index": "my-index-000001" - }, - "script": { - "params": { - "max_length": 4 - }, - "source": "doc['field'].value.length() <= params.max_length" - } - } + "value": "{\n \"script\": {\n \"source\": \"doc['field'].value.length() <= params.max_length\",\n \"params\": {\n \"max_length\": 4\n }\n },\n \"context\": \"filter\",\n \"context_setup\": {\n \"index\": \"my-index-000001\",\n \"document\": {\n \"field\": \"four\"\n }\n }\n}" }, "ExecutePainlessScriptRequestExample3": { "summary": "Score context", "description": "Run `POST /_scripts/painless/_execute` with a `score` context. It treats scripts as if they were run inside a `script_score` function in a `function_score` query.\n", - "value": { - "context": "score", - "context_setup": { - "document": { - "rank": 4 - }, - "index": "my-index-000001" - }, - "script": { - "params": { - "max_rank": 5.0 - }, - "source": "doc['rank'].value / params.max_rank" - } - } + "value": "{\n \"script\": {\n \"source\": \"doc['rank'].value / params.max_rank\",\n \"params\": {\n \"max_rank\": 5.0\n }\n },\n \"context\": \"score\",\n \"context_setup\": {\n \"index\": \"my-index-000001\",\n \"document\": {\n \"rank\": 4\n }\n }\n}" } } } @@ -73998,9 +69342,7 @@ "examples": { "ScrollRequestExample1": { "description": "Run `GET /_search/scroll` to get the next batch of results for a scrolling search.", - "value": { - "scroll_id": "DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==" - } + "value": "{\n \"scroll_id\" : \"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAD4WYm9laVYtZndUQlNsdDcwakFMNjU1QQ==\"\n}" } } } @@ -74194,47 +69536,17 @@ "SearchRequestExample1": { "summary": "A simple term search", "description": "Run `GET /my-index-000001/_search?from=40&size=20` to run a search.\n", - "value": { - "query": { - "term": { - "user.id": "kimchy" - } - } - } + "value": "{\n \"query\": {\n \"term\": {\n \"user.id\": \"kimchy\"\n }\n }\n}" }, "SearchRequestExample2": { "summary": "A point in time search", "description": "Run `POST /_search` to run a point in time search. The `id` parameter tells Elasticsearch to run the request using contexts from this open point in time. The `keep_alive` parameter tells Elasticsearch how long it should extend the time to live of the point in time.\n", - "value": { - "pit": { - "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==", - "keep_alive": "1m" - }, - "query": { - "match": { - "title": "elasticsearch" - } - }, - "size": 100 - } + "value": "{\n \"size\": 100, \n \"query\": {\n \"match\" : {\n \"title\" : \"elasticsearch\"\n }\n },\n \"pit\": {\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\", \n \"keep_alive\": \"1m\" \n }\n}" }, "SearchRequestExample3": { "summary": "Search slicing", "description": "When paging through a large number of documents, it can be helpful to split the search into multiple slices to consume them independently. The result from running the first `GET /_search` request returns documents belonging to the first slice (`id: 0`). If you run a second request with `id` set to `1', it returns documents in the second slice. Since the maximum number of slices is set to `2`, the union of the results is equivalent to the results of a point-in-time search without slicing.\n", - "value": { - "pit": { - "id": "46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==" - }, - "query": { - "match": { - "message": "foo" - } - }, - "slice": { - "id": 0, - "max": 2 - } - } + "value": "{\n \"slice\": {\n \"id\": 0, \n \"max\": 2 \n },\n \"query\": {\n \"match\": {\n \"message\": \"foo\"\n }\n },\n \"pit\": {\n \"id\": \"46ToAwMDaWR5BXV1aWQyKwZub2RlXzMAAAAAAAAAACoBYwADaWR4BXV1aWQxAgZub2RlXzEAAAAAAAAAAAEBYQADaWR5BXV1aWQyKgZub2RlXzIAAAAAAAAAAAwBYgACBXV1aWQyAAAFdXVpZDEAAQltYXRjaF9hbGw_gAAAAA==\"\n }\n}" } } } @@ -74258,21 +69570,7 @@ "examples": { "SearchApplicationsSearchRequestExample1": { "description": "Use `POST _application/search_application/my-app/_search` to run a search against a search application called `my-app` that uses a search template.", - "value": { - "params": { - "query_string": "my first query", - "text_fields": [ - { - "boost": 5, - "name": "title" - }, - { - "boost": 1, - "name": "description" - } - ] - } - } + "value": "{\n \"params\": {\n \"query_string\": \"my first query\",\n \"text_fields\": [\n {\"name\": \"title\", \"boost\": 5},\n {\"name\": \"description\", \"boost\": 1}\n ]\n }\n}" } } } @@ -74341,36 +69639,7 @@ "examples": { "SearchMvtRequestExample1": { "description": "Run `GET museums/_mvt/location/13/4207/2692` to search an index for `location` values that intersect the `13/4207/2692` vector tile.\n", - "value": { - "aggs": { - "avg_price": { - "avg": { - "field": "price" - } - }, - "max_price": { - "max": { - "field": "price" - } - }, - "min_price": { - "min": { - "field": "price" - } - } - }, - "fields": [ - "name", - "price" - ], - "grid_agg": "geotile", - "grid_precision": 2, - "query": { - "term": { - "included": true - } - } - } + "value": "{\n \"grid_agg\": \"geotile\",\n \"grid_precision\": 2,\n \"fields\": [\n \"name\",\n \"price\"\n ],\n \"query\": {\n \"term\": {\n \"included\": true\n }\n },\n \"aggs\": {\n \"min_price\": {\n \"min\": {\n \"field\": \"price\"\n }\n },\n \"max_price\": {\n \"max\": {\n \"field\": \"price\"\n }\n },\n \"avg_price\": {\n \"avg\": {\n \"field\": \"price\"\n }\n }\n }\n}" } } } @@ -74408,14 +69677,7 @@ "examples": { "SearchTemplateRequestExample1": { "description": "Run `GET my-index/_search/template` to run a search with a search template.\n", - "value": { - "id": "my-search-template", - "params": { - "from": 0, - "query_string": "hello world", - "size": 10 - } - } + "value": "{\n \"id\": \"my-search-template\",\n \"params\": {\n \"query_string\": \"hello world\",\n \"from\": 0,\n \"size\": 10\n }\n}" } } } @@ -74452,53 +69714,7 @@ "examples": { "SecurityCreateApiKeyRequestExample1": { "description": "Run `POST /_security/api_key` to create an API key. If `expiration` is not provided, the API keys do not expire. If `role_descriptors` is not provided, the permissions of the authenticated user are applied.\n", - "value": { - "expiration": "1d", - "metadata": { - "application": "my-application", - "environment": { - "level": 1, - "tags": [ - "dev", - "staging" - ], - "trusted": true - } - }, - "name": "my-api-key", - "role_descriptors": { - "role-a": { - "cluster": [ - "all" - ], - "indices": [ - { - "names": [ - "index-a*" - ], - "privileges": [ - "read" - ] - } - ] - }, - "role-b": { - "cluster": [ - "all" - ], - "indices": [ - { - "names": [ - "index-b*" - ], - "privileges": [ - "all" - ] - } - ] - } - } - } + "value": "{\n \"name\": \"my-api-key\",\n \"expiration\": \"1d\", \n \"role_descriptors\": { \n \"role-a\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-a*\"],\n \"privileges\": [\"read\"]\n }\n ]\n },\n \"role-b\": {\n \"cluster\": [\"all\"],\n \"indices\": [\n {\n \"names\": [\"index-b*\"],\n \"privileges\": [\"all\"]\n }\n ]\n }\n },\n \"metadata\": {\n \"application\": \"my-application\",\n \"environment\": {\n \"level\": 1,\n \"trusted\": true,\n \"tags\": [\"dev\", \"staging\"]\n }\n }\n}" } } } @@ -74535,44 +69751,7 @@ "examples": { "SecurityHasPrivilegesRequestExample1": { "description": "Run `GET /_security/user/_has_privileges` to check whether the current user has a specific set of cluster, index, and application privileges.", - "value": { - "application": [ - { - "application": "inventory_manager", - "privileges": [ - "read", - "data:write/inventory" - ], - "resources": [ - "product/1852563" - ] - } - ], - "cluster": [ - "monitor", - "manage" - ], - "index": [ - { - "names": [ - "suppliers", - "products" - ], - "privileges": [ - "read" - ] - }, - { - "names": [ - "inventory" - ], - "privileges": [ - "read", - "write" - ] - } - ] - } + "value": "{\n \"cluster\": [ \"monitor\", \"manage\" ],\n \"index\" : [\n {\n \"names\": [ \"suppliers\", \"products\" ],\n \"privileges\": [ \"read\" ]\n },\n {\n \"names\": [ \"inventory\" ],\n \"privileges\" : [ \"read\", \"write\" ]\n }\n ],\n \"application\": [\n {\n \"application\": \"inventory_manager\",\n \"privileges\" : [ \"read\", \"data:write/inventory\" ],\n \"resources\" : [ \"product/1852563\" ]\n }\n ]\n}" } } } @@ -74641,53 +69820,12 @@ "SecurityPutRoleRequestExample2": { "summary": "Role example 2", "description": "Run `POST /_security/role/cli_or_drivers_minimal` to configure a role that can run SQL in JDBC.", - "value": { - "cluster": [ - "cluster:monitor/main" - ], - "indices": [ - { - "names": [ - "test" - ], - "privileges": [ - "read", - "indices:admin/get" - ] - } - ] - } + "value": "{\n \"cluster\": [\"cluster:monitor/main\"],\n \"indices\": [\n {\n \"names\": [\"test\"],\n \"privileges\": [\"read\", \"indices:admin/get\"]\n }\n ]\n}" }, "SecurityPutRoleRequestExample3": { "summary": "Role example 3", "description": "Run `POST /_security/role/only_remote_access_role` to configure a role with remote indices and remote cluster privileges for a remote cluster.", - "value": { - "remote_cluster": [ - { - "clusters": [ - "my_remote" - ], - "privileges": [ - "monitor_stats" - ] - } - ], - "remote_indices": [ - { - "clusters": [ - "my_remote" - ], - "names": [ - "logs*" - ], - "privileges": [ - "read", - "read_cross_cluster", - "view_index_metadata" - ] - } - ] - } + "value": "{\n \"remote_indices\": [\n {\n \"clusters\": [\"my_remote\"], \n \"names\": [\"logs*\"], \n \"privileges\": [\"read\", \"read_cross_cluster\", \"view_index_metadata\"] \n }\n ],\n \"remote_cluster\": [\n {\n \"clusters\": [\"my_remote\"], \n \"privileges\": [\"monitor_stats\"] \n }\n ]\n}" } } } @@ -74730,80 +69868,17 @@ "QueryApiKeysRequestExample1": { "summary": "Query API keys by ID", "description": "Run `GET /_security/_query/api_key?with_limited_by=true` to retrieve an API key by ID.", - "value": { - "query": { - "ids": { - "values": [ - "VuaCfGcBCdbkQm-e5aOx" - ] - } - } - } + "value": "{\n \"query\": {\n \"ids\": {\n \"values\": [\n \"VuaCfGcBCdbkQm-e5aOx\"\n ]\n }\n }\n}" }, "QueryApiKeysRequestExample2": { "summary": "Query API keys with pagination", "description": "Run `GET /_security/_query/api_key`. Use a `bool` query to issue complex logical conditions and use `from`, `size`, and `sort` to help paginate the result. For example, the API key name must begin with `app1-key-` and must not be `app1-key-01`. It must be owned by a username with the wildcard pattern `org-*-user` and the `environment` metadata field must have a `production` value. The offset to begin the search result is the twentieth (zero-based index) API key. The page size of the response is 10 API keys. The result is first sorted by creation date in descending order, then by name in ascending order.\n", - "value": { - "from": 20, - "query": { - "bool": { - "filter": [ - { - "wildcard": { - "username": "org-*-user" - } - }, - { - "term": { - "metadata.environment": "production" - } - } - ], - "must": [ - { - "prefix": { - "name": "app1-key-" - } - }, - { - "term": { - "invalidated": "false" - } - } - ], - "must_not": [ - { - "term": { - "name": "app1-key-01" - } - } - ] - } - }, - "size": 10, - "sort": [ - { - "creation": { - "format": "date_time", - "order": "desc" - } - }, - "name" - ] - } + "value": "{\n \"query\": {\n \"bool\": {\n \"must\": [\n {\n \"prefix\": {\n \"name\": \"app1-key-\" \n }\n },\n {\n \"term\": {\n \"invalidated\": \"false\" \n }\n }\n ],\n \"must_not\": [\n {\n \"term\": {\n \"name\": \"app1-key-01\" \n }\n }\n ],\n \"filter\": [\n {\n \"wildcard\": {\n \"username\": \"org-*-user\" \n }\n },\n {\n \"term\": {\n \"metadata.environment\": \"production\" \n }\n }\n ]\n }\n },\n \"from\": 20, \n \"size\": 10, \n \"sort\": [ \n { \"creation\": { \"order\": \"desc\", \"format\": \"date_time\" } },\n \"name\"\n ]\n}" }, "QueryApiKeysRequestExample3": { "summary": "Query API keys by name", "description": "Run `GET /_security/_query/api_key` to retrieve the API key by name.", - "value": { - "query": { - "term": { - "name": { - "value": "application-key-1" - } - } - } - } + "value": "{\n \"query\": {\n \"term\": {\n \"name\": {\n \"value\": \"application-key-1\"\n }\n }\n }\n}" } } } @@ -74838,25 +69913,12 @@ "QueryRolesRequestExample1": { "summary": "Query roles by name", "description": "Run `POST /_security/_query/role` to lists all roles, sorted by the role name.", - "value": { - "sort": [ - "name" - ] - } + "value": "{\n \"sort\": [\"name\"]\n}" }, "QueryRolesRequestExample2": { "summary": "Query roles by description", "description": "Run `POST /_security/_query/role` to query only the user access role, given its description. It returns only the best matching role because `size` is set to `1`.\n", - "value": { - "query": { - "match": { - "description": { - "query": "user access" - } - } - }, - "size": 1 - } + "value": "{\n \"query\": {\n \"match\": {\n \"description\": {\n \"query\": \"user access\"\n }\n }\n },\n \"size\": 1 \n}" } } } @@ -74943,9 +70005,7 @@ "examples": { "QuerySqlRequestExample1": { "description": "Run `POST _sql?format=txt` to get results for an SQL search.", - "value": { - "query": "SELECT * FROM library ORDER BY page_count DESC LIMIT 5" - } + "value": "{\n \"query\": \"SELECT * FROM library ORDER BY page_count DESC LIMIT 5\"\n}" } } } @@ -74981,10 +70041,7 @@ "TranslateSqlRequestExample1": { "summary": "sql/apis/sql-translate-api.asciidoc:12", "description": "", - "value": { - "fetch_size": 10, - "query": "SELECT * FROM library ORDER BY page_count DESC" - } + "value": "{\n \"query\": \"SELECT * FROM library ORDER BY page_count DESC\",\n \"fetch_size\": 10\n}" } } } @@ -75030,10 +70087,7 @@ "examples": { "TermsEnumRequestExample1": { "description": "Run `POST stackoverflow/_terms_enum`.", - "value": { - "field": "tags", - "string": "kiba" - } + "value": "{\n \"field\" : \"tags\",\n \"string\" : \"kiba\"\n}" } } } @@ -75097,74 +70151,27 @@ "TermVectorsRequestExample1": { "summary": "Return stored term vectors", "description": "Run `GET /my-index-000001/_termvectors/1` to return all information and statistics for field `text` in document 1.\n", - "value": { - "field_statistics": true, - "fields": [ - "text" - ], - "offsets": true, - "payloads": true, - "positions": true, - "term_statistics": true - } + "value": "{\n \"fields\" : [\"text\"],\n \"offsets\" : true,\n \"payloads\" : true,\n \"positions\" : true,\n \"term_statistics\" : true,\n \"field_statistics\" : true\n}" }, "TermVectorsRequestExample2": { "summary": "Per-field analyzer", "description": "Run `GET /my-index-000001/_termvectors/1` to set per-field analyzers. A different analyzer than the one at the field may be provided by using the `per_field_analyzer` parameter.\n", - "value": { - "doc": { - "fullname": "John Doe", - "text": "test test test" - }, - "fields": [ - "fullname" - ], - "per_field_analyzer": { - "fullname": "keyword" - } - } + "value": "{\n \"doc\" : {\n \"fullname\" : \"John Doe\",\n \"text\" : \"test test test\"\n },\n \"fields\": [\"fullname\"],\n \"per_field_analyzer\" : {\n \"fullname\": \"keyword\"\n }\n}" }, "TermVectorsRequestExample3": { "summary": "Terms filtering", "description": "Run `GET /imdb/_termvectors` to filter the terms returned based on their tf-idf scores. It returns the three most \"interesting\" keywords from the artificial document having the given \"plot\" field value. Notice that the keyword \"Tony\" or any stop words are not part of the response, as their tf-idf must be too low.\n", - "value": { - "doc": { - "plot": "When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil." - }, - "field_statistics": true, - "filter": { - "max_num_terms": 3, - "min_doc_freq": 1, - "min_term_freq": 1 - }, - "offsets": false, - "positions": false, - "term_statistics": true - } + "value": "{\n \"doc\": {\n \"plot\": \"When wealthy industrialist Tony Stark is forced to build an armored suit after a life-threatening incident, he ultimately decides to use its technology to fight against evil.\"\n },\n \"term_statistics\": true,\n \"field_statistics\": true,\n \"positions\": false,\n \"offsets\": false,\n \"filter\": {\n \"max_num_terms\": 3,\n \"min_term_freq\": 1,\n \"min_doc_freq\": 1\n }\n}" }, "TermVectorsRequestExample4": { "summary": "Generate term vectors on the fly", "description": "Run `GET /my-index-000001/_termvectors/1`. Term vectors which are not explicitly stored in the index are automatically computed on the fly. This request returns all information and statistics for the fields in document 1, even though the terms haven't been explicitly stored in the index. Note that for the field text, the terms are not regenerated.\n", - "value": { - "field_statistics": true, - "fields": [ - "text", - "some_field_without_term_vectors" - ], - "offsets": true, - "positions": true, - "term_statistics": true - } + "value": "{\n \"fields\" : [\"text\", \"some_field_without_term_vectors\"],\n \"offsets\" : true,\n \"positions\" : true,\n \"term_statistics\" : true,\n \"field_statistics\" : true\n}" }, "TermVectorsRequestExample5": { "summary": "Artificial documents", "description": "Run `GET /my-index-000001/_termvectors`. Term vectors can be generated for artificial documents, that is for documents not present in the index. If dynamic mapping is turned on (default), the document fields not in the original mapping will be dynamically created.\n", - "value": { - "doc": { - "fullname": "John Doe", - "text": "test test test" - } - } + "value": "{\n \"doc\" : {\n \"fullname\" : \"John Doe\",\n \"text\" : \"test test test\"\n }\n}" } } } @@ -75209,28 +70216,7 @@ "examples": { "PreviewTransformRequestExample1": { "description": "Run `POST _transform/_preview` to preview a transform that uses the pivot method.", - "value": { - "pivot": { - "aggregations": { - "max_price": { - "max": { - "field": "taxful_total_price" - } - } - }, - "group_by": { - "customer_id": { - "terms": { - "field": "customer_id", - "missing_bucket": true - } - } - } - }, - "source": { - "index": "kibana_sample_data_ecommerce" - } - } + "value": "{\n \"source\": {\n \"index\": \"kibana_sample_data_ecommerce\"\n },\n \"pivot\": {\n \"group_by\": {\n \"customer_id\": {\n \"terms\": {\n \"field\": \"customer_id\",\n \"missing_bucket\": true\n }\n }\n },\n \"aggregations\": {\n \"max_price\": {\n \"max\": {\n \"field\": \"taxful_total_price\"\n }\n }\n }\n }\n}" } } }

#=28qa*^9NIvMwmUF2S07Z1=1 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 delta 174519 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